Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 213478

Summary: net-misc/hamachi ebuild broken
Product: Gentoo Linux Reporter: Nico Schlömer <nico.schloemer>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.