------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> mpeg_encode-1.5b depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> mpeg_encode-1.5b depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mpeg_encode-1.5b for building SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> mpeg_encode-1.5b depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mpeg_encode-1.5b for building => SHA256 Checksum OK for mpeg_encode-1.5b-src.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> mpeg_encode-1.5b depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mpeg_encode-1.5b for building ===> Extracting for mpeg_encode-1.5b => SHA256 Checksum OK for mpeg_encode-1.5b-src.tar.gz. Extracted Memory Use: 5.98M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for mpeg_encode-1.5b ===> Applying ports patches for mpeg_encode-1.5b ===> Applying dragonfly patches for mpeg_encode-1.5b SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for mpeg_encode-1.5b SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for mpeg_encode-1.5b --- jpeg/libjpeg.a --- --- mfwddct.o --- --- postdct.o --- --- huff.o --- --- bitio.o --- --- mheaders.o --- --- mpeg.o --- --- subsample.o --- --- param.o --- --- rgbtoycc.o --- --- jpeg/libjpeg.a --- (cd jpeg; make libjpeg.a) --- mfwddct.o --- cc -pipe -O2 -fno-strict-aliasing -Iheaders -I/usr/include -Ijpeg -Wall -Wmissing-prototypes -c mfwddct.c --- postdct.o --- cc -pipe -O2 -fno-strict-aliasing -Iheaders -I/usr/include -Ijpeg -Wall -Wmissing-prototypes -c postdct.c --- huff.o --- cc -pipe -O2 -fno-strict-aliasing -Iheaders -I/usr/include -Ijpeg -Wall -Wmissing-prototypes -c huff.c --- mheaders.o --- cc -pipe -O2 -fno-strict-aliasing -Iheaders -I/usr/include -Ijpeg -Wall -Wmissing-prototypes -c mheaders.c --- mpeg.o --- cc -pipe -O2 -fno-strict-aliasing -Iheaders -I/usr/include -Ijpeg -Wall -Wmissing-prototypes -c mpeg.c --- subsample.o --- cc -pipe -O2 -fno-strict-aliasing -Iheaders -I/usr/include -Ijpeg -Wall -Wmissing-prototypes -c subsample.c --- param.o --- cc -pipe -O2 -fno-strict-aliasing -Iheaders -I/usr/include -Ijpeg -Wall -Wmissing-prototypes -c param.c --- bitio.o --- cc -pipe -O2 -fno-strict-aliasing -Iheaders -I/usr/include -Ijpeg -Wall -Wmissing-prototypes -c bitio.c --- jpeg/libjpeg.a --- --- jcapi.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c jcapi.c --- rgbtoycc.o --- cc -pipe -O2 -fno-strict-aliasing -Iheaders -I/usr/include -Ijpeg -Wall -Wmissing-prototypes -c rgbtoycc.c --- readframe.o --- cc -pipe -O2 -fno-strict-aliasing -Iheaders -I/usr/include -Ijpeg -Wall -Wmissing-prototypes -c readframe.c --- param.o --- param.c: In function 'ReadParamFile': param.c:711:16: warning: pointer targets in passing argument 1 of 'strcpy' differ in signedness [-Wpointer-sign] strcpy(userDataFileName, charPtr); ^~~~~~~~~~~~~~~~ In file included from /usr/include/memory.h:32, from headers/all.h:68, from param.c:168: /usr/include/string.h:95:7: note: expected 'char * restrict' but argument is of type 'unsigned char *' char *strcpy(char * __restrict, const char * __restrict); ^~~~~~ --- readframe.o --- readframe.c: In function 'ReadAYUV': readframe.c:816:8: warning: pointer targets in assignment from 'uint8 *' {aka 'unsigned char *'} to 'int8 *' {aka 'char *'} differ in signedness [-Wpointer-sign] cbptr = &(mf->orig_cb[y>>1][0]); ^ readframe.c:817:8: warning: pointer targets in assignment from 'uint8 *' {aka 'unsigned char *'} to 'int8 *' {aka 'char *'} differ in signedness [-Wpointer-sign] crptr = &(mf->orig_cr[y>>1][0]); ^ --- mpeg.o --- mpeg.c: In function 'GenMPEGStream': mpeg.c:604:17: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] if (strlen(userDataFileName) != 0) { ^~~~~~~~~~~~~~~~ In file included from /usr/include/memory.h:32, from headers/all.h:68, from mpeg.c:133: /usr/include/string.h:110:9: note: expected 'const char *' but argument is of type 'unsigned char *' size_t strlen(const char *) __pure; ^~~~~~ mpeg.c:608:13: warning: pointer targets in passing argument 1 of 'stat' differ in signedness [-Wpointer-sign] stat(userDataFileName,&statbuf); ^~~~~~~~~~~~~~~~ In file included from mpeg.c:151: /usr/include/sys/stat.h:266:5: note: expected 'const char * restrict' but argument is of type 'unsigned char *' int stat(const char * __restrict, struct stat * __restrict); ^~~~ mpeg.c:611:24: warning: pointer targets in passing argument 1 of 'fopen' differ in signedness [-Wpointer-sign] if ((fp = fopen(userDataFileName,"rb")) == NULL) { ^~~~~~~~~~~~~~~~ In file included from headers/all.h:65, from mpeg.c:133: /usr/include/stdio.h:205:7: note: expected 'const char * restrict' but argument is of type 'unsigned char *' FILE *fopen(const char * __restrict, const char * __restrict); ^~~~~ mpeg.c:641:53: warning: pointer targets in passing argument 13 of 'Mhead_GenSequenceHeader' differ in signedness [-Wpointer-sign] /* user_data */ userData, /* user_data_size */ userDataSize); ^~~~~~~~ In file included from headers/frames.h:87, from mpeg.c:138: headers/mheaders.h:66:6: note: expected 'uint8 *' {aka 'unsigned char *'} but argument is of type 'char *' void Mhead_GenSequenceHeader _ANSI_ARGS_((BitBucket *bbPtr, ^~~~~~~~~~~~~~~~~~~~~~~ mpeg.c:310:26: warning: variable 'res' set but not used [-Wunused-but-set-variable] int32 bitstreamMode, res; ^~~ --- param.o --- param.c: In function 'ReadInputFileNames': param.c:1007:27: warning: '%s' directive writing up to 1023 bytes into a region of size 107 [-Wformat-overflow=] sprintf(cdcmd,"cd %s;",currentPath); ^~ ~~~~~~~~~~~ param.c:1007:9: note: 'sprintf' output between 5 and 1028 bytes into a destination of size 110 sprintf(cdcmd,"cd %s;",currentPath); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ param.c:1012:24: warning: '%s' directive writing up to 299 bytes into a region of size between 189 and 298 [-Wformat-overflow=] sprintf(cmd,"(%s %s)", cdcmd, tmp); ^~ ~~~ param.c:1012:7: note: 'sprintf' output between 4 and 412 bytes into a destination of size 300 sprintf(cmd,"(%s %s)", cdcmd, tmp); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- jpeg/libjpeg.a --- --- jccoefct.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c jccoefct.c --- combine.o --- cc -pipe -O2 -fno-strict-aliasing -Iheaders -I/usr/include -Ijpeg -Wall -Wmissing-prototypes -c combine.c --- jrevdct.o --- cc -pipe -O2 -fno-strict-aliasing -Iheaders -I/usr/include -Ijpeg -Wall -Wmissing-prototypes -c jrevdct.c --- frame.o --- --- fsize.o --- --- frame.o --- cc -pipe -O2 -fno-strict-aliasing -Iheaders -I/usr/include -Ijpeg -Wall -Wmissing-prototypes -c frame.c --- fsize.o --- cc -pipe -O2 -fno-strict-aliasing -Iheaders -I/usr/include -Ijpeg -Wall -Wmissing-prototypes -c fsize.c --- frametype.o --- cc -pipe -O2 -fno-strict-aliasing -Iheaders -I/usr/include -Ijpeg -Wall -Wmissing-prototypes -c frametype.c --- frame.o --- frame.c: In function 'Resize_Array_Width': frame.c:283:14: warning: variable 'pointB' set but not used [-Wunused-but-set-variable] uint8 pointA,pointB; ^~~~~~ frame.c:283:7: warning: variable 'pointA' set but not used [-Wunused-but-set-variable] uint8 pointA,pointB; ^~~~~~ frame.c: In function 'Resize_Array_Height': frame.c:354:14: warning: variable 'diff' set but not used [-Wunused-but-set-variable] double slope,diff; ^~~~ frame.c:354:8: warning: variable 'slope' set but not used [-Wunused-but-set-variable] double slope,diff; ^~~~~ --- combine.o --- combine.c: In function 'GOPStoMPEG': combine.c:163:28: warning: '%s' directive writing up to 1023 bytes into a region of size between 0 and 1023 [-Wformat-overflow=] sprintf(fileName, "%s/%s", currentGOPPath, inputFileName); ^~ ~~~~~~~~~~~~~ combine.c:163:6: note: 'sprintf' output between 2 and 2048 bytes into a destination of size 1024 sprintf(fileName, "%s/%s", currentGOPPath, inputFileName); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- mpeg.o --- mpeg.c: In function 'ReadDecodedRefFrame': mpeg.c:1601:26: warning: '.decoded.' directive writing 9 bytes into a region of size between 1 and 256 [-Wformat-overflow=] sprintf(fileName, "%s.decoded.%d", outputFileName, frameNumber); ^~~~~~~~~ mpeg.c:1601:5: note: 'sprintf' output between 11 and 276 bytes into a destination of size 256 sprintf(fileName, "%s.decoded.%d", outputFileName, frameNumber); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- frametype.o --- frametype.c: In function 'ComputeFrameTable': frametype.c:269:17: warning: variable 'lastI' set but not used [-Wunused-but-set-variable] FrameTable *lastI, *lastIP, *firstB, *secondIP; ^~~~~ --- libpnmrw.o --- --- combine.o --- combine.c: In function 'FramesToMPEG': combine.c:313:25: warning: '%s' directive writing up to 1023 bytes into a region of size between 0 and 1023 [-Wformat-overflow=] sprintf(fileName, "%s/%s", currentFramePath, inputFileName); ^~ ~~~~~~~~~~~~~ combine.c:313:3: note: 'sprintf' output between 2 and 2048 bytes into a destination of size 1024 sprintf(fileName, "%s/%s", currentFramePath, inputFileName); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ combine.c:345:26: warning: '%s' directive writing up to 1023 bytes into a region of size between 0 and 1023 [-Wformat-overflow=] sprintf(fileName, "%s/%s", currentFramePath, inputFileName); ^~ ~~~~~~~~~~~~~ combine.c:345:4: note: 'sprintf' output between 2 and 2048 bytes into a destination of size 1024 sprintf(fileName, "%s/%s", currentFramePath, inputFileName); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- libpnmrw.o --- cc -pipe -O2 -fno-strict-aliasing -Iheaders -I/usr/include -Ijpeg -Wall -Wmissing-prototypes -c libpnmrw.c libpnmrw.c: In function 'pm_perror': libpnmrw.c:136:5: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] e = sys_errlist[errno]; ^ --- readframe.o --- readframe.c: In function 'ReadFrame': readframe.c:263:35: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] sprintf(fullFileName, "%s/%s", currentPath, fileName); ^ readframe.c:263:7: note: 'sprintf' output 2 or more bytes (assuming 1025) into a destination of size 1024 sprintf(fullFileName, "%s/%s", currentPath, fileName); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- jpeg/libjpeg.a --- --- jccolor.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c jccolor.c --- specifics.o --- cc -pipe -O2 -fno-strict-aliasing -Iheaders -I/usr/include -Ijpeg -Wall -Wmissing-prototypes -c specifics.c specifics.c: In function 'Parse_Specifics_File_v1': specifics.c:249:7: warning: variable 'num_scanned' set but not used [-Wunused-but-set-variable] int num_scanned; ^~~~~~~~~~~ --- rate.o --- cc -pipe -O2 -fno-strict-aliasing -Iheaders -I/usr/include -Ijpeg -Wall -Wmissing-prototypes -c rate.c --- opts.o --- cc -pipe -O2 -fno-strict-aliasing -Iheaders -I/usr/include -Ijpeg -Wall -Wmissing-prototypes -c opts.c --- rate.o --- rate.c: In function 'targetRateControl': rate.c:353:9: warning: variable 'strPtr' set but not used [-Wunused-but-set-variable] char *strPtr; ^~~~~~ rate.c: In function 'updateRateControl': rate.c:462:9: warning: variable 'strPtr' set but not used [-Wunused-but-set-variable] char *strPtr; ^~~~~~ --- iframe.o --- --- readframe.o --- readframe.c: In function 'ReadIOConvert': readframe.c:537:33: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] sprintf(fullFileName, "%s/%s", currentPath, fileName); ^ readframe.c:537:5: note: 'sprintf' output 2 or more bytes (assuming 1025) into a destination of size 1024 sprintf(fullFileName, "%s/%s", currentPath, fileName); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ readframe.c:548:29: warning: '%s' directive writing up to 1023 bytes into a region of size 1017 [-Wformat-overflow=] sprintf(buff,"fopen \"%s\"",fullFileName); ^~ ~~~~~~~~~~~~ readframe.c:548:7: note: 'sprintf' output between 9 and 1032 bytes into a destination of size 1024 sprintf(buff,"fopen \"%s\"",fullFileName); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- iframe.o --- cc -pipe -O2 -fno-strict-aliasing -Iheaders -I/usr/include -Ijpeg -Wall -Wmissing-prototypes -c iframe.c --- jpeg/libjpeg.a --- --- jcdctmgr.o --- --- pframe.o --- --- jpeg/libjpeg.a --- cc -pipe -O2 -fno-strict-aliasing -I. -c jcdctmgr.c --- pframe.o --- cc -pipe -O2 -fno-strict-aliasing -Iheaders -I/usr/include -Ijpeg -Wall -Wmissing-prototypes -c pframe.c --- bframe.o --- cc -pipe -O2 -fno-strict-aliasing -Iheaders -I/usr/include -Ijpeg -Wall -Wmissing-prototypes -c bframe.c --- iframe.o --- iframe.c: In function 'GenIFrame': iframe.c:556:8: warning: implicit declaration of function 'Mpost_UnQuantZigBlockLaplace'; did you mean 'Mpost_UnQuantZigBlock'? [-Wimplicit-function-declaration] Mpost_UnQuantZigBlockLaplace(fb[index], dec[index], QScale, TRUE); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ Mpost_UnQuantZigBlock --- opts.o --- opts.c: In function 'SetupWriteDistortions': opts.c:496:22: warning: 'rate' directive writing 4 bytes into a region of size between 1 and 256 [-Wformat-overflow=] sprintf(scratch, "%srate%d", fname, i); ^~~~ opts.c:496:19: note: directive argument in the range [1, 32] sprintf(scratch, "%srate%d", fname, i); ^~~~~~~~~~ opts.c:496:2: note: 'sprintf' output between 6 and 262 bytes into a destination of size 256 sprintf(scratch, "%srate%d", fname, i); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ opts.c:498:22: warning: 'dist' directive writing 4 bytes into a region of size between 1 and 256 [-Wformat-overflow=] sprintf(scratch, "%sdist%d", fname, i); ^~~~ opts.c:498:19: note: directive argument in the range [1, 32] sprintf(scratch, "%sdist%d", fname, i); ^~~~~~~~~~ opts.c:498:2: note: 'sprintf' output between 6 and 262 bytes into a destination of size 256 sprintf(scratch, "%sdist%d", fname, i); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- bframe.o --- bframe.c: In function 'GenBFrame': bframe.c:546:2: warning: label 'skip_block' defined but not used [-Wunused-label] skip_block: ^~~~~~~~~~ --- psearch.o --- --- bsearch.o --- --- psearch.o --- cc -pipe -O2 -fno-strict-aliasing -Iheaders -I/usr/include -Ijpeg -Wall -Wmissing-prototypes -c psearch.c --- bsearch.o --- cc -pipe -O2 -fno-strict-aliasing -Iheaders -I/usr/include -Ijpeg -Wall -Wmissing-prototypes -c bsearch.c --- block.o --- cc -pipe -O2 -fno-strict-aliasing -Iheaders -I/usr/include -Ijpeg -Wall -Wmissing-prototypes -c block.c --- parallel.o --- cc -pipe -O2 -fno-strict-aliasing -Iheaders -I/usr/include -Ijpeg -Wall -Wmissing-prototypes -c parallel.c --- psearch.o --- psearch.c: In function 'SetSearchRange': psearch.c:296:20: warning: self-comparison always evaluates to false [-Wtautological-compare] : ((searchRangeB>searchRangeB)?searchRangeB:searchRangeB); ^ --- parallel.o --- parallel.c: In function 'StartIOServer': parallel.c:296:52: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] otherSock = accept(serverSocket, &otherSocket, &otherSize); ^~~~~~~~~~ In file included from parallel.c:79: /usr/include/sys/socket.h:486:5: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' int accept(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~ parallel.c: In function 'WaitForOutputFile': parallel.c:752:58: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] otherSock = accept(outputServerSocket, &otherSocket, &otherSize); ^~~~~~~~~~ In file included from parallel.c:79: /usr/include/sys/socket.h:486:5: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' int accept(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~ parallel.c: In function 'StartMasterServer': parallel.c:884:50: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] otherSock = accept(serverSocket, &otherSocket, &otherSize); ^~~~~~~~~~ In file included from parallel.c:79: /usr/include/sys/socket.h:486:5: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' int accept(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~ parallel.c:908:52: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] otherSock = accept(serverSocket, &otherSocket, &otherSize); ^~~~~~~~~~ In file included from parallel.c:79: /usr/include/sys/socket.h:486:5: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' int accept(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~ parallel.c:949:54: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] otherSock = accept(serverSocket, &otherSocket, &otherSize); ^~~~~~~~~~ In file included from parallel.c:79: /usr/include/sys/socket.h:486:5: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' int accept(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~ parallel.c:1042:52: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] otherSock = accept(serverSocket, &otherSocket, &otherSize); ^~~~~~~~~~ In file included from parallel.c:79: /usr/include/sys/socket.h:486:5: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' int accept(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~ parallel.c:1162:50: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] otherSock = accept(serverSocket, &otherSocket, &otherSize); ^~~~~~~~~~ In file included from parallel.c:79: /usr/include/sys/socket.h:486:5: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' int accept(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~ parallel.c:815:11: warning: variable 'finished' set but not used [-Wunused-but-set-variable] boolean finished[MAX_MACHINES]; ^~~~~~~~ parallel.c:810:11: warning: variable 'framesPerMachine' set but not used [-Wunused-but-set-variable] int framesPerMachine; ^~~~~~~~~~~~~~~~ parallel.c: In function 'StartDecodeServer': parallel.c:1331:58: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] otherSock = accept(decodeServerSocket, &otherSocket, &otherSize); ^~~~~~~~~~ In file included from parallel.c:79: /usr/include/sys/socket.h:486:5: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' int accept(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~ parallel.c:1298:12: warning: variable 'ready' set but not used [-Wunused-but-set-variable] boolean *ready; ^~~~~ parallel.c: In function 'WaitForDecodedFrame': parallel.c:1646:50: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] otherSock = accept(waitSocket, &otherSocket, &otherSize); ^~~~~~~~~~ In file included from parallel.c:79: /usr/include/sys/socket.h:486:5: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' int accept(int, struct sockaddr * __restrict, socklen_t * __restrict); ^~~~~~ --- jpeg/libjpeg.a --- --- jchuff.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c jchuff.c --- iframe.o --- iframe.c: In function 'WriteDecodedFrame': iframe.c:965:26: warning: '.decoded.' directive writing 9 bytes into a region of size between 1 and 256 [-Wformat-overflow=] sprintf(fileName, "%s.decoded.%d", outputFileName, frame->id); ^~~~~~~~~ iframe.c:965:5: note: 'sprintf' output between 11 and 276 bytes into a destination of size 256 sprintf(fileName, "%s.decoded.%d", outputFileName, frame->id); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- jpeg.o --- cc -pipe -O2 -fno-strict-aliasing -Iheaders -I/usr/include -Ijpeg -Wall -Wmissing-prototypes -c jpeg.c --- main.o --- cc -pipe -O2 -fno-strict-aliasing -Iheaders -I/usr/include -Ijpeg -Wall -Wmissing-prototypes -c main.c --- jpeg.o --- jpeg.c: In function 'ReadJPEG': jpeg.c:584:7: warning: implicit declaration of function 'jcopy_sample_rows' [-Wimplicit-function-declaration] jcopy_sample_rows(scanarray[ci],0,(JSAMPARRAY)(orig[ci]), ^~~~~~~~~~~~~~~~~ --- jpeg/libjpeg.a --- --- jcmainct.o --- --- jcmarker.o --- --- jcmainct.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c jcmainct.c --- jcmarker.o --- cc -pipe -O2 -fno-strict-aliasing -I. -c jcmarker.c --- jpeg.o --- jpeg.c:509:19: warning: 'h_samp[0]' may be used uninitialized in this function [-Wmaybe-uninitialized] temp_h = (h_samp[0] Staging for mpeg_encode-1.5b ===> Generating temporary packing list install -s -m 555 /construction/multimedia/mpeg_encode/mpeg_encode/mpeg_encode /construction/multimedia/mpeg_encode/stage/usr/local/bin install -m 444 /construction/multimedia/mpeg_encode/mpeg_encode/docs/mpeg_encode.1 /construction/multimedia/mpeg_encode/stage/usr/local/man/man1 ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for mpeg_encode-1.5b file sizes/checksums [4]: 0% file sizes/checksums [4]: 100% packing files [4]: 0% packing files [4]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:04