>>> mailx: Building main/mailx 8.1.1-r2 (using abuild 3.7.0_rc1-r0) started Fri, 04 Dec 2020 22:23:44 +0000 >>> mailx: Checking sanity of /home/buildozer/aports/main/mailx/APKBUILD... >>> mailx: Analyzing dependencies... >>> mailx: Installing for build: build-base bsd-compat-headers (1/2) Installing bsd-compat-headers (0.7.2-r3) (2/2) Installing .makedepends-mailx (20201204.222345) OK: 310 MiB in 88 packages >>> mailx: Cleaning up srcdir >>> mailx: Cleaning up pkgdir >>> mailx: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/mailx-8.1.1-fixed.tar.gz >>> mailx: Fetching https://distfiles.alpinelinux.org/distfiles/v3.13/mailx-8.1.1-fixed.tar.gz >>> mailx: Checking sha512sums... mailx-8.1.1-fixed.tar.gz: OK mailx-8.1.1.patch: OK musl-fix.patch: OK mailx-gcc4.patch: OK respect-flags.patch: OK >>> mailx: Unpacking /var/cache/distfiles/v3.13/mailx-8.1.1-fixed.tar.gz... >>> mailx: mailx-8.1.1.patch patching file Makefile >>> mailx: musl-fix.patch patching file cmd2.c patching file def.h patching file extern.h patching file fio.c patching file pathnames.h patching file popen.c patching file quit.c >>> mailx: mailx-gcc4.patch patching file dotlock.c >>> mailx: respect-flags.patch patching file Makefile Hunk #1 succeeded at 10 with fuzz 1 (offset 2 lines). gcc version.c aux.c cmd1.c cmd2.c cmd3.c cmdtab.c collect.c dotlock.c edit.c fio.c getname.c head.c v7.local.c lex.c list.c main.c names.c popen.c quit.c send.c strings.c temp.c tty.c vars.c -Os -fomit-frame-pointer -fcommon -Wl,--as-needed -o mail In file included from def.h:46, from rcv.h:47, from aux.c:45: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from extern.h:40, from aux.c:46: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ aux.c: In function 'alter': aux.c:380:17: warning: implicit declaration of function 'time' [-Wimplicit-function-declaration] 380 | tv[0].tv_sec = time((time_t *)0) + 1; | ^~~~ aux.c: In function 'skip_comment': aux.c:434:11: warning: type defaults to 'int' in declaration of 'nesting' [-Wimplicit-int] 434 | register nesting = 1; | ^~~~~~~ In file included from def.h:46, from rcv.h:47, from cmd1.c:45: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from extern.h:40, from cmd1.c:46: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ cmd1.c: In function 'from': cmd1.c:165:24: warning: comparison between pointer and integer 165 | for (ip = msgvec; *ip != NULL; ip++) | ^~ cmd1.c: In function 'type1': cmd1.c:313:12: warning: type defaults to 'int' in declaration of 'ip' [-Wimplicit-int] 313 | register *ip; | ^~ In file included from def.h:46, from rcv.h:47, from cmd2.c:45: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from extern.h:40, from cmd2.c:47: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ cmd2.c: In function 'next': cmd2.c:70:14: warning: comparison between pointer and integer 70 | if (*msgvec != NULL) { | ^~ cmd2.c:85:25: warning: comparison between pointer and integer 85 | for (ip = msgvec; *ip != NULL; ip++) | ^~ cmd2.c:88:11: warning: comparison between pointer and integer 88 | if (*ip == NULL) | ^~ cmd2.c:97:13: warning: comparison between pointer and integer 97 | if (*ip2 != NULL) | ^~ cmd2.c:99:13: warning: comparison between pointer and integer 99 | if (*ip2 == NULL) | ^~ cmd2.c:133:10: warning: assignment to 'int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 133 | list[1] = NULL; | ^ cmd2.c: In function 'save1': cmd2.c:184:15: warning: comparison between pointer and integer 184 | if (*msgvec == NULL) { | ^~ cmd2.c:188:13: warning: assignment to 'int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 188 | msgvec[1] = NULL; | ^ cmd2.c: In function 'deltype': cmd2.c:308:12: warning: assignment to 'int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 308 | list[1] = NULL; | ^ cmd2.c: In function 'delm': cmd2.c:327:12: warning: type defaults to 'int' in declaration of 'ip' [-Wimplicit-int] 327 | register *ip; | ^~ cmd2.c:330:7: warning: assignment to 'int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 330 | last = NULL; | ^ cmd2.c:331:24: warning: comparison between pointer and integer 331 | for (ip = msgvec; *ip != NULL; ip++) { | ^~ cmd2.c:338:11: warning: comparison between pointer and integer 338 | if (last != NULL) { | ^~ cmd2.c:341:12: warning: comparison between pointer and integer 341 | if (last != NULL) { | ^~ cmd2.c: In function 'undeletecmd': cmd2.c:367:12: warning: type defaults to 'int' in declaration of 'ip' [-Wimplicit-int] 367 | register *ip; | ^~ In file included from def.h:46, from rcv.h:47, from cmd3.c:45: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from extern.h:40, from cmd3.c:46: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ cmd3.c: In function 'help': cmd3.c:161:11: warning: type defaults to 'int' in declaration of 'c' [-Wimplicit-int] 161 | register c; | ^ cmd3.c: In function 'preserve': cmd3.c:309:24: warning: comparison between pointer and integer 309 | for (ip = msgvec; *ip != NULL; ip++) { | ^~ cmd3.c: In function 'unread': cmd3.c:329:24: warning: comparison between pointer and integer 329 | for (ip = msgvec; *ip != NULL; ip++) { | ^~ cmd3.c: In function 'messize': cmd3.c:348:24: warning: comparison between pointer and integer 348 | for (ip = msgvec; *ip != NULL; ip++) { | ^~ In file included from def.h:46, from cmdtab.c:45: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from extern.h:40, from cmdtab.c:46: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from def.h:46, from rcv.h:47, from collect.c:52: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from extern.h:40, from collect.c:53: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ collect.c: In function 'forward': collect.c:546:15: warning: comparison between pointer and integer 546 | if (*msgvec == NULL) { | ^~ collect.c:550:13: warning: assignment to 'int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 550 | msgvec[1] = NULL; | ^ In file included from def.h:46, from dotlock.c:50: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from extern.h:40, from dotlock.c:51: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from def.h:46, from rcv.h:47, from edit.c:45: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from extern.h:40, from edit.c:47: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from def.h:46, from rcv.h:47, from fio.c:45: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from extern.h:40, from fio.c:51: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ fio.c: In function 'makemessage': fio.c:216:11: warning: type defaults to 'int' in declaration of 'size' [-Wimplicit-int] 216 | register size = (msgCount + 1) * sizeof (struct message); | ^~~~ In file included from def.h:46, from rcv.h:47, from getname.c:45: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from extern.h:40, from getname.c:47: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from def.h:46, from rcv.h:47, from head.c:45: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from extern.h:40, from head.c:46: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ head.c: In function 'nextword': head.c:242:11: warning: type defaults to 'int' in declaration of 'c' [-Wimplicit-int] 242 | register c; | ^ In file included from def.h:46, from rcv.h:47, from v7.local.c:53: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from extern.h:40, from v7.local.c:56: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from def.h:46, from rcv.h:47, from lex.c:45: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from extern.h:40, from lex.c:48: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ lex.c: In function 'commands': lex.c:200:4: warning: format not a string literal and no format arguments [-Wformat-security] 200 | printf(prompt); | ^~~~~~ lex.c: In function 'execute': lex.c:355:14: warning: assignment to 'int' from 'void *' makes integer from pointer without a cast [-Wint-conversion] 355 | msgvec[1] = NULL; | ^ lex.c:357:15: warning: comparison between pointer and integer 357 | if (*msgvec == NULL) { | ^~ In file included from def.h:46, from rcv.h:47, from list.c:45: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from extern.h:40, from list.c:47: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from def.h:46, from rcv.h:47, from main.c:51: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from extern.h:40, from main.c:54: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from def.h:46, from rcv.h:47, from names.c:51: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from extern.h:40, from names.c:53: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ names.c: In function 'outof': names.c:237:9: warning: implicit declaration of function 'time' [-Wimplicit-function-declaration] 237 | (void) time(&now); | ^~~~ names.c:238:9: warning: implicit declaration of function 'ctime'; did you mean 'utimes'? [-Wimplicit-function-declaration] 238 | date = ctime(&now); | ^~~~~ | utimes names.c:238:7: warning: assignment to 'char *' from 'int' makes pointer from integer without a cast [-Wint-conversion] 238 | date = ctime(&now); | ^ In file included from def.h:46, from rcv.h:47, from popen.c:45: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from extern.h:40, from popen.c:48: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from def.h:46, from rcv.h:47, from quit.c:45: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from extern.h:40, from quit.c:48: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from def.h:46, from rcv.h:47, from send.c:45: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from extern.h:40, from send.c:46: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ send.c: In function 'fmt': send.c:518:11: warning: type defaults to 'int' in declaration of 'col' [-Wimplicit-int] 518 | register col, len; | ^~~ send.c:518:16: warning: type defaults to 'int' in declaration of 'len' [-Wimplicit-int] 518 | register col, len; | ^~~ send.c: In function 'savemail': send.c:554:11: warning: type defaults to 'int' in declaration of 'i' [-Wimplicit-int] 554 | register i; | ^ send.c:561:9: warning: implicit declaration of function 'time' [-Wimplicit-function-declaration] 561 | (void) time(&now); | ^~~~ send.c:562:36: warning: implicit declaration of function 'ctime'; did you mean 'utimes'? [-Wimplicit-function-declaration] 562 | fprintf(fo, "From %s %s", myname, ctime(&now)); | ^~~~~ | utimes send.c:562:24: warning: format '%s' expects argument of type 'char *', but argument 4 has type 'int' [-Wformat=] 562 | fprintf(fo, "From %s %s", myname, ctime(&now)); | ~^ ~~~~~~~~~~~ | | | | char * int | %d In file included from def.h:46, from rcv.h:47, from strings.c:53: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from extern.h:40, from strings.c:54: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from def.h:46, from rcv.h:47, from temp.c:45: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from extern.h:40, from temp.c:47: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from def.h:46, from rcv.h:47, from tty.c:51: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from extern.h:40, from tty.c:52: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from def.h:46, from rcv.h:47, from vars.c:45: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ In file included from extern.h:40, from vars.c:46: /usr/include/sys/cdefs.h:1:2: warning: #warning usage of non-standard #include is deprecated [-Wcpp] 1 | #warning usage of non-standard #include is deprecated | ^~~~~~~ vars.c: In function 'hash': vars.c:188:11: warning: type defaults to 'int' in declaration of 'h' [-Wimplicit-int] 188 | register h = 0; | ^ >>> mailx: Entering fakeroot... mkdir -p /home/buildozer/aports/main/mailx/pkg/mailx/usr/share/misc mkdir -p /home/buildozer/aports/main/mailx/pkg/mailx/usr/share/man/man1 mkdir -p /home/buildozer/aports/main/mailx/pkg/mailx/etc mkdir -p /home/buildozer/aports/main/mailx/pkg/mailx/usr/bin install -o root -g mail -m 2755 mail /home/buildozer/aports/main/mailx/pkg/mailx/usr/bin install -o root -g root -m 644 mail.1 /home/buildozer/aports/main/mailx/pkg/mailx/usr/share/man/man1 cd misc; install -c -o root -g mail \ -m 444 mail.help mail.tildehelp /home/buildozer/aports/main/mailx/pkg/mailx/usr/share/misc cd misc; install -c -o root -g root \ -m 644 mail.rc /home/buildozer/aports/main/mailx/pkg/mailx/etc >>> mailx-doc*: Running split function doc... >>> mailx-doc*: Preparing subpackage mailx-doc... >>> mailx-doc*: Running postcheck for mailx-doc >>> mailx*: Running postcheck for mailx >>> mailx*: Preparing package mailx... >>> mailx*: Stripping binaries >>> mailx-doc*: Scanning shared objects >>> mailx*: Scanning shared objects >>> mailx-doc*: Tracing dependencies... >>> mailx-doc*: Package size: 32.0 KB >>> mailx-doc*: Compressing data... >>> mailx-doc*: Create checksum... >>> mailx-doc*: Create mailx-doc-8.1.1-r2.apk >>> mailx*: Tracing dependencies... so:libc.musl-x86.so.1 >>> mailx*: Package size: 136.0 KB >>> mailx*: Compressing data... >>> mailx*: Create checksum... >>> mailx*: Create mailx-8.1.1-r2.apk >>> mailx: Build complete at Fri, 04 Dec 2020 22:23:53 +0000 elapsed time 0h 0m 9s >>> mailx: Cleaning up srcdir >>> mailx: Cleaning up pkgdir >>> mailx: Uninstalling dependencies... (1/2) Purging .makedepends-mailx (20201204.222345) (2/2) Purging bsd-compat-headers (0.7.2-r3) OK: 310 MiB in 86 packages >>> mailx: Updating the main/x86 repository index... >>> mailx: Signing the index...