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

Bug 128711

Summary: udev-089 - missing /sbin/path_id
Product: Gentoo Linux Reporter: Jakub Moc (RETIRED) <jakub>
Component: New packagesAssignee: Greg Kroah-Hartman (RETIRED) <gregkh>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 2006.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 126089    

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 :)