Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 551166 - games-action/transcend: invalid use of nonfatal
Summary: games-action/transcend: invalid use of nonfatal
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: bad-nonfatal
  Show dependency tree
 
Reported: 2015-06-04 09:14 UTC by Michał Górny
Modified: 2015-06-04 16:42 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-06-04 09:14:28 UTC
src_compile() {
    nonfatal emake -C portaudio
    emake -C game
    cp game/Transcend ${PN} || die
}

nonfatal is supposed to be used to provide custom error handling, not ignore errors. Fix the build errors.