Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4017 - emerge --pretend net-dialup/pptpd fails
Summary: emerge --pretend net-dialup/pptpd fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Arcady Genkin (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-22 06:50 UTC by Jan-Frode Myklebust
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan-Frode Myklebust 2002-06-22 06:50:10 UTC
Just did an 'emerge rsync' and then:

# emerge --pretend net-dialup/pptpd

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

Calculating dependencies \
!!! Error: couldn't find match for virtual/pppd in net-dialup/pptpd-1.1.2

I guess this must be a bug.. 'emerging net-dialup/ppp' first fixes it.
Comment 1 Johannes Findeisen 2002-06-23 05:55:05 UTC
if the pppd daemon really should be a virtual, then we have to add the  
following line to the file /etc/make.profile/virtuals (i think):  
  
virtual/pppd		net-dialup/ppp  
  
hope this is the solution...  
  
hanez... :-)  
Comment 2 Arcady Genkin (RETIRED) gentoo-dev 2002-06-23 17:40:12 UTC
Yep, except that the right file seems to be
/usr/portage/profiles/default-1.0/virtuals (/etc/make.profile usually is a symlink).

Thanks.
Comment 3 Johannes Findeisen 2002-06-24 04:07:01 UTC
i know that... the path was shorter this way... ;-) 
 
what about the other profiles? do they need the line too??? i think they also 
must have the line add to the virtuals file. or what happens when ermerging 
pptpd on a ppc or sparc??? 
 
hanez... ;-)