* Package: app-mobilephone/smsclient-2.0.9a-r1 * Repository: gentoo * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking smsclient-2.0.9a.tar.gz to /var/tmp/portage/app-mobilephone/smsclient-2.0.9a-r1/work >>> Source unpacked in /var/tmp/portage/app-mobilephone/smsclient-2.0.9a-r1/work >>> Preparing source in /var/tmp/portage/app-mobilephone/smsclient-2.0.9a-r1/work/smsclient-2.0.9a ... * Applying smsclient-2.0.9a-gentoo.patch ... [ ok ] * Applying smsclient-2.0.9a-sender.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-mobilephone/smsclient-2.0.9a-r1/work/smsclient-2.0.9a ... Generating file 'Makefile.drivers' from file 'drivers'... Done. Generating file 'Makefile.modemlib'... Done. Copying 'config/Makefile.config.linux' to 'Makefile.config' Configuration complete You may wish to edit Makefile.config for site specific dependencies When you have finished, to build and install sms_client run: make ; make install >>> Source configured. >>> Compiling source in /var/tmp/portage/app-mobilephone/smsclient-2.0.9a-r1/work/smsclient-2.0.9a ... make -j1 CC=x86_64-pc-linux-gnu-gcc 'AR=x86_64-pc-linux-gnu-ar rc' RANLIB=x86_64-pc-linux-gnu-ranlib 'LDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0' cd src ; make make[1]: Entering directory '/var/tmp/portage/app-mobilephone/smsclient-2.0.9a-r1/work/smsclient-2.0.9a/src' cd common ; make make[2]: Entering directory '/var/tmp/portage/app-mobilephone/smsclient-2.0.9a-r1/work/smsclient-2.0.9a/src/common' x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -I. -Wall -pedantic -fsigned-char -DLINUX -I. -Wall -pedantic -fsigned-char -DLINUX -I. -Wall -pedantic -fsigned-char -DLINUX -I.. -c common.c make[2]: Leaving directory '/var/tmp/portage/app-mobilephone/smsclient-2.0.9a-r1/work/smsclient-2.0.9a/src/common' cd logfile ; make make[2]: Entering directory '/var/tmp/portage/app-mobilephone/smsclient-2.0.9a-r1/work/smsclient-2.0.9a/src/logfile' x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -I. -Wall -pedantic -fsigned-char -DLINUX -I. -Wall -pedantic -fsigned-char -DLINUX -I. -Wall -pedantic -fsigned-char -DLINUX -I.. -c logfile.c logfile.c: In function ‘open_log’: logfile.c:85:3: warning: implicit declaration of function ‘exit’ [-Wimplicit-function-declaration] 85 | exit(EOPENLOG); | ^~~~ logfile.c:85:3: warning: incompatible implicit declaration of built-in function ‘exit’ logfile.c:38:1: note: include ‘’ or provide a declaration of ‘exit’ 37 | #include "common/common.h" +++ |+#include 38 | logfile.c:94:3: warning: incompatible implicit declaration of built-in function ‘exit’ 94 | exit(EOPENLOG); | ^~~~ logfile.c:94:3: note: include ‘’ or provide a declaration of ‘exit’ logfile.c: In function ‘lprintf’: logfile.c:176:13: warning: implicit declaration of function ‘strlen’ [-Wimplicit-function-declaration] 176 | line_len = strlen(line); | ^~~~~~ logfile.c:176:13: warning: incompatible implicit declaration of built-in function ‘strlen’ logfile.c:38:1: note: include ‘’ or provide a declaration of ‘strlen’ 37 | #include "common/common.h" +++ |+#include 38 | logfile.c:190:6: warning: implicit declaration of function ‘strcpy’ [-Wimplicit-function-declaration] 190 | { strcpy(ptr, asctostr(line[i])); | ^~~~~~ logfile.c:190:6: warning: incompatible implicit declaration of built-in function ‘strcpy’ logfile.c:190:6: note: include ‘’ or provide a declaration of ‘strcpy’ make[2]: Leaving directory '/var/tmp/portage/app-mobilephone/smsclient-2.0.9a-r1/work/smsclient-2.0.9a/src/logfile' cd driver ; make make[2]: Entering directory '/var/tmp/portage/app-mobilephone/smsclient-2.0.9a-r1/work/smsclient-2.0.9a/src/driver' x86_64-pc-linux-gnu-gcc -I.. -I../client -I../parser -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -I. -Wall -pedantic -fsigned-char -DLINUX -I. -Wall -pedantic -fsigned-char -DLINUX -I. -Wall -pedantic -fsigned-char -DLINUX -c belgacom.c x86_64-pc-linux-gnu-gcc -I.. -I../client -I../parser -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -I. -Wall -pedantic -fsigned-char -DLINUX -I. -Wall -pedantic -fsigned-char -DLINUX -I. -Wall -pedantic -fsigned-char -DLINUX -c mobistar.c mobistar.c: In function ‘MOBISTAR_buildmessage’: mobistar.c:168:9: warning: variable ‘hexmsglen’ set but not used [-Wunused-but-set-variable] 168 | int hexmsglen; /* Message in hex representation length */ | ^~~~~~~~~ x86_64-pc-linux-gnu-gcc -I.. -I../client -I../parser -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -I. -Wall -pedantic -fsigned-char -DLINUX -I. -Wall -pedantic -fsigned-char -DLINUX -I. -Wall -pedantic -fsigned-char -DLINUX -c ucp_tcp.c In file included from ucp_tcp.c:94: ucp_tcp.c: In function ‘UCP_CallInputOp’: libucp.c:142:14: warning: ‘ORC’ is used uninitialized in this function [-Wuninitialized] 142 | msgHead = UCP_header( tranRefNo, ORC, opType, strlen(msgData) ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libucp.c: In function ‘UCP_CallInputOp.constprop’: libucp.c:32:43: warning: ‘__builtin___sprintf_chk’ may write a terminating nul past the end of the destination [-Wformat-overflow=] 32 | sprintf(msgHead, "%2.2d/%5.5d/%c/%2.2d/", tranRefNo, msgLen, ORC, opType); | ^ In file included from /usr/include/stdio.h:867, from ucp_tcp.c:30: /usr/include/bits/stdio2.h:36:10: note: ‘__builtin___sprintf_chk’ output between 15 and 30 bytes into a destination of size 20 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ x86_64-pc-linux-gnu-gcc -I.. -I../client -I../parser -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -I. -Wall -pedantic -fsigned-char -DLINUX -I. -Wall -pedantic -fsigned-char -DLINUX -I. -Wall -pedantic -fsigned-char -DLINUX -c pagenet_web.c x86_64-pc-linux-gnu-gcc -I.. -I../client -I../parser -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -I. -Wall -pedantic -fsigned-char -DLINUX -I. -Wall -pedantic -fsigned-char -DLINUX -I. -Wall -pedantic -fsigned-char -DLINUX -c nextel_web.c x86_64-pc-linux-gnu-gcc -I.. -I../client -I../parser -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -I. -Wall -pedantic -fsigned-char -DLINUX -I. -Wall -pedantic -fsigned-char -DLINUX -I. -Wall -pedantic -fsigned-char -DLINUX -c att_web.c x86_64-pc-linux-gnu-gcc -I.. -I../client -I../parser -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -I. -Wall -pedantic -fsigned-char -DLINUX -I. -Wall -pedantic -fsigned-char -DLINUX -I. -Wall -pedantic -fsigned-char -DLINUX -c proximus_web.c x86_64-pc-linux-gnu-gcc -I.. -I../client -I../parser -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -I. -Wall -pedantic -fsigned-char -DLINUX -I. -Wall -pedantic -fsigned-char -DLINUX -I. -Wall -pedantic -fsigned-char -DLINUX -c cellnet_web.c x86_64-pc-linux-gnu-gcc -I.. -I../client -I../parser -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -I. -Wall -pedantic -fsigned-char -DLINUX -I. -Wall -pedantic -fsigned-char -DLINUX -I. -Wall -pedantic -fsigned-char -DLINUX -c orange_web.c x86_64-pc-linux-gnu-gcc -I.. -I../client -I../parser -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -I. -Wall -pedantic -fsigned-char -DLINUX -I. -Wall -pedantic -fsigned-char -DLINUX -I. -Wall -pedantic -fsigned-char -DLINUX -c ucp.c x86_64-pc-linux-gnu-gcc -I.. -I../client -I../parser -O2 -pipe -march=native -falign-functions=32:25:16 -fno-common -Wformat -Werror=format-security -I. -Wall -pedantic -fsigned-char -DLINUX -I. -Wall -pedantic -fsigned-char -DLINUX -I. -Wall -pedantic -fsigned-char -DLINUX -c generic.c -DMSERVICEDIR="\"/etc/smsclient\"" generic.c: In function ‘process_list’: generic.c:212:4: error: format not a string literal and no format arguments [-Werror=format-security] 212 | { lprintf(LOG_STANDARD, str); | ^ generic.c:290:6: error: format not a string literal and no format arguments [-Werror=format-security] 290 | lprintf(LOG_STANDARD, str); | ^~~~~~~ generic.c:306:6: error: format not a string literal and no format arguments [-Werror=format-security] 306 | lprintf(LOG_STANDARD, str); | ^~~~~~~ cc1: some warnings being treated as errors make[2]: *** [Makefile:131: generic.o] Error 1 make[2]: Leaving directory '/var/tmp/portage/app-mobilephone/smsclient-2.0.9a-r1/work/smsclient-2.0.9a/src/driver' make[1]: *** [Makefile:37: all] Error 2 make[1]: Leaving directory '/var/tmp/portage/app-mobilephone/smsclient-2.0.9a-r1/work/smsclient-2.0.9a/src' make: *** [Makefile:35: all] Error 2 * ERROR: app-mobilephone/smsclient-2.0.9a-r1::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=app-mobilephone/smsclient-2.0.9a-r1::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-mobilephone/smsclient-2.0.9a-r1::gentoo'`. * The complete build log is located at '/var/log/portage/app-mobilephone:smsclient-2.0.9a-r1:20200325-102655.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-mobilephone/smsclient-2.0.9a-r1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-mobilephone/smsclient-2.0.9a-r1/temp/environment'. * Working directory: '/var/tmp/portage/app-mobilephone/smsclient-2.0.9a-r1/work/smsclient-2.0.9a' * S: '/var/tmp/portage/app-mobilephone/smsclient-2.0.9a-r1/work/smsclient-2.0.9a'