=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/multimedia/mpeg_play", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for mpeg_play-2.4patchednb2 --- util.o --- --- video.o --- --- util.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DSH_MEM -DSIG_ONE_PARAM -I/opt/pkg/include -c util.c --- video.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -I/opt/pkg/include -DNO_ASM -I/opt/pkg/include -Dsun -DSVR4 -D__EXTENSIONS__ -D__amd64 -DSH_MEM -DSIG_ONE_PARAM -I/opt/pkg/include -c video.c --- util.o --- In file included from util.c:51: video.h:454:6: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token 454 | Error: Unknown endianism of architecture | ^ util.c: In function 'correct_underflow': util.c:129:1: warning: old-style function definition [-Wold-style-definition] 129 | correct_underflow(vid_stream) | ^~~~~~~~~~~~~~~~~ util.c: In function 'next_bits': util.c:193:5: warning: old-style function definition [-Wold-style-definition] 193 | int next_bits(num, mask, vid_stream) | ^~~~~~~~~ util.c: In function 'get_ext_data': util.c:242:7: warning: old-style function definition [-Wold-style-definition] 242 | char *get_ext_data (vid_stream) | ^~~~~~~~~~~~ util.c: In function 'next_start_code': util.c:308:5: warning: old-style function definition [-Wold-style-definition] 308 | int next_start_code(vid_stream) | ^~~~~~~~~~~~~~~ util.c: In function 'get_extra_bit_info': util.c:443:7: warning: old-style function definition [-Wold-style-definition] 443 | char *get_extra_bit_info(vid_stream) | ^~~~~~~~~~~~~~~~~~ --- video.o --- In file included from video.c:65: video.h:454:6: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token 454 | Error: Unknown endianism of architecture | ^ video.c: In function 'PrintTimeInfo': video.c:607:1: warning: old-style function definition [-Wold-style-definition] 607 | PrintTimeInfo(vid_stream) | ^~~~~~~~~~~~~ video.c: In function 'NewVidStream': video.c:687:1: warning: old-style function definition [-Wold-style-definition] 687 | NewVidStream(buffer_len) | ^~~~~~~~~~~~ video.c: In function 'ResetVidStream': video.c:794:1: warning: old-style function definition [-Wold-style-definition] 794 | ResetVidStream(vid) | ^~~~~~~~~~~~~~ video.c: In function 'DestroyVidStream': video.c:841:1: warning: old-style function definition [-Wold-style-definition] 841 | DestroyVidStream(astream, xinfo) | ^~~~~~~~~~~~~~~~ video.c: In function 'NewPictImage': video.c:909:1: warning: old-style function definition [-Wold-style-definition] 909 | NewPictImage(vid_stream,xinfo) | ^~~~~~~~~~~~ video.c:939:13: error: conflicting types for 'FindFullColorVisual'; have 'Visual *(void)' 939 | Visual *FindFullColorVisual(); | ^~~~~~~~~~~~~~~~~~~ In file included from video.c:67: proto.h:173:9: note: previous declaration of 'FindFullColorVisual' with type 'Visual *(Display *, int *)' {aka 'Visual *(struct _XDisplay *, int *)'} 173 | Visual *FindFullColorVisual P((Display *dpy , int *depth )); | ^~~~~~~~~~~~~~~~~~~ video.c:944:19: error: too many arguments to function 'FindFullColorVisual'; expected 0, have 2 944 | fc_visual = FindFullColorVisual(display, &depth); | ^~~~~~~~~~~~~~~~~~~ ~~~~~~~ video.c:939:13: note: declared here 939 | Visual *FindFullColorVisual(); | ^~~~~~~~~~~~~~~~~~~ video.c:951:19: error: too many arguments to function 'FindFullColorVisual'; expected 0, have 2 951 | fc_visual = FindFullColorVisual(display, &depth); | ^~~~~~~~~~~~~~~~~~~ ~~~~~~~ video.c:939:13: note: declared here 939 | Visual *FindFullColorVisual(); | ^~~~~~~~~~~~~~~~~~~ video.c: In function 'DestroyPictImage': video.c:1092:1: warning: old-style function definition [-Wold-style-definition] 1092 | DestroyPictImage(apictimage, xinfo) | ^~~~~~~~~~~~~~~~ video.c: In function 'mpegVidRsrc': video.c:1150:1: warning: old-style function definition [-Wold-style-definition] 1150 | mpegVidRsrc(time_stamp, vid_stream, first, xinfo) | ^~~~~~~~~~~ video.c:1239:9: error: too many arguments to function 'ParseSeqHead'; expected 0, have 2 1239 | if (ParseSeqHead(vid_stream,xinfo) != PARSE_OK) | ^~~~~~~~~~~~ ~~~~~~~~~~ video.c:76:12: note: declared here 76 | static int ParseSeqHead(); | ^~~~~~~~~~~~ video.c:1257:9: error: too many arguments to function 'ParseGOP'; expected 0, have 1 1257 | if (ParseGOP(vid_stream) != PARSE_OK) | ^~~~~~~~ ~~~~~~~~~~ video.c:77:12: note: declared here 77 | static int ParseGOP(); | ^~~~~~~~ video.c:1265:14: error: too many arguments to function 'ParsePicture'; expected 0, have 2 1265 | status = ParsePicture(vid_stream, time_stamp); | ^~~~~~~~~~~~ ~~~~~~~~~~ video.c:78:12: note: declared here 78 | static int ParsePicture(); | ^~~~~~~~~~~~ video.c:1282:9: error: too many arguments to function 'ParseSlice'; expected 0, have 1 1282 | if (ParseSlice(vid_stream) != PARSE_OK) | ^~~~~~~~~~ ~~~~~~~~~~ video.c:79:12: note: declared here 79 | static int ParseSlice(); | ^~~~~~~~~~ video.c:1299:11: error: too many arguments to function 'ParseSlice'; expected 0, have 1 1299 | if (ParseSlice(vid_stream) != PARSE_OK) | ^~~~~~~~~~ ~~~~~~~~~~ video.c:79:12: note: declared here 79 | static int ParseSlice(); | ^~~~~~~~~~ video.c:1315:11: error: too many arguments to function 'ParseMacroBlock'; expected 0, have 1 1315 | if (ParseMacroBlock(vid_stream) != PARSE_OK) | ^~~~~~~~~~~~~~~ ~~~~~~~~~~ video.c:80:12: note: declared here 80 | static int ParseMacroBlock(); | ^~~~~~~~~~~~~~~ video.c:1354:9: error: too many arguments to function 'DoPictureDisplay'; expected 0, have 2 1354 | DoPictureDisplay(vid_stream, xinfo); | ^~~~~~~~~~~~~~~~ ~~~~~~~~~~ video.c:75:13: note: declared here 75 | static void DoPictureDisplay(); | ^~~~~~~~~~~~~~~~ video.c:1376:9: error: too many arguments to function 'DoPictureDisplay'; expected 0, have 2 1376 | DoPictureDisplay(vid_stream, xinfo); | ^~~~~~~~~~~~~~~~ ~~~~~~~~~~ video.c:75:13: note: declared here 75 | static void DoPictureDisplay(); | ^~~~~~~~~~~~~~~~ video.c: In function 'ParseSeqHead': video.c:1418:1: warning: old-style function definition [-Wold-style-definition] 1418 | ParseSeqHead(vid_stream,xinfo) | ^~~~~~~~~~~~ video.c: In function 'ParseGOP': video.c:1598:1: warning: old-style function definition [-Wold-style-definition] 1598 | ParseGOP(vid_stream) | ^~~~~~~~ video.c: In function 'ParsePicture': video.c:1703:1: warning: old-style function definition [-Wold-style-definition] 1703 | ParsePicture(vid_stream, time_stamp) | ^~~~~~~~~~~~ --- util.o --- *** [util.o] Error code 1 bmake: stopped making "all" in /home/pbulk/work/multimedia/mpeg_play/work/mpeg_play --- video.o --- video.c: In function 'ParseSlice': video.c:1862:1: warning: old-style function definition [-Wold-style-definition] 1862 | ParseSlice(vid_stream) | ^~~~~~~~~~ video.c: In function 'ParseMacroBlock': video.c:1937:1: warning: old-style function definition [-Wold-style-definition] 1937 | ParseMacroBlock(vid_stream) | ^~~~~~~~~~~~~~~ video.c:1981:7: error: too many arguments to function 'ProcessSkippedPFrameMBlocks'; expected 0, have 1 1981 | ProcessSkippedPFrameMBlocks(vid_stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ video.c:81:13: note: declared here 81 | static void ProcessSkippedPFrameMBlocks(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ video.c:1983:7: error: too many arguments to function 'ProcessSkippedBFrameMBlocks'; expected 0, have 1 1983 | ProcessSkippedBFrameMBlocks(vid_stream); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ video.c:82:13: note: declared here 82 | static void ProcessSkippedBFrameMBlocks(); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ video.c:2189:9: error: too many arguments to function 'ReconIMBlock'; expected 0, have 2 2189 | ReconIMBlock(vid_stream, i); | ^~~~~~~~~~~~ ~~~~~~~~~~ video.c:70:13: note: declared here 70 | static void ReconIMBlock(); | ^~~~~~~~~~~~ video.c:2191:9: error: too many arguments to function 'ReconBiMBlock'; expected 0, have 7 2191 | ReconBiMBlock(vid_stream, i, recon_right_for, recon_down_for, | ^~~~~~~~~~~~~ ~~~~~~~~~~ video.c:73:13: note: declared here 73 | static void ReconBiMBlock(); | ^~~~~~~~~~~~~ video.c:2194:9: error: too many arguments to function 'ReconPMBlock'; expected 0, have 5 2194 | ReconPMBlock(vid_stream, i, recon_right_for, recon_down_for, | ^~~~~~~~~~~~ ~~~~~~~~~~ video.c:71:13: note: declared here 71 | static void ReconPMBlock(); | ^~~~~~~~~~~~ video.c:2197:9: error: too many arguments to function 'ReconBMBlock'; expected 0, have 5 2197 | ReconBMBlock(vid_stream, i, recon_right_back, recon_down_back, | ^~~~~~~~~~~~ ~~~~~~~~~~ video.c:72:13: note: declared here 72 | static void ReconBMBlock(); | ^~~~~~~~~~~~ video.c:2235:11: error: too many arguments to function 'ReconIMBlock'; expected 0, have 2 2235 | ReconIMBlock(vid_stream, i); | ^~~~~~~~~~~~ ~~~~~~~~~~ video.c:70:13: note: declared here 70 | static void ReconIMBlock(); | ^~~~~~~~~~~~ video.c:2237:11: error: too many arguments to function 'ReconBiMBlock'; expected 0, have 7 2237 | ReconBiMBlock(vid_stream, i, recon_right_for, recon_down_for, | ^~~~~~~~~~~~~ ~~~~~~~~~~ video.c:73:13: note: declared here 73 | static void ReconBiMBlock(); | ^~~~~~~~~~~~~ video.c:2240:11: error: too many arguments to function 'ReconPMBlock'; expected 0, have 5 2240 | ReconPMBlock(vid_stream, i, recon_right_for, recon_down_for, | ^~~~~~~~~~~~ ~~~~~~~~~~ video.c:71:13: note: declared here 71 | static void ReconPMBlock(); | ^~~~~~~~~~~~ video.c:2243:11: error: too many arguments to function 'ReconBMBlock'; expected 0, have 5 2243 | ReconBMBlock(vid_stream, i, recon_right_back, recon_down_back, | ^~~~~~~~~~~~ ~~~~~~~~~~ video.c:72:13: note: declared here 72 | static void ReconBMBlock(); | ^~~~~~~~~~~~ video.c: In function 'ReconIMBlock': video.c:2315:1: warning: old-style function definition [-Wold-style-definition] 2315 | ReconIMBlock(vid_stream, bnum) | ^~~~~~~~~~~~ video.c: In function 'ReconPMBlock': video.c:2451:1: warning: old-style function definition [-Wold-style-definition] 2451 | ReconPMBlock(vid_stream, bnum, recon_right_for, recon_down_for, zflag) | ^~~~~~~~~~~~ video.c: In function 'ReconBMBlock': video.c:2933:1: warning: old-style function definition [-Wold-style-definition] 2933 | ReconBMBlock(vid_stream, bnum, recon_right_back, recon_down_back, zflag) | ^~~~~~~~~~~~ video.c: In function 'ReconBiMBlock': video.c:3404:1: warning: old-style function definition [-Wold-style-definition] 3404 | ReconBiMBlock(vid_stream, bnum, recon_right_for, recon_down_for, | ^~~~~~~~~~~~~ video.c: In function 'ProcessSkippedPFrameMBlocks': video.c:3703:1: warning: old-style function definition [-Wold-style-definition] 3703 | ProcessSkippedPFrameMBlocks(vid_stream) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ video.c: In function 'ProcessSkippedBFrameMBlocks': video.c:3837:1: warning: old-style function definition [-Wold-style-definition] 3837 | ProcessSkippedBFrameMBlocks(vid_stream) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ video.c:3970:7: error: too many arguments to function 'ReconSkippedBlock'; expected 0, have 10 3970 | ReconSkippedBlock(vid_stream->past->luminance, forw_lum, | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ video.c:74:13: note: declared here 74 | static void ReconSkippedBlock(); | ^~~~~~~~~~~~~~~~~ video.c:3973:7: error: too many arguments to function 'ReconSkippedBlock'; expected 0, have 10 3973 | ReconSkippedBlock(vid_stream->past->Cr, forw_cr, crow, | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~ video.c:74:13: note: declared here 74 | static void ReconSkippedBlock(); | ^~~~~~~~~~~~~~~~~ video.c:3976:7: error: too many arguments to function 'ReconSkippedBlock'; expected 0, have 10 3976 | ReconSkippedBlock(vid_stream->past->Cb, forw_cb, crow, | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~ video.c:74:13: note: declared here 74 | static void ReconSkippedBlock(); | ^~~~~~~~~~~~~~~~~ video.c:3983:7: error: too many arguments to function 'ReconSkippedBlock'; expected 0, have 10 3983 | ReconSkippedBlock(vid_stream->future->luminance, back_lum, | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ video.c:74:13: note: declared here 74 | static void ReconSkippedBlock(); | ^~~~~~~~~~~~~~~~~ video.c:3986:7: error: too many arguments to function 'ReconSkippedBlock'; expected 0, have 10 3986 | ReconSkippedBlock(vid_stream->future->Cr, back_cr, crow, | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~ video.c:74:13: note: declared here 74 | static void ReconSkippedBlock(); | ^~~~~~~~~~~~~~~~~ video.c:3990:7: error: too many arguments to function 'ReconSkippedBlock'; expected 0, have 10 3990 | ReconSkippedBlock(vid_stream->future->Cb, back_cb, crow, | ^~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~ video.c:74:13: note: declared here 74 | static void ReconSkippedBlock(); | ^~~~~~~~~~~~~~~~~ video.c: In function 'ReconSkippedBlock': video.c:4171:1: warning: old-style function definition [-Wold-style-definition] 4171 | ReconSkippedBlock(source, dest, row, col, row_size, | ^~~~~~~~~~~~~~~~~ video.c: In function 'DoPictureDisplay': video.c:4342:1: warning: old-style function definition [-Wold-style-definition] 4342 | DoPictureDisplay(vid_stream, xinfo) | ^~~~~~~~~~~~~~~~ video.c: In function 'SetBFlag': video.c:4403:1: warning: old-style function definition [-Wold-style-definition] 4403 | SetBFlag(val) | ^~~~~~~~ video.c: In function 'SetPFlag': video.c:4430:1: warning: old-style function definition [-Wold-style-definition] 4430 | SetPFlag(val) | ^~~~~~~~ *** [video.o] Error code 1 bmake: stopped making "all" in /home/pbulk/work/multimedia/mpeg_play/work/mpeg_play bmake: 2 errors bmake: stopped making "all" in /home/pbulk/work/multimedia/mpeg_play/work/mpeg_play *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/multimedia/mpeg_play *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/multimedia/mpeg_play