Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 551166

Summary: games-action/transcend: invalid use of nonfatal
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: [OLD] GamesAssignee: Gentoo Games <games>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 551152    

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.