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

Bug 57865

Summary: Dietlib check in genkernel is wrong
Product: Gentoo Linux Reporter: Martin Parm <parmus>
Component: Current packagesAssignee: Gentoo Genkernel Maintainers <genkernel>
Status: RESOLVED FIXED    
Severity: normal Keywords: InVCS
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Fix the check in the compile_dietlibc()

Description Martin Parm 2004-07-21 08:49:53 UTC
In gen_compile.sh the function compile_dietlibc() wants to check whether the cached dietlib was build to work in the current temp-location, but the IF-block surrounding the check is wrong.

  if [ "${BUILD_DIETLIBC" ]

should be

  if ! inTrue "${BUILD_DIETLIBC"



Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Martin Parm 2004-07-21 08:51:02 UTC
Created attachment 35886 [details, diff]
Fix the check in the compile_dietlibc()

This patch was made on genkernel-3.0.2c
Comment 2 Martin Parm 2004-07-22 09:11:04 UTC
> if ! inTrue "${BUILD_DIETLIBC"

I mean 'isTrue', of course.
Comment 3 Tim Yamin (RETIRED) gentoo-dev 2004-07-28 04:10:06 UTC
The patch should be in Portage with genkernel-3.0.2e; please reopen this bug if you have any issues with it. Thanks!