Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 182987 - net-dialup/ppp-2.4.4-r4 checking wrong kernel options
Summary: net-dialup/ppp-2.4.4-r4 checking wrong kernel options
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Dialup Developers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-23 14:03 UTC by Matthias Vill
Modified: 2007-06-24 11:25 UTC (History)
0 users

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 Matthias Vill 2007-06-23 14:03:38 UTC
* Checking for suitable kernel configuration options...
 *   CONFIG_PPP_MPPE_MPPC:       missing MPPE/MPPC encryption/compression (optional, mostly used by PPTP links)
 *   CONFIG_PPPOE:       missing PPPoE support (optional needed by rp-pppoe plugin)
 *   CONFIG_PPPOATM:     missing PPPoA support (optional, needed by pppoatm plugin)

My Kernel does not have these options configureable, but there are:
CONFIG_PPP_MPPE, CONFIG_PPPOE and CONFIG_PPP_ASYNC

I guess these options got renamend since the writing of the ebuild.
My Kernel Version is: 2.6.20-hardened-r2
Comment 1 Alin Năstac (RETIRED) gentoo-dev 2007-06-24 07:22:30 UTC
1) CONFIG_PPP_MPPE_MPPC is used only when mppe-mppc useflag is enabled; otherwise, the option is CONFIG_PPP_MPPE
2) CONFIG_PPPOATM != CONFIG_PPP_ASYNC

Please read the ebuild more carefully, All options are there and all are explained. Closing as invalid.
Comment 2 Matthias Vill 2007-06-24 11:25:06 UTC
I'm sorry... guess I was tired or so...