While attempting to build qemu with USE=static a linking error occurred because I was missing the /usr/lib64/libpixman-1.a file. The x11-libs/pixman ebuild does not have a static-libs or static use flag. I downloaded the source for the current stable version of pixman in portage: x11-libs/pixman-0.38.4 from http://www.pixman.org/ and https://www.cairographics.org/releases/ The default for pixman is to compile both dynamic and static libraries, but portage is not installing the static libraries and offers no way to indicate that I do in fact need them compiled and installed for qemu to work with USE=static
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84821ebd339ba2cb4998924e31196466c6a18880 commit 84821ebd339ba2cb4998924e31196466c6a18880 Author: James Le Cuirot <chewi@gentoo.org> AuthorDate: 2019-09-14 13:27:59 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2020-04-19 22:07:58 +0000 x11-libs/pixman: Reintroduce static-libs USE flag A couple of packages actually depend on this, even though it looks static libs have not been installed since the transition to Meson. The tree hasn't broken because they use [static-libs(+)]. Closes: https://bugs.gentoo.org/698548 Closes: https://github.com/gentoo/gentoo/pull/12925 Signed-off-by: James Le Cuirot <chewi@gentoo.org> Signed-off-by: Matt Turner <mattst88@gentoo.org> x11-libs/pixman/pixman-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)