Opened 11 years ago
Last modified 8 years ago
#989 new task
Eudev 3.1.5 Version Upgrade — at Version 6
| Reported by: | William Harrington | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | CLFS Standard 3.1.0 |
| Component: | BOOK | Version: | CLFS Standard GIT |
| Keywords: | Cc: | berzerkula@…, jonathan@…, chris@… |
Change History (6)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
| Priority: | major → critical |
|---|
comment:3 by , 11 years ago
| Description: | modified (diff) |
|---|---|
| Summary: | Eudev 1.10 Version Upgrade → Eudev 2.1.1 Version Upgrade |
comment:4 by , 10 years ago
| Description: | modified (diff) |
|---|---|
| Summary: | Eudev 2.1.1 Version Upgrade → Eudev 3.1.2 Version Upgrade |
comment:5 by , 10 years ago
For chapter 7 boot method:
./configure --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET}
Results:
prefix: /tools
exec_prefix: ${prefix}
sysconfdir: ${prefix}/etc
datadir: ${datarootdir}
includedir: ${prefix}/include
libdir: ${exec_prefix}/lib
rootprefix: ${prefix}
rootlibdir: ${exec_prefix}/lib
rootlibexecdir: ${exec_prefix}/lib/udev
datarootdir: ${prefix}/share
rootrundir: /run
udevconfdir: ${prefix}/etc/udev
udevconffile: ${prefix}/etc/udev/udev.conf
udevhwdbdir: ${prefix}/etc/udev/hwdb.d
udevhwdbbin: ${prefix}/etc/udev/hwdb.bin
udevlibexecdir: ${exec_prefix}/lib/udev
udevkeymapdir: ${exec_prefix}/lib/udev/keymaps
udevkeymapforceredir: ${exec_prefix}/lib/udev/keymaps/force-release
udevrulesdir: ${exec_prefix}/lib/udev/rules.d
pkgconfiglibdir: ${exec_prefix}/lib/pkgconfig
sharepkgconfigdir ${datarootdir}/pkgconfig
girdir ${datarootdir}/gir-1.0
typelibsdir ${exec_prefix}/lib/girepository-1.0
comment:6 by , 10 years ago
| Description: | modified (diff) |
|---|---|
| Summary: | Eudev 3.1.2 Version Upgrade → Eudev 3.1.5 Version Upgrade |
Note:
See TracTickets
for help on using tickets.

Actually we don't put test into /bin. We probably did, until removing the command to do so since systemd doesn't need it. That should probably be added back to the sysvinit book (bootscripts do also use test).
Also, I think this ticket can be updated to Eudev 2.1.1. There's no Changelog or NEWS file or anything similar, but from doing a diff the only major change seems to be the removal of firmware stuff, which I assume corresponds to this entry from the NEWS file for systemd 217:
The only other changes I saw were a couple minor changes to udev rules. The only changes to book instructions that should be needed would be updating Glibc's minimum kernel version to 3.7, and removing the --with-firmware-path option for eudev builds.