On 14-11-2014 03:39, Bruce Dubbs wrote:
> Pierre Labastie wrote:
>> Le 14/11/2014 03:21, Christopher Gregory a écrit :
>>> Hello,
>>>
>>> Why has the required instructions for adding shell=/bin/bash been
>>> removed
>>> from the firefox page?  This is a requirement for building in chroot
>>> that
>>> was there but it seems that someone who perhaps did not like having
>>> it in
>>> there deleted it just prior to the last release.

Christopher, I don't know where you lokked at, but it is still in the page:

{{{
 Compile Firefox by issuing the following commands:
[Note]
Note

If you are compiling Firefox in chroot, make sure you have $SHELL
environment variable set or prepend SHELL=/bin/sh.
}}}

I went there to modify according to your wish and noticed that.

>>>
>>> I have confirmed yet again that without that on a clean new installation
>>> that if you are building in chroot it is required.
>>>
>>> It would be nice for it to be re-added and for all editors to leave it
>>> alone when it is back.
>>>
>>> The only other solution I have to this is by adding more work for myself
>>> and each time a new version of firefox comes out to update it myself and
>>> not merge the changes from trunk.

Believe me, I want to help you to succeed. have even privately asked
someone what I could do to help you.

>>>
>> Doesn't the /etc/shells (which is now in LFS development) file help? Or
>> maybe you could add the SHELL variable to your chroot environment?
>> Instructions in the BLFS book are not aimed at building in chroot (I
>> think it is mentioned somewhere). So, why add an instruction, which is
>> only needed in that case? (I am not the person who removed the
>> instruction, though).
> 
> Fernando did the update of FF, but I did the one for LFS.  We discussed
> and felt it was not needed.
> 
> I don't build in chroot, but via ssh and it's certainly ok there.


However, the modification of using

test $(uname -m) = "i686" && sed -i 's/enable-optimize/&=-O2/' mozconfig
|| true

was modified by Bruce. Didn't it work for you? If you update gcc to the
one in the book (4.9.2), it is not even required anymore.


-- 
[]s,
Fernando
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to