* 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_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);  ^ Compiling iso8859.cxx... Compiling license.cxx... Compiling md5.c... Compiling progress.cxx... Compiling ps-pdf.cxx... ps-pdf.cxx: In function ‘void pdf_write_files(FILE*, tree_t*)’: ps-pdf.cxx:3015:3: warning: variable ‘entry’ set but not used [-Wunused-but-set-variable] entry, // Entry object  ^ ps-pdf.cxx: In function ‘void ps_ascii85(FILE*, uchar*, int, int)’: ps-pdf.cxx:9941:17: warning: ‘b’ may be used uninitialized in this function [-Wmaybe-uninitialized] c[4] = (b % 85) + '!';  ^ Compiling rc4.c... Compiling snprintf.c... Compiling string.c... Compiling toc.cxx... Compiling util.cxx... Linking htmldoc... Making all in doc... Formatting htmldoc.html... INFO: Reading intro.html... INFO: Reading 1-install.html... INFO: Reading 2-starting.html... INFO: Reading 3-books.html... INFO: Reading 4-cmdline.html... INFO: Reading 5-cgi.html... INFO: Reading 6-htmlref.html... INFO: Reading 7-guiref.html... INFO: Reading 8-cmdref.html... INFO: Reading a-license.html... INFO: Reading b-book.html... INFO: Reading c-relnotes.html... INFO: Reading d-compile.html... BYTES: 218547 Formatting htmldoc.pdf... INFO: Reading intro.html... INFO: Reading 1-install.html... INFO: Reading 2-starting.html... INFO: Reading 3-books.html... INFO: Reading 4-cmdline.html... INFO: Reading 5-cgi.html... INFO: Reading 6-htmlref.html... INFO: Reading 7-guiref.html... INFO: Reading 8-cmdref.html... INFO: Reading a-license.html... INFO: Reading b-book.html... INFO: Reading c-relnotes.html... INFO: Reading d-compile.html... Formatting page 3 Formatting page 4 Formatting page 6 Formatting page 7 Formatting page 8 Formatting page 9 Formatting page 10 Formatting page 11 Formatting page 12 Formatting page 13 Formatting page 14 Formatting page 15 Formatting page 16 Formatting page 18 Formatting page 19 Formatting page 20 Formatting page 21 Formatting page 22 Formatting page 23 Formatting page 24 Formatting page 25 Formatting page 26 Formatting page 27 Formatting page 28 Formatting page 29 Formatting page 30 Formatting page 31 Formatting page 32 Formatting page 33 Formatting page 34 Formatting page 35 Formatting page 36 Formatting page 37 Formatting page 38 Formatting page 39 Formatting page 40 Formatting page 41 Formatting page 42 Formatting page 43 Formatting page 44 Formatting page 46 Formatting page 47 Formatting page 48 Formatting page 49 Formatting page 50 Formatting page 51 Formatting page 52 Formatting page 53 Formatting page 54 Formatting page 55 Formatting page 56 Formatting page 57 Formatting page 58 Formatting page 59 Formatting page 60 Formatting page 61 Formatting page 62 Formatting page 63 Formatting page 64 Formatting page 66 Formatting page 67 Formatting page 68 Formatting page 69 Formatting page 70 Formatting page 71 Formatting page 72 Formatting page 73 Formatting page 74 Formatting page 75 Formatting page 76 Formatting page 77 Formatting page 78 Formatting page 79 Formatting page 80 Formatting page 81 Formatting page 82 Formatting page 83 Formatting page 84 Formatting page 85 Formatting page 86 Formatting page 87 Formatting page 88 Formatting page 89 Formatting page 90 Formatting page 91 Formatting page 92 Formatting page 93 Formatting page 94 Formatting page 96 Formatting page 97 Formatting page 98 Formatting page 99 Formatting page 100 Formatting page 101 Formatting page 102 Formatting page 103 Formatting page 104 Formatting page 105 Formatting page 106 Formatting page 107 Formatting page 108 Formatting page 109 Formatting page 110 Formatting page 111 Formatting page 112 Formatting page 114 Formatting page 115 Formatting page 116 Formatting page 118 Formatting page 119 Formatting page 120 Formatting page 121 Formatting page 122 Formatting page 123 Formatting page 124 PAGES: 126 Writing image 1 (htmldoc-fig11.png)... Writing image 2 (htmldoc-fig12.png)... Writing image 3 (htmldoc-fig13.png)... Writing image 4 (htmldoc-fig14.png)... Writing image 5 (htmldoc-fig21.png)... Writing image 6 (htmldoc-fig22.png)... Writing image 7 (htmldoc-fig23.png)... Writing image 8 (htmldoc-fig31.png)... Writing image 9 (htmldoc-fig32.png)... Writing image 10 (htmldoc-fig41.png)... Writing image 11 (htmldoc-fig51.png)... Writing image 12 (htmldoc-fig52.png)... Writing image 13 (htmldoc-fig53.png)... Writing image 14 (htmldoc-fig54.png)... Writing image 15 (htmldoc-fig55.png)... Writing image 16 (htmldoc-fig56.png)... Writing image 17 (htmldoc-fig57.png)... Writing image 18 (htmldoc-fig58.png)... Writing image 19 (htmldoc-fig71.png)... Writing image 20 (htmldoc-fig72.png)... Writing image 21 (htmldoc-fig73.png)... Writing image 22 (htmldoc-fig74.png)... Writing image 23 (htmldoc-fig75.png)... Writing image 24 (htmldoc-fig76.png)... Writing image 25 (htmldoc-fig77.png)... Writing image 26 (htmldoc-fig78.png)... Writing image 27 (htmldoc-fig79.png)... Writing image 28 (htmldoc-fig7a.png)... Writing image 29 (htmldoc-fig7b.png)... Writing page title... Writing page eltit... Writing page i... Writing page ii... Writing page iii... Writing page iv... Writing page v... Writing page vi... Writing page vii... Writing page viii... Writing page IN-1... Writing page IN-2... Writing page IN-3... Writing page 1-4... Writing page 1-1... Writing page 1-2... Writing page 1-3... Writing page 1-4... Writing page 2-1... Writing page 2-2... Writing page 2-3... Writing page 2-4... Writing page 3-1... Writing page 3-2... Writing page 3-3... Writing page 4-4... Writing page 4-1... Writing page 4-2... Writing page 4-3... Writing page 4-4... Writing page 5-1... Writing page 5-2... Writing page 5-3... Writing page 5-4... Writing page 5-5... Writing page 5-6... Writing page 5-7... Writing page 5-8... Writing page 5-9... Writing page 5-10... Writing page 5-11... Writing page 5-12... Writing page 5-13... Writing page 5-14... Writing page 6-1... Writing page 6-2... Writing page 6-3... Writing page 6-4... Writing page 6-5... Writing page 6-6... Writing page 6-7... Writing page 6-8... Writing page 6-9... Writing page 7-10... Writing page 7-1... Writing page 7-2... Writing page 7-3... Writing page 7-4... Writing page 7-5... Writing page 7-6... Writing page 7-7... Writing page 7-8... Writing page 7-9... Writing page 7-10... Writing page 7-11... Writing page 7-12... Writing page 7-13... Writing page 7-14... Writing page 7-15... Writing page 7-16... Writing page 7-17... Writing page 7-18... Writing page 7-19... Writing page 8-20... Writing page 8-1... Writing page 8-2... Writing page 8-3... Writing page 8-4... Writing page 8-5... Writing page 8-6... Writing page 8-7... Writing page 8-8... Writing page 8-9... Writing page 8-10... Writing page 8-11... Writing page 8-12... Writing page 8-13... Writing page 8-14... Writing page 8-15... Writing page 8-16... Writing page 8-17... Writing page 8-18... Writing page 8-19... Writing page 8-20... Writing page 8-21... Writing page 8-22... Writing page A-1... Writing page A-2... Writing page A-3... Writing page A-4... Writing page B-1... Writing page B-2... Writing page B-3... Writing page C-4... Writing page C-1... Writing page C-2... Writing page C-3... Writing page C-4... Writing page C-5... Writing page C-6... Writing page C-7... Writing page C-8... Writing page C-9... Writing page C-10... Writing page C-11... Writing page C-12... Writing page C-13... Writing page C-14... Writing page C-15... Writing page C-16... Writing page C-17... Writing page 1-18... Writing page 1-1... Writing page 1-2... Writing page 1-3... Writing page 1-4... BYTES: 1198403 Formatting htmldoc.ps... INFO: Reading intro.html... INFO: Reading 1-install.html... INFO: Reading 2-starting.html... INFO: Reading 3-books.html... INFO: Reading 4-cmdline.html... INFO: Reading 5-cgi.html... INFO: Reading 6-htmlref.html... INFO: Reading 7-guiref.html... INFO: Reading 8-cmdref.html... INFO: Reading a-license.html... INFO: Reading b-book.html... INFO: Reading c-relnotes.html... INFO: Reading d-compile.html... Formatting page 3 Formatting page 4 Formatting page 6 Formatting page 7 Formatting page 8 Formatting page 9 Formatting page 10 Formatting page 11 Formatting page 12 Formatting page 13 Formatting page 14 Formatting page 15 Formatting page 16 Formatting page 18 Formatting page 19 Formatting page 20 Formatting page 21 Formatting page 22 Formatting page 23 Formatting page 24 Formatting page 25 Formatting page 26 Formatting page 27 Formatting page 28 Formatting page 29 Formatting page 30 Formatting page 31 Formatting page 32 Formatting page 33 Formatting page 34 Formatting page 35 Formatting page 36 Formatting page 37 Formatting page 38 Formatting page 39 Formatting page 40 Formatting page 41 Formatting page 42 Formatting page 43 Formatting page 44 Formatting page 46 Formatting page 47 Formatting page 48 Formatting page 49 Formatting page 50 Formatting page 51 Formatting page 52 Formatting page 53 Formatting page 54 Formatting page 55 Formatting page 56 Formatting page 57 Formatting page 58 Formatting page 59 Formatting page 60 Formatting page 61 Formatting page 62 Formatting page 63 Formatting page 64 Formatting page 66 Formatting page 67 Formatting page 68 Formatting page 69 Formatting page 70 Formatting page 71 Formatting page 72 Formatting page 73 Formatting page 74 Formatting page 75 Formatting page 76 Formatting page 77 Formatting page 78 Formatting page 79 Formatting page 80 Formatting page 81 Formatting page 82 Formatting page 83 Formatting page 84 Formatting page 85 Formatting page 86 Formatting page 87 Formatting page 88 Formatting page 89 Formatting page 90 Formatting page 91 Formatting page 92 Formatting page 93 Formatting page 94 Formatting page 96 Formatting page 97 Formatting page 98 Formatting page 99 Formatting page 100 Formatting page 101 Formatting page 102 Formatting page 103 Formatting page 104 Formatting page 105 Formatting page 106 Formatting page 107 Formatting page 108 Formatting page 109 Formatting page 110 Formatting page 111 Formatting page 112 Formatting page 114 Formatting page 115 Formatting page 116 Formatting page 118 Formatting page 119 Formatting page 120 Formatting page 121 Formatting page 122 Formatting page 123 Formatting page 124 PAGES: 126 Writing page title... Writing page eltit... Writing page i... Writing page ii... Writing page iii... Writing page iv... Writing page v... Writing page vi... Writing page vii... Writing page viii... Writing page IN-1... Writing page IN-2... Writing page IN-3... Writing page 1-4... Writing page 1-1... Writing page 1-2... Writing page 1-3... Writing page 1-4... Writing page 2-1... Writing page 2-2... Writing page 2-3... Writing page 2-4... Writing page 3-1... Writing page 3-2... Writing page 3-3... Writing page 4-4... Writing page 4-1... Writing page 4-2... Writing page 4-3... Writing page 4-4... Writing page 5-1... Writing page 5-2... Writing page 5-3... Writing page 5-4... Writing page 5-5... Writing page 5-6... Writing page 5-7... Writing page 5-8... Writing page 5-9... Writing page 5-10... Writing page 5-11... Writing page 5-12... Writing page 5-13... Writing page 5-14... Writing page 6-1... Writing page 6-2... Writing page 6-3... Writing page 6-4... Writing page 6-5... Writing page 6-6... Writing page 6-7... Writing page 6-8... Writing page 6-9... Writing page 7-10... Writing page 7-1... Writing page 7-2... Writing page 7-3... Writing page 7-4... Writing page 7-5... Writing page 7-6... Writing page 7-7... Writing page 7-8... Writing page 7-9... Writing page 7-10... Writing page 7-11... Writing page 7-12... Writing page 7-13... Writing page 7-14... Writing page 7-15... Writing page 7-16... Writing page 7-17... Writing page 7-18... Writing page 7-19... Writing page 8-20... Writing page 8-1... Writing page 8-2... Writing page 8-3... Writing page 8-4... Writing page 8-5... Writing page 8-6... Writing page 8-7... Writing page 8-8... Writing page 8-9... Writing page 8-10... Writing page 8-11... Writing page 8-12... Writing page 8-13... Writing page 8-14... Writing page 8-15... Writing page 8-16... Writing page 8-17... Writing page 8-18... Writing page 8-19... Writing page 8-20... Writing page 8-21... Writing page 8-22... Writing page A-1... Writing page A-2... Writing page A-3... Writing page A-4... Writing page B-1... Writing page B-2... Writing page B-3... Writing page C-4... Writing page C-1... Writing page C-2... Writing page C-3... Writing page C-4... Writing page C-5... Writing page C-6... Writing page C-7... Writing page C-8... Writing page C-9... Writing page C-10... Writing page C-11... Writing page C-12... Writing page C-13... Writing page C-14... Writing page C-15... Writing page C-16... Writing page C-17... Writing page 1-18... Writing page 1-1... Writing page 1-2... Writing page 1-3... Writing page 1-4... BYTES: 2054134 >>> 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... Making all in doc... 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... Installing in htmldoc... >>> Completed installing htmldoc-1.8.27-r3 into /var/tmp/portage/app-text/htmldoc-1.8.27-r3/image/ strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment -R .GCC.command.line -R .note.gnu.gold-version usr/bin/htmldoc ecompressdir: bzip2 -9 /usr/share/man ecompressdir: bzip2 -9 /usr/share/doc