Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75268 - econf could help bug reporting by telling user to attach config.log
Summary: econf could help bug reporting by telling user to attach config.log
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Ebuild Support (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2004-12-21 21:12 UTC by SpanKY
Modified: 2005-07-14 06:58 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 SpanKY gentoo-dev 2004-12-21 21:12:37 UTC
change the logic in econf from:
"${ECONF_SOURCE}/configure" [blah blah blah opts] || die

to:
if ! "${ECONF_SOURCE}/configure" [blah blah blah opts] ; then
    if [[ -s config.log ]] ; then
        echo "!!! Please attach the config.log to your bug report:"
        echo "!!! ${PWD}/config.log"
    fi
    die "econf failed"
fi
Comment 1 Jason Stubbs (RETIRED) gentoo-dev 2005-07-14 05:48:15 UTC
Fixed on or before 2.0.51.22-r1 
Comment 2 Jason Stubbs (RETIRED) gentoo-dev 2005-07-14 06:58:53 UTC
Looking through the batch of bugs, I'm not sure that some of these are 
actually fixed in stable. Others, the requirements have possibly changed after 
the initial fix was committed. 
 
If you think this bug has been closed incorrectly, please reopen or ask that 
it be reopened.