public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] emerge --oneshot gcc-4.1.2
@ 2009-05-02 17:27 Hung Dang
  2009-05-02 17:34 ` [gentoo-user] " Nikos Chantziaras
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Hung Dang @ 2009-05-02 17:27 UTC (permalink / raw
  To: gentoo-user

Hi all
I have to emerge gcc-4.1.2 to use with CUDA. However, I receive the 
following message.

!!! 'gcc-4.1.2' is not a valid package atom.
!!! Please check ebuild(5) for full details.

What should I do to avoid of this problem?

Thanks a lot
Hung



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

* [gentoo-user]  Re: emerge --oneshot gcc-4.1.2
  2009-05-02 17:27 [gentoo-user] emerge --oneshot gcc-4.1.2 Hung Dang
@ 2009-05-02 17:34 ` Nikos Chantziaras
  2009-05-03 14:08   ` Jorge Morais
  2009-05-02 17:39 ` [gentoo-user] " Ivan Kazbanov
  2009-05-02 17:41 ` Xavier Parizet
  2 siblings, 1 reply; 7+ messages in thread
From: Nikos Chantziaras @ 2009-05-02 17:34 UTC (permalink / raw
  To: gentoo-user

Hung Dang wrote:
> Hi all
> I have to emerge gcc-4.1.2 to use with CUDA. However, I receive the 
> following message.
> 
> !!! 'gcc-4.1.2' is not a valid package atom.
> !!! Please check ebuild(5) for full details.
> 
> What should I do to avoid of this problem?

Try:

   emerge --oneshot =gcc-4.1.2

(that is, you need an "=" in front.)

Or simply just:

   emerge --oneshot gcc

if you're not using an ~arch ("testing") GCC.




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

* Re: [gentoo-user] emerge --oneshot gcc-4.1.2
  2009-05-02 17:27 [gentoo-user] emerge --oneshot gcc-4.1.2 Hung Dang
  2009-05-02 17:34 ` [gentoo-user] " Nikos Chantziaras
@ 2009-05-02 17:39 ` Ivan Kazbanov
  2009-05-02 17:41 ` Xavier Parizet
  2 siblings, 0 replies; 7+ messages in thread
From: Ivan Kazbanov @ 2009-05-02 17:39 UTC (permalink / raw
  To: gentoo-user

On Sat, 02 May 2009 11:27:11 -0600
Hung Dang <hungptit@gmail.com> wrote:

> Hi all
> I have to emerge gcc-4.1.2 to use with CUDA. However, I receive the
> following message.
> 
> !!! 'gcc-4.1.2' is not a valid package atom.
> !!! Please check ebuild(5) for full details.
> 
> What should I do to avoid of this problem?
> 
> Thanks a lot
> Hung
> 

Try to use the following command
emerge  =gcc-4.1.2



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

* Re: [gentoo-user] emerge --oneshot gcc-4.1.2
  2009-05-02 17:27 [gentoo-user] emerge --oneshot gcc-4.1.2 Hung Dang
  2009-05-02 17:34 ` [gentoo-user] " Nikos Chantziaras
  2009-05-02 17:39 ` [gentoo-user] " Ivan Kazbanov
@ 2009-05-02 17:41 ` Xavier Parizet
  2009-05-02 17:50   ` Hung Dang
  2 siblings, 1 reply; 7+ messages in thread
From: Xavier Parizet @ 2009-05-02 17:41 UTC (permalink / raw
  To: gentoo-user

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

Hung Dang a écrit :
> Hi all
> I have to emerge gcc-4.1.2 to use with CUDA. However, I receive the
> following message.
> 
> !!! 'gcc-4.1.2' is not a valid package atom.
> !!! Please check ebuild(5) for full details.
> 
> What should I do to avoid of this problem?

emerge --oneshot =sys-devel/gcc-4.1.2
Check man 5 ebuild to have more information about package atom syntax :)

HTH

> Thanks a lot
> Hung
> 


-- 
      Xavier Parizet
YaGB :   http://gentooist.com
GPG  :    DC81 6FEE 6EBE FCE4
1C18 202F E575 4A5D 036D 1408



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

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

* Re: [gentoo-user] emerge --oneshot gcc-4.1.2
  2009-05-02 17:41 ` Xavier Parizet
@ 2009-05-02 17:50   ` Hung Dang
  0 siblings, 0 replies; 7+ messages in thread
From: Hung Dang @ 2009-05-02 17:50 UTC (permalink / raw
  To: gentoo-user

Thanks all of you for the quick help. Thing seem to be OK now

Have a nice weekend
Hung

Xavier Parizet wrote:
> Hung Dang a écrit :
>   
>> Hi all
>> I have to emerge gcc-4.1.2 to use with CUDA. However, I receive the
>> following message.
>>
>> !!! 'gcc-4.1.2' is not a valid package atom.
>> !!! Please check ebuild(5) for full details.
>>
>> What should I do to avoid of this problem?
>>     
>
> emerge --oneshot =sys-devel/gcc-4.1.2
> Check man 5 ebuild to have more information about package atom syntax :)
>
> HTH
>
>   
>> Thanks a lot
>> Hung
>>
>>     
>
>
>   




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

* Re: [gentoo-user]  Re: emerge --oneshot gcc-4.1.2
  2009-05-02 17:34 ` [gentoo-user] " Nikos Chantziaras
@ 2009-05-03 14:08   ` Jorge Morais
  2009-05-03 22:07     ` Hung Dang
  0 siblings, 1 reply; 7+ messages in thread
From: Jorge Morais @ 2009-05-03 14:08 UTC (permalink / raw
  To: gentoo-user

On Sat, 02 May 2009 20:34:02 +0300
Nikos Chantziaras <realnc@arcor.de> wrote:

> Hung Dang wrote:
> > Hi all
> > I have to emerge gcc-4.1.2 to use with CUDA. However, I receive the 
> > following message.
> > 
> > !!! 'gcc-4.1.2' is not a valid package atom.
> > !!! Please check ebuild(5) for full details.
> > 
> > What should I do to avoid of this problem?
> 
> Try:
> 
>    emerge --oneshot =gcc-4.1.2
> 
> (that is, you need an "=" in front.)
> 
> Or simply just:
> 
>    emerge --oneshot gcc
> 
> if you're not using an ~arch ("testing") GCC.
> 
In many architectures GCC 4.3 is the newest stable versions, dude.



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

* Re: [gentoo-user]  Re: emerge --oneshot gcc-4.1.2
  2009-05-03 14:08   ` Jorge Morais
@ 2009-05-03 22:07     ` Hung Dang
  0 siblings, 0 replies; 7+ messages in thread
From: Hung Dang @ 2009-05-03 22:07 UTC (permalink / raw
  To: gentoo-user

I need gcc-4.1.2 because CUDA examples are failed when compiled with 
gcc-4.3.3 or at least I could not make it work with CUDA.
Now I have the new problem that I could not compile gcc-4.1.2 with 
gcc-4.3.3 and it seem hard to solve this problem.

Does anyone here in our forum could make CUDA work on Gentoo with gcc-4.3?

Thanks a lot
Hung


Jorge Morais wrote:
> On Sat, 02 May 2009 20:34:02 +0300
> Nikos Chantziaras <realnc@arcor.de> wrote:
>
>   
>> Hung Dang wrote:
>>     
>>> Hi all
>>> I have to emerge gcc-4.1.2 to use with CUDA. However, I receive the 
>>> following message.
>>>
>>> !!! 'gcc-4.1.2' is not a valid package atom.
>>> !!! Please check ebuild(5) for full details.
>>>
>>> What should I do to avoid of this problem?
>>>       
>> Try:
>>
>>    emerge --oneshot =gcc-4.1.2
>>
>> (that is, you need an "=" in front.)
>>
>> Or simply just:
>>
>>    emerge --oneshot gcc
>>
>> if you're not using an ~arch ("testing") GCC.
>>
>>     
> In many architectures GCC 4.3 is the newest stable versions, dude.
>
>   




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

end of thread, other threads:[~2009-05-03 22:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-02 17:27 [gentoo-user] emerge --oneshot gcc-4.1.2 Hung Dang
2009-05-02 17:34 ` [gentoo-user] " Nikos Chantziaras
2009-05-03 14:08   ` Jorge Morais
2009-05-03 22:07     ` Hung Dang
2009-05-02 17:39 ` [gentoo-user] " Ivan Kazbanov
2009-05-02 17:41 ` Xavier Parizet
2009-05-02 17:50   ` Hung Dang

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