Emerging postgis-2.1.4 (but not postgis-2.1.1) fails with the doc use flag enabled. If you use -doc instead, the emerge works fine. Reproducible: Always Steps to Reproduce: 1. USE=doc emerge postgis Actual Results: * ERROR: dev-db/postgis-2.1.4::gentoo failed (compile phase): * emake failed Expected Results: emerge to be successful.
Created attachment 388794 [details] Build log
Created attachment 388796 [details] emerge --info output
One more thing, if I compile from the tar ball postgis-2.1.4.tar.gz with ./configure and then make, it compiles fine.
It will work for me if I do: MAKEOPTS="-j1" emerge postgis MAKEOPTS="-j1" was present in postgis-2.1.1.ebuild
08 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org> postgis-2.1.4.ebuild: Fix bug 528576. Force serial compilation.
The change resolves the problem for me. Thanks for the quick work!