Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jun 2008 10:04:59 +0100
From:      Tom Evans <tevans.uk@googlemail.com>
To:        Jeremy Messenger <mezz7@cox.net>
Cc:        gnome@freebsd.org
Subject:   Re: CALL FOR TEST: Updates to pixmap, cairo, poppler, and firefox 3.0!
Message-ID:  <1213952699.10665.184.camel@localhost>
In-Reply-To: <op.uc0cihca9aq2h7@mezz.mezzweb.com>
References:  <op.ucxiscyq9aq2h7@mezz.mezzweb.com> <48597287.2040907@cyberbotx.com> <1213876731.10665.156.camel@localhost> <485A6E6B.2000606@cyberbotx.com> <1213894832.10665.175.camel@localhost> <op.uc0cihca9aq2h7@mezz.mezzweb.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--=-3zaRXk6EJKcB5bfkN+NF
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Thu, 2008-06-19 at 13:04 -0500, Jeremy Messenger wrote:
> On Thu, 19 Jun 2008 12:00:32 -0500, Tom Evans <tevans.uk@googlemail.com> =
=20
> wrote:
>=20
> > On Thu, 2008-06-19 at 10:34 -0400, Naram Qashat wrote:
> >> ..
> >> That was definitely the problem, thanks for pointing that out.  Withou=
t =20
> >> looking
> >> at the source files, I assume they were referencing the header files b=
y =20
> >> some
> >> kind of path and that was causing the issue when firefox2 and =20
> >> spidermonkey were
> >> installed.  But now it builds fine, and also runs just fine as well.
> >>
> >> Thanks,
> >> Naram Qashat
> >
> > No problem. Wish I could work out why ff3 fails so consistently on my
> > machine.
> >
> > FreeBSD zoot.mintel.co.uk 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #6: Mon
> > Feb  4 12:43:15 GMT 2008
> > root@zoot.mintel.co.uk:/data2/FreeBSD/RELENG_7/obj/data2/FreeBSD/RELENG=
_7/src/sys/ZOOT  =20
> > i386
> >
> > Unmodified, the port build runs along until it gets to the JS library
> > (mozilla/js/src). Then this happens:
> > cc -I/usr/local/include  -I/usr/local/include -Wall -W -Wno-unused
> > -Wpointer-arith -Wcast-align -W -Wno-long-long -O1 -fno-strict-aliasing
> > -pipe -O2 -fno-strict-aliasing -O2 -fno-strict-aliasing -pipe  -DNDEBUG
> > -DTRIMMED -O2 -fPIC -shared -Wl,-z,defs -Wl,-h,libmozjs.so -o
> > libmozjs.so  jsapi.o jsarena.o jsarray.o jsatom.o jsbool.o jscntxt.o
> > jsdate.o jsdbgapi.o jsdhash.o jsdtoa.o jsemit.o jsexn.o jsfun.o jsgc.o
> > jshash.o jsinterp.o jsinvoke.o jsiter.o jslock.o jslog2.o jslong.o
> > jsmath.o jsnum.o jsobj.o jsopcode.o jsparse.o jsprf.o jsregexp.o
> > jsscan.o jsscope.o jsscript.o jsstr.o jsutil.o jsxdrapi.o jsxml.o
> > prmjtime.o     -pthread        -Wl,-rpath-link,../../dist/bin   -lm
> > -pthread -L../../dist/lib -lplds4 -lplc4 -lnspr4 -pthread -Wl,-Bsymboli=
c
> > -lc -lm -pthread -pthread -L/usr/local/lib -liconv
> > ../../dist/lib/libnspr4.a(uxproces.o)(.text+0x7d1): In function
> > `_MD_CreateUnixProcess':
> > : undefined reference to `environ'
> > gmake[3]: *** [libmozjs.so] Error 1
> > gmake[3]: Leaving directory
> > `/data2/ff3_build/usr/ports-stable/www/firefox3/work/mozilla/js/src'
>=20
> By the way, I don't have any of libnspr4.a build. See here:
>=20
> -----------------------------------------
> # find work -name libnspr4\*
> [...nada...]
> # find work -name \*.a | grep dist\/lib
> work/mozilla/dist/lib/libxpt.a
> work/mozilla/dist/lib/libxpcomglue_s.a
> work/mozilla/dist/lib/libxpcomglue.a
> work/mozilla/dist/lib/libmozreg_s.a
> work/mozilla/dist/lib/libunicharutil_external_s.a
> work/mozilla/dist/lib/libunicharutil_s.a
> work/mozilla/dist/lib/libmozlcms.a
> work/mozilla/dist/lib/librdfutil_external_s.a
> work/mozilla/dist/lib/libdbm.a
> work/mozilla/dist/lib/libnssutil.a
> work/mozilla/dist/lib/libfreebl.a
> work/mozilla/dist/lib/libsoftokn.a
> work/mozilla/dist/lib/libnssdbm.a
> work/mozilla/dist/lib/libnssb.a
> work/mozilla/dist/lib/libnssdev.a
> work/mozilla/dist/lib/libnsspki.a
> work/mozilla/dist/lib/libpkixcertsel.a
> work/mozilla/dist/lib/libpkixcrlsel.a
> work/mozilla/dist/lib/libpkixchecker.a
> work/mozilla/dist/lib/libpkixparams.a
> work/mozilla/dist/lib/libpkixresults.a
> work/mozilla/dist/lib/libpkixstore.a
> work/mozilla/dist/lib/libpkixtop.a
> work/mozilla/dist/lib/libpkixutil.a
> work/mozilla/dist/lib/libpkixpki.a
> work/mozilla/dist/lib/libpkixsystem.a
> work/mozilla/dist/lib/libpkixmodule.a
> work/mozilla/dist/lib/libcertdb.a
> work/mozilla/dist/lib/libcerthi.a
> work/mozilla/dist/lib/libpk11wrap.a
> work/mozilla/dist/lib/libcryptohi.a
> work/mozilla/dist/lib/libnss.a
> work/mozilla/dist/lib/libssl.a
> work/mozilla/dist/lib/libpkcs12.a
> work/mozilla/dist/lib/libpkcs7.a
> work/mozilla/dist/lib/libsmime.a
> work/mozilla/dist/lib/libcrmf.a
> work/mozilla/dist/lib/libjar.a
> work/mozilla/dist/lib/libnssckfw.a
> work/mozilla/dist/lib/libsectool.a
> -----------------------------------------
>=20
> It's why I am asking for what's version of nspr/nss and a full build log.
>=20
> Cheers,
> Mezz
>=20

Very strange. I rebuilt world + kernel from fresh sources last night,
I'll install them this lunch time and get a full build log for you.

Cheers

Tom

--=-3zaRXk6EJKcB5bfkN+NF
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (FreeBSD)

iEYEABECAAYFAkhbcrcACgkQlcRvFfyds/dpxACfcy+3GPpznGIdZOT2CeE+w5cU
pccAnjX8qpZJH3Xcgg/aM+/B/N8VRyih
=pFT0
-----END PGP SIGNATURE-----

--=-3zaRXk6EJKcB5bfkN+NF--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1213952699.10665.184.camel>