#5460: firefox-32.0
-------------------------+--------------------------
Reporter: fo | Owner: blfs-book@…
Type: enhancement | Status: new
Priority: normal | Milestone: 7.6
Component: BOOK | Version: SVN
Severity: normal | Resolution:
Keywords: |
-------------------------+--------------------------
Comment (by ken@…):
Replying to [comment:3 ken@…]:
> I can confirm the problem on my sole i686 system.
>
> [http://forums.mozillazine.org/viewtopic.php?f=42&t=2855045]
>
> The easier solution there appears to be to add (for i686)
>
> {{{
> --disable-optimize
> }}}
>
> I'll give that a try, but this machine is _slow_
>
That successfully completes a DESTDIR install. If we do this, I guess we
can add a sed _after_ creating the mozconfig, with a note that in this
version of firefox the install breaks on 32-bit systems if the build is
optimized. I'm using this:
{{{
test $(uname -m) = "i686" && sed -i 's/enable-optimize/disable-optimize'
mozconfig || true
}}}
I guess that the book would also need the
{{{
|| true
}}}
so that it can be followed by &&.
--
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/5460#comment:5>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page