Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 565350 - app-admin/conky-1.10.0 with USE=ipv6 fails to build due to fatal check for kernel config
Summary: app-admin/conky-1.10.0 with USE=ipv6 fails to build due to fatal check for ke...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Daniel Pielmeier
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-10 10:34 UTC by Jan Pobrislo
Modified: 2015-11-11 20:12 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 Jan Pobrislo 2015-11-10 10:34:59 UTC
The ebuild uses check for IPV6 kernel option that is fatal if no compiled kernel is present. As per documentation in linux-info.eclass this should be done only if the build would fail anyway, but this is not the case. When I change the ebuild so it issues warning instead of failing, i.e. I change:

CONFIG_CHECK=IPV6

to

CONFIG_CHECK="~IPV6"

it compiles succesfully.

Reproducible: Always
Comment 1 Daniel Pielmeier gentoo-dev 2015-11-11 20:12:06 UTC
Fixed in git. Thanks for the report.