Cook: sc 7.16 ================================================================================ QA: checking package receipt... Checking build dependencies... Extracting source archive "sc-7.16.tar.gz" Executing: compile_rules CFLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CXXLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CPPFLAGS : -D_GLIBCXX_USE_C99_MATH=1 LDFLAGS : -Wl,-Os,--as-needed Applying patch 7.16.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 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 -D_GLIBCXX_USE_C99_MATH=1 -c -o color.o color.c gcc -DSYSV3 -O2 -pipe -DDOBACKUPS -c crypt.c gcc -DSYSV3 -O2 -pipe -D_GLIBCXX_USE_C99_MATH=1 -c -o format.o format.c gcc -DSYSV3 -O2 -pipe -D_GLIBCXX_USE_C99_MATH=1 -c -o frame.o frame.c bison -y -d gram.y In file included from cmds.c:31: sc.h:307: warning: "is_cleared" redefined #define is_cleared 0200 In file included from cmds.c:23: /usr/include/curses.h:1410: note: this is the location of the previous definition #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 #define is_cleared 0200 In file included from frame.c:22: /usr/include/curses.h:1410: note: this is the location of the previous definition #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 #define is_cleared 0200 In file included from abbrev.c:22: /usr/include/curses.h:1410: note: this is the location of the previous definition #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE) In file included from color.c:23: sc.h:307: warning: "is_cleared" redefined #define is_cleared 0200 In file included from color.c:20: /usr/include/curses.h:1410: note: this is the location of the previous definition #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE) cmds.c: In function 'formatcol': cmds.c:1471:1: warning: type of 'arg' defaults to 'int' [-Wimplicit-int] formatcol(arg) ^~~~~~~~~ cmds.c: In function 'ljustify': cmds.c:1606:1: warning: type of 'sr' defaults to 'int' [-Wimplicit-int] 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] 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] 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] cmds.c: In function 'openfile': cmds.c:2565:2: warning: missing sentinel in function call [-Wformat=] (void) execl("/bin/sh", "sh", "-c", efname, 0); ^ cmds.c:2558:9: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result] (void) dup(pipefd[0]); /* connect to first pipe */ ^~~~~~~~~~~~~~ cmds.c:2562:13: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result] (void) dup(pipefd[3]); /* connect to second pipe */ ^~~~~~~~~~~~~~ cmds.c: In function 'readfile': cmds.c:3069:2: warning: ignoring return value of 'freopen', declared with attribute warn_unused_result [-Wunused-result] freopen("/dev/tty", "r", stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cmds.c: In function 'backup_file': cmds.c:3586:2: warning: ignoring return value of 'chown', declared with attribute warn_unused_result [-Wunused-result] chown(tpath, statbuf.st_uid, statbuf.st_gid); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -DSYSV3 -O2 -pipe -c help.c gcc -DSYSV3 -O2 -pipe -ffloat-store -DSIGVOID \ -DREGCOMP -c interp.c gcc -DSYSV3 -O2 -pipe -D_GLIBCXX_USE_C99_MATH=1 -c -o pipe.o pipe.c In file included from help.c:15: sc.h:307: warning: "is_cleared" redefined #define is_cleared 0200 In file included from help.c:13: /usr/include/curses.h:1410: note: this is the location of the previous definition #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 #define is_cleared 0200 In file included from pipe.c:10: /usr/include/curses.h:1410: note: this is the location of the previous definition #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE) gcc -DSYSV3 -O2 -pipe -D_GLIBCXX_USE_C99_MATH=1 -c -o range.o range.c pipe.c: In function 'getnum': pipe.c:49:6: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, line, strlen(line)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pipe.c: In function 'fgetnum': pipe.c:92:6: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, line, strlen(line)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pipe.c: In function 'getstring': pipe.c:117:6: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, line, strlen(line)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pipe.c: In function 'getexp': pipe.c:149:6: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, line, strlen(line)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pipe.c: In function 'getformat': pipe.c:163:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, line, strlen(line)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pipe.c: In function 'getfmt': pipe.c:182:6: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, line, strlen(line)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pipe.c: In function 'getframe': pipe.c:206:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, line, strlen(line)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pipe.c: In function 'getrange': pipe.c:249:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, line, strlen(line)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pipe.c: In function 'doeval': pipe.c:271:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, line, strlen(line)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pipe.c: In function 'doseval': pipe.c:288:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, s, strlen(s)); ^~~~~~~~~~~~~~~~~~~~~~~ pipe.c:289:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, "\n", 1); ^~~~~~~~~~~~~~~~~~ pipe.c: In function 'doquery': pipe.c:305:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, line, strlen(line)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ pipe.c:306:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, "\n", 1); ^~~~~~~~~~~~~~~~~~ pipe.c: In function 'dogetkey': pipe.c:347:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(macrofd, line, len); ^~~~~~~~~~~~~~~~~~~~~~~~~ pipe.c: In function 'dostat': pipe.c:358:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(fd, line, strlen(line)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from interp.c:43: sc.h:307: warning: "is_cleared" redefined #define is_cleared 0200 In file included from interp.c:42: /usr/include/curses.h:1410: note: this is the location of the previous definition #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE) gcc -DSYSV3 -O2 -pipe -DDFLT_PAGER=\"less\" -DSIGVOID -DSAVENAME=\"SC.SAVE\" -c sc.c In file included from range.c:23: sc.h:307: warning: "is_cleared" redefined #define is_cleared 0200 In file included from range.c:22: /usr/include/curses.h:1410: note: this is the location of the previous definition #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 #define is_cleared 0200 In file included from sc.c:17: /usr/include/curses.h:1410: note: this is the location of the previous definition #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] if (redraw) printf(redraw); ^~ sc.c:1310:25: warning: implicit declaration of function 'list_frames'; did you mean 'list_ranges'? [-Wimplicit-function-declaration] if (!brokenpipe) list_frames(f); ^~~~~~~~~~~ list_ranges sc.c:1423:24: warning: implicit declaration of function 'yankrow'; did you mean 'yankr'? [-Wimplicit-function-declaration] if (rcqual == 'r') yankrow(arg); ^~~~~~~ yankr sc.c:1424:12: warning: implicit declaration of function 'yankcol'; did you mean 'backcol'? [-Wimplicit-function-declaration] else yankcol(arg); ^~~~~~~ backcol sc.c:1600:8: warning: implicit declaration of function 'ljustify' [-Wimplicit-function-declaration] ljustify(currow, curcol, currow, curcol); ^~~~~~~~ sc.c:1610:8: warning: implicit declaration of function 'rjustify' [-Wimplicit-function-declaration] rjustify(currow, curcol, currow, curcol); ^~~~~~~~ sc.c:1620:8: warning: implicit declaration of function 'center'; did you mean 'newterm'? [-Wimplicit-function-declaration] center(currow, curcol, currow, curcol); ^~~~~~ newterm sc.c:2027:8: warning: implicit declaration of function 'gotonote'; did you mean 'gototop'? [-Wimplicit-function-declaration] gotonote(); ^~~~~~~~ gototop sc.c:439:4: warning: ignoring return value of 'freopen', declared with attribute warn_unused_result [-Wunused-result] freopen("/dev/tty", "r", stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sc.c:440:4: warning: ignoring return value of 'freopen', declared with attribute warn_unused_result [-Wunused-result] freopen("/dev/tty", "w", stdout); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sc.c:1027:6: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system("man sc"); ^~~~~~~~~~~~~~~~ gcc -DSYSV3 -O2 -pipe -DSIGVOID \ -c screen.c In file included from screen.c:17: sc.h:307: warning: "is_cleared" redefined #define is_cleared 0200 In file included from screen.c:15: /usr/include/curses.h:1410: note: this is the location of the previous definition #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE) gcc -DSYSV3 -O2 -pipe -D_GLIBCXX_USE_C99_MATH=1 -c -o sort.o sort.c In file included from sort.c:24: sc.h:307: warning: "is_cleared" redefined #define is_cleared 0200 In file included from sort.c:23: /usr/include/curses.h:1410: note: this is the location of the previous definition #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE) gcc -DSYSV3 -O2 -pipe -D_GLIBCXX_USE_C99_MATH=1 -c -o version.o version.c gcc -DSYSV3 -O2 -pipe -DREGCOMP -DHISTORY_FILE=\"~/.sc_history\" -c vi.c In file included from vi.c:22: sc.h:307: warning: "is_cleared" redefined #define is_cleared 0200 In file included from vi.c:17: /usr/include/curses.h:1410: note: this is the location of the previous definition #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'; did you mean 'gototop'? [-Wimplicit-function-declaration] case '*': if (nmgetch() == '*') gotonote(); break; ^~~~~~~~ gototop vi.c: In function 'change_case': vi.c:1129:1: warning: type of 'arg' defaults to 'int' [-Wimplicit-int] change_case(arg) ^~~~~~~~~~~ vi.c: In function 'doshell': vi.c:1399:12: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] (void) fgets(cmd, MAXCMD, stdin); ^~~~~~~~~~~~~~~~~~~~~~~~~ mv y.tab.c gram.c gcc -DSYSV3 -O2 -pipe -D_GLIBCXX_USE_C99_MATH=1 -c -o vmtbl.o vmtbl.c In file included from vmtbl.c:20: sc.h:307: warning: "is_cleared" redefined #define is_cleared 0200 In file included from vmtbl.c:16: /usr/include/curses.h:1410: note: this is the location of the previous definition #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE) gcc -DSYSV3 -O2 -pipe -D_GLIBCXX_USE_C99_MATH=1 -c -o xmalloc.o xmalloc.c In file included from xmalloc.c:8: sc.h:307: warning: "is_cleared" redefined #define is_cleared 0200 In file included from xmalloc.c:6: /usr/include/curses.h:1410: note: this is the location of the previous definition #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE) rm -f pvmtbl.c ln vmtbl.c pvmtbl.c rm -f pxmalloc.c ln xmalloc.c pxmalloc.c rm -f qhelp.c ln help.c qhelp.c gcc -DSYSV3 -O2 -pipe -DUSELOCALE -c gram.c In file included from gram.y:20: sc.h:307: warning: "is_cleared" redefined #define is_cleared 0200 In file included from gram.y:18: /usr/include/curses.h:1410: note: this is the location of the previous definition #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE) gram.y: In function 'yyparse': gram.y:310:35: warning: implicit declaration of function 'ljustify' [-Wimplicit-function-declaration] { ljustify($2.left.vp->row, $2.left.vp->col, ^~~~~~~~ gram.y:317:35: warning: implicit declaration of function 'rjustify' [-Wimplicit-function-declaration] { rjustify($2.left.vp->row, $2.left.vp->col, ^~~~~~~~ gram.y:324:35: warning: implicit declaration of function 'center'; did you mean 'newterm'? [-Wimplicit-function-declaration] { center($2.left.vp->row, $2.left.vp->col, ^~~~~~ newterm gram.y:619:43: warning: implicit declaration of function 'add_abbr'; did you mean 'del_abbr'? [-Wimplicit-function-declaration] | S_ABBREV STRING { add_abbr($2); } ^ del_abbr gram.y:817:8: warning: implicit declaration of function 'yankrow'; did you mean 'yankr'? [-Wimplicit-function-declaration] yankrow(arg); ^~~~~~~ yankr gram.y:847:8: warning: implicit declaration of function 'yankcol'; did you mean 'backcol'? [-Wimplicit-function-declaration] yankcol(arg); ^~~~~~~ backcol gram.y:960:43: warning: implicit declaration of function 'getframe'; did you mean 'getfmt'? [-Wimplicit-function-declaration] | S_GETFRAME { getframe(macrofd); } ^ getfmt gram.y:962:43: warning: implicit declaration of function 'getrange'; did you mean 'sortrange'? [-Wimplicit-function-declaration] | S_GETRANGE STRING { getrange($2, macrofd); } ^~~~~ sortrange gram.y:965:43: warning: implicit declaration of function 'doeval'; did you mean 'eval'? [-Wimplicit-function-declaration] | S_EVAL e { doeval($2, NULL, currow, curcol, ^~~~~ eval gram.y:972:43: warning: implicit declaration of function 'doseval'; did you mean 'seval'? [-Wimplicit-function-declaration] | S_SEVAL e { doseval($2, currow, curcol, macrofd); } ^~~~~~~ seval gram.y:981:43: warning: implicit declaration of function 'dogetkey'; did you mean 'getbegy'? [-Wimplicit-function-declaration] | S_GETKEY { dogetkey(); } ^ getbegy gram.y:1013:8: warning: format not a string literal and no format arguments [-Wformat-security] sprintf(line + 1, $1); ^~~~~~~ gram.y:881:8: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(macrofd, line, strlen(line)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gram.y:887:8: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write($3, line, strlen(line)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gram.y:999:8: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result] system($2); ^~~~~~~~~~~ gcc -DSYSV3 -O2 -pipe -c -DPSC pvmtbl.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] error(nowider); ^~~~~~~ sc.h:44:37: note: in definition of macro 'error' # define error(msg) fprintf(stderr, msg); ^~~ pvmtbl.c:155:43: warning: format not a string literal and no format arguments [-Wformat-security] GROWALLOC(fwidth2, fwidth, newcols, int, nowider); ^~~~~~~ sc.h:44:37: note: in definition of macro 'error' # define error(msg) fprintf(stderr, msg); ^~~ pvmtbl.c:155:2: note: in expansion of macro 'GROWALLOC' GROWALLOC(fwidth2, fwidth, newcols, int, nowider); ^~~~~~~~~ pvmtbl.c:156:49: warning: format not a string literal and no format arguments [-Wformat-security] GROWALLOC(precision2, precision, newcols, int, nowider); ^~~~~~~ sc.h:44:37: note: in definition of macro 'error' # define error(msg) fprintf(stderr, msg); ^~~ pvmtbl.c:156:2: note: in expansion of macro 'GROWALLOC' GROWALLOC(precision2, precision, newcols, int, nowider); ^~~~~~~~~ pvmtbl.c:157:45: warning: format not a string literal and no format arguments [-Wformat-security] GROWALLOC(realfmt2, realfmt, newcols, int, nowider); ^~~~~~~ sc.h:44:37: note: in definition of macro 'error' # define error(msg) fprintf(stderr, msg); ^~~ pvmtbl.c:157:2: note: in expansion of macro 'GROWALLOC' GROWALLOC(realfmt2, realfmt, newcols, int, nowider); ^~~~~~~~~ gcc -DSYSV3 -O2 -pipe -c -DPSC pxmalloc.c In file included from pxmalloc.c:8: sc.h:307: warning: "is_cleared" redefined #define is_cleared 0200 In file included from pxmalloc.c:6: /usr/include/curses.h:1410: note: this is the location of the previous definition #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE) gcc -DSYSV3 -O2 -pipe -Wl,-Os,--as-needed -DQREF -DTROFF -DSCNAME=\"SC\" -o scqref qhelp.c qhelp.c: In function 'main': qhelp.c:646:12: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] (void) exit(0); ^~~~ qhelp.c:646:12: warning: incompatible implicit declaration of built-in function 'exit' qhelp.c:646:12: note: include '' or provide a declaration of 'exit' qhelp.c:10:1: +#include char *header = " Quick Reference"; qhelp.c:646:12: (void) exit(0); ^~~~ gcc -DSYSV3 -O2 -pipe -Wl,-Os,--as-needed -o psc psc.c pvmtbl.o pxmalloc.o 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 #define is_cleared 0200 In file included from lex.c:33: /usr/include/curses.h:1410: note: this is the location of the previous definition #define is_cleared(win) (NCURSES_OK_ADDR(win) ? (win)->_clear : FALSE) gcc -Wl,-Os,--as-needed 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 ================================================================================ Executing strip on all files... Done Time: 0.24s. Size: 387252 B -> 357628 B. Save: 29 KB. ================================================================================ Pack: sc 7.16 ================================================================================ Executing: genpkg_rules Copying folders and files... Done Copying "receipt"... Done Determining package architecture... i486 Creating the list of files... Done Creating md5sum of files... Done Compressing the FS... Done Creating full cpio archive... Done QA: checking for empty package... Done Removing old package "sc-7.16-i486.tazpkg" Done The release checksum has changed. ================================================================================ Package "sc-7.16-i486.tazpkg" created Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/sc-7.16... Done Checking site script in source/sc-7.16... Done Checking ownership in install... Done Checking permissions in install... Done Checking broken symlinks in install... Done Querying Repology... Done Updating activity log... Done ================================================================================ Summary for: sc 7.16 ================================================================================ Src file : sc-7.16.tar.gz Src size : 208.0K Source dir : 1.9M Produced : 368.0K Cook time : 9s Cook date : 2020-07-07 23:43 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 384.0K : 113.8K : 3 : sc-7.16-i486.tazpkg ================================================================================