Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 213478 - net-misc/hamachi ebuild broken
Summary: net-misc/hamachi ebuild broken
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-15 11:12 UTC by Nico Schlömer
Modified: 2008-03-15 11:18 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 Nico Schlömer 2008-03-15 11:12:49 UTC
well, the ebuild has stopped working properly for me because of a typo (?) in config_check. to my knowledge, it should actuall read

CONFIG_CHECK="~TUN"

with a '~'. that makes the thing compile for me. 

Reproducible: Always
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2008-03-15 11:18:48 UTC
Errr... ~ means the check is non-fatal, nothing else, nothing more. Since this thing doesn't work w/o TUN support in kernel at all, making the check non-fatal is most likely not something desired.

IOW, read the actual emerge output and enable CONFIG_TUN in your kernel.