/bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc -I./gtk -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/gio-unix-2.0 -I/usr/lib64/libffi-3.3_rc0/include -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/uuid -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/atk-1.0 -pthread -O2 -pipe -march=native -Wl,-z,defs -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o libfm-demo libfm_demo-glib-compat.o libfm_demo-gtk-compat.o demo/libfm_demo-libfm-demo.o demo/libfm_demo-main-win.o -pthread -lgthread-2.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lfontconfig -lfreetype -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lcairo libfm.la libfm-extra.la libfm-gtk.la -ldl -lm libtool: error: cannot find the library 'libfm-extra.la' or unhandled argument 'libfm-extra.la' make[4]: *** [Makefile:1707: libfm-demo] Error 1 make[4]: Leaving directory '/var/tmp/portage/x11-libs/libfm-1.3.1/work/libfm-1.3.1/src' make[3]: *** [Makefile:2901: all-recursive] Error 1 ------------------------------------------------------------------- This is an stable amd64 chroot image at a tinderbox (==build bot) name: 17.1_developer-stable-20191110-162718 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-9.2.0 * clang: clang version 8.0.1 (tags/RELEASE_801/final) Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/lib/llvm/8/bin llvm: 8.0.1 Available Python interpreters, in order of preference: [1] python3.6 [2] python2.7 (fallback) [3] jython2.7 (fallback) Available Ruby profiles: [1] ruby24 (with Rubygems) [2] ruby25 (with Rubygems) * Available Rust versions: [1] rust-1.37.0 * java-config: The following VMs are available for generation-2: *) IcedTea JDK 3.13.0 [icedtea-bin-8] 2) JamVM JDK 2.0.0 [jamvm] 3) AdoptOpenJDK 8.222_p10 [openjdk-bin-8] 4) AdoptOpenJDK JRE 8.222_p10 [openjdk-jre-bin-8] Available Java Virtual Machines: [1] icedtea-bin-8 system-vm [2] jamvm [3] openjdk-bin-8 [4] openjdk-jre-bin-8 repository: ==> /var/db/repos/gentoo/metadata/timestamp.chk <== Fri, 15 Nov 2019 16:46:16 +0000 emerge -qpvO x11-libs/libfm [ebuild N ] x11-libs/libfm-1.3.1 USE="automount examples exif gtk udisks -debug -doc -vala"
Created attachment 596268 [details] emerge-info.txt
Created attachment 596270 [details] emerge-history.txt
Created attachment 596272 [details] environment
Created attachment 596274 [details] etc.portage.tbz2
Created attachment 596276 [details] logs.tbz2
Created attachment 596278 [details] temp.tbz2
Created attachment 596280 [details] x11-libs:libfm-1.3.1:20191115-172715.log
This error is strange. I ran into it during a system upgrade with x11-libs/libfm-1.3.2, nevertheless the package was already installed with USE="-doc", and now it was going to be rebuilt with USE="doc". x11-libs/libfm-extra-1.3.2 was installed too. I reinstalled both with USE="-doc" emerge -v1 x11-libs/libfm-extra x11-libs/libfm and it went well. So I went on with USE="doc" emerge -v1 x11-libs/libfm-extra x11-libs/libfm and expected that I would reproduce the error. That was not the case, the reinstallation went well this time too. My system upgrade then proceeded without further problems with x11-libs/libfm.
I just want to note, I ran into this error upgrading to libfm-1.3.2-r1 and got it to build with -examples. The doc/-doc stuff didn't seem to make any difference in my case.