[Clfs-support] gcc-4.8.0 clfs udev questions

bvl bvl at btconnect.com
Sun Jun 2 11:30:27 PDT 2013


On Sunday 02 June 2013 19:02:43 William Harrington wrote:
> On Jun 2, 2013, at 10:40 AM, bvl wrote:
> > for --1 eudev from git compiles and installs but the finished clfs
> > build will
> > not boot.  eudev installs udevd in /sbin.  The clfsbootscript
> > appears to want
> > this as /lib/udev/udevd so I made the following  symbolic link .
> > ln -s /sbin/udevd /lib/udev/udevd.   Also eudev has /etc/udev/hwdb.d
> > for
> > rules.d  so I made the symbolic link  /etc/udev/hwdb.d  /etc/udev/
> > rules.d.
> > But   these changes appear to have made no difference.
> 
> Which configure options did you use?
> 
---for eudev_from_GIT (which compiles):-
./configure  \
--prefix=/usr \
--sysconfdir=/etc \
--with-rootprefix="" \
--libexecdir=/lib \
--bindir=/sbin \
--enable-rule_generator \
--disable-introspection \
--disable-keymap \
--disable-gudev

I tried these 
--with-usb-ids-path=no \
--with-pci-ids-path=no \
but configure would not accept it


---for udev-182 (which does not compile):-
LDFLFAG="$LDFLAGS -lrt" \
./configure  \
--prefix=/usr \
--sysconfdir=/etc \
--with-rootprefix="" \
--libexecdir=/lib \
--bindir=/sbin \
--enable-rule_generator \
--disable-introspection \
--disable-keymap \
--disable-gudev \
--with-usb-ids-path=no \
--with-pci-ids-path=no \


--for linux-3.10-rc3 (which compiles):-
I took the plain .config from 'make menuconfig' and added support for ext2 (in 
kernel )



More information about the Clfs-support mailing list