public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] problem re ebuilds
@ 2006-08-30  7:36 Stephen Liu
  2006-08-30  7:51 ` Neil Bothwick
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Stephen Liu @ 2006-08-30  7:36 UTC (permalink / raw
  To: gentoo-user

Hi folks,

Installing Gentoo amd64
Guide:- Gentoo Linux AMD64 Handbook
http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml


On running;
# emerge --sync --quiet

following warning popup:
* An update to portage is available.  It is highly recommended
* that your update portage now, before any other packages are updated
* please do so and then update All your configuration files
* end *


Ran;
# emerge update portage
Calculating dependencies
emerge: there are no ebuilds to satify "update"
* end *

I left it aside and continued to;
Code Listing 22: installing a kernel source
# USE="-doc symlink" emerge gentoo-sources

following warning popup;
Calculating denpendencies
emerge: there are no ebuilds to satisfy "gentoo-source"
* end *

Please advise how to solve these problems.  How to update other
packages?  What are those packages?

TIA

B.R.
SL

-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] problem re ebuilds
  2006-08-30  7:36 [gentoo-user] problem re ebuilds Stephen Liu
@ 2006-08-30  7:51 ` Neil Bothwick
  2006-08-30  7:54 ` Uwe Thiem
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Neil Bothwick @ 2006-08-30  7:51 UTC (permalink / raw
  To: gentoo-user

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

On Wed, 30 Aug 2006 15:36:09 +0800 (CST), Stephen Liu wrote:

> # emerge update portage
> Calculating dependencies
> emerge: there are no ebuilds to satify "update"
> * end *

That should be "emerge --update portage"

> I left it aside and continued to;
> Code Listing 22: installing a kernel source
> # USE="-doc symlink" emerge gentoo-sources
> 
> following warning popup;
> Calculating denpendencies
> emerge: there are no ebuilds to satisfy "gentoo-source"
> * end *

Did you use gentoo-source or gentoo-sources? You indicate you used the
latter but the error message claims you used the former, a typo? The
correct name is gentoo-sources.


-- 
Neil Bothwick

Hey...there's something scwewy going on around here. -E. Fudd

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [gentoo-user] problem re ebuilds
  2006-08-30  7:36 [gentoo-user] problem re ebuilds Stephen Liu
  2006-08-30  7:51 ` Neil Bothwick
@ 2006-08-30  7:54 ` Uwe Thiem
  2006-08-30  7:57 ` Daniel Huckstep
  2006-08-30  8:08 ` malary
  3 siblings, 0 replies; 5+ messages in thread
From: Uwe Thiem @ 2006-08-30  7:54 UTC (permalink / raw
  To: gentoo-user; +Cc: Stephen Liu

On 30 August 2006 08:36, Stephen Liu wrote:
> Hi folks,
>
> Installing Gentoo amd64
> Guide:- Gentoo Linux AMD64 Handbook
> http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml
>
>
> On running;
> # emerge --sync --quiet
>
> following warning popup:
> * An update to portage is available.  It is highly recommended
> * that your update portage now, before any other packages are updated
> * please do so and then update All your configuration files
> * end *
>
>
> Ran;
> # emerge update portage
> Calculating dependencies
> emerge: there are no ebuilds to satify "update"
> * end *

Well, you tried to emerge a package by the name "update". Try "emerge 
portage".

Uwe

-- 
Mark Twain: I rather decline two drinks than a German adjective.
http://www.SysEx.com.na
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] problem re ebuilds
  2006-08-30  7:36 [gentoo-user] problem re ebuilds Stephen Liu
  2006-08-30  7:51 ` Neil Bothwick
  2006-08-30  7:54 ` Uwe Thiem
@ 2006-08-30  7:57 ` Daniel Huckstep
  2006-08-30  8:08 ` malary
  3 siblings, 0 replies; 5+ messages in thread
From: Daniel Huckstep @ 2006-08-30  7:57 UTC (permalink / raw
  To: gentoo-user

It's 'gentoo-sources', with a trailing 's'

And to update, you just emerge foo, not emerge update foo

Read the manpage for emerge to find out more options, or check the
Gentoo handbook

Daniel

Stephen Liu wrote:
> Hi folks,
>
> Installing Gentoo amd64
> Guide:- Gentoo Linux AMD64 Handbook
> http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml
>
>
> On running;
> # emerge --sync --quiet
>
> following warning popup:
> * An update to portage is available.  It is highly recommended
> * that your update portage now, before any other packages are updated
> * please do so and then update All your configuration files
> * end *
>
>
> Ran;
> # emerge update portage
> Calculating dependencies
> emerge: there are no ebuilds to satify "update"
> * end *
>
> I left it aside and continued to;
> Code Listing 22: installing a kernel source
> # USE="-doc symlink" emerge gentoo-sources
>
> following warning popup;
> Calculating denpendencies
> emerge: there are no ebuilds to satisfy "gentoo-source"
> * end *
>
> Please advise how to solve these problems.  How to update other
> packages?  What are those packages?
>
> TIA
>
> B.R.
> SL
>
>   
-- 
gentoo-user@gentoo.org mailing list



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

* Re: [gentoo-user] problem re ebuilds
  2006-08-30  7:36 [gentoo-user] problem re ebuilds Stephen Liu
                   ` (2 preceding siblings ...)
  2006-08-30  7:57 ` Daniel Huckstep
@ 2006-08-30  8:08 ` malary
  3 siblings, 0 replies; 5+ messages in thread
From: malary @ 2006-08-30  8:08 UTC (permalink / raw
  To: gentoo-user

Hali!

Try --update instead of update

# emerge --update portage

And the kernel source build name is gentoo-sources 

# emerge gentoo-sources


malary
http://malary.hu

----- Original Message ----- 
From: "Stephen Liu" <satimis@yahoo.com>
To: <gentoo-user@lists.gentoo.org>
Sent: Wednesday, August 30, 2006 9:36 AM
Subject: [gentoo-user] problem re ebuilds


> Hi folks,
> 
> Installing Gentoo amd64
> Guide:- Gentoo Linux AMD64 Handbook
> http://www.gentoo.org/doc/en/handbook/handbook-amd64.xml
> 
> 
> On running;
> # emerge --sync --quiet
> 
> following warning popup:
> * An update to portage is available.  It is highly recommended
> * that your update portage now, before any other packages are updated
> * please do so and then update All your configuration files
> * end *
> 
> 
> Ran;
> # emerge update portage
> Calculating dependencies
> emerge: there are no ebuilds to satify "update"
> * end *
> 
> I left it aside and continued to;
> Code Listing 22: installing a kernel source
> # USE="-doc symlink" emerge gentoo-sources
> 
> following warning popup;
> Calculating denpendencies
> emerge: there are no ebuilds to satisfy "gentoo-source"
> * end *
> 
> Please advise how to solve these problems.  How to update other
> packages?  What are those packages?
> 
> TIA
> 
> B.R.
> SL
> 
> -- 
> gentoo-user@gentoo.org mailing list
> 
>
-- 
gentoo-user@gentoo.org mailing list



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

end of thread, other threads:[~2006-08-30  8:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-30  7:36 [gentoo-user] problem re ebuilds Stephen Liu
2006-08-30  7:51 ` Neil Bothwick
2006-08-30  7:54 ` Uwe Thiem
2006-08-30  7:57 ` Daniel Huckstep
2006-08-30  8:08 ` malary

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