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

Bug 588668

Summary: dev-lang/mono check_extra_config give a non-fatal warning under prefix.
Product: Gentoo/Alt Reporter: Jean-Benoist Leger <jb>
Component: Prefix SupportAssignee: dotnet project <dotnet>
Status: RESOLVED OBSOLETE    
Severity: normal CC: prefix
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
die.env
output of emerge --info

Description Jean-Benoist Leger 2016-07-12 09:43:13 UTC
Created attachment 440430 [details]
build.log

check_extra_config in pkg_pretend() of the ebuild fails compiling mono in a prefix (RAP). See build.log

When I delete this line in pkg_pretend() the compilation works fine. Should this check could be disabled with prefix or changed into a warning? Or something similar?
Comment 1 Jean-Benoist Leger 2016-07-12 09:43:50 UTC
Created attachment 440432 [details]
die.env
Comment 2 Jean-Benoist Leger 2016-07-12 09:44:22 UTC
Created attachment 440434 [details]
output of emerge --info
Comment 3 Benda Xu gentoo-dev 2016-07-13 01:45:30 UTC
It is caused by linux-info.eclass.  It should look into ${EROOT}usr/src/linux, not ${ROOT}usr/src/linux.
Comment 4 Fabian Groffen gentoo-dev 2021-01-06 13:03:18 UTC
fixing linux-info.eclass is disputable (we don't provide the kernel), the check could be non-fatal on Prefix though.  I guess it needs revisiting in any case.