Summary: | dev-libs/libnsfb-0.1.2: pkgconfig weirdness / reverse dependencies fail to build | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Patrick Lauer <patrick> |
Component: | New packages | Assignee: | Michael Weber (RETIRED) <xmw> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Patrick Lauer
![]() + 17 Nov 2014; Patrick Lauer <patrick@gentoo.org> package.use.mask: + Temporarily mask fbcon useflag on netsurf until libnsfb is fixed #529594 + So once libnsfb works, and netsurf compiles with it, you can unmask it and repoman won't be upset :) And netsurf fails like this: Package libnsfb was not found in the pkg-config search path. Perhaps you should add the directory containing `libnsfb.pc' to the PKG_CONFIG_PATH environment variable No package 'libnsfb' found [snip] thumbnail.c:(.text+0x127): undefined reference to `nsfb_plot_copy' thumbnail.c:(.text+0x12f): undefined reference to `nsfb_free' thumbnail.c:(.text+0x1c9): undefined reference to `nsfb_free' collect2: error: ld returned 1 exit status Makefile:566: recipe for target 'nsfb' failed make: *** [nsfb] Error 1 * ERROR: www-client/netsurf-3.2::gentoo failed (compile phase): (In reply to Patrick Lauer from comment #1) > + 17 Nov 2014; Patrick Lauer <patrick@gentoo.org> package.use.mask: > + Temporarily mask fbcon useflag on netsurf until libnsfb is fixed #529594 I forgot to commit my updated version of the ebuild, with NETSURF_BUILDSYSTEM=buildsystem-1.2 and other updates. Sorry for the mess, it all compiled/repoman full'd on my laptop. |