* Package: app-text/mupdf-9999 * Repository: gentoo * Maintainer: xmw@gentoo.org * USE: X abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: preserve-libs sandbox splitdebug userpriv usersandbox >>> cfg-update-1.8.2-r1: Creating checksum index... >>> Unpacking source... GIT update --> repository: git://git.ghostscript.com/mupdf.git at the commit: 5d840271f62c5a51bb83d561181de860086bb6be branch: master storage directory: "/usr/portage/distfiles/egit-src/mupdf.git" checkout type: bare repository Cloning into '/var/tmp/portage/app-text/mupdf-9999/work/mupdf-9999'... done. Branch branch-master set up to track remote branch master from origin. Switched to a new branch 'branch-master' >>> Unpacked to /var/tmp/portage/app-text/mupdf-9999/work/mupdf-9999 >>> Source unpacked in /var/tmp/portage/app-text/mupdf-9999/work >>> Preparing source in /var/tmp/portage/app-text/mupdf-9999/work/mupdf-9999 ... * Applying mupdf-1.3-CFLAGS.patch ... [ ok ] * Applying mupdf-1.5-old-debian-files.patch ... [ ok ] * Applying mupdf-1.3-pkg-config.patch ... [ ok ] * Applying mupdf-1.5-Makerules-openssl-curl.patch ... [ ok ] * Applying mupdf-1.5-openjpeg-2.1.patch ... [ ok ] * Applying mupdf-1.3-zoom-2.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-text/mupdf-9999/work/mupdf-9999 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/app-text/mupdf-9999/work/mupdf-9999 ... make -j4 XCFLAGS=-fpic mkdir -p build/debug/fitz mkdir -p build/debug/pdf mkdir -p build/debug/pdf/js mkdir -p build/debug/xps mkdir -p build/debug/cbz mkdir -p build/debug/img mkdir -p build/debug/tiff mkdir -p build/debug/html mkdir -p build/debug/gprf mkdir -p build/debug/tools mkdir -p build/debug/platform/x11 mkdir -p build/debug/platform/x11/curl mkdir -p build/debug/platform/gl x86_64-pc-linux-gnu-gcc -mtune=native -O2 -msse3 -pipe -Wall -DDEBUG -fpic -Iinclude -Igenerated -I/usr/include/freetype2 -DSHARE_JPEG -I/usr/include/openjpeg-2.1 -o build/debug/fontdump.o -c scripts/fontdump.c mkdir -p generated x86_64-pc-linux-gnu-gcc -mtune=native -O2 -msse3 -pipe -Wall -DDEBUG -fpic -Iinclude -Igenerated -I/usr/include/freetype2 -DSHARE_JPEG -I/usr/include/openjpeg-2.1 -o build/debug/fitz/draw-path.o -c source/fitz/draw-path.c x86_64-pc-linux-gnu-gcc -mtune=native -O2 -msse3 -pipe -Wall -DDEBUG -fpic -Iinclude -Igenerated -I/usr/include/freetype2 -DSHARE_JPEG -I/usr/include/openjpeg-2.1 -o build/debug/fitz/output.o -c source/fitz/output.c x86_64-pc-linux-gnu-gcc -mtune=native -O2 -msse3 -pipe -Wall -DDEBUG -fpic -Iinclude -Igenerated -I/usr/include/freetype2 -DSHARE_JPEG -I/usr/include/openjpeg-2.1 -o build/debug/fitz/strtod.o -c source/fitz/strtod.c x86_64-pc-linux-gnu-gcc -mtune=native -O2 -msse3 -pipe -Wall -DDEBUG -fpic -Iinclude -Igenerated -I/usr/include/freetype2 -DSHARE_JPEG -I/usr/include/openjpeg-2.1 -o build/debug/fitz/path.o -c source/fitz/path.c x86_64-pc-linux-gnu-gcc -mtune=native -O2 -msse3 -pipe -Wall -DDEBUG -fpic -Iinclude -Igenerated -I/usr/include/freetype2 -DSHARE_JPEG -I/usr/include/openjpeg-2.1 -o build/debug/fitz/bbox-device.o -c source/fitz/bbox-device.c x86_64-pc-linux-gnu-gcc -mtune=native -O2 -msse3 -pipe -Wall -DDEBUG -fpic -Iinclude -Igenerated -I/usr/include/freetype2 -DSHARE_JPEG -I/usr/include/openjpeg-2.1 -o build/debug/fitz/error.o -c source/fitz/error.c x86_64-pc-linux-gnu-gcc -mtune=native -O2 -msse3 -pipe -Wall -DDEBUG -fpic -Iinclude -Igenerated -I/usr/include/freetype2 -DSHARE_JPEG -I/usr/include/openjpeg-2.1 -o build/debug/fitz/tempfile.o -c source/fitz/tempfile.c source/fitz/path.c: In function 'fz_closepath': source/fitz/path.c:549:30: warning: 'rep' may be used uninitialized in this function [-Wmaybe-uninitialized] path->cmds[path->cmd_len-1] = rep; ^ source/fitz/draw-path.c: In function 'fz_dash_lineto': source/fitz/draw-path.c:634:14: warning: 'old_by' may be used uninitialized in this function [-Wmaybe-uninitialized] s->seg[0].y = s->beg[0].y = y; ^ source/fitz/draw-path.c:910:16: note: 'old_by' was declared here float old_bx, old_by; ^ source/fitz/draw-path.c:633:14: warning: 'old_bx' may be used uninitialized in this function [-Wmaybe-uninitialized] s->seg[0].x = s->beg[0].x = x; ^ source/fitz/draw-path.c:910:8: note: 'old_bx' was declared here float old_bx, old_by; ^ source/fitz/path.c: In function 'fz_process_path': source/fitz/path.c:702:20: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized] float c1y = (y + c2y) / 3; ^ source/fitz/path.c:701:20: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized] float c1x = (x + c2x) / 3; ^ x86_64-pc-linux-gnu-gcc -mtune=native -O2 -msse3 -pipe -Wall -DDEBUG -fpic -Iinclude -Igenerated -I/usr/include/freetype2 -DSHARE_JPEG -I/usr/include/openjpeg-2.1 -o build/debug/fitz/bidi-std.o -c source/fitz/bidi-std.c x86_64-pc-linux-gnu-gcc -mtune=native -O2 -msse3 -pipe -Wall -DDEBUG -fpic -Iinclude -Igenerated -I/usr/include/freetype2 -DSHARE_JPEG -I/usr/include/openjpeg-2.1 -o build/debug/fitz/draw-unpack.o -c source/fitz/draw-unpack.c x86_64-pc-linux-gnu-gcc -mtune=native -O2 -msse3 -pipe -Wall -DDEBUG -fpic -Iinclude -Igenerated -I/usr/include/freetype2 -DSHARE_JPEG -I/usr/include/openjpeg-2.1 -o build/debug/fitz/unzip.o -c source/fitz/unzip.c x86_64-pc-linux-gnu-gcc -mtune=native -O2 -msse3 -pipe -Wall -DDEBUG -fpic -Iinclude -Igenerated -I/usr/include/freetype2 -DSHARE_JPEG -I/usr/include/openjpeg-2.1 -o build/debug/fitz/stext-device.o -c source/fitz/stext-device.c x86_64-pc-linux-gnu-gcc -mtune=native -O2 -msse3 -pipe -Wall -DDEBUG -fpic -Iinclude -Igenerated -I/usr/include/freetype2 -DSHARE_JPEG -I/usr/include/openjpeg-2.1 -o build/debug/fitz/harfbuzz.o -c source/fitz/harfbuzz.c x86_64-pc-linux-gnu-gcc -mtune=native -O2 -msse3 -pipe -Wall -DDEBUG -fpic -Iinclude -Igenerated -I/usr/include/freetype2 -DSHARE_JPEG -I/usr/include/openjpeg-2.1 -o build/debug/fitz/compressed-buffer.o -c source/fitz/compressed-buffer.c x86_64-pc-linux-gnu-gcc -mtune=native -O2 -msse3 -pipe -Wall -DDEBUG -fpic -Iinclude -Igenerated -I/usr/include/freetype2 -DSHARE_JPEG -I/usr/include/openjpeg-2.1 -o build/debug/fitz/filter-dct.o -c source/fitz/filter-dct.c source/fitz/harfbuzz.c:8:16: fatal error: hb.h: No such file or directory compilation terminated. Makefile:138: recipe for target 'build/debug/fitz/harfbuzz.o' failed make: *** [build/debug/fitz/harfbuzz.o] Error 1 make: *** Waiting for unfinished jobs.... * ERROR: app-text/mupdf-9999::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=app-text/mupdf-9999::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-text/mupdf-9999::gentoo'`. * The complete build log is located at '/var/tmp/portage/app-text/mupdf-9999/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-text/mupdf-9999/temp/environment'. * Working directory: '/var/tmp/portage/app-text/mupdf-9999/work/mupdf-9999' * S: '/var/tmp/portage/app-text/mupdf-9999/work/mupdf-9999'