=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/multimedia/mpeg_encode", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for mpeg_encode-1.5bnb7 gcc -Iheaders -O -Wall -Wmissing-prototypes -I/opt/pkg/include -c -o mfwddct.o mfwddct.c gcc -Iheaders -O -Wall -Wmissing-prototypes -I/opt/pkg/include -c -o postdct.o postdct.c mfwddct.c: In function 'mp_fwd_dct_block2': mfwddct.c:145:1: warning: old-style function definition [-Wold-style-definition] 145 | mp_fwd_dct_block2(data, dest) | ^~~~~~~~~~~~~~~~~ mfwddct.c: In function 'mp_fwd_dct_fast': mfwddct.c:170:1: warning: old-style function definition [-Wold-style-definition] 170 | mp_fwd_dct_fast(data2d, dest2d) | ^~~~~~~~~~~~~~~ mfwddct.c: In function 'reference_fwd_dct': mfwddct.c:343:6: warning: old-style function definition [-Wold-style-definition] 343 | void reference_fwd_dct(block, dest) | ^~~~~~~~~~~~~~~~~ postdct.c: In function 'Mpost_UnQuantZigBlock': postdct.c:193:1: warning: old-style function definition [-Wold-style-definition] 193 | Mpost_UnQuantZigBlock(in, out, qscale, iblock) | ^~~~~~~~~~~~~~~~~~~~~ postdct.c: In function 'Mpost_QuantZigBlock': postdct.c:278:1: warning: old-style function definition [-Wold-style-definition] 278 | Mpost_QuantZigBlock(in, out, qscale, iblock) | ^~~~~~~~~~~~~~~~~~~ postdct.c: In function 'Mpost_RLEHuffIBlock': postdct.c:390:1: warning: old-style function definition [-Wold-style-definition] 390 | Mpost_RLEHuffIBlock(in, out) | ^~~~~~~~~~~~~~~~~~~ postdct.c: In function 'Mpost_RLEHuffPBlock': postdct.c:475:1: warning: old-style function definition [-Wold-style-definition] 475 | Mpost_RLEHuffPBlock(in, out) | ^~~~~~~~~~~~~~~~~~~ postdct.c: In function 'CalcRLEHuffLength': postdct.c:580:1: warning: old-style function definition [-Wold-style-definition] 580 | CalcRLEHuffLength(in) | ^~~~~~~~~~~~~~~~~ gcc -Iheaders -O -Wall -Wmissing-prototypes -I/opt/pkg/include -c -o huff.o huff.c gcc -Iheaders -O -Wall -Wmissing-prototypes -I/opt/pkg/include -c -o bitio.o bitio.c bitio.c: In function 'Bitio_New': bitio.c:134:1: warning: old-style function definition [-Wold-style-definition] 134 | Bitio_New(filePtr) | ^~~~~~~~~ bitio.c: In function 'Bitio_Free': bitio.c:172:1: warning: old-style function definition [-Wold-style-definition] 172 | Bitio_Free(bbPtr) | ^~~~~~~~~~ bitio.c: In function 'Bitio_Write': bitio.c:200:1: warning: old-style function definition [-Wold-style-definition] 200 | Bitio_Write(bbPtr, bits, nbits) | ^~~~~~~~~~~ bitio.c: In function 'Bitio_Flush': bitio.c:297:1: warning: old-style function definition [-Wold-style-definition] 297 | Bitio_Flush(bbPtr) | ^~~~~~~~~~~ bitio.c: In function 'Bitio_WriteToSocket': bitio.c:389:1: warning: old-style function definition [-Wold-style-definition] 389 | Bitio_WriteToSocket(bbPtr, socket) | ^~~~~~~~~~~~~~~~~~~ bitio.c:422:22: error: implicit declaration of function 'write'; did you mean 'fwrite'? [-Wimplicit-function-declaration] 422 | nitems = write(socket, buffer, numWords * sizeof(uint32)); | ^~~~~ | fwrite bitio.c: In function 'Bitio_BytePad': bitio.c:475:1: warning: old-style function definition [-Wold-style-definition] 475 | Bitio_BytePad(bbPtr) | ^~~~~~~~~~~~~ bitio.c: In function 'Dump': bitio.c:504:1: warning: old-style function definition [-Wold-style-definition] 504 | Dump(bbPtr) | ^~~~ gmake: *** [: bitio.o] Error 1 gmake: *** Waiting for unfinished jobs.... *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/multimedia/mpeg_encode *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/multimedia/mpeg_encode