------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- ===> NOTICE: The newsfetch port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> newsfetch-1.21_2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> NOTICE: The newsfetch port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> newsfetch-1.21_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by newsfetch-1.21_2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> NOTICE: The newsfetch port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> newsfetch-1.21_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by newsfetch-1.21_2 for building => SHA256 Checksum OK for newsfetch-1.21.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> NOTICE: The newsfetch port currently does not have a maintainer. As a result, it is more likely to have unresolved issues, not be up-to-date, or even be removed in the future. To volunteer to maintain this port, please create an issue at: https://bugs.freebsd.org/bugzilla More information about port maintainership is available at: https://www.freebsd.org/doc/en/articles/contributing/ports-contributing.html#maintain-port ===> newsfetch-1.21_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by newsfetch-1.21_2 for building ===> Extracting for newsfetch-1.21_2 => SHA256 Checksum OK for newsfetch-1.21.tar.gz. Extracted Memory Use: 0.07M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for newsfetch-1.21_2 ===> Converting DOS text files to UNIX text files ===> Applying ports patches for newsfetch-1.21_2 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for newsfetch-1.21_2 (cd /construction/news/newsfetch/newsfetch-1.21 && ( echo "PROG= newsfetch"; echo "SRCS=" *.c; echo ".include "; ) > Makefile) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for newsfetch-1.21_2 --- objwarn --- --- getopt.o --- --- net.o --- --- newsfetch.o --- --- nntp.o --- --- opt.o --- --- util.o --- --- newsfetch.1.gz --- --- objwarn --- Warning: Object directory not changed from original /construction/news/newsfetch/newsfetch-1.21 --- getopt.o --- cc -pipe -Wno-return-type -O2 -fno-strict-aliasing -std=gnu99 -c getopt.c --- net.o --- cc -pipe -Wno-return-type -O2 -fno-strict-aliasing -std=gnu99 -c net.c --- nntp.o --- cc -pipe -Wno-return-type -O2 -fno-strict-aliasing -std=gnu99 -c nntp.c --- opt.o --- cc -pipe -Wno-return-type -O2 -fno-strict-aliasing -std=gnu99 -c opt.c --- util.o --- cc -pipe -Wno-return-type -O2 -fno-strict-aliasing -std=gnu99 -c util.c --- newsfetch.1.gz --- gzip -cn newsfetch.1 > newsfetch.1.gz --- newsfetch.o --- cc -pipe -Wno-return-type -O2 -fno-strict-aliasing -std=gnu99 -c newsfetch.c --- getopt.o --- getopt.c: In function 'Getopt': getopt.c:14:18: warning: type defaults to 'int' in declaration of 'c' [-Wimplicit-int] register c; ^ getopt.c:24:26: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] else if (strcmp(argv[optind], "--") == 0) { ^~~~~~ --- net.o --- net.c: In function 'ConnectServer': net.c:26:3: warning: implicit declaration of function 'exitNow' [-Wimplicit-function-declaration] exitNow(-1); ^~~~~~~ net.c:28:4: warning: implicit declaration of function 'isdigit' [-Wimplicit-function-declaration] if(isdigit(*serverName)) ^~~~~~~ net.c:30:17: warning: implicit declaration of function 'inet_addr'; did you mean 'h_addr'? [-Wimplicit-function-declaration] saddr.s_addr = inet_addr(serverName); ^~~~~~~~~ h_addr --- nntp.o --- nntp.c:26:1: warning: return type defaults to 'int' [-Wimplicit-int] readNNTPdata() ^~~~~~~~~~~~ nntp.c:33:1: warning: return type defaults to 'int' [-Wimplicit-int] setReaderMode() ^~~~~~~~~~~~~ nntp.c: In function 'setReaderMode': nntp.c:39:8: warning: implicit declaration of function 'get_error'; did you mean 'strerror'? [-Wimplicit-function-declaration] return(get_error(command_buf)); ^~~~~~~~~ strerror nntp.c: At top level: nntp.c:42:1: warning: return type defaults to 'int' [-Wimplicit-int] get_error(char *buf) ^~~~~~~~~ nntp.c:54:1: warning: return type defaults to 'int' [-Wimplicit-int] get_error1(char *buf) ^~~~~~~~~~ nntp.c:63:1: warning: return type defaults to 'int' [-Wimplicit-int] get_error2(char *buf) ^~~~~~~~~~ nntp.c:79:1: warning: return type defaults to 'int' [-Wimplicit-int] set_article_number(char *buf) ^~~~~~~~~~~~~~~~~~ --- opt.o --- opt.c: In function 'get_commandline': opt.c:36:14: warning: implicit declaration of function 'Getopt'; did you mean 'getopt'? [-Wimplicit-function-declaration] c = Getopt(argc, argv, "w:t:T:d:f:U:N:x:p:P:Y:yslVvchH-"); ^~~~~~ getopt opt.c:47:7: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] i = strlen(optarg); ^~~~~~ opt.c:47:7: warning: incompatible implicit declaration of built-in function 'strlen' opt.c:47:7: note: include '' or provide a declaration of 'strlen' opt.c:4:1: +#include opt.c:47:7: i = strlen(optarg); ^~~~~~ opt.c:53:10: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration] strcat(dirname,"/"); ^~~~~~ opt.c:53:10: warning: incompatible implicit declaration of built-in function 'strcat' opt.c:53:10: note: include '' or provide a declaration of 'strcat' --- nntp.o --- nntp.c:118:1: warning: return type defaults to 'int' [-Wimplicit-int] getNextGroup() ^~~~~~~~~~~~ nntp.c:151:1: warning: return type defaults to 'int' [-Wimplicit-int] checkGroup() ^~~~~~~~~~ nntp.c:208:1: warning: return type defaults to 'int' [-Wimplicit-int] fetchGroup() ^~~~~~~~~~ nntp.c: In function 'fetchGroup': nntp.c:224:12: warning: implicit declaration of function 'fetchArticle'; did you mean 'fetchGroup'? [-Wimplicit-function-declaration] for(; tmp=fetchArticle(newsfp) && terminate ;); ^~~~~~~~~~~~ fetchGroup nntp.c: At top level: nntp.c:244:1: warning: return type defaults to 'int' [-Wimplicit-int] fetchArticle(FILE *fp1) ^~~~~~~~~~~~ nntp.c:329:1: warning: return type defaults to 'int' [-Wimplicit-int] getGroupList() ^~~~~~~~~~~~ nntp.c: In function 'getGroupList': nntp.c:337:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ --- opt.o --- opt.c:57:10: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(dirname,optarg); ^~~~~~ opt.c:57:10: warning: incompatible implicit declaration of built-in function 'strcpy' opt.c:57:10: note: include '' or provide a declaration of 'strcpy' opt.c:61:7: warning: implicit declaration of function 'createDirectory' [-Wimplicit-function-declaration] if(!createDirectory(dirname)) ^~~~~~~~~~~~~~~ opt.c:62:4: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ opt.c:62:4: warning: incompatible implicit declaration of built-in function 'exit' opt.c:62:4: note: include '' or provide a declaration of 'exit' opt.c:4:1: +#include opt.c:62:4: exit(1); ^~~~ opt.c:67:3: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ opt.c:67:3: note: include '' or provide a declaration of 'exit' --- nntp.o --- nntp.c:337:3: warning: incompatible implicit declaration of built-in function 'exit' nntp.c:337:3: note: include '' or provide a declaration of 'exit' nntp.c:14:1: +#include nntp.c:337:3: exit(1); ^~~~ nntp.c:348:1: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ nntp.c:348:1: note: include '' or provide a declaration of 'exit' nntp.c: At top level: nntp.c:352:1: warning: return type defaults to 'int' [-Wimplicit-int] sendQuit() ^~~~~~~~ nntp.c:359:1: warning: return type defaults to 'int' [-Wimplicit-int] fill_tmpfile() ^~~~~~~~~~~~ --- opt.o --- opt.c:72:8: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(rcname,optarg); ^~~~~~ opt.c:72:8: note: include '' or provide a declaration of 'strcpy' opt.c:87:4: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ opt.c:87:4: note: include '' or provide a declaration of 'exit' opt.c:96:4: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ opt.c:96:4: note: include '' or provide a declaration of 'exit' opt.c:106:4: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ opt.c:106:4: note: include '' or provide a declaration of 'exit' opt.c:116:4: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ opt.c:116:4: note: include '' or provide a declaration of 'exit' opt.c:127:4: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ opt.c:127:4: note: include '' or provide a declaration of 'exit' opt.c:132:9: warning: incompatible implicit declaration of built-in function 'strcat' strcat(pipe_command, " "); ^~~~~~ opt.c:132:9: note: include '' or provide a declaration of 'strcat' opt.c:137:3: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ opt.c:137:3: note: include '' or provide a declaration of 'exit' opt.c:141:3: warning: implicit declaration of function 'opt_help' [-Wimplicit-function-declaration] opt_help(argv[0]); ^~~~~~~~ opt.c:145:14: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] tmp = atoi(optarg); ^~~~ opt.c: At top level: opt.c:191:1: warning: return type defaults to 'int' [-Wimplicit-int] opt_help(char *prog_name) ^~~~~~~~ opt.c: In function 'opt_help': opt.c:200:3: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ opt.c:200:3: note: include '' or provide a declaration of 'exit' --- net.o --- net.c:57:1: warning: implicit declaration of function 'bcopy' [-Wimplicit-function-declaration] bcopy((char *) hp->h_addr, (char *)&sa.sin_addr,hp->h_length); ^~~~~ net.c:57:1: warning: incompatible implicit declaration of built-in function 'bcopy' --- newsfetch.o --- newsfetch.c:38:1: warning: return type defaults to 'int' [-Wimplicit-int] main(argc,argv) ^~~~ newsfetch.c: In function 'main': newsfetch.c:52:2: warning: implicit declaration of function 'opt_help' [-Wimplicit-function-declaration] opt_help(argv[0]); ^~~~~~~~ newsfetch.c:53:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ newsfetch.c:53:2: warning: incompatible implicit declaration of built-in function 'exit' newsfetch.c:53:2: note: include '' or provide a declaration of 'exit' newsfetch.c:23:1: +#include newsfetch.c:53:2: exit(1); ^~~~ newsfetch.c:61:2: warning: implicit declaration of function 'getHomedir'; did you mean 'getmode'? [-Wimplicit-function-declaration] getHomedir(homedir); ^~~~~~~~~~ getmode newsfetch.c:68:56: warning: implicit declaration of function 'atoi' [-Wimplicit-function-declaration] if (NULL != (p = strchr(hostname, ':')) && 0 < (n = atoi(p + 1))) { ^~~~ newsfetch.c:74:2: warning: implicit declaration of function 'get_commandline' [-Wimplicit-function-declaration] get_commandline(argc, argv, dirname, rcfile, ^~~~~~~~~~~~~~~ newsfetch.c:84:3: warning: implicit declaration of function 'checkLockFile' [-Wimplicit-function-declaration] checkLockFile(homedir); ^~~~~~~~~~~~~ newsfetch.c:85:3: warning: implicit declaration of function 'defaultRcFiles'; did you mean 'defaultRcFile'? [-Wimplicit-function-declaration] defaultRcFiles(homedir, rcfile, copy_cmd); ^~~~~~~~~~~~~~ defaultRcFile newsfetch.c:87:4: warning: implicit declaration of function 'generateProcmailrc' [-Wimplicit-function-declaration] generateProcmailrc(homedir, rcfile, dirname, pipe_command); ^~~~~~~~~~~~~~~~~~ newsfetch.c:90:12: warning: implicit declaration of function 'ConnectServer' [-Wimplicit-function-declaration] socket_id=ConnectServer(hostname, port, 0); ^~~~~~~~~~~~~ newsfetch.c:107:2: warning: implicit declaration of function 'setReaderMode' [-Wimplicit-function-declaration] setReaderMode(); ^~~~~~~~~~~~~ newsfetch.c:110:3: warning: implicit declaration of function 'getGroupList'; did you mean 'getgrouplist'? [-Wimplicit-function-declaration] getGroupList(); ^~~~~~~~~~~~ getgrouplist newsfetch.c:115:13: warning: implicit declaration of function 'getNextGroup'; did you mean 'getgroups'? [-Wimplicit-function-declaration] while( (tmp=getNextGroup()) > 0 ) ^~~~~~~~~~~~ getgroups newsfetch.c:131:7: warning: implicit declaration of function 'checkGroup' [-Wimplicit-function-declaration] tmp=checkGroup(); ^~~~~~~~~~ newsfetch.c:133:8: warning: implicit declaration of function 'fetchGroup'; did you mean 'setgroups'? [-Wimplicit-function-declaration] tmp=fetchGroup(); ^~~~~~~~~~ setgroups newsfetch.c:140:4: warning: implicit declaration of function 'executeGroupCommand' [-Wimplicit-function-declaration] executeGroupCommand(execute_command, group); ^~~~~~~~~~~~~~~~~~~ newsfetch.c:146:3: warning: implicit declaration of function 'quitNow' [-Wimplicit-function-declaration] quitNow(0); ^~~~~~~ newsfetch.c: At top level: newsfetch.c:149:1: warning: return type defaults to 'int' [-Wimplicit-int] executeGroupCommand(char *command, char *group) ^~~~~~~~~~~~~~~~~~~ newsfetch.c: In function 'executeGroupCommand': newsfetch.c:154:2: warning: implicit declaration of function 'makeCommand' [-Wimplicit-function-declaration] makeCommand(command, COMMAND_GROUP_REPLACE, group, command1); ^~~~~~~~~~~ newsfetch.c:172:2: warning: incompatible implicit declaration of built-in function 'exit' exit(0); ^~~~ newsfetch.c:172:2: note: include '' or provide a declaration of 'exit' newsfetch.c: At top level: newsfetch.c:176:1: warning: return type defaults to 'int' [-Wimplicit-int] quitNow(int exit_status) ^~~~~~~ newsfetch.c: In function 'quitNow': newsfetch.c:178:2: warning: implicit declaration of function 'fill_tmpfile'; did you mean 'tmpfile'? [-Wimplicit-function-declaration] fill_tmpfile(); ^~~~~~~~~~~~ tmpfile newsfetch.c:179:2: warning: implicit declaration of function 'sendQuit'; did you mean 'setruid'? [-Wimplicit-function-declaration] sendQuit(); ^~~~~~~~ setruid newsfetch.c:185:3: warning: implicit declaration of function 'system'; did you mean 'mkstemp'? [-Wimplicit-function-declaration] system(copy_cmd); ^~~~~~ mkstemp newsfetch.c:188:2: warning: implicit declaration of function 'exitNow'; did you mean 'quitNow'? [-Wimplicit-function-declaration] exitNow(exit_status); ^~~~~~~ quitNow newsfetch.c: At top level: newsfetch.c:231:1: warning: return type defaults to 'int' [-Wimplicit-int] exitNow(int exit_status) ^~~~~~~ newsfetch.c: In function 'exitNow': newsfetch.c:235:9: warning: incompatible implicit declaration of built-in function 'exit' exit(exit_status); ^~~~ newsfetch.c:235:9: note: include '' or provide a declaration of 'exit' newsfetch.c: At top level: newsfetch.c:238:1: warning: return type defaults to 'int' [-Wimplicit-int] checkLockFile(char *homedir) ^~~~~~~~~~~~~ newsfetch.c: In function 'checkLockFile': newsfetch.c:254:4: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ newsfetch.c:254:4: note: include '' or provide a declaration of 'exit' newsfetch.c:270:5: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ newsfetch.c:270:5: note: include '' or provide a declaration of 'exit' newsfetch.c:278:4: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ newsfetch.c:278:4: note: include '' or provide a declaration of 'exit' --- util.o --- util.c: In function 'getHomedir': util.c:22:11: warning: implicit declaration of function 'strcpy' [-Wimplicit-function-declaration] strcpy(homedir,userinfo->pw_dir); ^~~~~~ util.c:22:11: warning: incompatible implicit declaration of built-in function 'strcpy' util.c:22:11: note: include '' or provide a declaration of 'strcpy' util.c:9:1: +#include util.c:22:11: strcpy(homedir,userinfo->pw_dir); ^~~~~~ util.c:26:11: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ util.c:26:11: warning: incompatible implicit declaration of built-in function 'exit' util.c:26:11: note: include '' or provide a declaration of 'exit' util.c:9:1: +#include util.c:26:11: exit(1); ^~~~ util.c: In function 'defaultRcFiles': util.c:39:11: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(rcfile,homedir); ^~~~~~ util.c:39:11: note: include '' or provide a declaration of 'strcpy' util.c:40:11: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration] strcat(rcfile,"/"); ^~~~~~ util.c:40:11: warning: incompatible implicit declaration of built-in function 'strcat' util.c:40:11: note: include '' or provide a declaration of 'strcat' util.c:48:17: warning: implicit declaration of function 'exitNow' [-Wimplicit-function-declaration] exitNow(1); ^~~~~~~ util.c: At top level: util.c:59:1: warning: return type defaults to 'int' [-Wimplicit-int] generateProcmailrc(char *homedir, char *rcfile, char *dirname, char *pipe_command) ^~~~~~~~~~~~~~~~~~ util.c: In function 'generateProcmailrc': util.c:75:9: warning: incompatible implicit declaration of built-in function 'strcpy' strcpy(filterfile,homedir); ^~~~~~ util.c:75:9: note: include '' or provide a declaration of 'strcpy' util.c:76:9: warning: incompatible implicit declaration of built-in function 'strcat' strcat(filterfile,"/"); ^~~~~~ util.c:76:9: note: include '' or provide a declaration of 'strcat' util.c: At top level: util.c:174:1: warning: return type defaults to 'int' [-Wimplicit-int] makeCommand(char *src, char *search, char *replace, char *dest) ^~~~~~~~~~~ util.c: In function 'makeCommand': util.c:183:22: warning: implicit declaration of function 'strstr' [-Wimplicit-function-declaration] tmp= (char *)strstr(tmp1, search); ^~~~~~ util.c:183:22: warning: incompatible implicit declaration of built-in function 'strstr' util.c:183:22: note: include '' or provide a declaration of 'strstr' util.c:186:3: warning: implicit declaration of function 'strncat' [-Wimplicit-function-declaration] strncat(dest, tmp1, tmp-tmp1); ^~~~~~~ util.c:186:3: warning: incompatible implicit declaration of built-in function 'strncat' util.c:186:3: note: include '' or provide a declaration of 'strncat' util.c:187:3: warning: incompatible implicit declaration of built-in function 'strcat' strcat(dest, replace); ^~~~~~ util.c:187:3: note: include '' or provide a declaration of 'strcat' util.c:188:14: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration] tmp1 = tmp+strlen(search); ^~~~~~ util.c:188:14: warning: incompatible implicit declaration of built-in function 'strlen' util.c:188:14: note: include '' or provide a declaration of 'strlen' util.c:192:3: warning: incompatible implicit declaration of built-in function 'strcat' strcat(dest, tmp1); ^~~~~~ util.c:192:3: note: include '' or provide a declaration of 'strcat' util.c:193:3: warning: 'return' with no value, in function returning non-void return; ^~~~~~ util.c:174:1: note: declared here makeCommand(char *src, char *search, char *replace, char *dest) ^~~~~~~~~~~ --- newsfetch --- cc -pipe -Wno-return-type -O2 -fno-strict-aliasing -std=gnu99 -o newsfetch getopt.o net.o newsfetch.o nntp.o opt.o util.o SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for newsfetch-1.21_2 ===> Generating temporary packing list install -s -o root -g wheel -m 555 newsfetch /construction/news/newsfetch/stage/usr/local/bin install -o root -g wheel -m 444 newsfetch.1.gz /construction/news/newsfetch/stage/usr/local/man/man1 ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for newsfetch-1.21_2 file sizes/checksums [2]: 0% file sizes/checksums [2]: 100% packing files [2]: 0% packing files [2]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:02