* Package: app-text/htmldoc-1.8.27-r3 * Repository: gentoo * Maintainer: maintainer-needed@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux policykit ssl userland_GNU * FEATURES: preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking htmldoc-1.8.27-source.tar.bz2 to /var/tmp/portage/app-text/htmldoc-1.8.27-r3/work >>> Source unpacked in /var/tmp/portage/app-text/htmldoc-1.8.27-r3/work >>> Preparing source in /var/tmp/portage/app-text/htmldoc-1.8.27-r3/work/htmldoc-1.8.27 ... * Applying htmldoc-sscanf-overflows.patch ... [ ok ] * Applying htmldoc-fortify-fail.patch ... [ ok ] * Applying htmldoc-libpng15.patch ... [ ok ] * Applying htmldoc-1.8.27-crash.patch ... [ ok ] >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-text/htmldoc-1.8.27-r3/work/htmldoc-1.8.27 ... ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --enable-openssl --without-gui checking for gawk... gawk checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ANSI C... none needed checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking for ar... /usr/bin/ar checking for chmod... /bin/chmod checking for cp... /bin/cp checking for fltk-config... /usr/bin/fltk-config checking for mv... /bin/mv checking for mkdir... /bin/mkdir checking for rm... /bin/rm checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for strings.h... (cached) yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for strdup... yes checking for strcasecmp... yes checking for strncasecmp... yes checking for strlcat... no checking for strlcpy... no checking for snprintf... yes checking for vsnprintf... yes checking for tm_gmtoff member in tm structure... yes checking for pow in -lm... yes checking for library containing socket... none required checking for library containing gethostbyaddr... none required checking for library containing getaddrinfo... none required checking for library containing getnameinfo... none required checking for library containing hstrerror... none required checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGE_FILES value needed for large files... no checking for long long int... yes checking for strtoll... yes checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes checking for SSL_new in -lssl... yes checking for jpeg_CreateCompress in -ljpeg... yes checking for gzgets in -lz... yes checking for png_set_tRNS_to_alpha in -lpng... yes checking if libsupc++ is required... yes checking if GCC supports -fno-rtti... yes checking if GCC supports -fno-exceptions... yes configure: creating ./config.status config.status: creating Makedefs config.status: creating Makefile config.status: creating htmldoc.list config.status: creating desktop/htmldoc.dt config.status: creating desktop/htmldoc.ftr config.status: creating desktop/htmldoc.plist config.status: creating config.h >>> Source configured. >>> Compiling source in /var/tmp/portage/app-text/htmldoc-1.8.27-r3/work/htmldoc-1.8.27 ... make -j1 Making all in htmldoc... Compiling gui.cxx... Compiling file.c... file.c: In function ‘file_localize’: file.c:844:3: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result [-Wunused-result] getcwd(cwd, sizeof(cwd));  ^ Compiling html.cxx... html.cxx: In function ‘int html_export(tree_t*, tree_t*)’: html.cxx:123:49: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] if (OutputFiles && TitleImage[0] && TitlePage &&  ^ Compiling htmldoc.cxx... Compiling htmllib.cxx... Compiling htmlsep.cxx... htmlsep.cxx: In function ‘int htmlsep_export(tree_t*, tree_t*)’: htmlsep.cxx:127:34: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] if (TitleImage[0] && TitlePage &&  ^ Compiling http.c... Compiling http-addr.c... Compiling http-addrlist.c... Compiling http-support.c... Compiling image.cxx... image.cxx: In function ‘int image_load_jpeg(image_t*, FILE*, int, int)’: image.cxx:1395:29: error: invalid conversion from ‘int’ to ‘boolean’ [-fpermissive] jpeg_read_header(&cinfo, 1);  ^ In file included from image.cxx:55:0: /usr/include/jpeglib.h:1039:13: note: initializing argument 2 of ‘int jpeg_read_header(j_decompress_ptr, boolean)’ EXTERN(int) jpeg_read_header JPP((j_decompress_ptr cinfo,  ^ image.cxx:1397:25: error: invalid conversion from ‘int’ to ‘boolean’ [-fpermissive] cinfo.quantize_colors = 0;  ^ image.cxx: In function ‘int image_load_gif(image_t*, FILE*, int, int)’: image.cxx:1280:24: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result] fread(buf, 13, 1, fp);  ^ image.cxx:1317:31: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result] fread(buf, 9, 1, fp);  ^ image.cxx: In function ‘int image_load_bmp(image_t*, FILE*, int, int)’: image.cxx:949:38: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result] fread(colormap, colors_used, 4, fp);  ^ ../Makedefs:90: recipe for target 'image.o' failed make[1]: *** [image.o] Error 1 >>> Source compiled. >>> Test phase [not enabled]: app-text/htmldoc-1.8.27-r3 >>> Install htmldoc-1.8.27-r3 into /var/tmp/portage/app-text/htmldoc-1.8.27-r3/image/ category app-text Making all in htmldoc... Compiling image.cxx... image.cxx: In function ‘int image_load_jpeg(image_t*, FILE*, int, int)’: image.cxx:1395:29: error: invalid conversion from ‘int’ to ‘boolean’ [-fpermissive] jpeg_read_header(&cinfo, 1);  ^ In file included from image.cxx:55:0: /usr/include/jpeglib.h:1039:13: note: initializing argument 2 of ‘int jpeg_read_header(j_decompress_ptr, boolean)’ EXTERN(int) jpeg_read_header JPP((j_decompress_ptr cinfo,  ^ image.cxx:1397:25: error: invalid conversion from ‘int’ to ‘boolean’ [-fpermissive] cinfo.quantize_colors = 0;  ^ image.cxx: In function ‘int image_load_gif(image_t*, FILE*, int, int)’: image.cxx:1280:24: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result] fread(buf, 13, 1, fp);  ^ image.cxx:1317:31: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result] fread(buf, 9, 1, fp);  ^ image.cxx: In function ‘int image_load_bmp(image_t*, FILE*, int, int)’: image.cxx:949:38: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result] fread(colormap, colors_used, 4, fp);  ^ ../Makedefs:90: recipe for target 'image.o' failed make[2]: *** [image.o] Error 1 Installing in fonts... Installing font files in /var/tmp/portage/app-text/htmldoc-1.8.27-r3/image/usr/share/htmldoc/fonts... Installing in data... Installing in doc... Rebuilding documentation... Formatting htmldoc.html... make[1]: ../htmldoc/htmldoc: Command not found Makefile:93: recipe for target 'htmldoc.html' failed make[1]: *** [htmldoc.html] Error 127 mv: cannot stat ‘/var/tmp/portage/app-text/htmldoc-1.8.27-r3/image//usr/share/doc/htmldoc’: No such file or directory mv: cannot stat ‘/var/tmp/portage/app-text/htmldoc-1.8.27-r3/image//usr/share/doc/htmldoc-1.8.27-r3/*.html’: No such file or directory >>> Completed installing htmldoc-1.8.27-r3 into /var/tmp/portage/app-text/htmldoc-1.8.27-r3/image/ ecompressdir: bzip2 -9 /usr/share/doc