==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done
==> Making package: ncftp 3.3.0-1 (Sun May 11 09:32:49 2025)
==> Retrieving sources...
  -> Found ncftp-3.3.0-src.tar.gz
  -> Found ncftp-reproducible.patch
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    ncftp-3.3.0-src.tar.gz ... Passed
    ncftp-reproducible.patch ... Passed
==> Making package: ncftp 3.3.0-1 (Sun May 11 09:33:09 2025)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found ncftp-3.3.0-src.tar.gz
  -> Found ncftp-reproducible.patch
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting ncftp-3.3.0-src.tar.gz with bsdtar
==> Starting prepare()...
(Stripping trailing CRs from patch; use --binary to disable.)
patching file ncftp/main.c
Hunk #1 succeeded at 65 (offset 3 lines).
Hunk #2 succeeded at 79 (offset 3 lines).
patch: setting attribute security.SMACK64 for security.SMACK64: Operation not permitted
==> Starting build()...
creating cache ./config.cache
checking if you set and exported the environment variable CC... no (configure will try to locate a suitable C compiler)
checking for environment variable CFLAGS... -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fcommon
checking for environment variable CPPFLAGS... no
checking for environment variable LDFLAGS... -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now
checking for environment variable LIBS... no
checking for clang C compiler... no
checking if CC should now be set... no
checking for gcc... gcc
checking whether the C compiler (gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fcommon -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now) works... yes
checking whether the C compiler (gcc -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -fcommon -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking version of C library... glibc2.41
checking platform... linux-armv7l
checking for object suffix... o
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for executable suffix... no
checking how to run the C preprocessor... /usr/bin/cpp
checking for ANSI C header files... no
checking for stdio.h... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for memory.h... yes
checking for string.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for arpa/nameser.h... yes
checking for fnmatch.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 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... 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 gnu/libc-version.h... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking size of off_t... 4
checking size of off_t... 8
checking if Large File Support flags should be added to CFLAGS... -D_FILE_OFFSET_BITS=64
checking if we should add CFLAGS for reentrancy... -D_REENTRANT
checking for strip... strip
checking CC... gcc
checking CFLAGS... -D_REENTRANT -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcommon -D_FILE_OFFSET_BITS=64
checking CPPFLAGS... 
checking DEFS... 
checking NDEFS...  -DLINUX=62001 -DLINUX_GLIBC=24100
checking LDFLAGS... -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now
checking LIBS... 
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... no
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 working 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 in sys/types.h... 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
checking what type the tv_usec field of struct timeval is... 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 size parameter to getdomainname... size_t
checking for negative_control_t... no
checking for ssize_t... yes
checking for socklen_t... yes
checking for sa_family_t... yes
checking types of arguments for select()... int,fd_set *,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 fnmatch... yes
checking for fseeko... yes
checking for ftello... yes
checking for getnameinfo... yes
checking for getaddrinfo... yes
checking for gethostbyname2_r... 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 memmove... yes
checking for mktime... 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 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 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... no
checking for tar... /usr/bin/tar
checking how to create TAR files... /usr/bin/tar -c --owner=root --group=root --verbose -f
checking for ranlib... ranlib
checking for ar... ar
checking for a BSD compatible install... /usr/bin/install -c
checking for pwd... /usr/bin/pwd
checking for ccdv... /build/ncftp/src/ncftp-3.3.0/ccdv
checking if shell can test for symlinks... yes
checking CC... gcc
checking CFLAGS... -D_REENTRANT -march=armv7-a -mfloat-abi=hard -mfpu=neon -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -fcommon -D_FILE_OFFSET_BITS=64
checking CPPFLAGS... -I/build/ncftp/src/ncftp-3.3.0 -I/build/ncftp/src/ncftp-3.3.0/libncftp -I/build/ncftp/src/ncftp-3.3.0/sio -I/build/ncftp/src/ncftp-3.3.0/Strn
checking DEFS... 
checking NDEFS...  -DLINUX=62001 -DLINUX_GLIBC=24100
checking LDFLAGS... -L/build/ncftp/src/ncftp-3.3.0/libncftp -L/build/ncftp/src/ncftp-3.3.0/sio -L/build/ncftp/src/ncftp-3.3.0/Strn -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now
checking LIBS... 
updating cache ./config.cache
creating ./config.status
creating Makefile
creating Makefile.bin
creating ncftp/Makefile
creating libncftp/Makefile
creating Strn/Makefile
creating sio/Makefile
creating sh_util/Makefile
creating vis/Makefile
creating config.h
make[1]: Entering directory '/build/ncftp/src/ncftp-3.3.0/Strn'

Compiling DStrCat.c...                                                         
Compiling DStrFree.c...                                                        
Compiling Dynscpy.c...                                                         
Compiling Strncpy.c...                                                         
Compiling strtokc.c...                                                         
Compiling DStrFree.c:                                                 [OK]     

Compiling Dynscpy.c:                                                  [OK]     

Compiling DStrCatList.c...                                                     
Compiling DStrInit.c...                                                        
Compiling strtokc.c:                                                  [OK]     

Compiling Dynsrecpy.c...                                                       
Compiling DStrCat.c:                                                  [OK]     

Compiling Strnpcat.c...                                                        
Compiling Strncpy.c:                                                  [OK]     

Compiling DStrCpy.c...                                                         
Compiling DStrInit.c:                                                 [OK]     

Compiling DStrNew.c...                                                         
Compiling Dynsrecpy.c:                                                [OK]     

Compiling StrFree.c...                                                         
Compiling Strnpcat.c:                                                 [OK]     

Compiling DStrCatList.c:                                              [OK]     

Compiling Strnpcpy.c...                                                        
Compiling DStrCpyList.c...                                                     
Compiling DStrCpy.c:                                                  [OK]     

Compiling Dynscat.c...                                                         
Compiling DStrNew.c:                                                  [OK]     

Compiling Strncat.c...                                                         
Compiling StrFree.c:                                                  [OK]     

Compiling Strntok.c...                                                         
Compiling DStrCpyList.c:                                              [OK]     

Compiling Strncpy_NoZeroPad.c...                                               
Compiling Strnpcpy.c:                                                 [OK]     

Compiling Strncat_NoZeroPad.c...                                               
Compiling Dynscat.c:                                                  [OK]     

Compiling Strncat.c:                                                  [OK]     

Compiling Strntok.c:                                                  [OK]     

Compiling Strncpy_NoZeroPad.c:                                        [OK]     

Compiling Strncat_NoZeroPad.c:                                        [OK]     

Creating library libStrn.a...                                                  
Creating library libStrn.a:                                           [OK]     
  ar: creating libStrn.a
ranlib "libStrn.a"
-rw-r--r-- 1 builduser builduser 30094 May 11 09:33 libStrn.a
Done making Strn.
make[1]: Leaving directory '/build/ncftp/src/ncftp-3.3.0/Strn'
make[1]: Entering directory '/build/ncftp/src/ncftp-3.3.0/sio'

Compiling UAccept.c...                                                         
Compiling UBind.c...                                                           
Compiling UConnectByName.c...                                                  
Compiling UConnect.c...                                                        
Compiling UNew.c...                                                            
Compiling UAccept.c:                                                  [OK]     

Compiling URecvfrom.c...                                                       
Compiling UNew.c:                                                     [OK]     

Compiling USendtoByName.c...                                                   
Compiling UConnectByName.c:                                           [OK]     

Compiling UBind.c:                                                    [OK]     

Compiling USendto.c...                                                         
Compiling DNSUtil.c...                                                         
Compiling UConnect.c:                                                 [OK]     

Compiling main.c...                                                            
Compiling USendtoByName.c:                                            [OK]     

Compiling PRead.c...                                                           
Compiling URecvfrom.c:                                                [OK]     

Compiling PWrite.c...                                                          
Compiling USendto.c:                                                  [OK]     

Compiling SAccept.c...                                                         
Compiling DNSUtil.c:                                                  [OK]     

Compiling SBind.c...                                                           
Compiling main.c:                                                     [OK]     

Compiling SClose.c...                                                          
Compiling PWrite.c:                                                   [OK]     

Compiling SConnectByName.c...                                                  
Compiling PRead.c:                                                    [OK]     

Compiling SConnect.c...                                                        
Compiling SAccept.c:                                                  [OK]     

Compiling SError.c...                                                          
Compiling SBind.c:                                                    [OK]     

Compiling SNew.c...                                                            
Compiling SClose.c:                                                   [OK]     

Compiling SocketUtil.c...                                                      
Compiling SConnectByName.c:                                           [OK]     

Compiling SRead.c...                                                           
Compiling SConnect.c:                                                 [OK]     

Compiling SReadline.c...                                                       
Compiling SError.c:                                                   [OK]     

Compiling SRecv.c...                                                           
Compiling SNew.c:                                                     [OK]     

Compiling SRecvfrom.c...                                                       
Compiling SocketUtil.c:                                               [OK]     

Compiling SRecvmsg.c...                                                        
Compiling SRead.c:                                                    [OK]     

Compiling SSelect.c...                                                         
Compiling SReadline.c:                                                [OK]     

Compiling SSend.c...                                                           
Compiling SRecv.c:                                                    [OK]     

Compiling SSendtoByName.c...                                                   
Compiling SRecvfrom.c:                                                [OK]     

Compiling SSendto.c...                                                         
Compiling SRecvmsg.c:                                                 [OK]     

Compiling StrAddr.c...                                                         
Compiling SSelect.c:                                                  [OK]     

Compiling SWait.c...                                                           
Compiling SSend.c:                                                    [OK]     

Compiling SWrite.c...                                                          
Compiling SSendtoByName.c:                                            [OK]     

Compiling SSendto.c:                                                  [OK]     

Compiling SWait.c:                                                    [OK]     

Compiling StrAddr.c:                                                  [OK]     

Compiling SWrite.c:                                                   [OK]     

Creating library libsio.a...                                                   
Creating library libsio.a:                                            [OK]     
  ar: creating libsio.a
ranlib libsio.a
-rw-r--r-- 1 builduser builduser 80796 May 11 09:33 libsio.a
make[1]: [Makefile:66: libsio.a] Error 2 (ignored)
Done.
make[1]: Leaving directory '/build/ncftp/src/ncftp-3.3.0/sio'
make[1]: Entering directory '/build/ncftp/src/ncftp-3.3.0/libncftp'

Compiling c_chdir.c...                                                         
Compiling c_chdir3.c...                                                        
Compiling c_chdirlist.c...                                                     
Compiling c_chmod.c...                                                         
Compiling c_delete.c...                                                        
Compiling c_chdir.c:                                                  [OK]     

Compiling c_exists.c...                                                        
Compiling c_chdirlist.c:                                              [OK]     

Compiling c_filetype.c...                                                      
Compiling c_chmod.c:                                                  [OK]     

Compiling c_getcwd.c...                                                        
Compiling c_chdir3.c:                                                 [OK]     

Compiling c_mkdir.c...                                                         
Compiling c_delete.c:                                                 [OK]     

Compiling c_mlist1.c...                                                        
Compiling c_filetype.c:                                               [OK]     

Compiling c_modtime.c...                                                       
Compiling c_mkdir.c:                                                  [OK]     

Compiling c_exists.c:                                                 [OK]     

Compiling c_opennologin.c...                                                   
Compiling c_rename.c...                                                        
Compiling c_getcwd.c:                                                 [OK]     

Compiling c_rhelp.c...                                                         
Compiling c_mlist1.c:                                                 [OK]     

Compiling c_rmdir.c...                                                         
Compiling c_modtime.c:                                                [OK]     

Compiling c_rmdirr.c...                                                        
Compiling c_rename.c:                                                 [OK]     

Compiling c_size.c...                                                          
Compiling c_opennologin.c:                                            [OK]     

Compiling c_sizemdtm.c...                                                      
Compiling c_rhelp.c:                                                  [OK]     

Compiling c_symlink.c...                                                       
Compiling c_rmdir.c:                                                  [OK]     

Compiling c_type.c...                                                          
Compiling c_rmdirr.c:                                                 [OK]     

Compiling c_umask.c...                                                         
Compiling c_sizemdtm.c:                                               [OK]     

Compiling c_size.c:                                                   [OK]     

Compiling c_utime.c...                                                         
Compiling errno.c...                                                           
Compiling c_symlink.c:                                                [OK]     

Compiling ftp.c...                                                             
Compiling c_type.c:                                                   [OK]     

Compiling ftw.c...                                                             
Compiling c_umask.c:                                                  [OK]     

Compiling io_get.c...                                                          
Compiling c_utime.c:                                                  [OK]     

Compiling errno.c:                                                    [OK]     

Compiling io_getfiles.c...                                                     
Compiling io_getmem.c...                                                       
Compiling ftw.c:                                                      [OK]     

Compiling io_getonefile.c...                                                   
Compiling ftp.c:                                                      [OK]     

Compiling io_gettar.c...                                                       
Compiling io_get.c:                                                   [OK]     

Compiling io_getmem.c:                                                [OK]     

Compiling io_list.c...                                                         
Compiling io_listmem.c...                                                      
Compiling io_getfiles.c:                                              [OK]     

Compiling io_put.c...                                                          
Compiling io_getonefile.c:                                            [OK]     

Compiling io_putfiles.c...                                                     
Compiling io_gettar.c:                                                [OK]     

Compiling io_putmem.c...                                                       
Compiling io_list.c:                                                  [OK]     

Compiling io_putonefile.c...                                                   
Compiling io_listmem.c:                                               [OK]     

Compiling io_sendfile.c...                                                     
Compiling io_put.c:                                                   [OK]     

Compiling io_util.c...                                                         
Compiling io_putfiles.c:                                              [OK]     

Compiling lglob.c...                                                           
Compiling io_putmem.c:                                                [OK]     

Compiling lglobr.c...                                                          
Compiling io_putonefile.c:                                            [OK]     

Compiling linelist.c...                                                        
Compiling io_sendfile.c:                                              [OK]     

Compiling open.c...                                                            
Compiling lglob.c:                                                    [OK]     

Compiling rcmd.c...                                                            
Compiling io_util.c:                                                  [OK]     

Compiling rftw.c...                                                            
Compiling lglobr.c:                                                   [OK]     

Compiling rglob.c...                                                           
Compiling linelist.c:                                                 [OK]     

Compiling rglobr.c...                                                          
Compiling open.c:                                                     [OK]     

Compiling u_close.c...                                                         
Compiling rftw.c:                                                     [OK]     

Compiling u_decodeurl.c...                                                     
Compiling rglob.c:                                                    [OK]     

Compiling u_decodehost.c...                                                    
Compiling rcmd.c:                                                     [OK]     

Compiling u_error.c...                                                         
Compiling rglobr.c:                                                   [OK]     

Compiling u_fileextn.c...                                                      
Compiling u_close.c:                                                  [OK]     

Compiling u_getcwd.c...                                                        
Compiling u_decodeurl.c:                                              [OK]     

Compiling u_gethome.c...                                                       
Compiling u_error.c:                                                  [OK]     

Compiling u_decodehost.c:                                             [OK]     

Compiling u_getpass.c...                                                       
Compiling u_getopt.c...                                                        
Compiling u_fileextn.c:                                               [OK]     

Compiling u_getpw.c...                                                         
Compiling u_getcwd.c:                                                 [OK]     

Compiling u_getusr.c...                                                        
Compiling u_gethome.c:                                                [OK]     

Compiling u_getutc.c...                                                        
Compiling u_getopt.c:                                                 [OK]     

Compiling u_gmtime.c...                                                        
Compiling u_getpass.c:                                                [OK]     

Compiling u_localtime.c...                                                     
Compiling u_getpw.c:                                                  [OK]     

Compiling u_misc.c...                                                          
Compiling u_getusr.c:                                                 [OK]     

Compiling u_miscdebug.c...                                                     
Compiling u_gmtime.c:                                                 [OK]     

Compiling u_mkdirs.c...                                                        
Compiling u_getutc.c:                                                 [OK]     

Compiling u_pathcat.c...                                                       
Compiling u_localtime.c:                                              [OK]     

Compiling u_printf.c...                                                        
Compiling u_misc.c:                                                   [OK]     

Compiling u_rebuildci.c...                                                     
Compiling u_miscdebug.c:                                              [OK]     

Compiling u_scram.c...                                                         
Compiling u_mkdirs.c:                                                 [OK]     

Compiling u_shutdownci.c...                                                    
Compiling u_pathcat.c:                                                [OK]     

Compiling u_signal.c...                                                        
Compiling u_printf.c:                                                 [OK]     

Compiling u_slash.c...                                                         
Compiling u_rebuildci.c:                                              [OK]     

Compiling u_unmdtm.c...                                                        
Compiling u_scram.c:                                                  [OK]     

Compiling unls.c...                                                            
Compiling u_shutdownci.c:                                             [OK]     

Compiling u_feat.c...                                                          
Compiling u_signal.c:                                                 [OK]     

Compiling u_slash.c:                                                  [OK]     

Compiling u_unmdtm.c:                                                 [OK]     

Compiling u_feat.c:                                                   [OK]     

Compiling unls.c:                                                     [OK]     

Creating library libncftp.a...                                                 
Creating library libncftp.a:                                          [OK]     
  ar: creating libncftp.a
-rw-r--r-- 1 builduser builduser 290096 May 11 09:33 libncftp.a
make[2]: Entering directory '/build/ncftp/src/ncftp-3.3.0/sio'
Done.
make[2]: Leaving directory '/build/ncftp/src/ncftp-3.3.0/sio'
make[2]: Entering directory '/build/ncftp/src/ncftp-3.3.0/Strn'
Done making Strn.
make[2]: Leaving directory '/build/ncftp/src/ncftp-3.3.0/Strn'
Done.
make[1]: Leaving directory '/build/ncftp/src/ncftp-3.3.0/libncftp'
make[1]: Entering directory '/build/ncftp/src/ncftp-3.3.0/ncftp'

Compiling cmds.c...                                                            
Compiling cmdlist.c...                                                         
Compiling ls.c...                                                              
Compiling main.c...                                                            
Compiling version.c...                                                         
Compiling cmdlist.c:                                                  [OK]     

Compiling shell.c...                                                           
Compiling version.c:                                                  [OK]     

Compiling util.c...                                                            
Compiling main.c:                                                     [OK]     

Compiling readln.c...                                                          
Compiling ls.c:                                                       [OK]     

Compiling progress.c...                                                        
Compiling util.c:                                                     [OK]     

Compiling shell.c:                                                    [OK]     

Compiling bookmark.c...                                                        
Compiling pref.c...                                                            
Compiling readln.c:                                                   [OK]     

Compiling progress.c:                                                 [OK]     

Compiling preffw.c...                                                          
Compiling trace.c...                                                           
Compiling pref.c:                                                     [OK]     

Compiling spool.c...                                                           
Compiling trace.c:                                                    [OK]     

Compiling spoolutil.c...                                                       
Compiling preffw.c:                                                   [OK]     

Compiling cmds.c...                                                    /       
Compiling log.c...                                                             
Compiling bookmark.c:                                                 [OK]     

Compiling gl_getline.c...                                                      
Compiling cmds.c:                                                     [OK]     

Compiling spool.c:                                                    [OK]     

Compiling log.c:                                                      [OK]     

Compiling spoolutil.c:                                                [OK]     

Compiling gl_getline.c:                                               [OK]     

Linking ncftp...                                                               
Linking ncftp:                                                        [OK]     
Done making NcFTP.
make[1]: Leaving directory '/build/ncftp/src/ncftp-3.3.0/ncftp'
make[1]: Entering directory '/build/ncftp/src/ncftp-3.3.0/sh_util'

Compiling gpshare.c...                                                         
Compiling bookmark.c...                                                        
Compiling preffw.c...                                                          
Compiling spoolutil.c...                                                       
Compiling util.c...                                                            
Compiling preffw.c:                                                   [OK]     

Compiling gl_getline.c...                                                      
Compiling util.c:                                                     [OK]     

Compiling version.c...                                                         
Compiling spoolutil.c:                                                [OK]     

Compiling gpshare.c:                                                  [OK]     

Compiling bookmark.c:                                                 [OK]     

Compiling version.c:                                                  [OK]     

Compiling ncftpbatch...                                                        
Compiling gl_getline.c:                                               [OK]     

Compiling ncftpget...                                                          
Compiling ncftpput...                                                          
Compiling ncftpls...                                                           
Compiling ncftpbatch...                                                /       
Compiling ncftpget...                                                  /       
Compiling ncftpput...                                                  /       
Compiling ncftpls...                                                   /       
Compiling ncftpput:                                                   [OK]     

Compiling ncftpget:                                                   [OK]     

Compiling ncftpls:                                                    [OK]     

Compiling ncftpbatch...                                                -       
Compiling ncftpbatch...                                                \       
Compiling ncftpbatch:                                                 [OK]     
Done making NcFTP shell utilities.
make[1]: Leaving directory '/build/ncftp/src/ncftp-3.3.0/sh_util'
make[1]: Entering directory '/build/ncftp/src/ncftp-3.3.0/vis'

Compiling wgets.c...                                                           
Compiling wutil.c...                                                           
Compiling pref.c...                                                            
Compiling preffw.c...                                                          
Compiling trace.c...                                                           
Compiling trace.c:                                                    [OK]     

Compiling util.c...                                                            
Compiling preffw.c:                                                   [OK]     

Compiling bookmark.c...                                                        
Compiling wgets.c:                                                    [OK]     

Compiling version.c...                                                         
Compiling wutil.c:                                                    [OK]     

Compiling pref.c:                                                     [OK]     

Compiling version.c:                                                  [OK]     

Compiling util.c:                                                     [OK]     

Compiling bookmark.c:                                                 [OK]     

Compiling ncftpbookmarks...                                                    
Compiling ncftpbookmarks...                                            /       
Compiling ncftpbookmarks:                                             [OK]     
Done making NcFTP full-screen utilities.
make[1]: Leaving directory '/build/ncftp/src/ncftp-3.3.0/vis'
total 1160
-rwxr-xr-x 1 builduser builduser 290724 May 11 09:33 ncftp
-rwxr-xr-x 1 builduser builduser 214748 May 11 09:34 ncftpbatch
-rwxr-xr-x 1 builduser builduser 129124 May 11 09:34 ncftpbookmarks
-rwxr-xr-x 1 builduser builduser 190188 May 11 09:33 ncftpget
-rwxr-xr-x 1 builduser builduser 157420 May 11 09:33 ncftpls
-rwxr-xr-x 1 builduser builduser 194284 May 11 09:33 ncftpput
lrwxrwxrwx 1 builduser builduser     10 May 11 09:34 ncftpspooler -> ncftpbatch
Done.

** Please report any problems to http://www.NcFTP.com/contact/ **
==> Entering fakeroot environment...
==> Starting package()...
make[1]: Entering directory '/build/ncftp/src/ncftp-3.3.0/ncftp'
Done making NcFTP.
make[1]: Leaving directory '/build/ncftp/src/ncftp-3.3.0/ncftp'
make[1]: Entering directory '/build/ncftp/src/ncftp-3.3.0/sh_util'
Done making NcFTP shell utilities.
make[1]: Leaving directory '/build/ncftp/src/ncftp-3.3.0/sh_util'
make[1]: Entering directory '/build/ncftp/src/ncftp-3.3.0/vis'
Done making NcFTP full-screen utilities.
make[1]: Leaving directory '/build/ncftp/src/ncftp-3.3.0/vis'
mkdir -p "/build/ncftp/pkg/ncftp/usr" "/build/ncftp/pkg/ncftp/usr/bin" "/etc" "/build/ncftp/pkg/ncftp/usr/share/man" "/build/ncftp/pkg/ncftp/usr/share/man/man1" 2>/dev/null
..... Installing the programs .....
/usr/bin/install -c bin/ncftp "/build/ncftp/pkg/ncftp/usr/bin/ncftp"
/usr/bin/install -c bin/ncftpget "/build/ncftp/pkg/ncftp/usr/bin/ncftpget"
/usr/bin/install -c bin/ncftpput "/build/ncftp/pkg/ncftp/usr/bin/ncftpput"
/usr/bin/install -c bin/ncftpls "/build/ncftp/pkg/ncftp/usr/bin/ncftpls"
/usr/bin/install -c bin/ncftpbatch "/build/ncftp/pkg/ncftp/usr/bin/ncftpbatch"
make: [Makefile:55: install] Error 1 (ignored)
ln "/build/ncftp/pkg/ncftp/usr/bin/ncftpbatch" "/build/ncftp/pkg/ncftp/usr/bin/ncftpspooler"
test -f bin/ncftpbookmarks && /usr/bin/install -c bin/ncftpbookmarks "/build/ncftp/pkg/ncftp/usr/bin/ncftpbookmarks"
..... Installing the manual pages .....
/usr/bin/install -c -m 644 doc/man/ncftp.1 "/build/ncftp/pkg/ncftp/usr/share/man/man1/ncftp.1"
/usr/bin/install -c -m 644 doc/man/ncftpget.1 "/build/ncftp/pkg/ncftp/usr/share/man/man1/ncftpget.1"
/usr/bin/install -c -m 644 doc/man/ncftpput.1 "/build/ncftp/pkg/ncftp/usr/share/man/man1/ncftpput.1"
/usr/bin/install -c -m 644 doc/man/ncftpbatch.1 "/build/ncftp/pkg/ncftp/usr/share/man/man1/ncftpbatch.1"
/usr/bin/install -c -m 644 doc/man/ncftpspooler.1 "/build/ncftp/pkg/ncftp/usr/share/man/man1/ncftpspooler.1"
/usr/bin/install -c -m 644 doc/man/ncftpls.1 "/build/ncftp/pkg/ncftp/usr/share/man/man1/ncftpls.1"
..... Finishing up .....

/build/ncftp/pkg/ncftp/usr/bin:
  -rwxr-xr-x 1 root root 290724 May 11 09:34 ncftp
  -rwxr-xr-x 2 root root 214748 May 11 09:34 ncftpbatch
  -rwxr-xr-x 1 root root 129124 May 11 09:34 ncftpbookmarks
  -rwxr-xr-x 1 root root 190188 May 11 09:34 ncftpget
  -rwxr-xr-x 1 root root 157420 May 11 09:34 ncftpls
  -rwxr-xr-x 1 root root 194284 May 11 09:34 ncftpput
  -rwxr-xr-x 2 root root 214748 May 11 09:34 ncftpspooler

Done installing NcFTP.
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "ncftp"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: ncftp 3.3.0-1 (Sun May 11 09:34:09 2025)
==> Cleaning up...