Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 591268 - dev-libs/efl: can't build with documentation
Summary: dev-libs/efl: can't build with documentation
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-14 18:56 UTC by Nikita Zlobin
Modified: 2016-08-15 18:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Compressed log from emerge output (only after Summary) (efl.log.bz2,110.69 KB, application/x-bzip)
2016-08-14 18:56 UTC, Nikita Zlobin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikita Zlobin 2016-08-14 18:56:02 UTC
Created attachment 443304 [details]
Compressed log from emerge output (only after Summary)

Version 1.17.0 failed to build even manually, with --enable-doc, but version 1.17.2 succeed, so i bumped it in local overlay. However, in portage even this version can't build with doc. This makes me think, problem somewhere in portage.

After emerge failed, i tried to build tarball with configure command from config.log in efl work dir... and it succeed. Yet, in tarball it gave very few lines after "Summary" line, while emerge gave me nearly 16,6k lines.

The configure command was: ./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 --disable-dependency-tracking --disable-silent-rules --libdir=/usr/lib64 --with-profile=release --with-crypto=gnutls --with-x11=xlib --with-x --with-opengl=full --with-glib=no --enable-i-really-know-what-i-am-doing-and-that-this-will-probably-break-things-and-i-will-fix-them-myself-and-send-patches-abb --enable-image-loader-bmp --enable-image-loader-wbmp --disable-drm --enable-doc --enable-image-loader-eet --disable-egl --disable-fb --enable-fontconfig --disable-fribidi --enable-image-loader-gif --enable-gstreamer1 --disable-harfbuzz --enable-image-loader-ico --disable-ibus --enable-image-loader-jp2k --disable-neon --enable-nls --disable-lua-old --disable-physics --disable-pixman --disable-pixman-font --disable-pixman-rect --disable-pixman-line --disable-pixman-poly --disable-pixman-image --disable-pixman-image-scale-sample --enable-image-loader-png --enable-image-loader-pmaps --enable-image-loader-psd --enable-pulseaudio --disable-scim --enable-sdl --enable-audio --disable-systemd --enable-image-loader-tga --enable-image-loader-tiff --disable-tslib --enable-v4l2 --disable-valgrind --disable-wayland --enable-image-loader-webp --disable-xim --disable-xine --disable-image-loader-xpm --enable-cserve --enable-image-loader-generic --enable-image-loader-jpeg --disable-tizen --disable-gesture --disable-gstreamer --enable-xinput2 --disable-xinput22 --disable-multisense --enable-libmount

Manual building log: http://codepad.org/ZHMA6o7c
Log from emerge output is in attachement, as attempt to paste it on codepad caaused internal server error.

emerge -pv --info: http://codepad.org/4qUnLTSy
Comment 1 Nikita Zlobin 2016-08-15 18:04:05 UTC
Did not know, that doc target needs separate make command, so thought, it is built, however not finding the doc/html dir in sources :S