>>> sc: Building main/sc 7.16-r5 (using abuild 3.8.0_rc3-r1) started Mon, 17 May 2021 19:11:53 +0000 >>> sc: Checking sanity of /home/buildozer/aports/main/sc/APKBUILD... >>> sc: Analyzing dependencies... >>> sc: Installing for build: build-base ncurses-dev byacc (1/3) Installing ncurses-dev (6.2_p20210515-r0) (2/3) Installing byacc (20210328-r0) (3/3) Installing .makedepends-sc (20210517.191158) Executing busybox-1.33.1-r1.trigger OK: 312 MiB in 91 packages >>> sc: Cleaning up srcdir >>> sc: Cleaning up pkgdir >>> sc: Fetching https://distfiles.alpinelinux.org/distfiles/v3.14/sc-7.16.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 341 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> sc: Fetching http://ibiblio.org/pub/linux/apps/financial/spreadsheet/sc-7.16.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 205k 0 1224 0 0 2349 0 0:01:29 --:--:-- 0:01:29 2344 100 205k 100 205k 0 0 225k 0 --:--:-- --:--:-- --:--:-- 224k >>> sc: Fetching https://distfiles.alpinelinux.org/distfiles/v3.14/sc-7.16.tar.gz >>> sc: Checking sha512sums... sc-7.16.tar.gz: OK sc_7.16-2.patch: OK >>> sc: Unpacking /var/cache/distfiles/v3.14/sc-7.16.tar.gz... >>> sc: sc_7.16-2.patch patching file sc.h patching file cmds.c patching file abbrev.c patching file range.c patching file vi.c patching file vmtbl.c patching file Makefile patching file color.c patching file debian/sc.dirs patching file debian/control patching file debian/compat patching file debian/changelog patching file debian/copyright patching file debian/rules patching file debian/sc.docs patching file debian/sc.install patching file debian/sc.manpages patching file frame.c patching file sc.c patching file sort.c patching file xmalloc.c patching file screen.c patching file lex.c patching file interp.c patching file help.c gcc -DSYSV3 -O2 -pipe -DDFLT_PAGER=\"less\" -c abbrev.c gcc -DSYSV3 -O2 -pipe -DDOBACKUPS -c cmds.c gcc -DSYSV3 -O2 -pipe -Os -fomit-frame-pointer -c -o color.o color.c gcc -DSYSV3 -O2 -pipe -DDOBACKUPS -c crypt.c gcc -DSYSV3 -O2 -pipe -Os -fomit-frame-pointer -c -o format.o format.c gcc -DSYSV3 -O2 -pipe -Os -fomit-frame-pointer -c -o frame.o frame.c yacc -d gram.y gcc -DSYSV3 -O2 -pipe -c help.c gcc -DSYSV3 -O2 -pipe -ffloat-store -DSIGVOID \ -DREGCOMP -c interp.c gcc -DSYSV3 -O2 -pipe -Os -fomit-frame-pointer -c -o pipe.o pipe.c gcc -DSYSV3 -O2 -pipe -Os -fomit-frame-pointer -c -o range.o range.c gcc -DSYSV3 -O2 -pipe -DDFLT_PAGER=\"less\" -DSIGVOID -DSAVENAME=\"SC.SAVE\" -c sc.c gcc -DSYSV3 -O2 -pipe -DSIGVOID \ -c screen.c gcc -DSYSV3 -O2 -pipe -Os -fomit-frame-pointer -c -o sort.o sort.c gcc -DSYSV3 -O2 -pipe -Os -fomit-frame-pointer -c -o version.o version.c gcc -DSYSV3 -O2 -pipe -DREGCOMP -DHISTORY_FILE=\"~/.sc_history\" -c vi.c gcc -DSYSV3 -O2 -pipe -Os -fomit-frame-pointer -c -o vmtbl.o vmtbl.c gcc -DSYSV3 -O2 -pipe -Os -fomit-frame-pointer -c -o xmalloc.o xmalloc.c rm -f pvmtbl.c rm -f pxmalloc.c ln vmtbl.c pvmtbl.c rm -f qhelp.c ln xmalloc.c pxmalloc.c gcc -DSYSV3 -O2 -pipe -c -DPSC pvmtbl.c ln help.c qhelp.c gcc -DSYSV3 -O2 -pipe -c -DPSC pxmalloc.c gcc -DSYSV3 -O2 -pipe -DQREF -DTROFF -DSCNAME=\"SC\" -o scqref qhelp.c In file included from pvmtbl.c:20: pvmtbl.c: In function 'growtbl': pvmtbl.c:121:12: warning: format not a string literal and no format arguments [-Wformat-security] 121 | error(nowider); | ^~~~~~~ sc.h:44:37: note: in definition of macro 'error' 44 | # define error(msg) fprintf(stderr, msg); | ^~~ pvmtbl.c:155:43: warning: format not a string literal and no format arguments [-Wformat-security] 155 | GROWALLOC(fwidth2, fwidth, newcols, int, nowider); | ^~~~~~~ sc.h:44:37: note: in definition of macro 'error' 44 | # define error(msg) fprintf(stderr, msg); | ^~~ pvmtbl.c:155:2: note: in expansion of macro 'GROWALLOC' 155 | GROWALLOC(fwidth2, fwidth, newcols, int, nowider); | ^~~~~~~~~ pvmtbl.c:156:49: warning: format not a string literal and no format arguments [-Wformat-security] 156 | GROWALLOC(precision2, precision, newcols, int, nowider); | ^~~~~~~ sc.h:44:37: note: in definition of macro 'error' 44 | # define error(msg) fprintf(stderr, msg); | ^~~ pvmtbl.c:156:2: note: in expansion of macro 'GROWALLOC' 156 | GROWALLOC(precision2, precision, newcols, int, nowider); | ^~~~~~~~~ pvmtbl.c:157:45: warning: format not a string literal and no format arguments [-Wformat-security] 157 | GROWALLOC(realfmt2, realfmt, newcols, int, nowider); | ^~~~~~~ sc.h:44:37: note: in definition of macro 'error' 44 | # define error(msg) fprintf(stderr, msg); | ^~~ pvmtbl.c:157:2: note: in expansion of macro 'GROWALLOC' 157 | GROWALLOC(realfmt2, realfmt, newcols, int, nowider); | ^~~~~~~~~ qhelp.c: In function 'main': qhelp.c:646:12: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] 646 | (void) exit(0); | ^~~~ qhelp.c:646:12: warning: incompatible implicit declaration of built-in function 'exit' qhelp.c:10:1: note: include '' or provide a declaration of 'exit' 9 | #include +++ |+#include 10 | char *header = " Quick Reference"; mv y.tab.c gram.c gcc -DSYSV3 -O2 -pipe -DUSELOCALE -c gram.c In file included from screen.c:17: sc.h:307: warning: "is_cleared" redefined 307 | #define is_cleared 0200 | In file included from screen.c:15: /usr/include/curses.h:1382: note: this is the location of the previous definition 1382 | #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE) | In file included from pipe.c:12: sc.h:307: warning: "is_cleared" redefined 307 | #define is_cleared 0200 | In file included from pipe.c:10: /usr/include/curses.h:1382: note: this is the location of the previous definition 1382 | #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE) | In file included from abbrev.c:24: sc.h:307: warning: "is_cleared" redefined 307 | #define is_cleared 0200 | In file included from abbrev.c:22: /usr/include/curses.h:1382: note: this is the location of the previous definition 1382 | #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE) | In file included from frame.c:24: sc.h:307: warning: "is_cleared" redefined 307 | #define is_cleared 0200 | In file included from frame.c:22: /usr/include/curses.h:1382: note: this is the location of the previous definition 1382 | #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE) | In file included from interp.c:43: sc.h:307: warning: "is_cleared" redefined 307 | #define is_cleared 0200 | In file included from interp.c:42: /usr/include/curses.h:1382: note: this is the location of the previous definition 1382 | #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE) | In file included from vi.c:22: sc.h:307: warning: "is_cleared" redefined 307 | #define is_cleared 0200 | In file included from vi.c:17: /usr/include/curses.h:1382: note: this is the location of the previous definition 1382 | #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE) | In file included from range.c:23: sc.h:307: warning: "is_cleared" redefined 307 | #define is_cleared 0200 | In file included from range.c:22: /usr/include/curses.h:1382: note: this is the location of the previous definition 1382 | #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE) | In file included from pxmalloc.c:8: sc.h:307: warning: "is_cleared" redefined 307 | #define is_cleared 0200 | In file included from pxmalloc.c:6: /usr/include/curses.h:1382: note: this is the location of the previous definition 1382 | #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE) | In file included from vmtbl.c:20: sc.h:307: warning: "is_cleared" redefined 307 | #define is_cleared 0200 | In file included from vmtbl.c:16: /usr/include/curses.h:1382: note: this is the location of the previous definition 1382 | #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE) | In file included from help.c:15: sc.h:307: warning: "is_cleared" redefined 307 | #define is_cleared 0200 | In file included from help.c:13: /usr/include/curses.h:1382: note: this is the location of the previous definition 1382 | #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE) | vi.c: In function 'write_line': vi.c:523:35: warning: implicit declaration of function 'gotonote' [-Wimplicit-function-declaration] 523 | case '*': if (nmgetch() == '*') gotonote(); break; | ^~~~~~~~ vi.c: In function 'change_case': vi.c:1129:1: warning: type of 'arg' defaults to 'int' [-Wimplicit-int] 1129 | change_case(arg) | ^~~~~~~~~~~ In file included from color.c:23: sc.h:307: warning: "is_cleared" redefined 307 | #define is_cleared 0200 | In file included from color.c:20: /usr/include/curses.h:1382: note: this is the location of the previous definition 1382 | #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE) | In file included from cmds.c:31: sc.h:307: warning: "is_cleared" redefined 307 | #define is_cleared 0200 | In file included from xmalloc.c:8: sc.h:307: warning: "is_cleared" redefined 307 | #define is_cleared 0200 | In file included from cmds.c:23: /usr/include/curses.h:1382: note: this is the location of the previous definition 1382 | #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE) | In file included from xmalloc.c:6: /usr/include/curses.h:1382: note: this is the location of the previous definition 1382 | #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE) | In file included from sc.c:37: sc.h:307: warning: "is_cleared" redefined 307 | #define is_cleared 0200 | In file included from sc.c:17: /usr/include/curses.h:1382: note: this is the location of the previous definition 1382 | #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE) | In file included from gram.y:20: sc.h:307: warning: "is_cleared" redefined 307 | #define is_cleared 0200 | In file included from gram.y:18: /usr/include/curses.h:1382: note: this is the location of the previous definition 1382 | #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE) | sc.c: In function 'main': sc.c:523:2: warning: format not a string literal and no format arguments [-Wformat-security] 523 | if (redraw) printf(redraw); | ^~ In file included from sort.c:24: sc.h:307: warning: "is_cleared" redefined 307 | #define is_cleared 0200 | In file included from sort.c:23: /usr/include/curses.h:1382: note: this is the location of the previous definition 1382 | #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE) | sc.c:1310:25: warning: implicit declaration of function 'list_frames'; did you mean 'list_ranges'? [-Wimplicit-function-declaration] 1310 | if (!brokenpipe) list_frames(f); | ^~~~~~~~~~~ | list_ranges gcc -DSYSV3 -O2 -pipe -o psc psc.c pvmtbl.o pxmalloc.o sc.c:1423:24: warning: implicit declaration of function 'yankrow'; did you mean 'yankr'? [-Wimplicit-function-declaration] 1423 | if (rcqual == 'r') yankrow(arg); | ^~~~~~~ | yankr sc.c:1424:12: warning: implicit declaration of function 'yankcol'; did you mean 'backcol'? [-Wimplicit-function-declaration] 1424 | else yankcol(arg); | ^~~~~~~ | backcol cmds.c: In function 'formatcol': cmds.c:1471:1: warning: type of 'arg' defaults to 'int' [-Wimplicit-int] 1471 | formatcol(arg) | ^~~~~~~~~ cmds.c: In function 'ljustify': cmds.c:1606:1: warning: type of 'sr' defaults to 'int' [-Wimplicit-int] 1606 | ljustify(sr, sc, er, ec) | ^~~~~~~~ cmds.c:1606:1: warning: type of 'sc' defaults to 'int' [-Wimplicit-int] cmds.c:1606:1: warning: type of 'er' defaults to 'int' [-Wimplicit-int] cmds.c:1606:1: warning: type of 'ec' defaults to 'int' [-Wimplicit-int] cmds.c: In function 'rjustify': cmds.c:1635:1: warning: type of 'sr' defaults to 'int' [-Wimplicit-int] 1635 | rjustify(sr, sc, er, ec) | ^~~~~~~~ cmds.c:1635:1: warning: type of 'sc' defaults to 'int' [-Wimplicit-int] cmds.c:1635:1: warning: type of 'er' defaults to 'int' [-Wimplicit-int] cmds.c:1635:1: warning: type of 'ec' defaults to 'int' [-Wimplicit-int] cmds.c: In function 'center': cmds.c:1664:1: warning: type of 'sr' defaults to 'int' [-Wimplicit-int] 1664 | center(sr, sc, er, ec) | ^~~~~~ cmds.c:1664:1: warning: type of 'sc' defaults to 'int' [-Wimplicit-int] cmds.c:1664:1: warning: type of 'er' defaults to 'int' [-Wimplicit-int] cmds.c:1664:1: warning: type of 'ec' defaults to 'int' [-Wimplicit-int] sc.c:1600:8: warning: implicit declaration of function 'ljustify' [-Wimplicit-function-declaration] 1600 | ljustify(currow, curcol, currow, curcol); | ^~~~~~~~ sc.c:1610:8: warning: implicit declaration of function 'rjustify' [-Wimplicit-function-declaration] 1610 | rjustify(currow, curcol, currow, curcol); | ^~~~~~~~ sc.c:1620:8: warning: implicit declaration of function 'center' [-Wimplicit-function-declaration] 1620 | center(currow, curcol, currow, curcol); | ^~~~~~ cmds.c: In function 'openfile': cmds.c:2565:2: warning: missing sentinel in function call [-Wformat=] 2565 | (void) execl("/bin/sh", "sh", "-c", efname, 0); | ^ sc.c:2027:8: warning: implicit declaration of function 'gotonote' [-Wimplicit-function-declaration] 2027 | gotonote(); | ^~~~~~~~ gram.y: In function 'yyparse': gram.y:310:4: warning: implicit declaration of function 'ljustify' [-Wimplicit-function-declaration] 310 | { ljustify($2.left.vp->row, $2.left.vp->col, | ^~~~~~~~ gram.y:317:4: warning: implicit declaration of function 'rjustify' [-Wimplicit-function-declaration] 317 | { rjustify($2.left.vp->row, $2.left.vp->col, | ^~~~~~~~ gram.y:324:4: warning: implicit declaration of function 'center' [-Wimplicit-function-declaration] 324 | { center($2.left.vp->row, $2.left.vp->col, | ^~~~~~ gram.y:619:4: warning: implicit declaration of function 'add_abbr' [-Wimplicit-function-declaration] 619 | | S_ABBREV STRING { add_abbr($2); } | ^~~~~~~~ gram.y:817:8: warning: implicit declaration of function 'yankrow'; did you mean 'yankr'? [-Wimplicit-function-declaration] 817 | yankrow(arg); | ^~~~~~~ | yankr gram.y:847:8: warning: implicit declaration of function 'yankcol'; did you mean 'backcol'? [-Wimplicit-function-declaration] 847 | yankcol(arg); | ^~~~~~~ | backcol gram.y:960:4: warning: implicit declaration of function 'getframe'; did you mean 'getformat'? [-Wimplicit-function-declaration] 960 | | S_GETFRAME { getframe(macrofd); } | ^~~~~~~~ | getformat gram.y:962:4: warning: implicit declaration of function 'getrange'; did you mean 'sortrange'? [-Wimplicit-function-declaration] 962 | | S_GETRANGE STRING { getrange($2, macrofd); } | ^~~~~~~~ | sortrange gram.y:965:4: warning: implicit declaration of function 'doeval'; did you mean 'eval'? [-Wimplicit-function-declaration] 965 | | S_EVAL e { doeval($2, NULL, currow, curcol, | ^~~~~~ | eval gram.y:972:4: warning: implicit declaration of function 'doseval'; did you mean 'seval'? [-Wimplicit-function-declaration] 972 | | S_SEVAL e { doseval($2, currow, curcol, macrofd); } | ^~~~~~~ | seval gram.y:981:4: warning: implicit declaration of function 'dogetkey'; did you mean 'setkey'? [-Wimplicit-function-declaration] 981 | | S_GETKEY { dogetkey(); } | ^~~~~~~~ | setkey gram.y:1013:8: warning: format not a string literal and no format arguments [-Wformat-security] 1013 | sprintf(line + 1, $1); | ^~~~~~~ sed < gram.y > experres.h -f eres.sed sed < gram.y > statres.h -f sres.sed gcc -DSYSV3 -O2 -pipe -DLIBDIR=\"/usr/share/doc/sc\" -DSIGVOID \ -c lex.c In file included from lex.c:39: sc.h:307: warning: "is_cleared" redefined 307 | #define is_cleared 0200 | In file included from lex.c:33: /usr/include/curses.h:1382: note: this is the location of the previous definition 1382 | #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE) | gcc abbrev.o cmds.o color.o crypt.o format.o frame.o gram.o help.o interp.o lex.o pipe.o range.o sc.o screen.o sort.o version.o vi.o vmtbl.o xmalloc.o -lm -lncurses -o sc >>> WARNING: sc: APKBUILD does not run any tests! Alpine policy will soon require that packages have any relevant testsuites run during the build process. To fix, either define a check() function, or declare !check in $options to indicate the package does not have a testsuite. >>> sc: Entering fakeroot... cp sc /home/buildozer/aports/main/sc/pkg/sc/usr/bin cp scqref /home/buildozer/aports/main/sc/pkg/sc/usr/bin cp psc /home/buildozer/aports/main/sc/pkg/sc/usr/bin strip /home/buildozer/aports/main/sc/pkg/sc/usr/bin/sc strip /home/buildozer/aports/main/sc/pkg/sc/usr/bin/scqref strip /home/buildozer/aports/main/sc/pkg/sc/usr/bin/psc mkdir /home/buildozer/aports/main/sc/pkg/sc/usr/share/doc/sc name=sc NAME=SC LIBDIR=/home/buildozer/aports/main/sc/pkg/sc/usr/share/doc/sc sh torev sc.doc > sc.1 name=sc NAME=SC LIBDIR=/home/buildozer/aports/main/sc/pkg/sc/usr/share/doc/sc sh torev psc.doc > psc.1 mkdir -p /home/buildozer/aports/main/sc/pkg/sc/usr/share/doc/sc/plugins cp tutorial.sc /home/buildozer/aports/main/sc/pkg/sc/usr/share/doc/sc/tutorial.sc chmod 644 /home/buildozer/aports/main/sc/pkg/sc/usr/share/doc/sc/tutorial.sc cp psc.1 /home/buildozer/aports/main/sc/pkg/sc/usr/share/man/man1/psc.1 chmod 644 /home/buildozer/aports/main/sc/pkg/sc/usr/share/man/man1/psc.1 cp sc.1 /home/buildozer/aports/main/sc/pkg/sc/usr/share/man/man1/sc.1 chmod 644 /home/buildozer/aports/main/sc/pkg/sc/usr/share/man/man1/sc.1 >>> sc-doc*: Running split function doc... >>> sc-doc*: Preparing subpackage sc-doc... >>> sc-doc*: Running postcheck for sc-doc >>> sc*: Running postcheck for sc >>> sc*: Preparing package sc... >>> sc*: Stripping binaries >>> sc-doc*: Scanning shared objects >>> sc*: Scanning shared objects >>> sc-doc*: Tracing dependencies... >>> sc-doc*: Package size: 84.0 KB >>> sc-doc*: Compressing data... >>> sc-doc*: Create checksum... >>> sc-doc*: Create sc-doc-7.16-r5.apk >>> sc*: Tracing dependencies... so:libc.musl-x86.so.1 so:libncursesw.so.6 >>> sc*: Package size: 432.0 KB >>> sc*: Compressing data... >>> sc*: Create checksum... >>> sc*: Create sc-7.16-r5.apk >>> sc: Build complete at Mon, 17 May 2021 19:12:03 +0000 elapsed time 0h 0m 10s >>> sc: Cleaning up srcdir >>> sc: Cleaning up pkgdir >>> sc: Uninstalling dependencies... (1/3) Purging .makedepends-sc (20210517.191158) (2/3) Purging ncurses-dev (6.2_p20210515-r0) (3/3) Purging byacc (20210328-r0) Executing busybox-1.33.1-r1.trigger OK: 311 MiB in 88 packages >>> sc: Updating the main/x86 repository index... >>> sc: Signing the index...