x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -c -o fb_img.o fb_img.c x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o w3mimgdisplayfb w3mimgdisplayfb.o fb.o fb_img.o -lstimg /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/../../../../lib64/libstimg.so: undefined reference to `png_set_longjmp_fn' /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/../../../../lib64/libstimg.so: undefined reference to `jpeg_destroy_decompress' /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/../../../../lib64/libstimg.so: undefined reference to `TIFFFdOpen' /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/../../../../lib64/libstimg.so: undefined reference to `TIFFClose' ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.0-systemd_20180501-115151 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-7.3.0 * Available Python interpreters, in order of preference: [1] python3.5 [2] python2.7 (fallback) Available Ruby profiles: [1] ruby23 (with Rubygems) * java-config: The following VMs are available for generation-2: emerge -qpv media-gfx/w3mimgfb [ebuild N ] media-gfx/w3mimgfb-0.9.1
Created attachment 530188 [details] emerge-info.txt
Created attachment 530190 [details] emerge-history.txt
Created attachment 530192 [details] environment
Created attachment 530194 [details] etc.portage.tbz2
Created attachment 530196 [details] media-gfx:w3mimgfb-0.9.1:20180506-140347.log
Created attachment 530198 [details] temp.tbz2
After looking at the Makefile, I noticed it isn't even trying to link to any of the other libraries necessary (libpng, libtiff, and libjpeg). Sadly, I am not good on making patch files, but I'll attach an updated Makefile that allows it to compile on my system (so someone can make the patch file).
Created attachment 538060 [details] Updated Makefile
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c4e24ad6284b415e2479fbb77a6e54037dfe0c commit 49c4e24ad6284b415e2479fbb77a6e54037dfe0c Author: Pacho Ramos <pacho@gentoo.org> AuthorDate: 2018-10-20 16:00:19 +0000 Commit: Pacho Ramos <pacho@gentoo.org> CommitDate: 2018-10-20 16:35:38 +0000 media-gfx/w3mimgfb: Fix linking issues (#655080 by Chris Torske) Closes: https://bugs.gentoo.org/655080 Signed-off-by: Pacho Ramos <pacho@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 media-gfx/w3mimgfb/w3mimgfb-0.9.1.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-)