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

Bug 551170

Summary: games-emulation/sdlmametools: 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:17:48 UTC
for i in chdman jedutil ldresample ldverify romcmp testkeys ; do
         newgamesbin ${i} sdlmame-${i}
         nonfatal newman src/osd/sdl/man/${i}.1 sdlmame-${i}.1
 done

Nonfatal is not supposed to ignore failures in poorly written ebuilds. Don't call newman if manpage does not exist.