Re: [gentoo-user] pgo not selected for firefox 18

2013-01-11 Thread Adam Carter
I had noticed it a while ago, it appears to be hardmasked:


 # Jory A. Pratt anar...@gentoo.org (15 Dec 2012)
 # PGO is known to be busted with most configurations
 www-client/firefox pgo

 I never had a single problem with it, so I'm going to unmask it and
 see if anything breaks.


I just commented that out in /usr/portage/profiles/base/package.use.mask
and it compiled fine with pgo and lto using 4.7.2. Ricey...


Re: [gentoo-user] pgo not selected for firefox 18

2013-01-11 Thread Florian Philipp
Am 11.01.2013 13:00, schrieb Adam Carter:
 
 I had noticed it a while ago, it appears to be hardmasked:
 
 
 # Jory A. Pratt anar...@gentoo.org mailto:anar...@gentoo.org (15
 Dec 2012)
 # PGO is known to be busted with most configurations
 www-client/firefox pgo
 
 I never had a single problem with it, so I'm going to unmask it and
 see if anything breaks.
 
 
 I just commented that out in /usr/portage/profiles/base/package.use.mask
 and it compiled fine with pgo and lto using 4.7.2. Ricey...


I guess you didn't have problems because you haven't used stable GCC.
pgo was broken in gcc-4.5 since firefox-16

See https://bugs.gentoo.org/show_bug.cgi?id=439244

Regards,
Florian Philipp



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] pgo not selected for firefox 18

2013-01-11 Thread Alecks Gates
On Fri, Jan 11, 2013 at 8:24 AM, Florian Philipp li...@binarywings.net wrote:
 Am 11.01.2013 13:00, schrieb Adam Carter:

 I had noticed it a while ago, it appears to be hardmasked:


 # Jory A. Pratt anar...@gentoo.org mailto:anar...@gentoo.org (15
 Dec 2012)
 # PGO is known to be busted with most configurations
 www-client/firefox pgo

 I never had a single problem with it, so I'm going to unmask it and
 see if anything breaks.


 I just commented that out in /usr/portage/profiles/base/package.use.mask
 and it compiled fine with pgo and lto using 4.7.2. Ricey...


 I guess you didn't have problems because you haven't used stable GCC.
 pgo was broken in gcc-4.5 since firefox-16

 See https://bugs.gentoo.org/show_bug.cgi?id=439244

 Regards,
 Florian Philipp


For what it's with, it's working here with gcc-4.6 and firefox-18:
[ebuild   R] sys-devel/gcc-4.6.3:4.6  USE=cxx fortran graphite
gtk mudflap (multilib) nls nptl openmp (-altivec) -bootstrap -build
-doc (-fixed-point) -gcj -go (-hardened) (-libssp) -multislot -nopie
-nossp -objc -objc++ -objc-gc {-test} -vanilla 20 kB
[ebuild   R] www-client/firefox-18.0::mozilla  USE=alsa
custom-cflags custom-optimization dbus gstreamer jit libnotify pgo
startup-notification system-sqlite -bindist -debug -minimal (-selinux)
-wifi LINGUAS=-af -ak -ar -as -ast -be -bg -bn_BD -bn_IN -br -bs -ca
-cs -csb -cy -da -de -el -en_GB -en_ZA -eo -es_AR -es_CL -es_ES -es_MX
-et -eu -fa -ff -fi -fr -fy_NL -ga_IE -gd -gl -gu_IN -he -hi_IN -hr
-hu -hy_AM -id -is -it -ja -kk -km -kn -ko -ku -lg -lij -lt -lv -mai
-mk -ml -mr -nb_NO -nl -nn_NO -nso -or -pa_IN -pl -pt_BR -pt_PT -rm
-ro -ru -si -sk -sl -son -sq -sr -sv_SE -ta -ta_LK -te -th -tr -uk -vi
-zh_CN -zh_TW -zu 0 kB



[gentoo-user] pgo not selected for firefox 18

2013-01-10 Thread Adam Carter
17 compiled with pgo but in the emerge output for 18 it shows as (-pgo).
pgo is selected in make.conf, and in the ebuild;

DEPEND=${RDEPEND}
dev-python/pysqlite
virtual/pkgconfig
pgo? (
=dev-lang/python-2*[sqlite]
=sys-devel/gcc-4.5 )
amd64? ( ${ASM_DEPEND}
virtual/opengl )
x86? ( ${ASM_DEPEND}
virtual/opengl )

And I have python 2 built with sqlite and gcc 4.7.2. Why is pgo not enabled?


Re: [gentoo-user] pgo not selected for firefox 18

2013-01-10 Thread Alecks Gates
On Thu, Jan 10, 2013 at 7:51 PM, Adam Carter adamcart...@gmail.com wrote:
 17 compiled with pgo but in the emerge output for 18 it shows as (-pgo). pgo
 is selected in make.conf, and in the ebuild;

 DEPEND=${RDEPEND}
 dev-python/pysqlite
 virtual/pkgconfig
 pgo? (
 =dev-lang/python-2*[sqlite]
 =sys-devel/gcc-4.5 )
 amd64? ( ${ASM_DEPEND}
 virtual/opengl )
 x86? ( ${ASM_DEPEND}
 virtual/opengl )

 And I have python 2 built with sqlite and gcc 4.7.2. Why is pgo not enabled?

I had noticed it a while ago, it appears to be hardmasked:

# Jory A. Pratt anar...@gentoo.org (15 Dec 2012)
# PGO is known to be busted with most configurations
www-client/firefox pgo

I never had a single problem with it, so I'm going to unmask it and
see if anything breaks.