------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> mpeg_stat-2.2b depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> mpeg_stat-2.2b depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mpeg_stat-2.2b for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> mpeg_stat-2.2b depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mpeg_stat-2.2b for building => SHA256 Checksum OK for mpeg_stat-2.2b-src.tar.gz. SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> mpeg_stat-2.2b depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by mpeg_stat-2.2b for building ===> Extracting for mpeg_stat-2.2b => SHA256 Checksum OK for mpeg_stat-2.2b-src.tar.gz. Extracted Memory Use: 0.45M SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for mpeg_stat-2.2b ===> Applying ports patches for mpeg_stat-2.2b SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> Configuring for mpeg_stat-2.2b SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for mpeg_stat-2.2b --- util.o --- --- main.o --- --- decoders.o --- --- video.o --- --- jrevdct.o --- --- parseblock.o --- --- motionvector.o --- --- filter.o --- --- readfile.o --- --- util.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/include -O -c util.c --- main.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/include -O -c main.c --- decoders.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/include -O -c decoders.c --- video.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/include -O -c video.c --- jrevdct.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/include -O -c jrevdct.c --- filter.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/include -O -c filter.c --- readfile.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/include -O -c readfile.c --- parseblock.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/include -O -c parseblock.c --- motionvector.o --- cc -pipe -O2 -fno-strict-aliasing -I/usr/include -O -c motionvector.c --- main.o --- main.c: In function 'main': main.c:518:18: warning: passing argument 2 of 'signal' from incompatible pointer type [-Wincompatible-pointer-types] signal(SIGINT, int_handler); ^~~~~~~~~~~ In file included from /usr/include/signal.h:38, from main.c:55: /usr/include/sys/signal.h:317:17: note: expected 'void (*)(int)' but argument is of type 'void (*)(void)' __sighandler_t *signal(int, __sighandler_t *); ^~~~~~ --- video.o --- video.c: In function 'ParseGOP': video.c:952:3: warning: implicit declaration of function 'memset' [-Wimplicit-function-declaration] memset(vid_stream->group.code_types, 0, vid_stream->group.max_code_types); ^~~~~~ video.c:952:3: warning: incompatible implicit declaration of built-in function 'memset' video.c:952:3: note: include '' or provide a declaration of 'memset' video.c:62:1: +#include video.c:952:3: memset(vid_stream->group.code_types, 0, vid_stream->group.max_code_types); ^~~~~~ video.c: In function 'ParsePicture': video.c:1260:5: warning: implicit declaration of function 'printtype'; did you mean 'printf'? [-Wimplicit-function-declaration] printtype(vid_stream); ^~~~~~~~~ printf --- filter.o --- filter.c: In function 'mvstat': filter.c:88:16: warning: implicit declaration of function 'abs' [-Wimplicit-function-declaration] ave_h_f += abs(value); ^~~ filter.c: At top level: filter.c:139:1: warning: return type defaults to 'int' [-Wimplicit-int] printtype(vs) ^~~~~~~~~ filter.c: In function 'print_binary': filter.c:758:22: warning: implicit declaration of function 'isprint' [-Wimplicit-function-declaration] printables[i]= isprint(*buf) ? *buf: '.'; ^~~~~~~ --- parseblock.o --- parseblock.c: In function 'ParseReconBlock': parseblock.c:132:7: warning: implicit declaration of function 'strcat' [-Wimplicit-function-declaration] strcat(dctSpecifics, scratch); ^~~~~~ parseblock.c:132:7: warning: incompatible implicit declaration of built-in function 'strcat' parseblock.c:132:7: note: include '' or provide a declaration of 'strcat' parseblock.c:51:1: +#include parseblock.c:132:7: strcat(dctSpecifics, scratch); ^~~~~~ parseblock.c:227:4: warning: incompatible implicit declaration of built-in function 'strcat' strcat(dctSpecifics,scratch); ^~~~~~ parseblock.c:227:4: note: include '' or provide a declaration of 'strcat' parseblock.c:273:4: warning: incompatible implicit declaration of built-in function 'strcat' strcat(dctSpecifics,scratch); ^~~~~~ parseblock.c:273:4: note: include '' or provide a declaration of 'strcat' parseblock.c:298:6: warning: incompatible implicit declaration of built-in function 'strcat' strcat(dctSpecifics,scratch); ^~~~~~ parseblock.c:298:6: note: include '' or provide a declaration of 'strcat' parseblock.c:333:2: warning: incompatible implicit declaration of built-in function 'strcat' strcat(dctSpecifics,scratch); ^~~~~~ parseblock.c:333:2: note: include '' or provide a declaration of 'strcat' parseblock.c:359:6: warning: incompatible implicit declaration of built-in function 'strcat' strcat(dctSpecifics,scratch); ^~~~~~ parseblock.c:359:6: note: include '' or provide a declaration of 'strcat' --- readfile.o --- readfile.c: In function 'read_sys': readfile.c:426:23: warning: implicit declaration of function 'find_start_code'; did you mean 'next_start_code'? [-Wimplicit-function-declaration] startCode=(int) find_start_code(); ^~~~~~~~~~~~~~~ next_start_code --- motionvector.o --- motionvector.c: In function 'ComputeForwVector': motionvector.c:181:26: warning: implicit declaration of function 'abs' [-Wimplicit-function-declaration] if (max_horizontal_f < abs(*recon_right_for_ptr)) ^~~ motionvector.c:185:3: warning: implicit declaration of function 'mvstat' [-Wimplicit-function-declaration] mvstat (*recon_right_for_ptr, 0); ^~~~~~ --- mpeg_stat --- cc -g util.o main.o decoders.o video.o jrevdct.o parseblock.o motionvector.o filter.o readfile.o -lm -o mpeg_stat --- all --- strip mpeg_stat SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for mpeg_stat-2.2b ===> Generating temporary packing list install -cs mpeg_stat /construction/multimedia/mpeg_stat/stage/usr/local/bin install -c block2spec /construction/multimedia/mpeg_stat/stage/usr/local/bin install -c -m 644 mpeg_stat.1 /construction/multimedia/mpeg_stat/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_stat-2.2b file sizes/checksums [3]: 0% file sizes/checksums [3]: 100% packing files [3]: 0% packing files [3]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:03