Re: missing libgtkembedmoz.so

2008-11-12 Thread DJ Lucas
DJ Lucas wrote: > Oh well. > At least that is pretty cool. Firefox builds and installs in 1 minute and 28 seconds. :-) -- DJ Lucas -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: missing libgtkembedmoz.so

2008-11-12 Thread DJ Lucas
Ken Moffat wrote: > I didn't use any patches, but I did play about with my nss.pc so > that it added -lsoftokn3 because xulrunner's own mozilla-nss,pc has > that. Doesn't _seem_ to be directly relevant. > The problem turned out to be similar. It's been staring me in the face for 3 days. I b

Re: Standalone nspr-4.7.3 installation (was: missing libgtkembedmoz.so)

2008-11-10 Thread Simon Geard
On Mon, 2008-11-10 at 02:28 -0600, DJ Lucas wrote: > Ken, Simon, anyone else that has messed with standalone nspr...do y'all > have anything to add to the above? Not really, beyond noting that the existing BLFS instructions for NSS/NSPR work fine for me, other than adding NSS_USE_SYSTEM_SQLITE=1

Standalone nspr-4.7.3 installation (was: missing libgtkembedmoz.so)

2008-11-10 Thread DJ Lucas
DJ Lucas wrote: > > Though probably unrelated, I'm ripping out nss/nspr now and I'll be > using a separate nss and nspr. Probably as the book should do too given > that nspr is moving along faster than nss. And I fully agree with the first src_install comment in the Gentoo e-build for nspr.

Re: missing libgtkembedmoz.so

2008-11-10 Thread Simon Geard
On Sun, 2008-11-09 at 10:12 -0600, DJ Lucas wrote: > Are you all using any other patches for xulrunner or nss/nspr (beyond > the updated pkgconfig additions)? I've been googling for a bit and all > I can find is on Gentoo lists with mention of an as-needed patch for > nss, but I don't find it i

Re: missing libgtkembedmoz.so

2008-11-09 Thread DJ Lucas
Ken Moffat wrote: > On Sun, Nov 09, 2008 at 02:33:59PM -0600, DJ Lucas wrote: >> I'll give it a shot and see what happens. I don't know where it is >> pulled in yet...will get a look at it and add to my patch. >> > Forgot to ask: what is your patch doing ? I did some playing > around myself (as

Re: missing libgtkembedmoz.so

2008-11-09 Thread Ken Moffat
On Sun, Nov 09, 2008 at 02:33:59PM -0600, DJ Lucas wrote: > > I'll give it a shot and see what happens. I don't know where it is > pulled in yet...will get a look at it and add to my patch. > Forgot to ask: what is your patch doing ? I did some playing around myself (as noted earlier), but in

Re: missing libgtkembedmoz.so

2008-11-09 Thread DJ Lucas
DJ Lucas wrote: > > I'll give it a shot and see what happens. I don't know where it is > pulled in yet...will get a look at it and add to my patch. No change in the end result. I'll dig into it a little deeper after I take the boys home (though I have a feeling that nss is borked in some str

Re: missing libgtkembedmoz.so

2008-11-09 Thread DJ Lucas
Ken Moffat wrote: > On Sun, Nov 09, 2008 at 06:07:13PM +, Ken Moffat wrote: > > After sending that, I remembered that mozilla doesn't use .pc files > to find its "own" components. As a long stop, does nss-config > --includedir point to where your nss headers are ? > > [EMAIL PROTECTED] ~ $n

Re: missing libgtkembedmoz.so

2008-11-09 Thread Ken Moffat
On Sun, Nov 09, 2008 at 10:12:41AM -0600, DJ Lucas wrote: > -lcairo -lgmodule-2.0 -lgobject-2.0 -lglib-2.0 -lXt -lgthread-2.0 > -lfreetype -lz -ldl -lm > ../../staticlib/components/libpipnss.a(nsCertOverrideService.o): In > function `GetCertFingerprintByDottedOidString(nsIX509Cert*, nsCString

Re: missing libgtkembedmoz.so

2008-11-09 Thread DJ Lucas
Simon Geard wrote: > On Sun, 2008-11-02 at 19:53 -0700, Dennis J Perkins wrote: >> I've discovered that libgtkembemoz.so is not being built by Firefox 3. >> Yelp and monodevelop both want it. Does anyone know how to get it built >> and installed? >> > > As of 3.0, a straight Firefox build is just

Re: missing libgtkembedmoz.so

2008-11-07 Thread Simon Geard
On Fri, 2008-11-07 at 01:06 +, Ken Moffat wrote: > Current thoughts: if people want to build (2.24) yelp or epiphany, > build nspr, nss (or nss-with-nspr), xulrunner with the above one-line > addition (anf then ff3 itself, if desired). Yes, I think that's a fair statement. Although both Epipha

Re: missing libgtkembedmoz.so

2008-11-06 Thread Ken Moffat
On Tue, Nov 04, 2008 at 09:06:38PM +1300, Simon Geard wrote: > > > > Commenting on the configure: > > > > > # Needed to make things using XUL find NSPR. > > > echo "Requires: nspr" >> xulrunner/installer/libxul-embedding.pc.in > > > > > Not sure if this would help my use case - epiphany alrea

Re: missing libgtkembedmoz.so

2008-11-05 Thread Ken Moffat
On Wed, Nov 05, 2008 at 11:15:22PM +1300, Simon Geard wrote: > On Tue, 2008-11-04 at 15:10 +, Ken Moffat wrote: > > On Tue, Nov 04, 2008 at 09:06:38PM +1300, Simon Geard wrote: > > > On Mon, 2008-11-03 at 16:54 +, Ken Moffat wrote: > > > > 1. libxul-embedding.pc needs -L${sdkdir}/sdk/lib to

Re: missing libgtkembedmoz.so

2008-11-05 Thread Simon Geard
On Tue, 2008-11-04 at 15:10 +, Ken Moffat wrote: > On Tue, Nov 04, 2008 at 09:06:38PM +1300, Simon Geard wrote: > > On Mon, 2008-11-03 at 16:54 +, Ken Moffat wrote: > > > 1. libxul-embedding.pc needs -L${sdkdir}/sdk/lib to be able to find > > > libxpcomglue which is a *static* lib (yeugh!)

Re: missing libgtkembedmoz.so

2008-11-04 Thread Ken Moffat
On Tue, Nov 04, 2008 at 09:06:38PM +1300, Simon Geard wrote: > On Mon, 2008-11-03 at 16:54 +, Ken Moffat wrote: > > 1. libxul-embedding.pc needs -L${sdkdir}/sdk/lib to be able to find > > libxpcomglue which is a *static* lib (yeugh!) - used by yelp. I > > think there is similar breakage in oth

Re: missing libgtkembedmoz.so

2008-11-04 Thread Ken Moffat
On Tue, Nov 04, 2008 at 09:14:08PM +1300, Simon Geard wrote: > On Mon, 2008-11-03 at 23:28 +, Ken Moffat wrote: > > On Mon, Nov 03, 2008 at 08:01:57PM +1300, Simon Geard wrote: > > > > > > For xul-runner: > > > > > [...] > > > --disable-gnomevfs \ > > > > I wish I'd realised a couple of

Re: missing libgtkembedmoz.so

2008-11-04 Thread Ken Moffat
On Tue, Nov 04, 2008 at 11:38:53AM +, Richard Melville wrote: > > >> --enable-jemalloc \ > >> > > does this provide any benefits on non-windows platforms ? > > > For some reason my firefox-3.0.3 build failed unless I used > --disable-jemalloc > > I'm using --enable-system-sqlite

Re: missing libgtkembedmoz.so

2008-11-04 Thread Richard Melville
>> --enable-jemalloc \ >> > does this provide any benefits on non-windows platforms ? > For some reason my firefox-3.0.3 build failed unless I used --disable-jemalloc > I'm using --enable-system-sqlite because I loathe multiple static > builds of libraries, but I did have to create a

Re: missing libgtkembedmoz.so

2008-11-04 Thread Simon Geard
On Mon, 2008-11-03 at 23:28 +, Ken Moffat wrote: > On Mon, Nov 03, 2008 at 08:01:57PM +1300, Simon Geard wrote: > > > > For xul-runner: > > > [...] > > --disable-gnomevfs \ > > I wish I'd realised a couple of days ago that gnomevfs is now an > option for xulrunner not firefox! I normal

Re: missing libgtkembedmoz.so

2008-11-04 Thread Simon Geard
On Mon, 2008-11-03 at 16:54 +, Ken Moffat wrote: > 1. libxul-embedding.pc needs -L${sdkdir}/sdk/lib to be able to find > libxpcomglue which is a *static* lib (yeugh!) - used by yelp. I > think there is similar breakage in other .pc files, but I don't > have anything that uses them (and, $DEITY

Re: missing libgtkembedmoz.so

2008-11-03 Thread Ken Moffat
On Mon, Nov 03, 2008 at 08:01:57PM +1300, Simon Geard wrote: > > For xul-runner: > [...] > --disable-gnomevfs \ I wish I'd realised a couple of days ago that gnomevfs is now an option for xulrunner not firefox! I normally build ff before the gnome dependencies are in place, but now I'm try

Re: missing libgtkembedmoz.so

2008-11-02 Thread Simon Geard
On Sun, 2008-11-02 at 19:53 -0700, Dennis J Perkins wrote: > I've discovered that libgtkembemoz.so is not being built by Firefox 3. > Yelp and monodevelop both want it. Does anyone know how to get it built > and installed? > As of 3.0, a straight Firefox build is just that - a build of Firefox,

Re: missing libgtkembedmoz.so

2008-11-02 Thread DJ Lucas
Dennis J Perkins wrote: > I've discovered that libgtkembemoz.so is not being built by Firefox 3. > Yelp and monodevelop both want it. Does anyone know how to get it built > and installed? Not just yet. As I'm assembling notes for tons of package updates to BLFS, it'll take me a day or two befor

missing libgtkembedmoz.so

2008-11-02 Thread Dennis J Perkins
I've discovered that libgtkembemoz.so is not being built by Firefox 3. Yelp and monodevelop both want it. Does anyone know how to get it built and installed? -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above