Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 447060 - games-action/supertuxkart-0.8 fails without USE=debug
Summary: games-action/supertuxkart-0.8 fails without USE=debug
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
: 447134 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-12-13 02:44 UTC by Joshua Landry
Modified: 2012-12-13 18:20 UTC (History)
3 users (show)

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 Joshua Landry 2012-12-13 02:44:40 UTC
games-action/supertuxkart-0.8 fails to build unless debug is enabled.

It appears line 47 should read  "if use debug; then" rather than "use debug &&
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2012-12-13 12:14:00 UTC
Please attach the build.log and your emerge--info
Comment 2 Philipp 2012-12-13 12:23:47 UTC
The code basically says: use debug && do_something || die.
This calls die if debug is not set.
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2012-12-13 15:43:33 UTC
fixed.  thanks for the bug report.
Comment 4 Mr. Bones. (RETIRED) gentoo-dev 2012-12-13 18:20:22 UTC
*** Bug 447134 has been marked as a duplicate of this bug. ***