Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 129205 - udev src_install lacks any sort of error checking
Summary: udev src_install lacks any sort of error checking
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Greg Kroah-Hartman (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: udev-meta
  Show dependency tree
 
Reported: 2006-04-07 23:05 UTC by SpanKY
Modified: 2006-04-17 08:43 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 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.