Created attachment 529510 [details] build.log.gz When emerging qmapshack I get the following error when linking: /usr/lib/gcc/x86_64-pc-linux-gnu/6.4.0/../../../../x86_64-pc-linux-gnu/bin/ld: warning: libproj.so.0, needed by /usr/lib64/libgeotiff.so.2, not found (try using -rpath or -rpath-link) /usr/lib64/libgeotiff.so.2: undefined reference to `pj_fwd' /usr/lib64/libgeotiff.so.2: undefined reference to `pj_free' /usr/lib64/libgeotiff.so.2: undefined reference to `pj_inv' /usr/lib64/libgeotiff.so.2: undefined reference to `pj_init' See attached build log for the full log. sci-libs/proj is defined, but does not provide a libproj.so.0: # ls /usr/lib64/libproj.* /usr/lib64/libproj.so /usr/lib64/libproj.so.9 /usr/lib64/libproj.so.9.1.0 I tried to remerge proj, but this does not help.
Created attachment 529640 [details] emerge--info.gz
>gnu/bin/ld: warning: libproj.so.0, needed >by /usr/lib64/libgeotiff.so.2, not found please try to re-emerge libgeotiff, your installed copy looks for libproj.so.0, which might be out of date, mine currently is libproj.so.9. Just a guess however :)
> please try to re-emerge libgeotiff Nice this has worked. Thank you.