Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 128711 - udev-089 - missing /sbin/path_id
Summary: udev-089 - missing /sbin/path_id
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Greg Kroah-Hartman (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: udev-meta
  Show dependency tree
 
Reported: 2006-04-03 15:43 UTC by Jakub Moc (RETIRED)
Modified: 2006-04-03 20:52 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 Jakub Moc (RETIRED) gentoo-dev 2006-04-03 15:43:13 UTC
# equery f udev | grep path_id
#

# grep path_id /usr/portage/sys-fs/udev/udev-089.ebuild 
dosbin extras/path_id
Comment 1 Greg Kroah-Hartman (RETIRED) gentoo-dev 2006-04-03 15:51:02 UTC
crap, where did it go?  ugh, I'll track this down...
Comment 2 Michael Biebl 2006-04-03 20:22:19 UTC
you have to add it to local extras="extras/path_id"
Comment 3 Greg Kroah-Hartman (RETIRED) gentoo-dev 2006-04-03 20:32:36 UTC
fixed in 089-r1.
Comment 4 Michael Biebl 2006-04-03 20:41:14 UTC
(In reply to comment #3)
> fixed in 089-r1.
> 

Sorry, my fault. Forget my comment above.

It actually has to be:
dosbin extras/path_id/path_id
not
dosbin extras/path_id
Comment 5 Greg Kroah-Hartman (RETIRED) gentoo-dev 2006-04-03 20:52:58 UTC
Yes, that's what I did

The "EXTRAS" change would work if we were doing something sane and using the
makefile to actually install the program for us :)