Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
new to Gentoo -- problem with portage
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Duplicate Threads
View previous topic :: View next topic  
Author Message
mtlengel
n00b
n00b


Joined: 27 Jan 2006
Posts: 3

PostPosted: Fri Jan 27, 2006 5:34 pm    Post subject: new to Gentoo -- problem with portage Reply with quote

I am new to Gentoo, and have been getting the same error. I was going to install ISC DHCP but thought I should update Portage first. I keep getting this message

136400 files...
Number of files: 136495
Number of files transferred: 245
Total file size: 112451716 bytes
Total transferred file size: 359176 bytes
Literal data: 359176 bytes
Matched data: 0 bytes
File list size: 3087283
Total bytes written: 5081
Total bytes read: 3459102

wrote 5081 bytes read 3459102 bytes 7972.80 bytes/sec
total size is 112451716 speedup is 32.46

>>> Updating Portage cache: 88%!!! Cannot resolve a virtual package name to an ebuild.
!!! This is a bug, please report it. (virtual/libintl-0)



Also, when I do a emerge --search ISC DHCP I get a whole bunch of packages. How do I know what the package name/syntax is so I choose the corred one all I get on the display is this match

* net-misc/dhcp
Latest version available: 3.0.1-r1
Latest version installed: [ Not Installed ]
Size of downloaded files: 831 kB
Homepage: http://www.isc.org/products/DHCP
Description: ISC Dynamic Host Configuration Protocol
License: isc-dhcp
Back to top
View user's profile Send private message
anonybosh
Guru
Guru


Joined: 20 Nov 2005
Posts: 324

PostPosted: Fri Jan 27, 2006 6:02 pm    Post subject: Reply with quote

Have tried submitting a bug report / searching bugzilla? Check out http://www.gentoo.org/doc/en/bugzilla-howto.xml
Have you tried clearing your portage cache (/usr/portage/*) and re-syncing?
As far as the emerge syntax, for the ISC DHCP you have shown,
Code:
# emerge net-misc/dhcp

However, since there are no other standard ebuilds with the name 'dhcp',
Code:
# emerge dhcp
will do.

The 'net-misc/' part is pointing emerge to look in the /usr/portage/net-misc/ directory for dhcp, rather than just /usr/portage/*. An example of when you would be required to specify the prefix directory:
Code:
# emerge -pv sudo

These are the packages that I would merge, in order:

Calculating dependencies

!!! The short ebuild name "sudo" is ambiguous.  Please specify
!!! one of the following fully-qualified ebuild names instead:

    app-admin/sudo
    app-vim/sudo
So if you wanted the sudo which 'Allows users or groups to run commands as other users', you would use app-admin/sudo. Conversely, if you wanted the sudo which is 'vim plugin: edit restricted files from a normal vim session', you would use app-vim/sudo.
Back to top
View user's profile Send private message
Maedhros
Bodhisattva
Bodhisattva


Joined: 14 Apr 2004
Posts: 5511
Location: Durham, UK

PostPosted: Fri Jan 27, 2006 9:11 pm    Post subject: Reply with quote

Please see Can't get emerge to work.

Moved from Portage & Programming to Duplicate Threads.
_________________
No-one's more important than the earthworm.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Duplicate Threads All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum