Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 403688 Details for
Bug 549960
app-text/htmldoc-1.8.27-r3 fails to compile binary, but rest of install completes anyway.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
emerge log
app-text:htmldoc-1.8.27-r3:20150516-174100.log (text/plain), 10.40 KB, created by
Toralf Förster
on 2015-05-20 16:28:52 UTC
(
hide
)
Description:
emerge log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2015-05-20 16:28:52 UTC
Size:
10.40 KB
patch
obsolete
> * 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... >[01m[Kfile.c:[m[K In function â[01m[Kfile_localize[m[Kâ: >[01m[Kfile.c:844:3:[m[K [01;35m[Kwarning: [m[Kignoring return value of â[01m[Kgetcwd[m[Kâ, declared with attribute warn_unused_result [-Wunused-result] > getcwd(cwd, sizeof(cwd)); >[01;32m[K ^[m[K >Compiling html.cxx... >[01m[Khtml.cxx:[m[K In function â[01m[Kint html_export(tree_t*, tree_t*)[m[Kâ: >[01m[Khtml.cxx:123:49:[m[K [01;35m[Kwarning: [m[Ksuggest parentheses around â[01m[K&&[m[Kâ within â[01m[K||[m[Kâ [-Wparentheses] > if (OutputFiles && TitleImage[0] && TitlePage && >[01;32m[K ^[m[K >Compiling htmldoc.cxx... >Compiling htmllib.cxx... >Compiling htmlsep.cxx... >[01m[Khtmlsep.cxx:[m[K In function â[01m[Kint htmlsep_export(tree_t*, tree_t*)[m[Kâ: >[01m[Khtmlsep.cxx:127:34:[m[K [01;35m[Kwarning: [m[Ksuggest parentheses around â[01m[K&&[m[Kâ within â[01m[K||[m[Kâ [-Wparentheses] > if (TitleImage[0] && TitlePage && >[01;32m[K ^[m[K >Compiling http.c... >Compiling http-addr.c... >Compiling http-addrlist.c... >Compiling http-support.c... >Compiling image.cxx... >[01m[Kimage.cxx:[m[K In function â[01m[Kint image_load_jpeg(image_t*, FILE*, int, int)[m[Kâ: >[01m[Kimage.cxx:1395:29:[m[K [01;31m[Kerror: [m[Kinvalid conversion from â[01m[Kint[m[Kâ to â[01m[Kboolean[m[Kâ [-fpermissive] > jpeg_read_header(&cinfo, 1); >[01;32m[K ^[m[K >In file included from [01m[Kimage.cxx:55:0[m[K: >[01m[K/usr/include/jpeglib.h:1039:13:[m[K [01;36m[Knote: [m[Kinitializing argument 2 of â[01m[Kint jpeg_read_header(j_decompress_ptr, boolean)[m[Kâ > EXTERN(int) jpeg_read_header JPP((j_decompress_ptr cinfo, >[01;32m[K ^[m[K >[01m[Kimage.cxx:1397:25:[m[K [01;31m[Kerror: [m[Kinvalid conversion from â[01m[Kint[m[Kâ to â[01m[Kboolean[m[Kâ [-fpermissive] > cinfo.quantize_colors = 0; >[01;32m[K ^[m[K >[01m[Kimage.cxx:[m[K In function â[01m[Kint image_load_gif(image_t*, FILE*, int, int)[m[Kâ: >[01m[Kimage.cxx:1280:24:[m[K [01;35m[Kwarning: [m[Kignoring return value of â[01m[Ksize_t fread(void*, size_t, size_t, FILE*)[m[Kâ, declared with attribute warn_unused_result [-Wunused-result] > fread(buf, 13, 1, fp); >[01;32m[K ^[m[K >[01m[Kimage.cxx:1317:31:[m[K [01;35m[Kwarning: [m[Kignoring return value of â[01m[Ksize_t fread(void*, size_t, size_t, FILE*)[m[Kâ, declared with attribute warn_unused_result [-Wunused-result] > fread(buf, 9, 1, fp); >[01;32m[K ^[m[K >[01m[Kimage.cxx:[m[K In function â[01m[Kint image_load_bmp(image_t*, FILE*, int, int)[m[Kâ: >[01m[Kimage.cxx:949:38:[m[K [01;35m[Kwarning: [m[Kignoring return value of â[01m[Ksize_t fread(void*, size_t, size_t, FILE*)[m[Kâ, declared with attribute warn_unused_result [-Wunused-result] > fread(colormap, colors_used, 4, fp); >[01;32m[K ^[m[K >../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... >[01m[Kimage.cxx:[m[K In function â[01m[Kint image_load_jpeg(image_t*, FILE*, int, int)[m[Kâ: >[01m[Kimage.cxx:1395:29:[m[K [01;31m[Kerror: [m[Kinvalid conversion from â[01m[Kint[m[Kâ to â[01m[Kboolean[m[Kâ [-fpermissive] > jpeg_read_header(&cinfo, 1); >[01;32m[K ^[m[K >In file included from [01m[Kimage.cxx:55:0[m[K: >[01m[K/usr/include/jpeglib.h:1039:13:[m[K [01;36m[Knote: [m[Kinitializing argument 2 of â[01m[Kint jpeg_read_header(j_decompress_ptr, boolean)[m[Kâ > EXTERN(int) jpeg_read_header JPP((j_decompress_ptr cinfo, >[01;32m[K ^[m[K >[01m[Kimage.cxx:1397:25:[m[K [01;31m[Kerror: [m[Kinvalid conversion from â[01m[Kint[m[Kâ to â[01m[Kboolean[m[Kâ [-fpermissive] > cinfo.quantize_colors = 0; >[01;32m[K ^[m[K >[01m[Kimage.cxx:[m[K In function â[01m[Kint image_load_gif(image_t*, FILE*, int, int)[m[Kâ: >[01m[Kimage.cxx:1280:24:[m[K [01;35m[Kwarning: [m[Kignoring return value of â[01m[Ksize_t fread(void*, size_t, size_t, FILE*)[m[Kâ, declared with attribute warn_unused_result [-Wunused-result] > fread(buf, 13, 1, fp); >[01;32m[K ^[m[K >[01m[Kimage.cxx:1317:31:[m[K [01;35m[Kwarning: [m[Kignoring return value of â[01m[Ksize_t fread(void*, size_t, size_t, FILE*)[m[Kâ, declared with attribute warn_unused_result [-Wunused-result] > fread(buf, 9, 1, fp); >[01;32m[K ^[m[K >[01m[Kimage.cxx:[m[K In function â[01m[Kint image_load_bmp(image_t*, FILE*, int, int)[m[Kâ: >[01m[Kimage.cxx:949:38:[m[K [01;35m[Kwarning: [m[Kignoring return value of â[01m[Ksize_t fread(void*, size_t, size_t, FILE*)[m[Kâ, declared with attribute warn_unused_result [-Wunused-result] > fread(colormap, colors_used, 4, fp); >[01;32m[K ^[m[K >../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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 549960
:
403686
| 403688