>>> Building on exopi-2 under sysutils/crashme DIST = [sysutils/crashme:crashme-2.4.tar.gz] FULLPKGNAME = crashme-2.4p1 distfiles size=8037 >>> Running build in sysutils/crashme at 1764833234.59 ===> sysutils/crashme ===> Building from scratch crashme-2.4p1 ===> Verifying specs: c ===> found c.102.2 ===> Checking files for crashme-2.4p1 `/exopi-cvs/ports/distfiles/crashme-2.4.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for crashme-2.4p1 ===> Patching for crashme-2.4p1 ===> 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 crashme-2.4p1 ===> Configuring for crashme-2.4p1 ===> Building for crashme-2.4p1 cd /exopi-obj/pobj/crashme-2.4/crashme-2.4 && env -i PORTSDIR="/exopi-cvs/ports" LIBTOOL="/usr/bin/libtool" PATH='/exopi-obj/pobj/crashme-2.4/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11R6/bin' PREFIX='/usr/local' LOCALBASE='/usr/local' X11BASE='/usr/X11R6' CFLAGS='-O2 -pipe' TRUEPREFIX='/usr/local' DESTDIR='' HOME='/crashme-2.4_writes_to_HOME' PICFLAG="-fpic" BINGRP=bin BINOWN=root BINMODE=755 NONBINMODE=644 DIRMODE=755 INSTALL_COPY=-c INSTALL_STRIP=-s MANGRP=bin MANOWN=root MANMODE=644 BSD_INSTALL_PROGRAM="/exopi-obj/pobj/crashme-2.4/bin/install -c -s -m 755" BSD_INSTALL_SCRIPT="/exopi-obj/pobj/crashme-2.4/bin/install -c -m 755" BSD_INSTALL_DATA="/exopi-obj/pobj/crashme-2.4/bin/install -c -m 644" BSD_INSTALL_MAN="/exopi-obj/pobj/crashme-2.4/bin/install -c -m 644" BSD_INSTALL_PROGRAM_DIR="/exopi-obj/pobj/crashme-2.4/bin/install -d -m 755" BSD_INSTALL_SCRIPT_DIR="/exopi-obj/pobj/crashme-2.4/bin/install -d -m 755" BSD_INSTALL_DATA_DIR="/exopi-obj/pobj/crashme-2.4/bin/install -d -m 755" BSD_INSTALL_MAN_DIR="/exopi-obj/pobj/crashme-2.4/bin/install -d -m 755" /usr/bin/make LIBTOOL="/usr/bin/libtool" SHARED_LIBS_LOG=/exopi-obj/pobj/crashme-2.4/crashme-2.4/shared_libs.log crashme cc -O2 -pipe -o crashme crashme.c crashme.c:184:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 184 | void note(level) | ^ crashme.c:194:16: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 194 | unsigned char *bad_malloc(n) | ^ crashme.c:206:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 206 | void again_handler(sig) | ^ crashme.c:234:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 234 | void my_signal(sig, func) | ^ crashme.c:277:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 277 | void compute_badboy_1(n) | ^ crashme.c:294:8: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 294 | BADBOY castaway(dat) | ^ crashme.c:360:13: warning: passing arguments to 'old_main' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 360 | old_main(4,argv);} | ^ crashme.c:362:12: warning: passing arguments to 'old_main' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 362 | old_main(4,argv); | ^ crashme.c:366:13: warning: passing arguments to 'old_main' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 366 | old_main(4,argv);} | ^ crashme.c:370:19: warning: passing arguments to 'copyright_note' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 370 | copyright_note(1); | ^ crashme.c:392:15: warning: passing arguments to 'vfork_main' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 392 | vfork_main(tflag,nsubs,argv[0],argv[1],atol(argv[2]),argv[3]);} | ^ crashme.c:348:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 348 | main(argc,argv) | ^ crashme.c:399:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 399 | void copyright_note(n) | ^ crashme.c:152:17: 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 definition [-Wdeprecated-non-prototype] 152 | void old_main(),copyright_note(),vfork_main(),badboy_loop(); | ^ crashme.c:406:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 406 | void old_main(argc,argv) | ^ crashme.c:152:6: 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 definition [-Wdeprecated-non-prototype] 152 | void old_main(),copyright_note(),vfork_main(),badboy_loop(); | ^ crashme.c:460:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 460 | record_status(n) | ^ crashme.c:488:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 488 | void monitor_fcn(sig) | ^ crashme.c:505:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 505 | void vfork_main(tflag,nsubs,cmd,nb,sr,nt) | ^ crashme.c:152:34: 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 definition [-Wdeprecated-non-prototype] 152 | void old_main(),copyright_note(),vfork_main(),badboy_loop(); | ^ 20 warnings generated. ld: warning: crashme.c(/tmp/crashme-e61066.o:(again_handler)): warning: sprintf() is often misused, please use snprintf() ld: warning: crashme.c(/tmp/crashme-e61066.o:(compute_badboy_1)): warning: rand() may return deterministic values, is that what you want? ld: warning: crashme.c(/tmp/crashme-e61066.o:(main)): warning: strcat() is almost always misused, please use strlcat() >>> Running package in sysutils/crashme at 1764833236.73 ===> sysutils/crashme ===> Faking installation for crashme-2.4p1 /exopi-obj/pobj/crashme-2.4/bin/install -c -s -m 755 /exopi-obj/pobj/crashme-2.4/crashme-2.4/crashme /exopi-obj/pobj/crashme-2.4/fake-amd64/usr/local/bin/crashme /exopi-obj/pobj/crashme-2.4/bin/install -c -m 644 /exopi-obj/pobj/crashme-2.4/crashme-2.4/crashme.man /exopi-obj/pobj/crashme-2.4/fake-amd64/usr/local/man/man1/crashme.1 ===> Building package for crashme-2.4p1 Create /exopi-cvs/ports/packages/amd64/all/crashme-2.4p1.tgz Creating package crashme-2.4p1 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|****** | 10% checksumming|************ | 20% checksumming|****************** | 30% checksumming|************************ | 40% checksumming|******************************* | 50% checksumming|************************************* | 60% checksumming|******************************************* | 70% checksumming|************************************************* | 80% checksumming|******************************************************* | 90% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 2% archiving|******************************************************* | 86% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/crashme-2.4p1.tgz >>> Running clean in sysutils/crashme at 1764833239.85 ===> sysutils/crashme ===> Cleaning for crashme-2.4p1 >>> Ended at 1764833240.48 max_stuck=0.00/build=2.03/package=3.12/clean=0.78