* Package: net-ftp/ncftp-3.2.7:0 * Repository: gentoo * Maintainer: ceamac@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking ncftp-3.2.7-src.tar.xz to /var/tmp/portage/net-ftp/ncftp-3.2.7/work >>> Source unpacked in /var/tmp/portage/net-ftp/ncftp-3.2.7/work >>> Preparing source in /var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7 ... * Applying ncftp-3.2.7-fix-clang.patch ... [ ok ] * Running eautoreconf in '/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7' ... * Running 'aclocal -I autoconf_local/ --system-acdir=/var/tmp/portage/net-ftp/ncftp-3.2.7/temp/aclocal' ... [ ok ] * Moving configure.in to configure.ac (bug #426262) * Running 'autoconf -I autoconf_local/ --force' ... [ ok ] * Running 'autoheader -I autoconf_local/' ... [ ok ] * Running elibtoolize in: ncftp-3.2.7/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7 ... * econf: updating ncftp-3.2.7/sh/config.guess with /usr/share/gnuconfig/config.guess * econf: updating ncftp-3.2.7/sh/config.sub with /usr/share/gnuconfig/config.sub * econf: updating ncftp-3.2.7/config.guess with /usr/share/gnuconfig/config.guess * econf: updating ncftp-3.2.7/config.sub with /usr/share/gnuconfig/config.sub ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --datarootdir=/usr/share --docdir=/usr/share/doc/ncftp-3.2.7 --htmldir=/usr/share/doc/ncftp-3.2.7/html --libdir=/usr/lib64 --disable-precomp --disable-ccdv --disable-universal checking if you set and exported the environment variable CC... x86_64-pc-linux-gnu-gcc checking for environment variable CFLAGS... -O2 -pipe -march=native -fno-diagnostics-color checking for environment variable CPPFLAGS... no checking for environment variable LDFLAGS... -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 checking for environment variable LIBS... -lncurses -ltinfo checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to enable C11 features... none needed checking for clang C compiler... "/usr/lib/llvm/17/bin/clang" checking if CC should now be set... no checking for x86_64-pc-linux-gnu-gcc... (cached) x86_64-pc-linux-gnu-gcc checking whether the compiler supports GNU C... (cached) yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... (cached) yes checking for x86_64-pc-linux-gnu-gcc option to enable C11 features... (cached) none needed checking version of C library... fgrep: warning: fgrep is obsolescent; using /bin/grep -F glibc2.38. checking platform... "linux-x86_64" checking if the C compiler can use precompiled headers... no checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for sys/time.h... yes checking the version of GCC... 14.0.0 checking if we should customize your CFLAGS environment variable... no checking for ldd... yes checking if compiled programs use a shared library version of libgcc... no checking if this is a debug build... no checking for unistd.h... (cached) yes checking size of st_size field in struct stat... 8 checking size of off_t... 8 checking size of size_t... 8 checking if we should add CFLAGS for Large File Support... no checking if we should add CFLAGS for reentrancy... -D_REENTRANT checking for strip... : checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for arpa/nameser.h... yes checking for gnu/libc-version.h... yes checking for locale.h... yes checking for net/errno.h... no checking for nserve.h... no checking for resolv.h... yes checking for sgtty.h... yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for sys/id.h... no checking for sys/ioctl.h... yes checking for syslog.h... yes checking for sys/sendfile.h... yes checking for sys/socket.h... yes checking for sys/time.h... (cached) yes checking for sys/types.h... (cached) yes checking for sys/utsname.h... yes checking for sys/systeminfo.h... no checking for termio.h... yes checking for termios.h... yes checking for time.h... yes checking for utime.h... yes checking for unistd.h... (cached) yes checking for gnu/libc-version.h... (cached) yes checking for sys/un.h... yes checking for UNIX domain sockets... yes checking for sun_len field in struct sockaddr_un... no checking for strerror... yes checking for socket... yes checking for gethostbyname... yes checking if we need to look for a separate DNS resolver library... yes checking for main in -lresolv... yes checking if SOCKS5 will be used... no checking for curses library headers... checking for ncurses.h... yes checking for curses.h... yes checking for termios.h... (cached) yes checking for termio.h... (cached) yes checking for sgtty.h... (cached) yes checking for sys/ioctl.h... (cached) yes checking for curses library... yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking for off_t... yes checking for mode_t... yes checking for pid_t... yes checking for uid_t... yes checking for gid_t... yes checking what type main() should return... int checking for 64-bit integral type: long long... yes checking how to print a 64-bit integral type... %lld checking how to scan a 64-bit integral type... %lld checking if everything was available to use the 64-bit integral type... yes checking what type the tv_sec field of struct timeval is... long long checking what type the tv_usec field of struct timeval is... long long checking for perl... /usr/bin/perl checking for mktemp... /usr/bin/mktemp checking for return type from write... ssize_t checking for size parameter to write... size_t checking for return type from send... ssize_t checking for size parameter to send... size_t checking for size parameter to connect... socklen_t checking for size parameter to setsockopt... socklen_t checking for backlog parameter to listen... int checking for seconds parameter to alarm... unsigned int checking for address parameter to gethostbyaddr... const struct in_addr * checking for size parameter to gethostname... size_t checking for egrep -e... (cached) /bin/grep -E checking for negative_control_t... no checking for ssize_t... yes checking for sa_family_t... yes checking types of arguments for select()... int,int *,struct timeval * checking for struct stat64... not needed checking for sig_atomic_t... yes checking how to access getopt() global variables... automatic checking for useable _res global variable... yes checking for struct cmsghdr... yes checking for msg_control field in struct msghdr... yes checking for msg_accrights field in struct msghdr... no checking for sys/time.h... (cached) yes checking for getcwd... yes checking for getwd... yes checking for fstat64... yes checking for getdomainname... yes checking for gethostname... yes checking for getpass... yes checking for getpassphrase... no checking for gnu_get_libc_release... yes checking for gnu_get_libc_version... yes checking for inet_aton... yes checking for inet_ntop... yes checking for llseek... no checking for lseek64... yes checking for lstat64... yes checking for memmove... yes checking for mktime... yes checking for open64... yes checking for pathconf... yes checking for readlink... yes checking for recvfile... no checking for res_init... no checking for sendfile... yes checking for setlocale... yes checking for setpgid... yes checking for setpgrp... yes checking for setsid... yes checking for setvbuf... yes checking for sigaction... yes checking for sigsetjmp... no checking for stat64... yes checking for strcasecmp... yes checking for strcoll... yes checking for strdup... yes checking for strerror... (cached) yes checking for strncoll... no checking for strstr... yes checking for strtoq... yes checking for symlink... yes checking for sysconf... yes checking for sysctl... no checking for sysinfo... yes checking for syslog... yes checking for tcgetattr... yes checking for uname... yes checking for waitpid... yes checking for gethostbyaddr_r... yes checking for gethostbyname_r... yes checking for gethostbyname2_r... yes checking for getlogin_r... yes checking for getpwnam_r... yes checking for _posix_getpwnam_r... no checking for getpwuid_r... yes checking for _posix_getpwuid_r... no checking for getservbyname_r... yes checking for getservbyport_r... yes checking for gmtime_r... yes checking for localtime_r... yes checking for readdir_r... yes checking for snprintf... yes checking for vsnprintf... yes checking if snprintf works correctly... yes checking what snprintf() returns... length of data written checking for sigsetjmp and siglongjmp... yes checking if setpgrp behavior needs to be checked... no checking whether setvbuf behavior can be checked... yes checking whether setvbuf arguments are reversed... no checking for working alloca.h... yes checking for alloca... yes checking string parameter to waddstr... const char * checking whether curses structure has maxx or _maxx field... _maxx checking for getcurx() functionality in curses library... yes checking for getyx() functionality in curses library... yes checking for getmaxx() functionality in curses library... yes checking for getmaxyx() functionality in curses library... yes checking for getbegx() functionality in curses library... yes checking for getbegyx() functionality in curses library... yes checking for touchwin() functionality in curses library... yes checking for beep() functionality in curses library... yes checking for keypad... yes checking for nodelay... yes checking for curs_set... yes checking for doupdate... yes checking for wnoutrefresh... yes checking for long file names... yes checking whether make sets $(MAKE)... yes checking for gtar... /bin/gtar checking how to create TAR files... /bin/gtar -c --owner=root --group=root --verbose -f checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking for ar... x86_64-pc-linux-gnu-ar checking for a BSD-compatible install... /usr/lib/portage/python3.11/ebuild-helpers/xattr/install -c checking for pwd... /bin/pwd checking for ccdv... (disabled) checking if shell can test for symlinks... yes checking CC... x86_64-pc-linux-gnu-gcc checking CFLAGS... -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -Wno-format-y2k checking CPPFLAGS... -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/libncftp -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/sio -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/Strn checking DEFS... checking NDEFS... -DLINUX=66010 -DLINUX_GLIBC=23800 checking LDFLAGS... -L/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/libncftp -L/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/sio -L/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/Strn -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 checking LIBS... -lresolv -lncurses -ltinfo configure: creating ./config.status config.status: creating Makefile config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting config.status: creating Makefile.bin config.status: WARNING: 'Makefile.bin.in' seems to ignore the --datarootdir setting config.status: creating ncftp/Makefile config.status: creating libncftp/Makefile config.status: creating Strn/Makefile config.status: WARNING: 'Strn/Makefile.in' seems to ignore the --datarootdir setting config.status: creating sio/Makefile config.status: creating sh_util/Makefile config.status: creating vis/Makefile config.status: creating config.h config.status: executing default-1 commands >>> Source configured. >>> Compiling source in /var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7 ... make -j4 make[1]: Entering directory '/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/Strn' x86_64-pc-linux-gnu-gcc -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -Wno-format-y2k -DLINUX=66010 -DLINUX_GLIBC=23800 -DHAVE_CONFIG_H -DLINUX=66010 -DLINUX_GLIBC=23800 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/libncftp -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/sio -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/Strn DStrCat.c -c x86_64-pc-linux-gnu-gcc -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -Wno-format-y2k -DLINUX=66010 -DLINUX_GLIBC=23800 -DHAVE_CONFIG_H -DLINUX=66010 -DLINUX_GLIBC=23800 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/libncftp -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/sio -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/Strn DStrFree.c -c x86_64-pc-linux-gnu-gcc -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -Wno-format-y2k -DLINUX=66010 -DLINUX_GLIBC=23800 -DHAVE_CONFIG_H -DLINUX=66010 -DLINUX_GLIBC=23800 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/libncftp -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/sio -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/Strn Dynscpy.c -c x86_64-pc-linux-gnu-gcc -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -Wno-format-y2k -DLINUX=66010 -DLINUX_GLIBC=23800 -DHAVE_CONFIG_H -DLINUX=66010 -DLINUX_GLIBC=23800 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/libncftp -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/sio -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/Strn Strncpy.c -c x86_64-pc-linux-gnu-gcc -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -Wno-format-y2k -DLINUX=66010 -DLINUX_GLIBC=23800 -DHAVE_CONFIG_H -DLINUX=66010 -DLINUX_GLIBC=23800 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/libncftp -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/sio -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/Strn strtokc.c -c x86_64-pc-linux-gnu-gcc -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -Wno-format-y2k -DLINUX=66010 -DLINUX_GLIBC=23800 -DHAVE_CONFIG_H -DLINUX=66010 -DLINUX_GLIBC=23800 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/libncftp -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/sio -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/Strn DStrCatList.c -c x86_64-pc-linux-gnu-gcc -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -Wno-format-y2k -DLINUX=66010 -DLINUX_GLIBC=23800 -DHAVE_CONFIG_H -DLINUX=66010 -DLINUX_GLIBC=23800 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/libncftp -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/sio -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/Strn DStrInit.c -c x86_64-pc-linux-gnu-gcc -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -Wno-format-y2k -DLINUX=66010 -DLINUX_GLIBC=23800 -DHAVE_CONFIG_H -DLINUX=66010 -DLINUX_GLIBC=23800 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/libncftp -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/sio -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/Strn Dynsrecpy.c -c x86_64-pc-linux-gnu-gcc -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -Wno-format-y2k -DLINUX=66010 -DLINUX_GLIBC=23800 -DHAVE_CONFIG_H -DLINUX=66010 -DLINUX_GLIBC=23800 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/libncftp -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/sio -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/Strn Strnpcat.c -c x86_64-pc-linux-gnu-gcc -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -Wno-format-y2k -DLINUX=66010 -DLINUX_GLIBC=23800 -DHAVE_CONFIG_H -DLINUX=66010 -DLINUX_GLIBC=23800 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/libncftp -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/sio -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/Strn DStrCpy.c -c x86_64-pc-linux-gnu-gcc -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -Wno-format-y2k -DLINUX=66010 -DLINUX_GLIBC=23800 -DHAVE_CONFIG_H -DLINUX=66010 -DLINUX_GLIBC=23800 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/libncftp -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/sio -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/Strn DStrNew.c -c x86_64-pc-linux-gnu-gcc -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -Wno-format-y2k -DLINUX=66010 -DLINUX_GLIBC=23800 -DHAVE_CONFIG_H -DLINUX=66010 -DLINUX_GLIBC=23800 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/libncftp -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/sio -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/Strn StrFree.c -c x86_64-pc-linux-gnu-gcc -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -Wno-format-y2k -DLINUX=66010 -DLINUX_GLIBC=23800 -DHAVE_CONFIG_H -DLINUX=66010 -DLINUX_GLIBC=23800 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/libncftp -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/sio -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/Strn Strnpcpy.c -c x86_64-pc-linux-gnu-gcc -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -Wno-format-y2k -DLINUX=66010 -DLINUX_GLIBC=23800 -DHAVE_CONFIG_H -DLINUX=66010 -DLINUX_GLIBC=23800 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/libncftp -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/sio -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/Strn DStrCpyList.c -c x86_64-pc-linux-gnu-gcc -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -Wno-format-y2k -DLINUX=66010 -DLINUX_GLIBC=23800 -DHAVE_CONFIG_H -DLINUX=66010 -DLINUX_GLIBC=23800 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/libncftp -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/sio -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/Strn Dynscat.c -c x86_64-pc-linux-gnu-gcc -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -Wno-format-y2k -DLINUX=66010 -DLINUX_GLIBC=23800 -DHAVE_CONFIG_H -DLINUX=66010 -DLINUX_GLIBC=23800 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/libncftp -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/sio -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/Strn Strncat.c -c x86_64-pc-linux-gnu-gcc -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -Wno-format-y2k -DLINUX=66010 -DLINUX_GLIBC=23800 -DHAVE_CONFIG_H -DLINUX=66010 -DLINUX_GLIBC=23800 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/libncftp -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/sio -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/Strn Strntok.c -c x86_64-pc-linux-gnu-gcc -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -Wno-format-y2k -DLINUX=66010 -DLINUX_GLIBC=23800 -DHAVE_CONFIG_H -DLINUX=66010 -DLINUX_GLIBC=23800 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/libncftp -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/sio -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/Strn Strncpy_NoZeroPad.c -c x86_64-pc-linux-gnu-gcc -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -Wno-format-y2k -DLINUX=66010 -DLINUX_GLIBC=23800 -DHAVE_CONFIG_H -DLINUX=66010 -DLINUX_GLIBC=23800 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/libncftp -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/sio -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/Strn Strncat_NoZeroPad.c -c x86_64-pc-linux-gnu-ar r libStrn.a DStrCat.o DStrFree.o Dynscpy.o Strncpy.o strtokc.o DStrCatList.o DStrInit.o Dynsrecpy.o Strnpcat.o DStrCpy.o DStrNew.o StrFree.o Strnpcpy.o DStrCpyList.o Dynscat.o Strncat.o Strntok.o Strncpy_NoZeroPad.o Strncat_NoZeroPad.o x86_64-pc-linux-gnu-ar: creating libStrn.a x86_64-pc-linux-gnu-ranlib "libStrn.a" -rw-r--r-- 1 portage portage 36754 Jan 6 05:33 libStrn.a Done making Strn. make[1]: Leaving directory '/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/Strn' make[1]: Entering directory '/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/sio' x86_64-pc-linux-gnu-gcc -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -Wno-format-y2k -DLINUX=66010 -DLINUX_GLIBC=23800 -DHAVE_CONFIG_H -DLINUX=66010 -DLINUX_GLIBC=23800 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/libncftp -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/sio -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/Strn UAccept.c -c x86_64-pc-linux-gnu-gcc -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -Wno-format-y2k -DLINUX=66010 -DLINUX_GLIBC=23800 -DHAVE_CONFIG_H -DLINUX=66010 -DLINUX_GLIBC=23800 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/libncftp -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/sio -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/Strn UBind.c -c x86_64-pc-linux-gnu-gcc -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -Wno-format-y2k -DLINUX=66010 -DLINUX_GLIBC=23800 -DHAVE_CONFIG_H -DLINUX=66010 -DLINUX_GLIBC=23800 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/libncftp -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/sio -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/Strn UConnectByName.c -c x86_64-pc-linux-gnu-gcc -D_REENTRANT -O2 -pipe -march=native -fno-diagnostics-color -Wno-format-y2k -DLINUX=66010 -DLINUX_GLIBC=23800 -DHAVE_CONFIG_H -DLINUX=66010 -DLINUX_GLIBC=23800 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7 -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/libncftp -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/sio -I/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/Strn UConnect.c -c In file included from syshdrs.h:75, from UAccept.c:1: UAccept.c: In function ‘UAccept’: /var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/config.h:358:28: error: passing argument 2 of ‘select’ from incompatible pointer type [-Wincompatible-pointer-types] 358 | #define SELECT_TYPE_ARG234 (int *) UAccept.c:51:42: note: in expansion of macro ‘SELECT_TYPE_ARG234’ 51 | result = select(sfd + 1, SELECT_TYPE_ARG234 &ss, NULL, NULL, &tv); | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/sys/types.h:179, from syshdrs.h:83: /usr/include/sys/select.h:102:51: note: expected ‘fd_set * restrict’ but argument is of type ‘int *’ 102 | extern int select (int __nfds, fd_set *__restrict __readfds, | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~ make[1]: *** [Makefile:117: UAccept.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7/sio' make: *** [Makefile:33: libs] Error 2 * ERROR: net-ftp/ncftp-3.2.7::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=net-ftp/ncftp-3.2.7::gentoo'`, * the complete build log and the output of `emerge -pqv '=net-ftp/ncftp-3.2.7::gentoo'`. * The complete build log is located at '/var/log/portage/net-ftp:ncftp-3.2.7:20240106-053322.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-ftp/ncftp-3.2.7/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/net-ftp/ncftp-3.2.7/temp/environment'. * Working directory: '/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7' * S: '/var/tmp/portage/net-ftp/ncftp-3.2.7/work/ncftp-3.2.7'