------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/lame-3.100_2.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libogg-1.3.4,4.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor Installing /packages/All/libvorbis-1.3.6,3.txz pkg: Cannot runscript POST-INSTALL:Bad file descriptor SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> ebook2cw-0.8.2_1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> ebook2cw-0.8.2_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ebook2cw-0.8.2_1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> ebook2cw-0.8.2_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ebook2cw-0.8.2_1 for building => SHA256 Checksum OK for ebook2cw-0.8.2.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> ebook2cw-0.8.2_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by ebook2cw-0.8.2_1 for building ===> Extracting for ebook2cw-0.8.2_1 => SHA256 Checksum OK for ebook2cw-0.8.2.tar.gz. Extracted Memory Use: 0.12M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for ebook2cw-0.8.2_1 ===> Applying ports patches for ebook2cw-0.8.2_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- ===> ebook2cw-0.8.2_1 depends on shared library: libmp3lame.so - found (/usr/local/lib/libmp3lame.so) ===> ebook2cw-0.8.2_1 depends on shared library: libvorbis.so - found (/usr/local/lib/libvorbis.so) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> ebook2cw-0.8.2_1 depends on shared library: libmp3lame.so - found (/usr/local/lib/libmp3lame.so) ===> ebook2cw-0.8.2_1 depends on shared library: libvorbis.so - found (/usr/local/lib/libvorbis.so) ===> Configuring for ebook2cw-0.8.2_1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for ebook2cw-0.8.2_1 --- cgi --- --- ebook2cw --- --- cgi --- cc -static ebook2cw.c -L/usr/local/lib -lmp3lame -lvorbis -lvorbisenc -logg -lm -pipe -O2 -fno-strict-aliasing -D DESTDIR=\"/usr/local\" -D VERSION=\"0.8.2\" -I/usr/local/include -D LAME -D OGGV -D CGI -o cw.cgi --- ebook2cw --- cc ebook2cw.c -pedantic -Wall -lm -L/usr/local/lib -lmp3lame -lvorbis -lvorbisenc -logg -pipe -O2 -fno-strict-aliasing -D DESTDIR=\"/usr/local\" -D VERSION=\"0.8.2\" -I/usr/local/include -D LAME -D OGGV -o ebook2cw ebook2cw.c: In function 'main': ebook2cw.c:191:23: warning: variable 'qw' set but not used [-Wunused-but-set-variable] int chw = 0, tw = 0, qw = 0; /* chapter words, total words, qrq words */ ^~ ebook2cw.c: In function 'init_cw': ebook2cw.c:583:9: warning: 'val' may be used uninitialized in this function [-Wmaybe-uninitialized] val *= pow(sin(M_PI*x/(2.0*cw->rt)),2); ^~ ebook2cw.c: In function 'loadmapping': ebook2cw.c:1296:7: warning: 'strncpy' output may be truncated copying 5 bytes from a string of length 5 [-Wstringop-truncation] strncpy(cw->utf8map[i], s, 5); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ebook2cw.c:1290:7: warning: 'strncpy' output may be truncated copying 5 bytes from a string of length 5 [-Wstringop-truncation] strncpy(cw->utf8map[i], s, 5); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ebook2cw.c:1283:6: warning: 'strncpy' output may be truncated copying 3 bytes from a string of length 5 [-Wstringop-truncation] strncpy(cw->isomap[i], s, 3); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ ebook2cw.c: In function 'closefile': ebook2cw.c:749:31: warning: '%04d' directive output may be truncated writing between 4 and 11 bytes into a region of size between 1 and 80 [-Wformat-truncation=] snprintf(outfilename, 80, "%s%04d.%s", cw->chapterfilename, chapter, ^~~~ ebook2cw.c:749:2: note: 'snprintf' output between 9 and 95 bytes into a destination of size 80 snprintf(outfilename, 80, "%s%04d.%s", cw->chapterfilename, chapter, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (cw->encoder == MP3) ? "mp3" : "ogg"); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ebook2cw.c: In function 'openfile': ebook2cw.c:802:31: warning: '%04d' directive output may be truncated writing between 4 and 11 bytes into a region of size between 1 and 80 [-Wformat-truncation=] snprintf(outfilename, 80, "%s%04d.%s", cw->chapterfilename, chapter, ^~~~ ebook2cw.c:802:2: note: 'snprintf' output between 9 and 95 bytes into a destination of size 80 snprintf(outfilename, 80, "%s%04d.%s", cw->chapterfilename, chapter, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (cw->encoder == MP3) ? "mp3" : "ogg"); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ebook2cw.c:815:25: warning: ' - ' directive output may be truncated writing 3 bytes into a region of size between 0 and 79 [-Wformat-truncation=] snprintf(tmp, 79, "%s - %d", cw->id3_title, chapter); /* title */ ^~~ ebook2cw.c:815:4: note: 'snprintf' output between 5 and 94 bytes into a destination of size 79 snprintf(tmp, 79, "%s - %d", cw->id3_title, chapter); /* title */ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SUCCEEDED 00:00:02 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for ebook2cw-0.8.2_1 ===> Generating temporary packing list install -m 555 /construction/comms/ebook2cw/ebook2cw-0.8.2/ebook2cw /construction/comms/ebook2cw/stage/usr/local/bin/ebook2cw install -m 0644 /construction/comms/ebook2cw/ebook2cw-0.8.2/ebook2cw.1 /construction/comms/ebook2cw/stage/usr/local/man/man1 /bin/mkdir -p /construction/comms/ebook2cw/stage/usr/local/share/examples/ebook2cw install -m 0644 /construction/comms/ebook2cw/ebook2cw-0.8.2/ebook2cw.conf /construction/comms/ebook2cw/stage/usr/local/share/examples/ebook2cw/ebook2cw.conf install -m 0644 /construction/comms/ebook2cw/ebook2cw-0.8.2/isomap.txt /construction/comms/ebook2cw/stage/usr/local/share/examples/ebook2cw/isomap.txt install -m 0644 /construction/comms/ebook2cw/ebook2cw-0.8.2/utf8map.txt /construction/comms/ebook2cw/stage/usr/local/share/examples/ebook2cw/utf8map.txt /bin/mkdir -p /construction/comms/ebook2cw/stage/usr/local/share/doc/ebook2cw install -m 0644 /construction/comms/ebook2cw/ebook2cw-0.8.2/README /construction/comms/ebook2cw/stage/usr/local/share/doc/ebook2cw ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: 'bin/ebook2cw' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} Error: /usr/local/bin/ebook2cw is linked to /usr/local/lib/libogg.so.0 from audio/libogg but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libogg.so:audio/libogg Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for ebook2cw-0.8.2_1 file sizes/checksums [6]: 0% file sizes/checksums [6]: 100% packing files [6]: 0% packing files [6]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:01 TOTAL TIME 00:00:06