Opened 11 years ago
Closed 11 years ago
#5001 closed enhancement (fixed)
xulrunner/firefox-29.0
Reported by: | Fernando de Oliveira | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.6 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Change History (5)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
Builds and runs for me with current instructions and with
ac_add_options --with-system-icu
using GCC 4.9.0 and ICU-52.1.
comment:3 by , 11 years ago
Straight firefox also builds like this with gcc-4.9.0 and icu-53.1. Xulrunner and firefox on xulrunner also built (and didn't complain about) --with-system-icu in LFS-7.5 with icu-52.1. I'll take this.
comment:4 by , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
I discovered that it uses an internal version of one of the icu libs (icu-i18n), and has been doing so for some time. Only noticed because my upgrade on old LFS-7.2 failed with
and a lot more similar errors. I suspect something in gcc-4.7.1 caused that, my builds on gcc-4.8 were ok. Firefox bug https://bugzilla.mozilla.org/show_bug.cgi?id=971663 but clearly most people are not affected.
Managed to build it against system icu-52.1 on that system, using
I have not tried with current BLFS (gcc-4.9, icu-53.1).