=> Building graphics/mmrecover Started : Friday, 8 MAR 2019 at 11:48:34 UTC Platform: 5.5-DEVELOPMENT DragonFly v5.5.0.192.g15ae7f0-DEVELOPMENT #34: Tue Feb 19 09:07:07 PST 2019 root@pkgbox64.dragonflybsd.org:/usr/obj/usr/src/sys/X86_64_GENERIC x86_64 -------------------------------------------------- -- Environment -------------------------------------------------- UNAME_r=5.5-SYNTH UNAME_m=x86_64 UNAME_p=x86_64 UNAME_v=DragonFly 5.5-SYNTH UNAME_s=DragonFly PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SSL_NO_VERIFY_PEER=1 TERM=dumb PKG_CACHEDIR=/var/cache/pkg8 PKG_DBDIR=/var/db/pkg8 PORTSDIR=/xports LANG=C HOME=/root USER=root -------------------------------------------------- -- Options -------------------------------------------------- -------------------------------------------------- -- CONFIGURE_ENV -------------------------------------------------- XDG_DATA_HOME=/construction/graphics/mmrecover XDG_CONFIG_HOME=/construction/graphics/mmrecover HOME=/construction/graphics/mmrecover TMPDIR="/tmp" PATH=/construction/graphics/mmrecover/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc80 -------------------------------------------------- -- CONFIGURE_ARGS -------------------------------------------------- -------------------------------------------------- -- MAKE_ENV -------------------------------------------------- XDG_DATA_HOME=/construction/graphics/mmrecover XDG_CONFIG_HOME=/construction/graphics/mmrecover HOME=/construction/graphics/mmrecover TMPDIR="/tmp" PATH=/construction/graphics/mmrecover/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin NO_PIE=yes MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES CCVER=gcc80 PREFIX=/usr/local LOCALBASE=/usr/local NOPROFILE=1 CC="cc" CFLAGS="-pipe -O2 -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" " LIBS="" CXX="c++" CXXFLAGS=" -pipe -O2 -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" -------------------------------------------------- -- MAKE_ARGS -------------------------------------------------- DESTDIR=/construction/graphics/mmrecover/stage -------------------------------------------------- -- PLIST_SUB -------------------------------------------------- OSREL=5.5 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/mmrecover" EXAMPLESDIR="share/examples/mmrecover" DATADIR="share/mmrecover" WWWDIR="www/mmrecover" ETCDIR="etc/mmrecover" -------------------------------------------------- -- SUB_LIST -------------------------------------------------- PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/mmrecover DOCSDIR=/usr/local/share/doc/mmrecover EXAMPLESDIR=/usr/local/share/examples/mmrecover WWWDIR=/usr/local/www/mmrecover ETCDIR=/usr/local/etc/mmrecover -------------------------------------------------- -- /etc/make.conf -------------------------------------------------- SYNTHPROFILE=Release-BE USE_PACKAGE_DEPENDS_ONLY=yes PACKAGE_BUILDING=yes BATCH=yes PKG_CREATE_VERBOSE=yes PORTSDIR=/xports DISTDIR=/distfiles WRKDIRPREFIX=/construction PORT_DBDIR=/options PACKAGES=/packages MAKE_JOBS_NUMBER_LIMIT=5 LICENSES_ACCEPTED= NONE HAVE_COMPAT_IA32_KERN= CONFIGURE_MAX_CMD_LEN=262144 _PERL5_FROM_BIN=5.26.2 _ALTCCVERSION_921dbbb2=none _OBJC_ALTCCVERSION_921dbbb2=none _SMP_CPUS=8 UID=0 ARCH=x86_64 OPSYS=DragonFly DFLYVERSION=500500 OSVERSION=9999999 OSREL=5.5 _OSRELEASE=5.5-SYNTH PYTHONBASE=/usr/local _PKG_CHECKED=1 -------------------------------------------------------------------------------- -- Phase: check-sanity -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: pkg-depends -------------------------------------------------------------------------------- ===> mmrecover-1.0 depends on file: /usr/local/sbin/pkg - not found ===> Installing existing package /packages/All/pkg-1.10.5_5.txz Installing pkg-1.10.5_5... Extracting pkg-1.10.5_5: .......... done ===> mmrecover-1.0 depends on file: /usr/local/sbin/pkg - found ===> Returning to build of mmrecover-1.0 -------------------------------------------------------------------------------- -- Phase: fetch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: fetch -------------------------------------------------------------------------------- ===> Fetching all distfiles required by mmrecover-1.0 for building -------------------------------------------------------------------------------- -- Phase: checksum -------------------------------------------------------------------------------- ===> Fetching all distfiles required by mmrecover-1.0 for building => SHA256 Checksum OK for mmrecover-1.0.tar.gz. -------------------------------------------------------------------------------- -- Phase: extract-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: extract -------------------------------------------------------------------------------- ===> Fetching all distfiles required by mmrecover-1.0 for building ===> Extracting for mmrecover-1.0 => SHA256 Checksum OK for mmrecover-1.0.tar.gz. -------------------------------------------------------------------------------- -- Phase: patch-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: patch -------------------------------------------------------------------------------- ===> Patching for mmrecover-1.0 ===> Applying ports patches for mmrecover-1.0 -------------------------------------------------------------------------------- -- Phase: build-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: lib-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: configure -------------------------------------------------------------------------------- ===> Configuring for mmrecover-1.0 -------------------------------------------------------------------------------- -- Phase: build -------------------------------------------------------------------------------- ===> Building for mmrecover-1.0 --- objwarn --- --- mmrecover.o --- --- progress.o --- --- mmrecover.1.gz --- --- objwarn --- Warning: Object directory not changed from original /construction/graphics/mmrecover/mmrecover-1.0 --- progress.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -pedantic -std=c99 -std=gnu99 -c progress.c --- mmrecover.1.gz --- gzip -cn mmrecover.1 > mmrecover.1.gz --- mmrecover.o --- cc -pipe -O2 -fno-strict-aliasing -Wall -pedantic -std=c99 -std=gnu99 -c mmrecover.c mmrecover.c: In function 'read_jpeg': mmrecover.c:34:18: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'off_t' {aka 'long int'} [-Wformat=] fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mmrecover.c:89:18: LOG(log, 1, image_start, offset, "-", "Found unrecognised JPEG Marker 0x%02x%02x", marker[0], marker[1]); ~~~~~~~~~~~ mmrecover.c:34:18: note: in definition of macro 'LOG' fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mmrecover.c:34:33: note: format string is defined here fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ~~~~~~^ %016lx mmrecover.c:34:18: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 6 has type 'off_t' {aka 'long int'} [-Wformat=] fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mmrecover.c:89:31: LOG(log, 1, image_start, offset, "-", "Found unrecognised JPEG Marker 0x%02x%02x", marker[0], marker[1]); ~~~~~~ mmrecover.c:34:18: note: in definition of macro 'LOG' fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mmrecover.c:34:43: note: format string is defined here fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ~~~~~~^ %016lx mmrecover.c:34:18: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 7 has type 'off_t' {aka 'long int'} [-Wformat=] fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mmrecover.c:89:31: LOG(log, 1, image_start, offset, "-", "Found unrecognised JPEG Marker 0x%02x%02x", marker[0], marker[1]); mmrecover.c:34:18: note: in definition of macro 'LOG' fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mmrecover.c:34:52: note: format string is defined here fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ~~~~~^ %08lx mmrecover.c:34:18: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'off_t' {aka 'long int'} [-Wformat=] fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mmrecover.c:102:14: LOG(log, 2, image_start, offset, "-", "JPEG Markers don't end with a Start Of Scan marker but 0x%02x%02x. Probably not an image.\n", marker[0], marker[1]); ~~~~~~~~~~~ mmrecover.c:34:18: note: in definition of macro 'LOG' fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mmrecover.c:34:33: note: format string is defined here fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ~~~~~~^ %016lx mmrecover.c:34:18: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 6 has type 'off_t' {aka 'long int'} [-Wformat=] fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mmrecover.c:102:27: LOG(log, 2, image_start, offset, "-", "JPEG Markers don't end with a Start Of Scan marker but 0x%02x%02x. Probably not an image.\n", marker[0], marker[1]); ~~~~~~ mmrecover.c:34:18: note: in definition of macro 'LOG' fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mmrecover.c:34:43: note: format string is defined here fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ~~~~~~^ %016lx mmrecover.c:34:18: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 7 has type 'off_t' {aka 'long int'} [-Wformat=] fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mmrecover.c:102:27: LOG(log, 2, image_start, offset, "-", "JPEG Markers don't end with a Start Of Scan marker but 0x%02x%02x. Probably not an image.\n", marker[0], marker[1]); mmrecover.c:34:18: note: in definition of macro 'LOG' fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mmrecover.c:34:52: note: format string is defined here fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ~~~~~^ %08lx mmrecover.c:34:18: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'off_t' {aka 'long int'} [-Wformat=] fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mmrecover.c:126:17: LOG(log, 3, image_start, offset, "-", "No EOI Marker found after reading %lld+%d bytes of entropy encoded data.\n", offset - image_start, br); ~~~~~~~~~~~ mmrecover.c:34:18: note: in definition of macro 'LOG' fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mmrecover.c:34:33: note: format string is defined here fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ~~~~~~^ %016lx mmrecover.c:34:18: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 6 has type 'off_t' {aka 'long int'} [-Wformat=] fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mmrecover.c:126:30: LOG(log, 3, image_start, offset, "-", "No EOI Marker found after reading %lld+%d bytes of entropy encoded data.\n", offset - image_start, br); ~~~~~~ mmrecover.c:34:18: note: in definition of macro 'LOG' fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mmrecover.c:34:43: note: format string is defined here fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ~~~~~~^ %016lx mmrecover.c:34:18: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 7 has type 'off_t' {aka 'long int'} [-Wformat=] fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mmrecover.c:126:30: LOG(log, 3, image_start, offset, "-", "No EOI Marker found after reading %lld+%d bytes of entropy encoded data.\n", offset - image_start, br); mmrecover.c:34:18: note: in definition of macro 'LOG' fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mmrecover.c:34:52: note: format string is defined here fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ~~~~~^ %08lx mmrecover.c:34:18: warning: format '%lld' expects argument of type 'long long int', but argument 9 has type 'off_t' {aka 'long int'} [-Wformat=] fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mmrecover.c:126:121: LOG(log, 3, image_start, offset, "-", "No EOI Marker found after reading %lld+%d bytes of entropy encoded data.\n", offset - image_start, br); ~~~~~~~~~~~~~~~~~~~~ mmrecover.c:34:18: note: in definition of macro 'LOG' fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mmrecover.c:126:81: note: format string is defined here LOG(log, 3, image_start, offset, "-", "No EOI Marker found after reading %lld+%d bytes of entropy encoded data.\n", offset - image_start, br); ~~~^ %ld mmrecover.c:34:18: warning: format '%d' expects argument of type 'int', but argument 10 has type 'ssize_t' {aka 'long int'} [-Wformat=] fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mmrecover.c:126:143: LOG(log, 3, image_start, offset, "-", "No EOI Marker found after reading %lld+%d bytes of entropy encoded data.\n", offset - image_start, br); ~~ mmrecover.c:34:18: note: in definition of macro 'LOG' fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mmrecover.c:126:84: note: format string is defined here LOG(log, 3, image_start, offset, "-", "No EOI Marker found after reading %lld+%d bytes of entropy encoded data.\n", offset - image_start, br); ~^ %ld mmrecover.c:130:46: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'off_t' {aka 'long int'} [-Wformat=] fprintf(stderr, "Read error at offset=%llx (%lld) stream=%d\n", offset, offset, stream); ~~~^ ~~~~~~ %lx mmrecover.c:130:52: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'off_t' {aka 'long int'} [-Wformat=] fprintf(stderr, "Read error at offset=%llx (%lld) stream=%d\n", offset, offset, stream); ~~~^ ~~~~~~ %ld mmrecover.c: In function 'main': mmrecover.c:154:31: warning: format '%lld' expects argument of type 'long long int *', but argument 3 has type 'off_t *' {aka 'long int *'} [-Wformat=] if (1 != sscanf(optarg, "%lld", &offset)) { ~~~^ ~~~~~~~ %ld mmrecover.c:34:18: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 5 has type 'off_t' {aka 'long int'} [-Wformat=] fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mmrecover.c:237:15: LOG(log, 0, offset, offset + size, filename_buf, "JPEG image found saved as %s (%d bytes).\n", filename_buf, size); ~~~~~~ mmrecover.c:34:18: note: in definition of macro 'LOG' fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mmrecover.c:34:33: note: format string is defined here fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ~~~~~~^ %016lx mmrecover.c:34:18: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 6 has type 'off_t' {aka 'long int'} [-Wformat=] fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mmrecover.c:237:23: LOG(log, 0, offset, offset + size, filename_buf, "JPEG image found saved as %s (%d bytes).\n", filename_buf, size); ~~~~~~~~~~~~~ mmrecover.c:34:18: note: in definition of macro 'LOG' fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mmrecover.c:34:43: note: format string is defined here fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ~~~~~~^ %016lx mmrecover.c:34:18: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 7 has type 'off_t' {aka 'long int'} [-Wformat=] fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mmrecover.c:237:23: LOG(log, 0, offset, offset + size, filename_buf, "JPEG image found saved as %s (%d bytes).\n", filename_buf, size); mmrecover.c:34:18: note: in definition of macro 'LOG' fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mmrecover.c:34:52: note: format string is defined here fprintf(log, "%d:%s:0x%016llx:0x%016llx:0x%08llx:%s:" fmt, \ ~~~~~^ %08lx --- mmrecover --- cc -pipe -O2 -fno-strict-aliasing -Wall -pedantic -std=c99 -std=gnu99 -o mmrecover mmrecover.o progress.o -------------------------------------------------------------------------------- -- Phase: run-depends -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- -- Phase: stage -------------------------------------------------------------------------------- ===> Staging for mmrecover-1.0 ===> Generating temporary packing list install -s -o root -g wheel -m 555 mmrecover /construction/graphics/mmrecover/stage/usr/local/bin install -o root -g wheel -m 444 mmrecover.1.gz /construction/graphics/mmrecover/stage/usr/local/man/man1 ====> Compressing man pages (compress-man) -------------------------------------------------------------------------------- -- Phase: package -------------------------------------------------------------------------------- ===> Building package for mmrecover-1.0 file sizes/checksums [2]: . done packing files [2]: . done packing directories [0]: . done -------------------------------------------------- -- Termination -------------------------------------------------- Finished: Friday, 8 MAR 2019 at 11:48:42 UTC Duration: 00:00:07