Libxul build failure poudriere amd64 FreeBSD 10.1

Ken Moffat zarniwhoop at ntlworld.com
Thu Jul 9 00:26:06 UTC 2015


On Wed, Jul 08, 2015 at 06:49:10PM -0400, Baho Utot wrote:
> 
> poudriere using ZFS jail
> 
> libxul has built successfully using the same setup, before updating ports
> 
> poudriere ports -u
> 
> poudriere bulk -f /root/poudriere.list -j 101amd64
> 
> Returns the following error
> 
> Anyone else have this failure?
> 
> 
> ====>> Building www/libxul
[...]
> /wrkdirs/usr/ports/www/libxul/work/mozilla-esr31/ipc/chromium/src/base/process_util_bsd.cc:(.text._ZN4base9LaunchAppERKNSt3__16vectorINS0_12basic_stringIcNS0_11char_traitsIcEENS0_9allocatorIcEEEENS5_IS7_EEEERKNS1_INS0_4pairIiiEENS5_ISD_EEEERKNS0_3mapIS7_S7_NS0_4lessIS7_EENS5_INSC_IKS7_S7_EEEEEENS_15ChildPrivilegesEbPiNS_19ProcessArchitectureE+0x402):
> warning: undefined reference to `environ'
> /usr/bin/ld: libxul.so: hidden symbol `FT_Get_X11_Font_Format' isn't defined

Caused by current (2.6) freetype.
Looks like https://bugzilla.mozilla.org/show_bug.cgi?id=1143411

The following sed works with gnu sed, I'm not sure if FreeBSD's
version will like it.

sed -i '/^ftglyph.h/ i ftfntfmt.h' config/system-headers

Looks as if there is a commit link on the bugzilla entry, perhaps
you can get a patch there if the sed is not acceptable.

ĸen
-- 
This one goes up to eleven!


More information about the freebsd-questions mailing list