Em 22-06-2013 07:47, Niels Terp escreveu: >> Good morning friends, >> >> I have a strange problem with Firefox 21.0 build by the instructions >> in BLFS Version 2013-06-19: >> >> I have installed all deps and XULRunner. Building takes a very long >> time (far longer than last time I linked to XULRunner), but after some >> hours the build finishes succesfull. But then when I try to run >> >> make -C firefox-build-dir install I get >> >> make: *** firefox-build-dir: No such file ... >> >> How can I finish my installation ? >> >> Niels >> >> > > Do you have "mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-build-dir" in > mozconfig or .mozconfig? > > With a slightly different option: > > MOZ_OBJDIR=@TOPSRCDIR@/../firefox-build-dir > > you would have to use > > make -C ../firefox-build-dir install > > Also, other minor problem in the book's page and an annoying bug in this > version of firefox need to be addressed. Already discussed at > > "Firefox-21: search box not working" > <http://www.mail-archive.com/[email protected]/msg17359.html >> > > "Firefox-21.0: some directories changed" > <http://www.mail-archive.com/[email protected]/msg14536.html> > > Cannot remember if there are other issues. > > If you have problem finding the patch, I can send it again. > > -- > []s, > Fernando > -- > Hi Fernando, > > Thank you for your answer. I do have "mk_add_options > MOZ_OBJDIR=@TOPSRCDIR@/firefox-build-dir" in mozconfig. > > Now, I could try to change it, but considering the other problems I have > decided to install the 20.0 version instead. > > Again, thanks for your help ! > > Niels >
Just for completeness, as I am afraid you have already deleted the build dirs for version 21. 1. I gave a different location for firefox-build-dir just as an example, not suggestion. 2. Unpatched firefox-21 standalone search bar should work, just a minor change in the instructions as per the modification just introduced by Armin would be needed: > Author: krejzi > Date: Sat Jun 22 03:52:02 2013 > New Revision: 11312 > > Log: > Fix Firefox instructions. > > Modified: > trunk/BOOK/xsoft/graphweb/firefox.xml > > Modified: trunk/BOOK/xsoft/graphweb/firefox.xml > ============================================================================== > --- trunk/BOOK/xsoft/graphweb/firefox.xml Fri Jun 21 04:53:30 2013 > (r11311) > +++ trunk/BOOK/xsoft/graphweb/firefox.xml Sat Jun 22 03:52:02 2013 > (r11312) > @@ -400,7 +400,7 @@ > StartupNotify=true > EOF > > -ln -sfv /usr/lib/firefox-&firefox-version;/icons/mozicon128.png \ > +ln -sfv /usr/lib/firefox-&firefox-version;/browser/icons/mozicon128.png \ > /usr/share/pixmaps/firefox.png</userinput></screen> > > </sect2> 3. In case the old build directory is still available, after Ken's message, if you search the firefox-build-dir and the old mozilla-release dir for the bz2 file, firefox-21.0.en-US.linux\*bz2, if this is found, with small modifications or perhaps even no modifications at all, using the book's instruction for the standalone version, you could test to install the already compiled version 21. -- []s, Fernando -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
