Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39929 - debugfile option of genkernel-3.0.1_beta8 is broken
Summary: debugfile option of genkernel-3.0.1_beta8 is broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: x86-kernel@gentoo.org (DEPRECATED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-30 18:56 UTC by Eric
Modified: 2004-01-31 12:27 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 Eric 2004-01-30 18:56:06 UTC
gen_determineargs.sh doesn't check to see if CMD_DEBUGFILE is set and transfer that setting to the DEBUGFILE variable used through genkernel.

(begin dippy patch)

$ diff gen_determineargs.sh gen_determineargs.sh.orig
19,23d18
<         if [ "${CMD_DEBUGFILE}" != "" ]
<         then
<                 DEBUGFILE="${CMD_DEBUGFILE}"
<         fi
<


Reproducible: Always
Steps to Reproduce:
run a genkernel with --debugfile=/tmp/foo.log
note that /tmp/foo.log is not created
Actual Results:  
nothing

Expected Results:  
Should have been a log file created.
Comment 1 Brad House 2004-01-30 19:15:26 UTC
ah, yes ... good catch.  Committed to CVS