config.status: WARNING: GNUmakefile.in seems to ignore the --datarootdir setting 100%100%100%100%Done Fetching ldapvi.SlackBuild... 0%100%100%100%100%100%Done Fetching ldapvi.info... 0%100%100%100%100%100%Done Fetching ldapvi_getline.patch... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done ldapvi-1.7/ ldapvi-1.7/print.c ldapvi-1.7/arguments.c ldapvi-1.7/error.c ldapvi-1.7/manual/ ldapvi-1.7/manual/manual.xml ldapvi-1.7/manual/manual.css ldapvi-1.7/manual/html.xsl ldapvi-1.7/manual/bg.png ldapvi-1.7/manual/GNUmakefile ldapvi-1.7/sasl.c ldapvi-1.7/test/ ldapvi-1.7/test/utf8.broken ldapvi-1.7/test/try ldapvi-1.7/test/utf8.ok ldapvi-1.7/common.h ldapvi-1.7/configure.in ldapvi-1.7/config.h.in ldapvi-1.7/ldapvi.1 ldapvi-1.7/search.c ldapvi-1.7/misc.c ldapvi-1.7/data.c ldapvi-1.7/COPYING ldapvi-1.7/GNUmakefile.in ldapvi-1.7/schema.c ldapvi-1.7/ldapvi.1.in ldapvi-1.7/parseldif.c ldapvi-1.7/configure ldapvi-1.7/NEWS ldapvi-1.7/INSTALL ldapvi-1.7/install-sh ldapvi-1.7/version.h ldapvi-1.7/port.c ldapvi-1.7/diff.c ldapvi-1.7/parse.c ldapvi-1.7/ldapvi.c ldapvi-1.7/mkinstalldirs ldapvi-1.7/base64.c ldapvi-1.7/autogen.sh patching file common.h patching file ldapvi.c patching file misc.c checking for a BSD-compatible install... /usr/bin/ginstall -c checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for mkdtemp... yes checking for on_exit... yes checking for main in -lsocket... no checking for main in -lresolv... yes checking for main in -llber... yes checking for main in -lldap... yes checking for ldap_initialize in -lldap... yes checking for ldap_bv2dn_x in -lldap... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking sasl/sasl.h usability... yes checking sasl/sasl.h presence... yes checking for sasl/sasl.h... yes checking for library containing tigetstr... -lcurses checking curses.h usability... yes checking curses.h presence... yes checking for curses.h... yes checking for poptGetContext in -lpopt... yes checking for readline in -lreadline... yes checking for pkg-config... /usr/bin/pkg-config checking for main in -lglib-2.0... yes checking for main in -lssl... yes checking for SHA1... yes checking for RAND_pseudo_bytes... yes checking for main in -lcrypt... yes configure: creating ./config.status config.status: creating GNUmakefile config.status: creating config.h gcc -c -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -fPIC -o ldapvi.o ldapvi.c ldapvi.c: In function ‘save_ldif’: ldapvi.c:766:20: warning: Deprecated pre-processor symbol: replace with "g_string_append_printf" 766 | g_string_sprintfa(name, "-%d.ldif", getpid()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ldapvi.c: In function ‘copy_sasl_output’: ldapvi.c:1468:37: warning: ‘return’ with no value, in function returning non-void 1468 | if (lstat(sasl, &st) == -1) return; | ^~~~~~ ldapvi.c:1460:1: note: declared here 1460 | copy_sasl_output(FILE *out, char *sasl) | ^~~~~~~~~~~~~~~~ gcc -c -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -fPIC -o data.o data.c gcc -c -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -fPIC -o diff.o diff.c diff.c: In function ‘safe_str2dn’: diff.c:218:9: warning: implicit declaration of function ‘ldap_bv2dn_x’; did you mean ‘ldap_bv2dn’? [-Wimplicit-function-declaration] 218 | ldap_bv2dn_x(&bv, out, flags); | ^~~~~~~~~~~~ | ldap_bv2dn gcc -c -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -fPIC -o error.o error.c error.c: In function ‘ldaperr’: error.c:54:9: warning: implicit declaration of function ‘ldap_perror’; did you mean ‘ldaperr’? [-Wimplicit-function-declaration] 54 | ldap_perror(ld, str); | ^~~~~~~~~~~ | ldaperr gcc -c -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -fPIC -o misc.o misc.c misc.c: In function ‘fdcp’: misc.c:53:21: warning: ‘write’ specified size 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 53 | if (write(fddst, buf, n) != n) syserr(); | ^~~~~~~~~~~~~~~~~~~~ In file included from common.h:39, from misc.c:20: /usr/include/unistd.h:367:16: note: in a call to function ‘write’ declared with attribute ‘access (read_only, 2, 3)’ 367 | extern ssize_t write (int __fd, const void *__buf, size_t __n) __wur | ^~~~~ gcc -c -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -fPIC -o parse.o parse.c parse.c: In function ‘read_lhs’: parse.c:38:30: warning: implicit declaration of function ‘getc_unlocked’ [-Wimplicit-function-declaration] 38 | switch ( c = getc_unlocked(s)) { | ^~~~~~~~~~~~~ parse.c: In function ‘cryptdes’: parse.c:156:16: warning: implicit declaration of function ‘crypt’ [-Wimplicit-function-declaration] 156 | return crypt(key, (char *) salt); | ^~~~~ parse.c:156:16: warning: returning ‘int’ from a function with return type ‘char *’ makes pointer from integer without a cast [-Wint-conversion] 156 | return crypt(key, (char *) salt); | ^~~~~~~~~~~~~~~~~~~~~~~~~ parse.c: In function ‘cryptmd5’: parse.c:177:16: warning: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion] 177 | result = crypt(key, (char *) salt); | ^ gcc -c -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -fPIC -o port.o port.c port.c: In function ‘g_string_append_ssha’: port.c:46:27: warning: implicit declaration of function ‘RAND_bytes’ [-Wimplicit-function-declaration] 46 | #define RAND_pseudo_bytes RAND_bytes | ^~~~~~~~~~ port.c:132:9: note: in expansion of macro ‘RAND_pseudo_bytes’ 132 | RAND_pseudo_bytes(rand, sizeof(rand)); | ^~~~~~~~~~~~~~~~~ gcc -c -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -fPIC -o print.o print.c gcc -c -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -fPIC -o search.o search.c gcc -c -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -fPIC -o base64.o base64.c gcc -c -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -fPIC -o arguments.o arguments.c gcc -c -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -fPIC -o parseldif.o parseldif.c parseldif.c: In function ‘ldif_read_ad’: parseldif.c:43:30: warning: implicit declaration of function ‘getc_unlocked’ [-Wimplicit-function-declaration] 43 | switch ( c = getc_unlocked(s)) { | ^~~~~~~~~~~~~ gcc -c -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -fPIC -o sasl.o sasl.c sasl.c: In function ‘finish_sasl_redirection’: sasl.c:72:9: warning: implicit declaration of function ‘fdcp’ [-Wimplicit-function-declaration] 72 | fdcp(defaults->fd, 2); | ^~~~ gcc -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -O2 -fPIC -o ldapvi ldapvi.o data.o diff.o error.o misc.o parse.o port.o print.o search.o base64.o arguments.o parseldif.o schema.c sasl.o -lcrypt -lssl -lssl -lcrypto -lglib-2.0 -lreadline -lpopt -lcurses -lldap -llber -lresolv Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src-x86_64/network/ldapvi/ldapvi-1.7-x86_64-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/ldapvi usr/doc/ usr/doc/ldapvi-1.7/ usr/doc/ldapvi-1.7/README usr/doc/ldapvi-1.7/bg.png usr/doc/ldapvi-1.7/html.xsl usr/doc/ldapvi-1.7/ldapvi.SlackBuild usr/doc/ldapvi-1.7/manual.css usr/doc/ldapvi-1.7/manual.xml usr/man/ usr/man/man1/ usr/man/man1/ldapvi.1.gz Slackware package /usr/src/slapt-src-x86_64/network/ldapvi/ldapvi-1.7-x86_64-1salix15.0.txz created. Installing package ldapvi-1.7-x86_64-1salix15.0... | ldapvi (interactive LDAP client for Unix terminals) | | ldapvi is an interactive LDAP client for Unix terminals. | Using it, you can update LDAP entries with a text editor. | Think of it as vipw(1) for LDAP. | | ldapvi was written by David Lichteblau | | Homepage: http://www.lichteblau.com/ldapvi/ | | | |