>>> Building on exopi-4 under x11/blast DIST = [x11/blast:blast-1.0-src-11.00.tar.gz] FULLPKGNAME = blast-1.0 Woken up mail/grommunio/dav Woken up mail/clamsmtp Woken up mail/clamsmtp (Junk lock failure for exopi-4 at 1714025040.79138) Received IO (Junk lock obtained for exopi-4 at 1714025072.11) Received IO Woken up x11/blast Woken up x11/blast Woken up x11/blast Still tainted: host marked nojunk by x11/qt5/qtwebchannel >>> Running junk in x11/blast at 1714025073.99 Can't run junk because of lock on x11/qt5/qtwebchannel (Junk lock released for exopi-4 at 1714025076.26) Woken up graphics/p5-Image-MetaData-JPEG distfiles size=8077 >>> Running build in x11/blast at 1714025077.77 ===> x11/blast ===> Building from scratch blast-1.0 ===> Verifying specs: X11 Xext c ===> found X11.18.0 Xext.13.0 c.100.0 ===> Checking files for blast-1.0 `/exopi-cvs/ports/distfiles/blast-1.0-src-11.00.tar.gz' is up to date. >> (SHA256) blast-1.0-src-11.00.tar.gz: OK ===> Extracting for blast-1.0 ===> Patching for blast-1.0 ===> 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 blast-1.0 ===> Configuring for blast-1.0 ===> Building for blast-1.0 cd /exopi-obj/pobj/blast-1.0/blast-1.0 && cc blast.c -I/usr/X11R6/include -O2 -pipe -L/usr/X11R6/lib -lX11 -lXext -o blast blast.c:73:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] main( argc, argv ) ^ int blast.c:112:30: warning: passing arguments to 'GetWindowToBlast' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] window = GetWindowToBlast(display, screen, &event, winlist, ^ blast.c:117:18: warning: passing arguments to 'BlastWindow' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] BlastWindow( display, window, gc, screen, shape_mask, afp ); ^ blast.c:120:20: warning: passing arguments to 'RepairWindows' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] RepairWindows( display, root, winlist, numwin ); ^ blast.c:123:21: warning: passing arguments to 'CloseSoundFile' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] CloseSoundFile( afp ); ^ blast.c:73:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] main( argc, argv ) ^ blast.c:163:12: warning: passing arguments to 'MakeNoise' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] MakeNoise(afp, FILENAME); ^ blast.c:130:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void BlastWindow( display, window, gc, screen, shape_mask, afp ) ^ blast.c:51:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void BlastWindow(); ^ blast.c:213:13: warning: passing arguments to 'SaveWindow' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] SaveWindow( display, target_win, winlist, numwin, maxwin ); ^ blast.c:167:15: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static Window GetWindowToBlast(display, screen, event, winlist, numwin, maxwin) ^ blast.c:53:15: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static Window GetWindowToBlast(); ^ blast.c:217:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void RepairWindows( display, window, winlist, numwin ) ^ blast.c:54:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void RepairWindows(); ^ blast.c:271:32: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if( winlist[*numwin].bshaped = bshaped ) ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ blast.c:271:32: note: place parentheses around the assignment to silence this warning if( winlist[*numwin].bshaped = bshaped ) ^ ( ) blast.c:271:32: note: use '==' to turn this assignment into an equality comparison if( winlist[*numwin].bshaped = bshaped ) ^ == blast.c:279:32: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if( winlist[*numwin].cshaped = cshaped ) ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~ blast.c:279:32: note: place parentheses around the assignment to silence this warning if( winlist[*numwin].cshaped = cshaped ) ^ ( ) blast.c:279:32: note: use '==' to turn this assignment into an equality comparison if( winlist[*numwin].cshaped = cshaped ) ^ == blast.c:252:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void SaveWindow( display, window, winlist, numwin, maxwin ) ^ blast.c:52:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void SaveWindow(); ^ blast.c:297:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void MakeNoise( afp, filename ) ^ blast.c:55:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void MakeNoise(); ^ blast.c:317:1: warning: non-void function does not return a value [-Wreturn-type] } ^ blast.c:319:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] static void CloseSoundFile( afp ) ^ blast.c:57:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] static void CloseSoundFile(); ^ 23 warnings generated. >>> Running package in x11/blast at 1714025082.20 ===> x11/blast ===> Faking installation for blast-1.0 /exopi-obj/pobj/blast-1.0/bin/install -c -s -m 755 /exopi-obj/pobj/blast-1.0/blast-1.0/blast /exopi-obj/pobj/blast-1.0/fake-amd64/usr/local/bin/blast /exopi-obj/pobj/blast-1.0/bin/install -c -m 644 /exopi-obj/pobj/blast-1.0/blast-1.0/blast.man /exopi-obj/pobj/blast-1.0/fake-amd64/usr/local/man/man1/blast.1 ===> Building package for blast-1.0 Create /exopi-cvs/ports/packages/amd64/all/blast-1.0.tgz Creating package blast-1.0 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|***** | 8% checksumming|********** | 17% checksumming|*************** | 25% checksumming|******************** | 33% checksumming|************************* | 42% checksumming|******************************* | 50% checksumming|************************************ | 58% checksumming|***************************************** | 67% checksumming|********************************************** | 75% checksumming|*************************************************** | 83% checksumming|******************************************************** | 92% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|** | 2% archiving|********************************************************** | 91% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/blast-1.0.tgz >>> Running clean in x11/blast at 1714025084.26 ===> x11/blast ===> Cleaning for blast-1.0 >>> Ended at 1714025085.78 max_stuck=13.69/waiting-for-lock #348=33.15/junk=2.33/build=4.57/package=2.90/clean=1.98