* Package: app-text/htmldoc-1.8.27-r2  * Repository: gentoo  * Maintainer: maintainer-needed@gentoo.org  * USE: elibc_glibc kernel_linux ssl userland_GNU x86  * FEATURES: sandbox >>> Unpacking source... >>> Unpacking htmldoc-1.8.27-source.tar.bz2 to /var/tmp/portage/app-text/htmldoc-1.8.27-r2/work * Applying htmldoc-sscanf-overflows.patch ...  [ ok ] * Applying htmldoc-fortify-fail.patch ...  [ ok ] >>> Source unpacked in /var/tmp/portage/app-text/htmldoc-1.8.27-r2/work  * Package: app-text/htmldoc-1.8.27-r2  * Repository: gentoo  * Maintainer: maintainer-needed@gentoo.org  * USE: elibc_glibc kernel_linux ssl userland_GNU x86  * FEATURES: sandbox >>> It appears that 'htmldoc-1.8.27-r2' is already setup; skipping. >>> Remove '/var/tmp/portage/app-text/htmldoc-1.8.27-r2/.setuped' to force setup. >>> Checking htmldoc-1.8.27-source.tar.bz2's mtime... >>> WORKDIR is up-to-date, keeping... >>> Compiling source in /var/tmp/portage/app-text/htmldoc-1.8.27-r2/work/htmldoc-1.8.27 ... ./configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-openssl --without-gui checking for gawk... gawk checking for i686-pc-linux-gnu-gcc... i686-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 i686-pc-linux-gnu-gcc accepts -g... yes checking for i686-pc-linux-gnu-gcc option to accept ANSI C... none needed checking for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether i686-pc-linux-gnu-g++ accepts -g... yes checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib checking for ar... /usr/bin/ar checking for chmod... /bin/chmod checking for cp... /bin/cp checking for fltk-config... no 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... 64 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 make -j3 Making all in htmldoc... Compiling gui.cxx... Compiling file.c... Compiling html.cxx... Compiling htmldoc.cxx... html.cxx: In function ‘int html_export(tree_t*, tree_t*)’: html.cxx:131: warning: suggest parentheses around ‘&&’ within ‘||’ Compiling htmllib.cxx... file.c: In function ‘file_find_check’: file.c:577: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result file.c: In function ‘file_localize’: file.c:844: warning: ignoring return value of ‘getcwd’, declared with attribute warn_unused_result Compiling htmlsep.cxx... htmlsep.cxx: In function ‘int htmlsep_export(tree_t*, tree_t*)’: htmlsep.cxx:135: warning: suggest parentheses around ‘&&’ within ‘||’ Compiling http.c... Compiling http-addr.c... Compiling http-addrlist.c... Compiling http-support.c... Compiling image.cxx... image.cxx: In function ‘void image_copy(const char*, const char*, const char*)’: image.cxx:605: warning: ignoring return value of ‘size_t fwrite(const void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result image.cxx: In function ‘int image_load_bmp(image_t*, FILE*, int, int)’: image.cxx:949: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result image.cxx: In function ‘int image_load_gif(image_t*, FILE*, int, int)’: image.cxx:1280: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result image.cxx:1317: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result image.cxx: In function ‘int image_load_png(image_t*, FILE*, int, int)’: image.cxx:1502: error: invalid use of incomplete type ‘struct png_struct_def’ /usr/include/png.h:827: error: forward declaration of ‘struct png_struct_def’ image.cxx:1529: error: invalid use of incomplete type ‘struct png_info_def’ /usr/include/png.h:696: error: forward declaration of ‘struct png_info_def’ image.cxx:1538: error: invalid use of incomplete type ‘struct png_info_def’ /usr/include/png.h:696: error: forward declaration of ‘struct png_info_def’ image.cxx:1543: error: invalid use of incomplete type ‘struct png_info_def’ /usr/include/png.h:696: error: forward declaration of ‘struct png_info_def’ image.cxx:1546: error: invalid use of incomplete type ‘struct png_info_def’ /usr/include/png.h:696: error: forward declaration of ‘struct png_info_def’ image.cxx:1557: error: invalid use of incomplete type ‘struct png_info_def’ /usr/include/png.h:696: error: forward declaration of ‘struct png_info_def’ image.cxx:1558: error: invalid use of incomplete type ‘struct png_info_def’ /usr/include/png.h:696: error: forward declaration of ‘struct png_info_def’ image.cxx:1560: error: invalid use of incomplete type ‘struct png_info_def’ /usr/include/png.h:696: error: forward declaration of ‘struct png_info_def’ image.cxx:1560: error: invalid use of incomplete type ‘struct png_info_def’ /usr/include/png.h:696: error: forward declaration of ‘struct png_info_def’ image.cxx:1597: error: invalid use of incomplete type ‘struct png_info_def’ /usr/include/png.h:696: error: forward declaration of ‘struct png_info_def’ image.cxx:1599: error: invalid use of incomplete type ‘struct png_info_def’ /usr/include/png.h:696: error: forward declaration of ‘struct png_info_def’ image.cxx:1613: error: invalid use of incomplete type ‘struct png_info_def’ /usr/include/png.h:696: error: forward declaration of ‘struct png_info_def’ image.cxx:1613: error: invalid use of incomplete type ‘struct png_info_def’ /usr/include/png.h:696: error: forward declaration of ‘struct png_info_def’ image.cxx:1642: error: invalid use of incomplete type ‘struct png_info_def’ /usr/include/png.h:696: error: forward declaration of ‘struct png_info_def’ make[1]: *** [image.o] Error 1 make[1]: *** Waiting for unfinished jobs.... Compiling iso8859.cxx... >>> Source compiled.