The following packages will be installed: aiccu Fetching 03_no-quiet-gcc.patch... 0%100%100%100%100%100%Done Fetching 05_spelling-error.patch... 0%100%100%100%100%100%Done Fetching 06_syslog_openlog.patch... 0%100%100%100%100%100%Done Fetching 07_allow_tunnels.patch... 0%100%100%100%100%100%Done Fetching 08_setup_script.patch... 0%100%100%100%100%100%Done Fetching 10_gnutls34.patch... 0%100%100%100%100%100%Done Fetching README... 0%100%100%100%100%100%Done Fetching aiccu.SlackBuild... 0%100%100%100%100%100%Done Fetching aiccu.info... 0%100%100%100%100%100%Done Fetching doinst.sh... 0%100%100%100%100%100%Done Fetching rc.aiccu... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done aiccu/ aiccu/Makefile aiccu/common/ aiccu/common/common.c aiccu/common/common.h aiccu/common/aiccu_openbsd.c aiccu/common/aiccu.h aiccu/common/heartbeat.c aiccu/common/heartbeat.h aiccu/common/aiccu.c aiccu/common/ayiya.c aiccu/common/tic.c aiccu/common/tic.h aiccu/common/hash_md5.h aiccu/common/hash_sha1.c aiccu/common/hash_sha1.h aiccu/common/hash_md5.c aiccu/common/aiccu_freebsd4.c aiccu/common/aiccu_linux.c aiccu/common/ayiya.h aiccu/common/aiccu_test.c aiccu/common/aiccu_kame.c aiccu/common/aiccu_darwin.c aiccu/common/aiccu_openbsd2.c aiccu/common/aiccu_sunos.c aiccu/common/aiccu_aix.c aiccu/common/tun.c aiccu/common/tun.h aiccu/common/resolver.c aiccu/common/resolver.h aiccu/debian/ aiccu/debian/control aiccu/debian/rules aiccu/debian/dirs aiccu/debian/docs aiccu/debian/aiccu.config aiccu/debian/aiccu.manpages aiccu/debian/aiccu.postinst aiccu/debian/changelog aiccu/debian/aiccu.preinst aiccu/debian/templates aiccu/debian/postrm.debhelper aiccu/debian/substvars aiccu/doc/ aiccu/doc/changelog aiccu/doc/aiccu.init aiccu/doc/aiccu.init.rpm aiccu/doc/HOWTO aiccu/doc/LICENSE aiccu/doc/README aiccu/doc/aiccu.conf aiccu/doc/aiccu.init.freebsd aiccu/doc/aiccu.init.gentoo aiccu/doc/COPYRIGHT aiccu/doc/aiccu.sgml aiccu/doc/aiccu.1 aiccu/doc/aiccu.init.debian aiccu/doc/manpage.refs aiccu/doc/setupscript.cmd aiccu/rpm/ aiccu/rpm/aiccu.spec aiccu/unix-console/ aiccu/unix-console/Makefile aiccu/unix-console/main.c aiccu/freebsd/ aiccu/freebsd/pkg-plist aiccu/freebsd/pkg-descr aiccu/freebsd/Makefile aiccu/freebsd/files/ aiccu/freebsd/files/sixxs-aiccu.in aiccu/gentoo/ aiccu/gentoo/aiccu-ebuild aiccu/openbsd/ aiccu/openbsd/Makefile aiccu/openbsd/pkg/ aiccu/openbsd/pkg/MESSAGE aiccu/openbsd/pkg/DESCR aiccu/openbsd/pkg/PLIST aiccu/openbsd/distinfo aiccu/openbsd/README aiccu/netbsd/ aiccu/netbsd/options.mk aiccu/netbsd/Makefile aiccu/netbsd/PLIST aiccu/netbsd/DESCR patching file unix-console/Makefile patching file common/aiccu_test.c patching file common/common.c patching file common/tic.c patching file common/aiccu.c patching file unix-console/main.c patching file common/aiccu.c Hunk #1 succeeded at 215 (offset 3 lines). Hunk #2 succeeded at 231 (offset 3 lines). patching file unix-console/main.c patching file common/common.c Building : aiccu - Automatic IPv6 Connectivity Configuration Utility Copyright : SixXS Version : 2007.01.15 make[1]: Entering directory '/usr/src/slapt-src-x86_64/network/aiccu/aiccu-20070115/unix-console' gcc -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -O3 -D AICCU_CONSOLE -D AICCU_GNUTLS -D_LINUX -D HAS_IFHEAD -D AICCU_TYPE="\"linux\"" -c -o main.o main.c In file included from ../common/aiccu.h:17, from main.c:13: ../common/common.h:384:9: warning: ‘gnutls_session’ is deprecated [-Wdeprecated-declarations] 384 | gnutls_session session; /* The GnuTLS sesision */ | ^~~~~~~~~~~~~~ In file included from main.c:13: ../common/aiccu.h:114:9: warning: ‘gnutls_certificate_credentials’ is deprecated [-Wdeprecated-declarations] 114 | gnutls_certificate_credentials tls_cred; /* GNUTLS credentials */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -O3 -D AICCU_CONSOLE -D AICCU_GNUTLS -D_LINUX -D HAS_IFHEAD -D AICCU_TYPE="\"linux\"" -c -o ../common/tun.o ../common/tun.c In file included from ../common/tun.h:16, from ../common/tun.c:13: ../common/common.h:384:9: warning: ‘gnutls_session’ is deprecated [-Wdeprecated-declarations] 384 | gnutls_session session; /* The GnuTLS sesision */ | ^~~~~~~~~~~~~~ In file included from ../common/tun.c:14: ../common/aiccu.h:114:9: warning: ‘gnutls_certificate_credentials’ is deprecated [-Wdeprecated-declarations] 114 | gnutls_certificate_credentials tls_cred; /* GNUTLS credentials */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -O3 -D AICCU_CONSOLE -D AICCU_GNUTLS -D_LINUX -D HAS_IFHEAD -D AICCU_TYPE="\"linux\"" -c -o ../common/aiccu.o ../common/aiccu.c In file included from ../common/aiccu.h:17, from ../common/aiccu.c:13: ../common/common.h:384:9: warning: ‘gnutls_session’ is deprecated [-Wdeprecated-declarations] 384 | gnutls_session session; /* The GnuTLS sesision */ | ^~~~~~~~~~~~~~ In file included from ../common/aiccu.c:13: ../common/aiccu.h:114:9: warning: ‘gnutls_certificate_credentials’ is deprecated [-Wdeprecated-declarations] 114 | gnutls_certificate_credentials tls_cred; /* GNUTLS credentials */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘aiccu_LocateFile’, inlined from ‘aiccu_LoadConfig’ at ../common/aiccu.c:158:3: ../common/aiccu.c:144:9: warning: ‘strncat’ specified bound 256 equals destination size [-Wstringop-overflow=] 144 | strncat(filename, what, length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function ‘aiccu_LocateFile’, inlined from ‘aiccu_SaveConfig’ at ../common/aiccu.c:189:3: ../common/aiccu.c:144:9: warning: ‘strncat’ specified bound 512 equals destination size [-Wstringop-overflow=] 144 | strncat(filename, what, length); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -O3 -D AICCU_CONSOLE -D AICCU_GNUTLS -D_LINUX -D HAS_IFHEAD -D AICCU_TYPE="\"linux\"" -c -o ../common/hash_md5.o ../common/hash_md5.c In file included from ../common/aiccu.h:17, from ../common/hash_md5.c:23: ../common/common.h:384:9: warning: ‘gnutls_session’ is deprecated [-Wdeprecated-declarations] 384 | gnutls_session session; /* The GnuTLS sesision */ | ^~~~~~~~~~~~~~ In file included from ../common/hash_md5.c:23: ../common/aiccu.h:114:9: warning: ‘gnutls_certificate_credentials’ is deprecated [-Wdeprecated-declarations] 114 | gnutls_certificate_credentials tls_cred; /* GNUTLS credentials */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../common/hash_md5.c: In function ‘MD5Final’: ../common/hash_md5.c:134:30: warning: argument to ‘sizeof’ in ‘memset’ call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess] 134 | memset(ctx, 0, sizeof(ctx)); /* In case it's sensitive */ | ^ gcc -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -O3 -D AICCU_CONSOLE -D AICCU_GNUTLS -D_LINUX -D HAS_IFHEAD -D AICCU_TYPE="\"linux\"" -c -o ../common/hash_sha1.o ../common/hash_sha1.c In file included from ../common/hash_sha1.h:30, from ../common/hash_sha1.c:26: ../common/common.h:384:9: warning: ‘gnutls_session’ is deprecated [-Wdeprecated-declarations] 384 | gnutls_session session; /* The GnuTLS sesision */ | ^~~~~~~~~~~~~~ gcc -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -O3 -D AICCU_CONSOLE -D AICCU_GNUTLS -D_LINUX -D HAS_IFHEAD -D AICCU_TYPE="\"linux\"" -c -o ../common/common.o ../common/common.c In file included from ../common/aiccu.h:17, from ../common/common.c:22: ../common/common.h:384:9: warning: ‘gnutls_session’ is deprecated [-Wdeprecated-declarations] 384 | gnutls_session session; /* The GnuTLS sesision */ | ^~~~~~~~~~~~~~ In file included from ../common/common.c:22: ../common/aiccu.h:114:9: warning: ‘gnutls_certificate_credentials’ is deprecated [-Wdeprecated-declarations] 114 | gnutls_certificate_credentials tls_cred; /* GNUTLS credentials */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../common/common.c: In function ‘sock_getline’: ../common/common.c:194:25: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 194 | for (i=0; (i < (*filled-1)) && (rbuf[i] != '\n'); i++); | ^~~ ../common/common.c:29:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ 29 | #define E(x) {} | ^ ../common/common.c:196:25: note: in expansion of macro ‘E’ 196 | E(dolog(LOG_DEBUG, "gl() - Seeking newline - end\n");) | ^ ../common/common.c: In function ‘sock_gotls’: ../common/common.c:474:9: warning: ‘gnutls_transport_ptr’ is deprecated [-Wdeprecated-declarations] 474 | gnutls_transport_set_ptr(sock->session, (gnutls_transport_ptr)sock->socket); | ^~~~~~~~~~~~~~~~~~~~~~~~ ../common/common.c:474:49: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] 474 | gnutls_transport_set_ptr(sock->session, (gnutls_transport_ptr)sock->socket); | ^ gcc -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -O3 -D AICCU_CONSOLE -D AICCU_GNUTLS -D_LINUX -D HAS_IFHEAD -D AICCU_TYPE="\"linux\"" -c -o ../common/heartbeat.o ../common/heartbeat.c In file included from ../common/heartbeat.h:16, from ../common/heartbeat.c:13: ../common/common.h:384:9: warning: ‘gnutls_session’ is deprecated [-Wdeprecated-declarations] 384 | gnutls_session session; /* The GnuTLS sesision */ | ^~~~~~~~~~~~~~ In file included from ../common/heartbeat.c:14: ../common/aiccu.h:114:9: warning: ‘gnutls_certificate_credentials’ is deprecated [-Wdeprecated-declarations] 114 | gnutls_certificate_credentials tls_cred; /* GNUTLS credentials */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -O3 -D AICCU_CONSOLE -D AICCU_GNUTLS -D_LINUX -D HAS_IFHEAD -D AICCU_TYPE="\"linux\"" -c -o ../common/tic.o ../common/tic.c In file included from ../common/tic.c:13: ../common/common.h:384:9: warning: ‘gnutls_session’ is deprecated [-Wdeprecated-declarations] 384 | gnutls_session session; /* The GnuTLS sesision */ | ^~~~~~~~~~~~~~ In file included from ../common/tic.c:14: ../common/aiccu.h:114:9: warning: ‘gnutls_certificate_credentials’ is deprecated [-Wdeprecated-declarations] 114 | gnutls_certificate_credentials tls_cred; /* GNUTLS credentials */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../common/tic.c: In function ‘tic_Login’: ../common/tic.c:240:53: warning: ‘%s’ directive output may be truncated writing up to 32 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 240 | snprintf(sChallenge, sizeof(sChallenge), "%s%s", &buf[4], sSignature); | ^~ ~~~~~~~~~~ ../common/tic.c:240:9: note: ‘snprintf’ output between 1 and 1056 bytes into a destination of size 1024 240 | snprintf(sChallenge, sizeof(sChallenge), "%s%s", &buf[4], sSignature); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -O3 -D AICCU_CONSOLE -D AICCU_GNUTLS -D_LINUX -D HAS_IFHEAD -D AICCU_TYPE="\"linux\"" -c -o ../common/ayiya.o ../common/ayiya.c In file included from ../common/aiccu.h:17, from ../common/ayiya.c:13: ../common/common.h:384:9: warning: ‘gnutls_session’ is deprecated [-Wdeprecated-declarations] 384 | gnutls_session session; /* The GnuTLS sesision */ | ^~~~~~~~~~~~~~ In file included from ../common/ayiya.c:13: ../common/aiccu.h:114:9: warning: ‘gnutls_certificate_credentials’ is deprecated [-Wdeprecated-declarations] 114 | gnutls_certificate_credentials tls_cred; /* GNUTLS credentials */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../common/ayiya.c: In function ‘ayiya_log’: ../common/ayiya.c:69:31: warning: the address of ‘clientservice’ will always evaluate as ‘true’ [-Waddress] 69 | clientservice ? clientservice : ""); | ^ ../common/ayiya.c: In function ‘ayiya_log.constprop’: ../common/ayiya.c:64:49: warning: ‘%s’ directive output may be truncated writing up to 1024 bytes into a region of size between 1014 and 1016 [-Wformat-truncation=] 64 | snprintf(buf, sizeof(buf), "[AYIYA-%s]%s%s%s%s : ", | ^~ ../common/ayiya.c:64:9: note: ‘snprintf’ output 12 or more bytes (assuming 1071) into a destination of size 1024 64 | snprintf(buf, sizeof(buf), "[AYIYA-%s]%s%s%s%s : ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 65 | what, | ~~~~~ 66 | clientaddr ? " [" : "", | ~~~~~~~~~~~~~~~~~~~~~~~ 67 | clientaddr ? clienthost : "" , | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | clientaddr ? "]:" : "", | ~~~~~~~~~~~~~~~~~~~~~~~ 69 | clientservice ? clientservice : ""); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../common/ayiya.c: In function ‘ayiya_log’: ../common/ayiya.c:64:49: warning: ‘%s’ directive output may be truncated writing up to 1024 bytes into a region of size between 1014 and 1016 [-Wformat-truncation=] 64 | snprintf(buf, sizeof(buf), "[AYIYA-%s]%s%s%s%s : ", | ^~ ../common/ayiya.c:64:9: note: ‘snprintf’ output 12 or more bytes (assuming 1071) into a destination of size 1024 64 | snprintf(buf, sizeof(buf), "[AYIYA-%s]%s%s%s%s : ", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 65 | what, | ~~~~~ 66 | clientaddr ? " [" : "", | ~~~~~~~~~~~~~~~~~~~~~~~ 67 | clientaddr ? clienthost : "" , | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 68 | clientaddr ? "]:" : "", | ~~~~~~~~~~~~~~~~~~~~~~~ 69 | clientservice ? clientservice : ""); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../common/ayiya.c: In function ‘ayiya_writer’: ../common/ayiya.c:187:26: warning: array subscript ‘struct pseudo_ayh[0]’ is partly outside array bounds of ‘unsigned char[2048]’ [-Warray-bounds] 187 | if ( s->ayh.ayh_idlen != 4 || | ^~ ../common/ayiya.c:158:33: note: while referencing ‘buf’ 158 | unsigned char buf[2048]; | ^~~ ../common/ayiya.c:192:27: warning: array subscript ‘struct pseudo_ayh[0]’ is partly outside array bounds of ‘unsigned char[2048]’ [-Warray-bounds] 192 | (s->ayh.ayh_nextheader != IPPROTO_IPV6 && | ^~ ../common/ayiya.c:158:33: note: while referencing ‘buf’ 158 | unsigned char buf[2048]; | ^~~ ../common/ayiya.c:194:27: warning: array subscript ‘struct pseudo_ayh[0]’ is partly outside array bounds of ‘unsigned char[2048]’ [-Warray-bounds] 194 | (s->ayh.ayh_opcode != ayiya_op_forward && | ^~ ../common/ayiya.c:158:33: note: while referencing ‘buf’ 158 | unsigned char buf[2048]; | ^~~ In file included from ../common/common.h:84, from ../common/aiccu.h:17, from ../common/ayiya.c:13: ../common/ayiya.c:219:42: warning: array subscript ‘struct pseudo_ayh[0]’ is partly outside array bounds of ‘unsigned char[2048]’ [-Warray-bounds] 219 | i = tic_checktime(ntohl(s->ayh.ayh_epochtime)); | ^~ ../common/ayiya.c:158:33: note: while referencing ‘buf’ 158 | unsigned char buf[2048]; | ^~~ ../common/ayiya.c:253:22: warning: array subscript ‘struct pseudo_ayh[0]’ is partly outside array bounds of ‘unsigned char[2048]’ [-Warray-bounds] 253 | if (s->ayh.ayh_nextheader == IPPROTO_IPV6) | ^~ ../common/ayiya.c:158:33: note: while referencing ‘buf’ 158 | unsigned char buf[2048]; | ^~~ ../common/ayiya.c:256:30: warning: array subscript ‘struct pseudo_ayh[0]’ is partly outside array bounds of ‘unsigned char[2048]’ [-Warray-bounds] 256 | if (s->payload[0] >> 4 != 6) | ^~ ../common/ayiya.c:158:33: note: while referencing ‘buf’ 158 | unsigned char buf[2048]; | ^~~ ../common/ayiya.c:200:90: warning: array subscript ‘struct pseudo_ayh[0]’ is partly outside array bounds of ‘unsigned char[2048]’ [-Warray-bounds] 200 | ayiya_log(LOG_ERR, writer_name, &ci, cl, "idlen: %u != %u\n", s->ayh.ayh_idlen, 4); | ^~ ../common/ayiya.c:158:33: note: while referencing ‘buf’ 158 | unsigned char buf[2048]; | ^~~ ../common/ayiya.c:201:90: warning: array subscript ‘struct pseudo_ayh[0]’ is partly outside array bounds of ‘unsigned char[2048]’ [-Warray-bounds] 201 | ayiya_log(LOG_ERR, writer_name, &ci, cl, "idtype: %u != %u\n", s->ayh.ayh_idtype, ayiya_id_integer); | ^~ ../common/ayiya.c:158:33: note: while referencing ‘buf’ 158 | unsigned char buf[2048]; | ^~~ ../common/ayiya.c:202:90: warning: array subscript ‘struct pseudo_ayh[0]’ is partly outside array bounds of ‘unsigned char[2048]’ [-Warray-bounds] 202 | ayiya_log(LOG_ERR, writer_name, &ci, cl, "siglen: %u != %u\n", s->ayh.ayh_siglen, 5); | ^~ ../common/ayiya.c:158:33: note: while referencing ‘buf’ 158 | unsigned char buf[2048]; | ^~~ ../common/ayiya.c:203:90: warning: array subscript ‘struct pseudo_ayh[0]’ is partly outside array bounds of ‘unsigned char[2048]’ [-Warray-bounds] 203 | ayiya_log(LOG_ERR, writer_name, &ci, cl, "hshmeth: %u != %u\n", s->ayh.ayh_hshmeth, ayiya_hash_sha1); | ^~ ../common/ayiya.c:158:33: note: while referencing ‘buf’ 158 | unsigned char buf[2048]; | ^~~ ../common/ayiya.c:204:90: warning: array subscript ‘struct pseudo_ayh[0]’ is partly outside array bounds of ‘unsigned char[2048]’ [-Warray-bounds] 204 | ayiya_log(LOG_ERR, writer_name, &ci, cl, "autmeth: %u != %u\n", s->ayh.ayh_autmeth, ayiya_auth_sharedsecret); | ^~ ../common/ayiya.c:158:33: note: while referencing ‘buf’ 158 | unsigned char buf[2048]; | ^~~ ../common/ayiya.c:205:96: warning: array subscript ‘struct pseudo_ayh[0]’ is partly outside array bounds of ‘unsigned char[2048]’ [-Warray-bounds] 205 | ayiya_log(LOG_ERR, writer_name, &ci, cl, "nexth : %u != %u || %u\n", s->ayh.ayh_nextheader, IPPROTO_IPV6, IPPROTO_NONE); | ^~ ../common/ayiya.c:158:33: note: while referencing ‘buf’ 158 | unsigned char buf[2048]; | ^~~ ../common/ayiya.c:206:102: warning: array subscript ‘struct pseudo_ayh[0]’ is partly outside array bounds of ‘unsigned char[2048]’ [-Warray-bounds] 206 | ayiya_log(LOG_ERR, writer_name, &ci, cl, "opcode : %u != %u || %u || %u\n", s->ayh.ayh_opcode, ayiya_op_forward, ayiya_op_echo_request, ayiya_op_echo_request_forward); | ^~ ../common/ayiya.c:158:33: note: while referencing ‘buf’ 158 | unsigned char buf[2048]; | ^~~ gcc -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -O3 -D AICCU_CONSOLE -D AICCU_GNUTLS -D_LINUX -D HAS_IFHEAD -D AICCU_TYPE="\"linux\"" -c -o ../common/aiccu_test.o ../common/aiccu_test.c In file included from ../common/aiccu.h:17, from ../common/aiccu_test.c:13: ../common/common.h:384:9: warning: ‘gnutls_session’ is deprecated [-Wdeprecated-declarations] 384 | gnutls_session session; /* The GnuTLS sesision */ | ^~~~~~~~~~~~~~ In file included from ../common/aiccu_test.c:13: ../common/aiccu.h:114:9: warning: ‘gnutls_certificate_credentials’ is deprecated [-Wdeprecated-declarations] 114 | gnutls_certificate_credentials tls_cred; /* GNUTLS credentials */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -O3 -D AICCU_CONSOLE -D AICCU_GNUTLS -D_LINUX -D HAS_IFHEAD -D AICCU_TYPE="\"linux\"" -c -o ../common/resolver.o ../common/resolver.c In file included from ../common/resolver.h:16, from ../common/resolver.c:18: ../common/common.h:384:9: warning: ‘gnutls_session’ is deprecated [-Wdeprecated-declarations] 384 | gnutls_session session; /* The GnuTLS sesision */ | ^~~~~~~~~~~~~~ ../common/resolver.c: In function ‘getrrs’: ../common/resolver.c:39:33: warning: variable ‘ttl’ set but not used [-Wunused-but-set-variable] 39 | uint32_t ttl = 0; | ^~~ ../common/resolver.c:38:43: warning: variable ‘class’ set but not used [-Wunused-but-set-variable] 38 | uint16_t type = 0, class = 0; | ^~~~~ gcc -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -O3 -D AICCU_CONSOLE -D AICCU_GNUTLS -D_LINUX -D HAS_IFHEAD -D AICCU_TYPE="\"linux\"" -c -o ../common/aiccu_linux.o ../common/aiccu_linux.c In file included from ../common/aiccu.h:17, from ../common/aiccu_linux.c:13: ../common/common.h:384:9: warning: ‘gnutls_session’ is deprecated [-Wdeprecated-declarations] 384 | gnutls_session session; /* The GnuTLS sesision */ | ^~~~~~~~~~~~~~ In file included from ../common/aiccu_linux.c:13: ../common/aiccu.h:114:9: warning: ‘gnutls_certificate_credentials’ is deprecated [-Wdeprecated-declarations] 114 | gnutls_certificate_credentials tls_cred; /* GNUTLS credentials */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -W -Wall -Wshadow -Wpointer-arith -Wcast-align -Wwrite-strings -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wbad-function-cast -fshort-enums -fstrict-aliasing -fno-common -Wpadded -pedantic -D_REENTRANT -D_GNU_SOURCE -O3 -D AICCU_CONSOLE -D AICCU_GNUTLS -D_LINUX -D HAS_IFHEAD -D AICCU_TYPE="\"linux\"" -lgnutls -lpthread -lresolv -o aiccu main.o ../common/tun.o ../common/aiccu.o ../common/hash_md5.o ../common/hash_sha1.o ../common/common.o ../common/heartbeat.o ../common/tic.o ../common/ayiya.o ../common/aiccu_test.o ../common/resolver.o ../common/aiccu_linux.o strip aiccu make[1]: Leaving directory '/usr/src/slapt-src-x86_64/network/aiccu/aiccu-20070115/unix-console' Building done make[1]: Entering directory '/usr/src/slapt-src-x86_64/network/aiccu/aiccu-20070115/unix-console' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/usr/src/slapt-src-x86_64/network/aiccu/aiccu-20070115/unix-console' cp: cannot create regular file '/usr/src/slapt-src-x86_64/network/aiccu/package-aiccu/etc/aiccu.conf': No such file or directory Installing into /usr/src/slapt-src-x86_64/network/aiccu/package-aiccu... Binaries... make[1]: Entering directory '/usr/src/slapt-src-x86_64/network/aiccu/aiccu-20070115/unix-console' cp aiccu /usr/src/slapt-src-x86_64/network/aiccu/package-aiccu/usr/sbin/aiccu make[1]: Leaving directory '/usr/src/slapt-src-x86_64/network/aiccu/aiccu-20070115/unix-console' Configuration... Documentation... Installing Debian-style init.d Installation into /usr/src/slapt-src-x86_64/network/aiccu/package-aiccu/ completed Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src-x86_64/network/aiccu/aiccu-20070115-x86_64-1salix15.0.txz ./ etc/ etc/aiccu.conf.new etc/rc.d/ etc/rc.d/rc.aiccu.new install/ install/doinst.sh install/slack-desc usr/ usr/doc/ usr/doc/aiccu-20070115/ usr/doc/aiccu-20070115/HOWTO usr/doc/aiccu-20070115/LICENSE usr/doc/aiccu-20070115/README usr/doc/aiccu-20070115/aiccu.SlackBuild usr/doc/aiccu-20070115/aiccu.conf usr/doc/aiccu-20070115/aiccu.init usr/doc/aiccu-20070115/aiccu.sgml usr/doc/aiccu-20070115/changelog usr/doc/aiccu-20070115/setupscript.cmd usr/man/ usr/man/man1/ usr/man/man1/aiccu.1.gz usr/sbin/ usr/sbin/aiccu Slackware package /usr/src/slapt-src-x86_64/network/aiccu/aiccu-20070115-x86_64-1salix15.0.txz created. Installing package aiccu-20070115-x86_64-1salix15.0... | aiccu (Automatic IPv6 Connectivity Client Utility) | | AICCU makes it easy for users to get IPv6 connectivity. After having | requested an account, tunnel and optionally a subnet, AICCU can be | used to automatically configure the tunnel. AICCU supports TIC (Tunnel | Information & Control protocol), which it uses for retrieving the | tunnel configuration information, AYIYA, which allows tunnels to be | created even behind firewalls and NAT's. | | | | |