On Thu, Jul 26, 2012 at 08:39:31AM -0700, Fernando de Oliveira wrote: > Em 25-07-2012 21:58, Ken Moffat escreveu: > > [...] > > > Thanks for your, and Armin's comments on xulrunner - so far tonight > > I've only built firefox (standalone) 4 times [ first was without > > system-cairo because it was on my old 7.1 install with an unpatched > > cairo, second was with system nss, nspr ( and others ] to prove that > > a sed is now necessary, third was with that sed, and fourth was on > > my latest system, to check space with system cairo. Xulrunner will > > hopefully only get built once, on the old 7.1 system, then I'll save > > it in case needed, and restore from backup :-) And all without -j4, > > to get reliable SBUs when other processes are running. > > Thanks, Ken. > > One does not have to say "Bon courage" to you :-) > > Would you please post the sed?
Sure - it will be in the book when I've got everything tested to my satisfaction. It's *only* for people building firefox without xulrunner, but who use one or more of system nss, nspr, sqlite [ I assume, since this is BLFS, that someone somewhere will use a system version of one but not the others :) ]. Taken from a patch in arch, without this the install errors out with 'Error: package error or possible missing or unnecessary file:' for bin/libnspr4.so, bin/libmozsqlite3.so, bin/libnss3.so and the other nspr and nss libs. sed -i 's/\(MOZ_PKG_FATAL_WARNINGS =\).*/\1 0/' \ browser/installer/Makefile.in ĸen -- das eine Mal als Tragödie, das andere Mal als Farce -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
