Peter B. Steiger wrote:
I guess it's time to head over to bugzilla... I figured I was just doing something wrong, but if nobody else here can build it without the profile locking behavior, it's not just my problem.
You shouldn't go filing bugs if it's the BLFS build process that's broken. I haven't had this problem for more than a year, but then I don't build Firefox the BLFS way, I do it the Mozilla way http://www.mozilla.org/build/configure-build.html from current trunk cvs with a mozconfig file and a separate build objdir (so I can build Firefox and Thunderbird from the same source). And I don't install it at the end of it, I use the mozilla packager script to put it all in one neat folder (like the tarballs you can download) so it's simple to delete when I rebuild it. For what it's worth, this is my current firefox mozconfig
. $topsrcdir/browser/config/mozconfig mk_add_options [EMAIL PROTECTED]@/firefox ac_add_options --enable-default-toolkit=gtk2 ac_add_options --enable-xft ac_add_options --disable-freetype2 ac_add_options --with-java-bin-path=/usr/local/jre1.5.0/bin ac_add_options --with-pthreads ac_add_options --with-system-jpeg=/usr ac_add_options --with-system-zlib=/usr ac_add_options --with-system-png=/usr ac_add_options --enable-optimize ac_add_options --disable-tests ac_add_options --enable-svg
-- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
