Date: Mon, 13 Apr 2009 02:34:22 +0200 From: "barbara" <barbara.xxx1975@libero.it> To: "bug-followup" <bug-followup@FreeBSD.org> Cc: gnome <gnome@FreeBSD.org>, marcus <marcus@FreeBSD.org> Subject: Re: ports/133590: www/libxul: build failure Message-ID: <KI0K9A$3227F95C96CA19B006806453F8386248@libero.it>
next in thread | raw e-mail | index | archive | help
> On Sun, 2009-04-12 at 12:03 +0200, barbara wrote: > > > Synopsis: www/libxul: build failure > > > > > > State-Changed-From-To: open->feedback > > > State-Changed-By: marcus > > > State-Changed-When: Sun Apr 12 06:18:26 UTC 2009 > > > State-Changed-Why: > > > Is this fixed in 1.9.0.7_3? > > > > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D133590 > > > > > > > Unfortunately no. > > I had exactly the same error. > > Try taking the patch-config_rules.mk from www/firefox3, and see if that= > fixes the problem. > They build ended successfully using the following patch: ------------------------------------------------------------------------ --- config/rules.mk.orig 2008-06-25 01:29:46.000000000 +0200 +++ config/rules.mk 2009-04-13 00:51:51.000000000 +0200 @@ -468,9 +468,7 @@ endif ifeq ($(OS_ARCH),FreeBSD) -ifdef IS_COMPONENT -EXTRA_DSO_LDOPTS +=3D -Wl,-Bsymbolic -endif +EXTRA_DSO_LDOPTS +=3D -Wl,-Bsymbolic -lc endif ifeq ($(OS_ARCH),NetBSD) ------------------------------------------------------------------------ I would also like to ask you if the confusing message from pkg_info while= running make patch could be suppressed: ------------------------------------------------------------------------ --- bsd.gecko.mk.orig 2009-04-12 21:27:11.000000000 +0200 +++ bsd.gecko.mk 2009-04-13 02:22:54.000000000 +0200 @@ -532,7 +532,7 @@ @${REINPLACE_CMD} -e 's|/usr/local/netscape|${LOCALBASE}|g ; \ s|/usr/local/lib/netscape|${LOCALBASE}/lib|g' \ ${WRKSRC}/xpcom/*/SpecialSystemDirectory.cpp - @if [ -n "`${PKG_INFO} -xI '^bind[0-9]*-base-[0-9]'`" ]; then \ + @if [ -n "`${PKG_INFO} -xI '^bind[0-9]*-base-[0-9]' 2>/dev/null`"= ]; then \ ${ECHO_CMD} "${PKGNAME}: bind installed with PORT_REPLACE= S_BASE_BIND causes build problems."; \ ${FALSE}; \ fi ------------------------------------------------------------------------ Thanks Barbara
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?KI0K9A$3227F95C96CA19B006806453F8386248>