==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done
==> Making package: siege 4.1.7-1 (Sat Feb  1 06:37:48 2025)
==> Retrieving sources...
  -> Found siege-4.1.7.tar.gz
==> WARNING: Skipping verification of source file PGP signatures.
==> Validating source files with sha256sums...
    siege-4.1.7.tar.gz ... Passed
==> Making package: siege 4.1.7-1 (Sat Feb  1 06:37:56 2025)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found siege-4.1.7.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
  -> Extracting siege-4.1.7.tar.gz with bsdtar
==> Starting build()...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking whether make supports the include directive... yes (GNU style)
checking for gcc... 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 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 whether gcc understands -c and -o together... yes
checking dependency style of gcc... none
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) none
checking for a sed that does not truncate output... /usr/bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgfortran... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking for nagfor... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for perl... /usr/bin/perl
checking for a POSIX-compliant shell... /bin/sh
checking whether make sets $(MAKE)... (cached) yes
checking for buggy pthread mutex initializers... no
checking for dlopen() in -ldld... no
checking for dlopen() in -ldl... yes
checking for random device... yes
checking for ssl support... yes
checking /include/openssl/opensslv.h usability... no
checking /include/openssl/opensslv.h presence... no
checking for /include/openssl/opensslv.h... no
checking /usr/include/openssl/opensslv.h usability... yes
checking /usr/include/openssl/opensslv.h presence... yes
checking for /usr/include/openssl/opensslv.h... yes
checking for OpenSSL version... >= 0.9.8 (appropriate flag set)
checking for zlib support... yes
checking /include/zlib.h usability... no
checking /include/zlib.h presence... no
checking for /include/zlib.h... no
checking /usr/include/zlib.h usability... yes
checking /usr/include/zlib.h presence... yes
checking for /usr/include/zlib.h... yes
checking for ZLIB version... checking for inline... inline
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for u_int32_t... yes
checking for ssize_t... yes
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for sys/types.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking openssl/e_os.h usability... no
checking openssl/e_os.h presence... no
checking for openssl/e_os.h... no
checking openssl/e_os2.h usability... yes
checking openssl/e_os2.h presence... yes
checking for openssl/e_os2.h... yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking return type of signal handlers... void
checking for working alloca.h... yes
checking for alloca... yes
checking for strchr... yes
checking for memcpy... yes
checking for strncpy... yes
checking for strstr... yes
checking for strlen... yes
checking for strncasecmp... yes
checking for strncmp... yes
checking for socket... yes
checking for gethostbyname... yes
checking for snprintf... yes
checking for strdup... yes
checking for rand_r... yes
checking for localtime_r... yes
checking for getaddrinfo... yes
checking for gethostbyname_r... yes
checking for gmtime_r... yes
checking for getipnodebyname... no
checking for freehostent... no
checking for getopt_long... yes
checking for poll... yes
checking for socket in -lsocket... no
checking for pthread_attr_init in -lpthread... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating html/Makefile
config.status: creating include/Makefile
config.status: creating include/joedog/Makefile
config.status: creating utils/Makefile
config.status: creating include/config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: executing default-2 commands
config.status: executing default-3 commands
config.status: executing default-4 commands
config.status: executing default-5 commands
config.status: executing default-6 commands

--------------------------------------------------------
Configuration is complete

Run the following commands to complete the installation:
  make 
  make install

For complete documentation:        http://www.joedog.org
--------------------------------------------------------
Making all in .
make[1]: Entering directory '/build/siege/src/siege-4.1.7'
make[1]: Nothing to be done for 'all-am'.
make[1]: Leaving directory '/build/siege/src/siege-4.1.7'
Making all in include
make[1]: Entering directory '/build/siege/src/siege-4.1.7/include'
make  all-recursive
make[2]: Entering directory '/build/siege/src/siege-4.1.7/include'
Making all in joedog
make[3]: Entering directory '/build/siege/src/siege-4.1.7/include/joedog'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/build/siege/src/siege-4.1.7/include/joedog'
make[3]: Entering directory '/build/siege/src/siege-4.1.7/include'
make[3]: Leaving directory '/build/siege/src/siege-4.1.7/include'
make[2]: Leaving directory '/build/siege/src/siege-4.1.7/include'
make[1]: Leaving directory '/build/siege/src/siege-4.1.7/include'
Making all in src
make[1]: Entering directory '/build/siege/src/siege-4.1.7/src'
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include -I/usr/include/openssl -I/usr/include  -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o array.o array.c
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include -I/usr/include/openssl -I/usr/include  -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o auth.o auth.c
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include -I/usr/include/openssl -I/usr/include  -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o base64.o base64.c
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include -I/usr/include/openssl -I/usr/include  -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o browser.o browser.c
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include -I/usr/include/openssl -I/usr/include  -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o cache.o cache.c
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include -I/usr/include/openssl -I/usr/include  -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o cookie.o cookie.c
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include -I/usr/include/openssl -I/usr/include  -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o cookies.o cookies.c
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include -I/usr/include/openssl -I/usr/include  -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o cfg.o cfg.c
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include -I/usr/include/openssl -I/usr/include  -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o creds.o creds.c
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include -I/usr/include/openssl -I/usr/include  -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o crew.o crew.c
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include -I/usr/include/openssl -I/usr/include  -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o data.o data.c
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include -I/usr/include/openssl -I/usr/include  -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o date.o date.c
creds.c: In function 'new_creds':
creds.c:47:24: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
creds.c:47:24: note: earlier argument should specify number of elements, later size of each element
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include -I/usr/include/openssl -I/usr/include  -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o eval.o eval.c
cookies.c: In function 'new_cookies':
cookies.c:41:24: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
cookies.c:41:24: note: earlier argument should specify number of elements, later size of each element
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include -I/usr/include/openssl -I/usr/include  -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o ftp.o ftp.c
cookie.c: In function 'new_cookie':
cookie.c:50:24: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
cookie.c:50:24: note: earlier argument should specify number of elements, later size of each element
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include -I/usr/include/openssl -I/usr/include  -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o getopt.o getopt.c
data.c: In function 'new_data':
data.c:71:23: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
data.c:71:23: note: earlier argument should specify number of elements, later size of each element
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include -I/usr/include/openssl -I/usr/include  -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o getopt1.o getopt1.c
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include -I/usr/include/openssl -I/usr/include  -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o handler.o handler.c
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include -I/usr/include/openssl -I/usr/include  -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o hash.o hash.c
crew.c: In function 'new_crew':
crew.c:58:28: warning: 'calloc' sizes specified with 'sizeof' in the earlier argument and not in the later argument [-Wcalloc-transposed-args]
crew.c:58:28: note: earlier argument should specify number of elements, later size of each element
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include -I/usr/include/openssl -I/usr/include  -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o http.o http.c
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include -I/usr/include/openssl -I/usr/include  -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o init.o init.c
auth.c: In function 'setup_des_key':
auth.c:846:3: warning: 'DES_set_odd_parity' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
In file included from auth.c:39:
/usr/include/openssl/des.h:176:58: note: declared here
  176 | OSSL_DEPRECATEDIN_3_0 void DES_set_odd_parity(DES_cblock *key);
      |                                                          ^~~~~~            
auth.c:847:3: warning: 'DES_set_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/des.h:186:5: note: declared here
  186 | int DES_set_key(const_DES_cblock *key, DES_key_schedule *schedule);
      |     ^~~~~~~~~~~
auth.c: In function 'calc_resp':
auth.c:864:3: warning: 'DES_ecb_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/des.h:105:6: note: declared here
  105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
      |      ^~~~~~~~~~~~~~~
auth.c:867:3: warning: 'DES_ecb_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/des.h:105:6: note: declared here
  105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
      |      ^~~~~~~~~~~~~~~
auth.c:870:3: warning: 'DES_ecb_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/des.h:105:6: note: declared here
  105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
      |      ^~~~~~~~~~~~~~~
auth.c: In function '__mkhash':
auth.c:906:5: warning: 'DES_ecb_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/des.h:105:6: note: declared here
  105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
      |      ^~~~~~~~~~~~~~~
auth.c:909:5: warning: 'DES_ecb_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/des.h:105:6: note: declared here
  105 | void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output,
      |      ^~~~~~~~~~~~~~~
auth.c:923:5: warning: 'MD4_Init' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
In file included from auth.c:40:
/usr/include/openssl/md4.h:50:57: note: declared here
   50 | OSSL_DEPRECATEDIN_3_0 int MD4_Init(MD4_CTX *c);
      |                                                         ^       
auth.c:924:5: warning: 'MD4_Update' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/md4.h:51:57: note: declared here
   51 | OSSL_DEPRECATEDIN_3_0 int MD4_Update(MD4_CTX *c, const void *data, size_t len);
      |                                                         ^~~~~~~~~~
auth.c:925:5: warning: 'MD4_Final' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
/usr/include/openssl/md4.h:52:57: note: declared here
   52 | OSSL_DEPRECATEDIN_3_0 int MD4_Final(unsigned char *md, MD4_CTX *c);
      |                                                         ^~~~~~~~~
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include -I/usr/include/openssl -I/usr/include  -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o load.o load.c
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include -I/usr/include/openssl -I/usr/include  -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o log.o log.c
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include -I/usr/include/openssl -I/usr/include  -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o main.o main.c
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include -I/usr/include/openssl -I/usr/include  -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o md5.o md5.c
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include -I/usr/include/openssl -I/usr/include  -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o memory.o memory.c
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include -I/usr/include/openssl -I/usr/include  -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o notify.o notify.c
ftp.c: In function '__response':
ftp.c:328:3: warning: '__builtin_strncpy' output may be truncated copying 3 bytes from a string of length 1023 [-Wstringop-truncation]
ftp.c:328:3: warning: '__builtin_strncpy' output may be truncated copying 3 bytes from a string of length 1023 [-Wstringop-truncation]
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include -I/usr/include/openssl -I/usr/include  -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o page.o page.c
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include -I/usr/include/openssl -I/usr/include  -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o parser.o parser.c
init.c: In function 'show_config':
init.c:237:62: warning: the comparison will always evaluate as 'false' for the address of 'logfile' will never be NULL [-Waddress]
In file included from init.c:23:
./setup.h:157:8: note: 'logfile' declared here
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include -I/usr/include/openssl -I/usr/include  -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o perl.o perl.c
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include -I/usr/include/openssl -I/usr/include  -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o response.o response.c
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include -I/usr/include/openssl -I/usr/include  -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o sock.o sock.c
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include -I/usr/include/openssl -I/usr/include  -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o ssl.o ssl.c
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include -I/usr/include/openssl -I/usr/include  -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o stralloc.o stralloc.c
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include -I/usr/include/openssl -I/usr/include  -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o timer.o timer.c
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include -I/usr/include/openssl -I/usr/include  -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o url.o url.c
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include -I/usr/include/openssl -I/usr/include  -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o util.o util.c
gcc -DHAVE_CONFIG_H -I. -I../include   -I/include/zlib -I/include -I/usr/include/openssl -I/usr/include  -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -c -o version.o version.c
/bin/sh ../libtool  --tag=CC   --mode=link gcc -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5  -march=armv8-a -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security         -fstack-clash-protection -L/usr/lib -L/usr/lib -lpthread   -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -o siege array.o auth.o base64.o browser.o cache.o cookie.o cookies.o cfg.o creds.o crew.o data.o date.o eval.o ftp.o getopt.o getopt1.o handler.o hash.o http.o init.o load.o log.o main.o md5.o memory.o notify.o page.o parser.o perl.o response.o sock.o ssl.o stralloc.o timer.o url.o util.o version.o  -ldl -lssl -lcrypto -lz
mkdir .libs
gcc -I/usr/include/openssl -I/usr/include -I/include/zlib -I/include -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -W -Wall -Wunused-value -DOPENSSL_NO_KRB5 -march=armv8-a -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=3 -Wformat -Werror=format-security -fstack-clash-protection -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -Wl,-z -Wl,now -o siege array.o auth.o base64.o browser.o cache.o cookie.o cookies.o cfg.o creds.o crew.o data.o date.o eval.o ftp.o getopt.o getopt1.o handler.o hash.o http.o init.o load.o log.o main.o md5.o memory.o notify.o page.o parser.o perl.o response.o sock.o ssl.o stralloc.o timer.o url.o util.o version.o  -L/usr/lib -lpthread -ldl -lssl -lcrypto -lz  
make[1]: Leaving directory '/build/siege/src/siege-4.1.7/src'
Making all in utils
make[1]: Entering directory '/build/siege/src/siege-4.1.7/utils'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/build/siege/src/siege-4.1.7/utils'
Making all in doc
make[1]: Entering directory '/build/siege/src/siege-4.1.7/doc'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/build/siege/src/siege-4.1.7/doc'
Making all in html
make[1]: Entering directory '/build/siege/src/siege-4.1.7/html'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/build/siege/src/siege-4.1.7/html'
==> Entering fakeroot environment...
==> Starting package()...
Making install in .
make[1]: Entering directory '/build/siege/src/siege-4.1.7'
make[2]: Entering directory '/build/siege/src/siege-4.1.7'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/build/siege/src/siege-4.1.7'
make[1]: Leaving directory '/build/siege/src/siege-4.1.7'
Making install in include
make[1]: Entering directory '/build/siege/src/siege-4.1.7/include'
Making install in joedog
make[2]: Entering directory '/build/siege/src/siege-4.1.7/include/joedog'
make[3]: Entering directory '/build/siege/src/siege-4.1.7/include/joedog'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/siege/src/siege-4.1.7/include/joedog'
make[2]: Leaving directory '/build/siege/src/siege-4.1.7/include/joedog'
make[2]: Entering directory '/build/siege/src/siege-4.1.7/include'
make[3]: Entering directory '/build/siege/src/siege-4.1.7/include'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Nothing to be done for 'install-data-am'.
make[3]: Leaving directory '/build/siege/src/siege-4.1.7/include'
make[2]: Leaving directory '/build/siege/src/siege-4.1.7/include'
make[1]: Leaving directory '/build/siege/src/siege-4.1.7/include'
Making install in src
make[1]: Entering directory '/build/siege/src/siege-4.1.7/src'
make[2]: Entering directory '/build/siege/src/siege-4.1.7/src'
make[2]: Nothing to be done for 'install-data-am'.
 /usr/bin/mkdir -p '/build/siege/pkg/siege/usr/bin'
  /bin/sh ../libtool   --mode=install /usr/bin/install -c siege '/build/siege/pkg/siege/usr/bin'
/usr/bin/install -c siege /build/siege/pkg/siege/usr/bin/siege
make[2]: Leaving directory '/build/siege/src/siege-4.1.7/src'
make[1]: Leaving directory '/build/siege/src/siege-4.1.7/src'
Making install in utils
make[1]: Entering directory '/build/siege/src/siege-4.1.7/utils'
make[2]: Entering directory '/build/siege/src/siege-4.1.7/utils'
make  install-exec-hook
make[2]: Nothing to be done for 'install-data-am'.
make[3]: Entering directory '/build/siege/src/siege-4.1.7/utils'
/bin/sh ../utils/mkinstalldirs /build/siege/pkg/siege/usr/bin
 /bin/sh ../libtool  --mode=install /usr/bin/install -c bombardment /build/siege/pkg/siege/usr/bin/bombardment
/usr/bin/install -c bombardment /build/siege/pkg/siege/usr/bin/bombardment
 /bin/sh ../libtool  --mode=install /usr/bin/install -c siege2csv.pl /build/siege/pkg/siege/usr/bin/siege2csv.pl
/usr/bin/install -c siege2csv.pl /build/siege/pkg/siege/usr/bin/siege2csv.pl
 /bin/sh ../libtool  --mode=install /usr/bin/install -c siege.config /build/siege/pkg/siege/usr/bin/siege.config
/usr/bin/install -c siege.config /build/siege/pkg/siege/usr/bin/siege.config
make[3]: Leaving directory '/build/siege/src/siege-4.1.7/utils'
make[2]: Leaving directory '/build/siege/src/siege-4.1.7/utils'
make[1]: Leaving directory '/build/siege/src/siege-4.1.7/utils'
Making install in doc
make[1]: Entering directory '/build/siege/src/siege-4.1.7/doc'
make[2]: Entering directory '/build/siege/src/siege-4.1.7/doc'
make  install-exec-hook
 /usr/bin/mkdir -p '/build/siege/pkg/siege/usr/share/man/man1'
make[3]: Entering directory '/build/siege/src/siege-4.1.7/doc'
 /usr/bin/install -c -m 644 siege.1 siege.config.1 bombardment.1 siege2csv.1 '/build/siege/pkg/siege/usr/share/man/man1'
mkdir -p -- /build/siege/pkg/siege/etc
make[3]: Leaving directory '/build/siege/src/siege-4.1.7/doc'
make[2]: Leaving directory '/build/siege/src/siege-4.1.7/doc'
make[1]: Leaving directory '/build/siege/src/siege-4.1.7/doc'
Making install in html
make[1]: Entering directory '/build/siege/src/siege-4.1.7/html'
make[2]: Entering directory '/build/siege/src/siege-4.1.7/html'
make  install-exec-hook
make[2]: Nothing to be done for 'install-data-am'.
make[3]: Entering directory '/build/siege/src/siege-4.1.7/html'
HTML pages not installed
make[3]: Leaving directory '/build/siege/src/siege-4.1.7/html'
make[2]: Leaving directory '/build/siege/src/siege-4.1.7/html'
make[1]: Leaving directory '/build/siege/src/siege-4.1.7/html'
==> 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 "siege"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: siege 4.1.7-1 (Sat Feb  1 06:38:14 2025)
==> Cleaning up...