Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 250120 - net-misc/networkmanager-0.7.0 depends on net-dialup/ppp
Summary: net-misc/networkmanager-0.7.0 depends on net-dialup/ppp
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Steev Klimaszewski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-07 07:39 UTC by LiorD
Modified: 2008-12-18 17:15 UTC (History)
3 users (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 LiorD 2008-12-07 07:39:57 UTC
When I tried to emerge networkmanager-0.7.0 I got this:
checking pppd/pppd.h usability... no                                                                                                                                              
checking pppd/pppd.h presence... no                                                                                                                                               
checking for pppd/pppd.h... no
configure: error: couldn't find pppd.h. pppd development headers are required.

It worked ok after I emerged net-dialup/ppp
Comment 1 Wormo (RETIRED) gentoo-dev 2008-12-08 00:24:23 UTC
Thanks for reporting this dependency issue, assigning to maintainers
Comment 2 Robert Piasek (RETIRED) gentoo-dev 2008-12-08 18:50:19 UTC
Hmm...

ppp is in deps:

DEPEND="${RDEPEND}
        dev-util/pkgconfig
        dev-util/intltool
        net-dialup/ppp
        doc? ( >=dev-util/gtk-doc-1.8 )"
Comment 3 LiorD 2008-12-08 20:27:34 UTC
That's weird, I had to manually install ppp for NM to compile.
Comment 4 Ricardo Salveti 2008-12-17 03:38:31 UTC
Worked fine for me:
evamac ~ # emerge -av networkmanager

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

Calculating dependencies... done!
[ebuild  N    ] net-dialup/ppp-2.4.4-r21  USE="gtk ipv6 pam -activefilter -atm -dhcp -eap-tls -mppe-mppc -radius" 725 kB
[ebuild  N    ] net-misc/networkmanager-0.7.0  USE="dhclient doc -dhcpcd -gnutls -nss -resolvconf" 0 kB

checking pppd/pppd.h usability... yes
checking pppd/pppd.h presence... yes
checking for pppd/pppd.h... yes
Comment 5 LiorD 2008-12-17 06:38:42 UTC
I recheck by unmerging ppp and reemerging networkmanager and everything worked ok.

You can close this bug.