public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] pgo not selected for firefox 18
@ 2013-01-11  1:51 Adam Carter
  2013-01-11  3:43 ` Alecks Gates
  0 siblings, 1 reply; 7+ messages in thread
From: Adam Carter @ 2013-01-11  1:51 UTC (permalink / raw
  To: gentoo-user@lists.gentoo.org

[-- Attachment #1: Type: text/plain, Size: 498 bytes --]

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?

[-- Attachment #2: Type: text/html, Size: 591 bytes --]

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

* Re: [gentoo-user] pgo not selected for firefox 18
  2013-01-11  1:51 [gentoo-user] pgo not selected for firefox 18 Adam Carter
@ 2013-01-11  3:43 ` Alecks Gates
  2013-01-11 12:00   ` Adam Carter
  0 siblings, 1 reply; 7+ messages in thread
From: Alecks Gates @ 2013-01-11  3:43 UTC (permalink / raw
  To: gentoo-user

On Thu, Jan 10, 2013 at 7:51 PM, Adam Carter <adamcarter3@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 <anarchy@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.


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

* Re: [gentoo-user] pgo not selected for firefox 18
  2013-01-11  3:43 ` Alecks Gates
@ 2013-01-11 12:00   ` Adam Carter
  2013-01-11 14:24     ` Florian Philipp
  0 siblings, 1 reply; 7+ messages in thread
From: Adam Carter @ 2013-01-11 12:00 UTC (permalink / raw
  To: gentoo-user@lists.gentoo.org

[-- Attachment #1: Type: text/plain, Size: 430 bytes --]

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

>
> # Jory A. Pratt <anarchy@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...

[-- Attachment #2: Type: text/html, Size: 730 bytes --]

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

* Re: [gentoo-user] pgo not selected for firefox 18
  2013-01-11 12:00   ` Adam Carter
@ 2013-01-11 14:24     ` Florian Philipp
  2013-01-12  1:08       ` Alecks Gates
  0 siblings, 1 reply; 7+ messages in thread
From: Florian Philipp @ 2013-01-11 14:24 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 761 bytes --]

Am 11.01.2013 13:00, schrieb Adam Carter:
> 
> I had noticed it a while ago, it appears to be hardmasked:
> 
> 
>     # Jory A. Pratt <anarchy@gentoo.org <mailto:anarchy@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


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 262 bytes --]

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

* Re: [gentoo-user] pgo not selected for firefox 18
  2013-01-11 14:24     ` Florian Philipp
@ 2013-01-12  1:08       ` Alecks Gates
  2013-01-12  9:22         ` [gentoo-user] " Nuno J. Silva
  0 siblings, 1 reply; 7+ messages in thread
From: Alecks Gates @ 2013-01-12  1:08 UTC (permalink / raw
  To: gentoo-user

On Fri, Jan 11, 2013 at 8:24 AM, Florian Philipp <lists@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 <anarchy@gentoo.org <mailto:anarchy@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


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

* [gentoo-user] Re: pgo not selected for firefox 18
  2013-01-12  1:08       ` Alecks Gates
@ 2013-01-12  9:22         ` Nuno J. Silva
  2013-01-12 17:56           ` Alecks Gates
  0 siblings, 1 reply; 7+ messages in thread
From: Nuno J. Silva @ 2013-01-12  9:22 UTC (permalink / raw
  To: gentoo-user

On 2013-01-12, Alecks Gates wrote:

> On Fri, Jan 11, 2013 at 8:24 AM, Florian Philipp
> <lists@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 <anarchy@gentoo.org <mailto:anarchy@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

What is the output of "gcc-config -l" ? That's what matters when
checking the version of gcc in use.

> [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

-- 
Nuno Silva (aka njsg)
http://njsg.sdf-eu.org/



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

* Re: [gentoo-user] Re: pgo not selected for firefox 18
  2013-01-12  9:22         ` [gentoo-user] " Nuno J. Silva
@ 2013-01-12 17:56           ` Alecks Gates
  0 siblings, 0 replies; 7+ messages in thread
From: Alecks Gates @ 2013-01-12 17:56 UTC (permalink / raw
  To: gentoo-user

On Sat, Jan 12, 2013 at 3:22 AM, Nuno J. Silva <nunojsilva@ist.utl.pt> wrote:
> On 2013-01-12, Alecks Gates wrote:
>
>> On Fri, Jan 11, 2013 at 8:24 AM, Florian Philipp
>> <lists@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 <anarchy@gentoo.org <mailto:anarchy@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
>
> What is the output of "gcc-config -l" ? That's what matters when
> checking the version of gcc in use.
>
>> [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
>
> --
> Nuno Silva (aka njsg)
> http://njsg.sdf-eu.org/
>
>
$ gcc-config -l
 [1] x86_64-pc-linux-gnu-4.6.3 *


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

end of thread, other threads:[~2013-01-12 20:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-11  1:51 [gentoo-user] pgo not selected for firefox 18 Adam Carter
2013-01-11  3:43 ` Alecks Gates
2013-01-11 12:00   ` Adam Carter
2013-01-11 14:24     ` Florian Philipp
2013-01-12  1:08       ` Alecks Gates
2013-01-12  9:22         ` [gentoo-user] " Nuno J. Silva
2013-01-12 17:56           ` Alecks Gates

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