Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18287 - libraw1394 does not create a /dev/raw1394 file
Summary: libraw1394 does not create a /dev/raw1394 file
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-27 06:02 UTC by Frantz Dhin
Modified: 2003-09-02 02:39 UTC (History)
1 user (show)

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 Frantz Dhin 2003-03-27 06:02:53 UTC
Fortunately this is easily solved since there is a make target for dev. So 
add "make dev" to the ebuild and it should be good.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2003-03-27 07:06:01 UTC
fixed in portage, though I have a suspicion that it should be done with devfsd conf files.
Comment 2 SpanKY gentoo-dev 2003-06-21 11:42:55 UTC
it doesnt really get created because sandbox prevents it 
Comment 3 Nick Hadaway 2003-06-30 12:32:19 UTC
If devfs is running (which should be on almost ALL gentoo installations) then the device will be created automagically if there is a 1394 card to be found and the associated driver insmod/modprobe'd.

doing the mknod in the ebuild is a waste UNLESS you are running a non-devfs system.
Comment 4 Seemant Kulleen (RETIRED) gentoo-dev 2003-09-02 02:39:30 UTC
devfs will handle this