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

Bug 129205

Summary: udev src_install lacks any sort of error checking
Product: Gentoo Linux Reporter: SpanKY <vapier>
Component: [OLD] Core systemAssignee: Greg Kroah-Hartman (RETIRED) <gregkh>
Status: RESOLVED FIXED    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 126089    

Description SpanKY gentoo-dev 2006-04-07 23:05:28 UTC
every dobin/dosbin/doexe/doins in src_install should be followed by an appropriate "|| die"

a lot of the commands can be combined (all of the dobin's can be combined into one as can all of the dosbin's)
Comment 1 Greg Kroah-Hartman (RETIRED) gentoo-dev 2006-04-08 16:45:01 UTC
Yes, better error checking would be nice to have.  I'll work on that the next
release.

But have you seen any errors with the existing releases?  This is the way
the ebuild has _always_ been.
Comment 2 SpanKY gentoo-dev 2006-04-08 20:51:37 UTC
assuming that it has always worked and never failed is irrelevant
Comment 3 Greg Kroah-Hartman (RETIRED) gentoo-dev 2006-04-17 08:43:24 UTC
Will be fixed in 090 release.