public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] new install 2007.0 and gcc-3.3.6
@ 2007-05-11 12:54 Turi Tropea
  2007-05-11 13:31 ` Alan McKinnon
  2007-05-11 13:38 ` Naga
  0 siblings, 2 replies; 4+ messages in thread
From: Turi Tropea @ 2007-05-11 12:54 UTC (permalink / raw
  To: gentoo-user

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
 
Hi people :)

why on a fresh install of 2007.0 (using the minimal cd and the
official howto) when i try to emerge kde-meta is required gcc-3.3.6
that does not support my cflags (pentium-m)????

this is a little bit of emerge kde-meta kdm

    These are the packages that would be merged, in order:

    Calculating dependencies  ..... ..... ..... done!
    [ebuild  N    ] x11-libs/libXau-1.0.3  USE="-debug" 0 kB
    [ebuild  N    ] dev-libs/libxslt-1.1.20  USE="crypt python -debug"
    0 kB
    [ebuild  N    ] x11-libs/libICE-1.0.3  USE="ipv6 -debug" 0 kB
    [ebuild  N    ] x11-libs/libfontenc-1.0.4  USE="-debug" 0 kB
    [ebuild  N    ] x11-libs/libXdmcp-1.0.2  USE="-debug" 0 kB
    [ebuild  N    ] x11-apps/rgb-1.0.1  USE="-debug" 0 kB
    >> [ebuild  NS   ] sys-devel/gcc-3.3.6-r1  USE="fortran gtk nls
    (-altivec) -bootstrap -boundschecking -build -doc -gcj (-hardened)
    -ip28 -ip32r10k (-multilib) -multislot (-n32) (-n64) -nocxx -nopie
    -nossp -objc -test -vanilla" 0 kB <<
    [ebuild  N    ] app-admin/gamin-0.1.8  USE="-debug" 0 kB
    [ebuild  N    ] dev-libs/pth-2.0.6  0 kB
    [ebuild  N    ] kde-base/kdebase-pam-6  0 kB
    [ebuild  N    ] sys-apps/eject-2.1.5-r1  USE="nls" 0 kB
    [ebuild  NS   ] sys-devel/automake-1.4_p6  0 kB

.....

this is the error:

    cc1: error: bad value (pentium-m) for -march= switch
    cc1: error: bad value (pentium-m) for -mcpu= switch
    make[2]: *** [gengenrtl.o] Error 1
    make[2]: Leaving directory
    `/var/tmp/portage/sys-devel/gcc-3.3.6-r1/work/build/gcc'
    make[1]: *** [stage2_build] Error 2
    make[1]: *** Waiting for unfinished jobs....
    echo timestamp > clean_s1
    make[1]: Leaving directory
    `/var/tmp/portage/sys-devel/gcc-3.3.6-r1/work/build/gcc'
    make: *** [bootstrap-lean] Error 2


is possible to define two different cflag in make.conf? one for
gcc-3.3.6 and the other for gcc-4xx?

i also have two version of gcc correctly emerged, 4.1.1-r3 and 3.4.6-r2

ps excuse me for my bad english :(
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
iD8DBQFGRGeapidk8BrvGZARAplMAJ9YEcjv0p9qNFgYzv/jBJUKCcjjbACfbbMm
ZYX2szsFXEnrAC6LvBF9Sis=
=cHe8
-----END PGP SIGNATURE-----


--
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] new install 2007.0 and gcc-3.3.6
  2007-05-11 12:54 [gentoo-user] new install 2007.0 and gcc-3.3.6 Turi Tropea
@ 2007-05-11 13:31 ` Alan McKinnon
  2007-05-11 13:38 ` Naga
  1 sibling, 0 replies; 4+ messages in thread
From: Alan McKinnon @ 2007-05-11 13:31 UTC (permalink / raw
  To: gentoo-user

On Friday 11 May 2007, Turi Tropea wrote:
> Hi people :)
>
> why on a fresh install of 2007.0 (using the minimal cd and the
> official howto) when i try to emerge kde-meta is required gcc-3.3.6
> that does not support my cflags (pentium-m)????
>
> this is a little bit of emerge kde-meta kdm

[snip]

please provide the output of 

emerge -pvt kde-meta kdm

so we can see what wants to pull in gcc-3.3.6. It shouldn't happen as 
the profile specifies:

  >=sys-devel/gcc-3.3.4-r1

> is possible to define two different cflag in make.conf? one for
> gcc-3.3.6 and the other for gcc-4xx?

No...

alan


-- 
Optimists say the glass is half full,
Pessimists say the glass is half empty,
Developers say wtf is the glass twice as big as it needs to be?

Alan McKinnon
alan at linuxholdings dot co dot za
+27 82, double three seven, one nine three five
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] new install 2007.0 and gcc-3.3.6
  2007-05-11 12:54 [gentoo-user] new install 2007.0 and gcc-3.3.6 Turi Tropea
  2007-05-11 13:31 ` Alan McKinnon
@ 2007-05-11 13:38 ` Naga
  2007-05-11 13:59   ` Turi Tropea
  1 sibling, 1 reply; 4+ messages in thread
From: Naga @ 2007-05-11 13:38 UTC (permalink / raw
  To: gentoo-user

On Friday 11 May 2007 14.54.51 Turi Tropea wrote:
> Hi people :)
>
> why on a fresh install of 2007.0 (using the minimal cd and the
> official howto) when i try to emerge kde-meta is required gcc-3.3.6
> that does not support my cflags (pentium-m)????

emerge sys-libs/libstdc++-v3 and gcc-3 will go away :)
-- 
Naga
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] new install 2007.0 and gcc-3.3.6
  2007-05-11 13:38 ` Naga
@ 2007-05-11 13:59   ` Turi Tropea
  0 siblings, 0 replies; 4+ messages in thread
From: Turi Tropea @ 2007-05-11 13:59 UTC (permalink / raw
  To: gentoo-user

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
 


Naga ha scritto:
>
> emerge sys-libs/libstdc++-v3 and gcc-3 will go away :)
Worked very well!!! now i can emerge my kde without any interruptions
:) (ehm...i hope)

thanks thanks thanks
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
 
iD8DBQFGRHa3pidk8BrvGZARAhcrAJsEpvGwqqVnInnv1zFMZSxtenOVNQCg2ag6
bM05gs2zadBMxGqo99dK2xA=
=ihvJ
-----END PGP SIGNATURE-----

-- 
gentoo-user@gentoo.org mailing list



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

end of thread, other threads:[~2007-05-11 14:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-11 12:54 [gentoo-user] new install 2007.0 and gcc-3.3.6 Turi Tropea
2007-05-11 13:31 ` Alan McKinnon
2007-05-11 13:38 ` Naga
2007-05-11 13:59   ` Turi Tropea

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