> 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/blfs-support@linuxfromscratch.org/msg17359.html
>

"Firefox-21.0: some directories changed"
<http://www.mail-archive.com/blfs-dev@linuxfromscratch.org/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

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to