public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] firefox-6 & thunderbird-6 compile issues
@ 2011-08-24  8:58 Alan McKinnon
  2011-08-24  9:34 ` Alex Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Alan McKinnon @ 2011-08-24  8:58 UTC (permalink / raw
  To: gentoo-user

Anyone else having issues building firefox-6 and thunderbird-6?

Both here fail with errors like this (enormous command lines truncated 
for clarity):


x86_64-pc-linux-gnu-g++ -o nsRDFResource.o -c .......
rm -f libxul.so
/usr/bin/python2.7 /var/tmp/portage/www-
client/firefox-6.0/work/mozilla-release/config/pythonpath.py -
I../../config .......
collect2: ld returned 1 exit status
make[5]: *** [libxul.so] Error 1


In both cases the only USE change from default is USE=-system-sqlite.
xulrunner is up to date
MAKEOPTS="-j1" makes no difference
b.g.o has no relevant bugs
google returns nothing of value

I'm thinking it'sa problem specific to my setup but I'm out of ideas 
where to look next. Help anyone?



-- 
alan dot mckinnon at gmail dot com



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [gentoo-user] firefox-6 & thunderbird-6 compile issues
  2011-08-24  8:58 [gentoo-user] firefox-6 & thunderbird-6 compile issues Alan McKinnon
@ 2011-08-24  9:34 ` Alex Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Schuster @ 2011-08-24  9:34 UTC (permalink / raw
  To: gentoo-user

Alan McKinnon writes:

> Anyone else having issues building firefox-6 and thunderbird-6?

I just built firefox-6 this night on ~amd64. These are my USE flags:

     Installed versions:  6.0{tbz2}(02:52:51 24.08.2011)(alsa crashreporter 
dbus ipc libnotify linguas_de linguas_en methodjit startup-notification webm 
-bindist -custom-cflags -custom-optimization -debug -linguas_af -linguas_ak 
-linguas_ar -linguas_ast -linguas_be -linguas_bg -linguas_bn -linguas_bn_BD 
-linguas_bn_IN -linguas_br -linguas_bs -linguas_ca -linguas_cs -linguas_cy -
linguas_da -linguas_el -linguas_en_GB -linguas_en_US -linguas_en_ZA -
linguas_eo -linguas_es -linguas_es_AR -linguas_es_CL -linguas_es_ES -
linguas_es_MX -linguas_et -linguas_eu -linguas_fa -linguas_fi -linguas_fr -
linguas_fy -linguas_fy_NL -linguas_ga -linguas_ga_IE -linguas_gd -linguas_gl 
-linguas_gu -linguas_gu_IN -linguas_he -linguas_hi -linguas_hi_IN -
linguas_hr -linguas_hu -linguas_hy -linguas_hy_AM -linguas_id -linguas_is -
linguas_it -linguas_ja -linguas_kk -linguas_kn -linguas_ko -linguas_ku -
linguas_lg -linguas_lt -linguas_lv -linguas_mai -linguas_mk -linguas_ml -
linguas_mr -linguas_nb -linguas_nb_NO -linguas_nl -linguas_nn -linguas_nn_NO 
-linguas_nso -linguas_or -linguas_pa -linguas_pa_IN -linguas_pl -linguas_pt 
-linguas_pt_BR -linguas_pt_PT -linguas_rm -linguas_ro -linguas_ru -
linguas_si -linguas_sk -linguas_sl -linguas_son -linguas_sq -linguas_sr -
linguas_sv -linguas_sv_SE -linguas_ta -linguas_ta_LK -linguas_te -linguas_th 
-linguas_tr -linguas_uk -linguas_vi -linguas_zh -linguas_zh_CN -
linguas_zh_TW -linguas_zu -pgo -system-sqlite -wifi)


> Both here fail with errors like this (enormous command lines truncated
> for clarity):
> 
> 
> x86_64-pc-linux-gnu-g++ -o nsRDFResource.o -c .......
> rm -f libxul.so
> /usr/bin/python2.7 /var/tmp/portage/www-
> client/firefox-6.0/work/mozilla-release/config/pythonpath.py -
> I../../config .......
> collect2: ld returned 1 exit status
> make[5]: *** [libxul.so] Error 1

No problem with this here (at 35% of the log file):
x86_64-pc-linux-gnu-g++ -o nsRDFResource.o -c -
I../../../../dist/stl_wrappers -I../../../../dist/system_wrappers -include 
/var/portage/tmp/portage/www-client/firefox-6.0/work/mozilla-
release/config/gcc_hidden.h -DMOZILLA_INTERNAL_API -DOSTYPE=\"Linux2.6\" -
DOSARCH=Linux  -I/var/portage/tmp/portage/www-
client/firefox-6.0/work/mozilla-release/rdf/util/src/internal -I. -
I../../../../dist/include -I../../../../dist/include/nsprpub  -
I/usr/include/nspr -I/usr/include/nss       -fPIC  -fno-rtti -fno-exceptions 
-Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -
Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros 
-Werror=return-type -march=k8-sse3 -pipe -mno-avx -fno-strict-aliasing -
std=gnu++0x -pthread -pipe  -DNDEBUG -DTRIMMED -g -Os -freorder-blocks -
finline-limit=50 -fomit-frame-pointer   -DMOZILLA_CLIENT -include 
../../../../mozilla-config.h -MD -MF .deps/nsRDFResource.pp 
/var/portage/tmp/portage/www-client/firefox-6.0/work/mozilla-release/obj-
x86_64-unknown-linux-gnu/rdf/util/src/internal/nsRDFResource.cpp
/usr/bin/python2.7 /var/portage/tmp/portage/www-
client/firefox-6.0/work/mozilla-release/config/pythonpath.py -
I../../../../config /var/portage/tmp/portage/www-
client/firefox-6.0/work/mozilla-release/config/expandlibs_gen.py 
nsRDFResource.o   > librdfutil_s.a.desc
make[8]: Leaving directory `/var/portage/tmp/portage/www-
client/firefox-6.0/work/mozilla-release/obj-x86_64-unknown-linux-
gnu/rdf/util/src/internal'

> In both cases the only USE change from default is USE=-system-sqlite.
> xulrunner is up to date

That seems to be  bundled now, firefox-6 does not depend on net-
libs/xulrunner.

> MAKEOPTS="-j1" makes no difference
> b.g.o has no relevant bugs
> google returns nothing of value
> 
> I'm thinking it'sa problem specific to my setup but I'm out of ideas
> where to look next. Help anyone?

Probably not, but maybe you spot something when comparing outputs.

	Wonko



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-08-24  9:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-24  8:58 [gentoo-user] firefox-6 & thunderbird-6 compile issues Alan McKinnon
2011-08-24  9:34 ` Alex Schuster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox