Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57865 - Dietlib check in genkernel is wrong
Summary: Dietlib check in genkernel is wrong
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2004-07-21 08:49 UTC by Martin Parm
Modified: 2004-07-28 04:10 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Fix the check in the compile_dietlibc() (genkernel-fix_dietlib_temp_check.patch,579 bytes, patch)
2004-07-21 08:51 UTC, Martin Parm
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!