The following packages will be installed: opendchub Fetching README... 0%100%100%100%100%100%Done Fetching opendchub.SlackBuild... 0%100%100%100%100%100%Done Fetching opendchub.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done opendchub-0.7.15/ opendchub-0.7.15/AUTHORS opendchub-0.7.15/COPYING opendchub-0.7.15/ChangeLog opendchub-0.7.15/Documentation/ opendchub-0.7.15/Documentation/general opendchub-0.7.15/Documentation/scriptdoc opendchub-0.7.15/Documentation/configfiles opendchub-0.7.15/INSTALL opendchub-0.7.15/Makefile.am opendchub-0.7.15/Makefile.in opendchub-0.7.15/NEWS opendchub-0.7.15/README opendchub-0.7.15/Samplescripts/ opendchub-0.7.15/Samplescripts/subtestbot.plz opendchub-0.7.15/Samplescripts/functestbot.plz opendchub-0.7.15/acconfig.h opendchub-0.7.15/aclocal.m4 opendchub-0.7.15/autom4te.cache/ opendchub-0.7.15/autom4te.cache/requests opendchub-0.7.15/autom4te.cache/output.0 opendchub-0.7.15/autom4te.cache/traces.0 opendchub-0.7.15/config.guess opendchub-0.7.15/config.h.in opendchub-0.7.15/config.sub opendchub-0.7.15/configure opendchub-0.7.15/configure.in opendchub-0.7.15/install-sh opendchub-0.7.15/missing opendchub-0.7.15/mkinstalldirs opendchub-0.7.15/src/ opendchub-0.7.15/src/commands.c opendchub-0.7.15/src/fileio.c opendchub-0.7.15/src/network.c opendchub-0.7.15/src/utils.c opendchub-0.7.15/src/commands.h opendchub-0.7.15/src/fileio.h opendchub-0.7.15/src/main.h opendchub-0.7.15/src/network.h opendchub-0.7.15/src/utils.h opendchub-0.7.15/src/Makefile.am opendchub-0.7.15/src/Makefile.in opendchub-0.7.15/src/perl_utils.c opendchub-0.7.15/src/perl_utils.h opendchub-0.7.15/src/xs_functions.c opendchub-0.7.15/src/xs_functions.h opendchub-0.7.15/src/main.c opendchub-0.7.15/src/userlist.c opendchub-0.7.15/src/userlist.h opendchub-0.7.15/stamp-h.in checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking whether build environment is sane... yes checking for x86_64-slackware-linux-gcc... x86_64-slackware-linux-gcc checking for C compiler default output... 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 x86_64-slackware-linux-gcc accepts -g... yes checking for socket in -lsocket... no checking for gethostbyname in -lnsl... yes checking for crypt in -lcrypt... yes checking for crypt in -lcrypto... yes checking how to run the C preprocessor... x86_64-slackware-linux-gcc -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 crypt.h usability... yes checking crypt.h presence... yes checking for crypt.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking for x86_64-slackware-linux-gcc option to accept ANSI C... none needed checking for an ANSI C-conforming const... yes checking whether time.h and sys/time.h may both be included... yes checking for mode_t... yes checking for pid_t... yes checking for vprintf... yes checking for _doprnt... no checking for gethostname... yes checking for mkdir... yes checking for poll... yes checking for select... yes checking for socket... yes checking for strstr... yes checking for strtoll... yes checking for strtoq... yes creating config directory: /root/.opendchub checking for perl... yes creating script directory: /root/.opendchub/scripts configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing default-1 commands *** Type "gmake" to build opendchub *** *** If "gmake" does not work, try "make" *** make all-recursive make[1]: Entering directory '/usr/src/slapt-src-x86_64/network/opendchub/opendchub-0.7.15' Making all in src make[2]: Entering directory '/usr/src/slapt-src-x86_64/network/opendchub/opendchub-0.7.15/src' x86_64-slackware-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -I/usr/lib64/perl5/CORE -O2 -fPIC -fcommon -c commands.c commands.c: In function ‘my_info’: commands.c:997:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 997 | if(*user->nick == (char) NULL) | ^ commands.c: In function ‘get_host’: commands.c:3036:21: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 3036 | if(*temp_host == (char)NULL) | ^ x86_64-slackware-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -I/usr/lib64/perl5/CORE -O2 -fPIC -fcommon -c fileio.c fileio.c: In function ‘remove_line_from_file’: fileio.c:2484:16: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 2484 | fgets(fileline, 1023, fp); | ^~~~~~~~~~~~~~~~~~~~~~~~~ fileio.c:2499:14: warning: ignoring return value of ‘truncate’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 2499 | truncate(file, len); | ^~~~~~~~~~~~~~~~~~~ x86_64-slackware-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -I/usr/lib64/perl5/CORE -O2 -fPIC -fcommon -c main.c main.c: In function ‘set_default_vars’: main.c:107:4: warning: ignoring return value of ‘scanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 107 | scanf("%u", &listening_port); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ main.c:128:4: warning: ignoring return value of ‘scanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 128 | scanf("%50s", admin_pass); | ^~~~~~~~~~~~~~~~~~~~~~~~~ main.c:131:4: warning: ignoring return value of ‘scanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 131 | scanf("%50s", link_pass); | ^~~~~~~~~~~~~~~~~~~~~~~~ x86_64-slackware-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -I/usr/lib64/perl5/CORE -O2 -fPIC -fcommon -c network.c x86_64-slackware-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -I/usr/lib64/perl5/CORE -O2 -fPIC -fcommon -c perl_utils.c perl_utils.c: In function ‘perl_init’: perl_utils.c:214:37: warning: passing argument 2 of ‘perl_parse’ from incompatible pointer type [-Wincompatible-pointer-types] 214 | if(perl_parse(my_perl, xs_init, 2, myargv, NULL)) | ^~~~~~~ | | | void (*)(void) In file included from /usr/lib64/perl5/CORE/perl.h:5705, from perl_utils.c:26: /usr/lib64/perl5/CORE/proto.h:2743:71: note: expected ‘XSINIT_t’ {aka ‘void (*)(struct interpreter *)’} but argument is of type ‘void (*)(void)’ 2743 | PERL_CALLCONV int perl_parse(PerlInterpreter *my_perl, XSINIT_t xsinit, int argc, char** argv, char** env); | ~~~~~~~~~^~~~~~ x86_64-slackware-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -I/usr/lib64/perl5/CORE -O2 -fPIC -fcommon -c userlist.c userlist.c: In function ‘init_user_list’: userlist.c:82:10: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 82 | shmdt((char *)user_list_shm_id); | ^ x86_64-slackware-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -I/usr/lib64/perl5/CORE -O2 -fPIC -fcommon -c utils.c utils.c: In function ‘cut_string’: utils.c:61:38: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 61 | while((buf[i] != c) && (buf[i] != (char)NULL)) | ^ x86_64-slackware-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -I/usr/lib64/perl5/CORE -O2 -fPIC -fcommon -c xs_functions.c In file included from /usr/lib64/perl5/CORE/perl.h:5744, from xs_functions.c:28: xs_functions.c: In function ‘xs_init’: xs_functions.c:863:41: warning: passing argument 3 of ‘Perl_newXS’ from incompatible pointer type [-Wincompatible-pointer-types] 863 | newXS("DynaLoader::boot_DynaLoader", boot_DynaLoader, file); | ^~~~~~~~~~~~~~~ | | | void (*)(CV *) {aka void (*)(struct cv *)} /usr/lib64/perl5/CORE/embed.h:400:52: note: in definition of macro ‘newXS’ 400 | #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c) | ^ In file included from /usr/lib64/perl5/CORE/perl.h:5705, from xs_functions.c:28: /usr/lib64/perl5/CORE/proto.h:2513:71: note: expected ‘XSUBADDR_t’ {aka ‘void (*)(struct interpreter *, struct cv *)’} but argument is of type ‘void (*)(CV *)’ {aka ‘void (*)(struct cv *)’} 2513 | PERL_CALLCONV CV* Perl_newXS(pTHX_ const char *name, XSUBADDR_t subaddr, const char *filename); | ~~~~~~~~~~~^~~~~~~ x86_64-slackware-linux-gcc -O2 -fPIC -fcommon -o opendchub commands.o fileio.o main.o network.o perl_utils.o userlist.o utils.o xs_functions.o -Wl,-E -Wl,-rpath,/usr/lib64/perl5/CORE -fstack-protector-strong -L/usr/local/lib -L/usr/lib64/perl5/CORE -lperl -lpthread -lnsl -ldl -lm -lcrypt -lutil -lc -lcrypto -lcrypt -lnsl make[2]: Leaving directory '/usr/src/slapt-src-x86_64/network/opendchub/opendchub-0.7.15/src' make[2]: Entering directory '/usr/src/slapt-src-x86_64/network/opendchub/opendchub-0.7.15' make[2]: Leaving directory '/usr/src/slapt-src-x86_64/network/opendchub/opendchub-0.7.15' make[1]: Leaving directory '/usr/src/slapt-src-x86_64/network/opendchub/opendchub-0.7.15' Making install in src make[1]: Entering directory '/usr/src/slapt-src-x86_64/network/opendchub/opendchub-0.7.15/src' make[2]: Entering directory '/usr/src/slapt-src-x86_64/network/opendchub/opendchub-0.7.15/src' /bin/sh ../mkinstalldirs /usr/src/slapt-src-x86_64/network/opendchub/package-opendchub/usr/bin mkdir /usr/src/slapt-src-x86_64/network/opendchub/package-opendchub/usr mkdir /usr/src/slapt-src-x86_64/network/opendchub/package-opendchub/usr/bin /usr/bin/ginstall -c opendchub /usr/src/slapt-src-x86_64/network/opendchub/package-opendchub/usr/bin/opendchub make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/src/slapt-src-x86_64/network/opendchub/opendchub-0.7.15/src' make[1]: Leaving directory '/usr/src/slapt-src-x86_64/network/opendchub/opendchub-0.7.15/src' make[1]: Entering directory '/usr/src/slapt-src-x86_64/network/opendchub/opendchub-0.7.15' make[2]: Entering directory '/usr/src/slapt-src-x86_64/network/opendchub/opendchub-0.7.15' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/usr/src/slapt-src-x86_64/network/opendchub/opendchub-0.7.15' make[1]: Leaving directory '/usr/src/slapt-src-x86_64/network/opendchub/opendchub-0.7.15' 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/opendchub/opendchub-0.7.15-x86_64-2salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/opendchub usr/doc/ usr/doc/opendchub-0.7.15/ usr/doc/opendchub-0.7.15/AUTHORS usr/doc/opendchub-0.7.15/COPYING usr/doc/opendchub-0.7.15/ChangeLog usr/doc/opendchub-0.7.15/INSTALL usr/doc/opendchub-0.7.15/NEWS usr/doc/opendchub-0.7.15/README usr/doc/opendchub-0.7.15/configfiles usr/doc/opendchub-0.7.15/general usr/doc/opendchub-0.7.15/opendchub.SlackBuild usr/doc/opendchub-0.7.15/scriptdoc WARNING: zero length file usr/doc/opendchub-0.7.15/NEWS Slackware package /usr/src/slapt-src-x86_64/network/opendchub/opendchub-0.7.15-x86_64-2salix15.0.txz created. Installing package opendchub-0.7.15-x86_64-2salix15.0... | opendchub (Open Source hub software for Direct Connect) | | OpenDC Hub is an Open Source Linux/Unix version of the hub | software for Direct Connect. | | Homepage: https://sourceforge.net/projects/opendchub | | | | | | |