>>> Building on exopi-3 under print/detex BDEPENDS = [archivers/bzip2] DIST = [print/detex:opendetex-2.8.1.tar.bz2] FULLPKGNAME = detex-2.8.1 (Junk lock obtained for exopi-3 at 1764614571.92) >>> Running depends in print/detex at 1764614571.95 /usr/sbin/pkg_add -aI -Drepair bzip2-1.0.8p0 was: /usr/sbin/pkg_add -aI -Drepair bzip2-1.0.8p0 /usr/sbin/pkg_add -aI -Drepair bzip2-1.0.8p0 >>> Running show-prepare-results in print/detex at 1764614576.43 ===> print/detex ===> Building from scratch detex-2.8.1 ===> detex-2.8.1 depends on: bzip2-* -> bzip2-1.0.8p0 ===> Verifying specs: c ===> found c.102.2 bzip2-1.0.8p0 (Junk lock released for exopi-3 at 1764614578.41) distfiles size=17157 >>> Running build in print/detex at 1764614578.45 ===> print/detex ===> Checking files for detex-2.8.1 `/exopi-cvs/ports/distfiles/opendetex-2.8.1.tar.bz2' is up to date. >> (SHA256) all files: OK ===> Extracting for detex-2.8.1 ===> Patching for detex-2.8.1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for detex-2.8.1 ===> Configuring for detex-2.8.1 ===> Building for detex-2.8.1 sed -f states.sed detex.l > detex-temp.l lex detex-temp.l rm -f detex-temp.l mv lex.yy.c detex.c cc -O2 -pipe -c detex.c detex-temp.l:77:7: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent declaration [-Wdeprecated-non-prototype] 77 | char *SafeMalloc(); | ^ detex-temp.l:95:7: note: conflicting prototype is here 95 | char* SafeMalloc(int,char*); | ^ detex-temp.l:334:36: warning: expression which evaluates to zero treated as a null pointer constant of type 'char *' [-Wnon-literal-null-conversion] 334 | rgsbIncList[csbIncList++] = '\0'; | ^~~~ detex-temp.l:453:8: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype] 453 | FILE *TexOpen(); | ^ detex-temp.l:94:7: note: conflicting prototype is here 94 | FILE* TexOpen(char*); | ^ detex-temp.l:448:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 448 | int main(cArgs,rgsbArgs) | ^ detex-temp.l:593:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 593 | void SetEnvIgnore(sbEnvList) | ^ detex-temp.l:617:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 617 | int BeginEnv(sbEnv) | ^ detex-temp.l:635:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 635 | int EndEnv(sbEnv) | ^ detex-temp.l:649:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 649 | void InputFile(sbFile) | ^ detex-temp.l:652:8: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype] 652 | FILE *TexOpen(); | ^ detex-temp.l:94:7: note: conflicting prototype is here 94 | FILE* TexOpen(char*); | ^ detex-temp.l:673:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 673 | void IncludeFile(sbFile) | ^ detex-temp.l:676:8: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype] 676 | FILE *TexOpen(); | ^ detex-temp.l:94:7: note: conflicting prototype is here 94 | FILE* TexOpen(char*); | ^ detex-temp.l:699:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 699 | void AddInclude(sbFile) | ^ detex-temp.l:715:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 715 | int InList(sbFile) | ^ detex-temp.l:744:23: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a previous declaration [-Wdeprecated-non-prototype] 744 | char *sb, *sbPaths, *getenv(); | ^ /usr/include/stdlib.h:110:7: note: conflicting prototype is here 110 | char *getenv(const char *); | ^ detex-temp.l:782:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 782 | int SeparateList(sbList, rgsbList, chSep, csbMax) | ^ detex-temp.l:783:28: warning: promoted type 'int' of K&R function parameter is not compatible with the parameter type 'char' declared in a previous prototype [-Wknr-promoted-parameter] 783 | char *sbList, *rgsbList[], chSep; | ^ detex-temp.l:93:37: note: previous declaration is here 93 | int SeparateList(char*, char**, char, int); | ^ detex-temp.l:810:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 810 | TexOpen(sbFile) | ^ detex-temp.l:839:3: warning: add explicit braces to avoid dangling else [-Wdangling-else] 839 | else | ^ detex-temp.l:869:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 869 | SafeMalloc(cch, sbMessage) | ^ detex-temp.l:884:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 884 | void Warning(sb1, sb2) | ^ detex-temp.l:895:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 895 | void ErrorExit(sb1) | ^ 21 warnings generated. cc -O2 -pipe -o detex detex.o -ll ld: warning: detex.c(detex.o:(yylex)): warning: strcpy() is almost always misused, please use strlcpy() ld: warning: detex.c(detex.o:(SetInputPaths)): warning: strcat() is almost always misused, please use strlcat() ld: warning: detex.c(detex.o:(TexOpen)): warning: sprintf() is often misused, please use snprintf() cp detex delatex >>> Running package in print/detex at 1764614580.66 ===> print/detex ===> Faking installation for detex-2.8.1 /exopi-obj/pobj/detex-2.8.1/bin/install -c -s -m 755 /exopi-obj/pobj/detex-2.8.1/opendetex/detex /exopi-obj/pobj/detex-2.8.1/fake-amd64/usr/local/bin /exopi-obj/pobj/detex-2.8.1/bin/install -c -m 644 /exopi-obj/pobj/detex-2.8.1/opendetex/detex.1l /exopi-obj/pobj/detex-2.8.1/fake-amd64/usr/local/man/man1/detex.1 ===> Building package for detex-2.8.1 Create /exopi-cvs/ports/packages/amd64/all/detex-2.8.1.tgz Creating package detex-2.8.1 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|****** | 9% checksumming|*********** | 18% checksumming|***************** | 27% checksumming|********************** | 36% checksumming|**************************** | 45% checksumming|********************************* | 55% checksumming|*************************************** | 64% checksumming|******************************************** | 73% checksumming|************************************************** | 82% checksumming|******************************************************* | 91% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|*********************************************************** | 92% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/detex-2.8.1.tgz >>> Running clean in print/detex at 1764614582.64 ===> print/detex ===> Cleaning for detex-2.8.1 >>> Ended at 1764614582.93 max_stuck=2.89/depends=4.45/show-prepare-results=2.04/build=2.21/package=1.99/clean=0.32