Em 07-06-2014 11:58, Fernando de Oliveira escreveu: > Em 07-06-2014 11:48, Fernando de Oliveira escreveu: > >> Of course not. >> >> Correct thing to do is reverting to the old stile page, as you first >> suggested above. > > Forgot to write: page was unversioned for many years, with problems > described there. There was surely a reason. I believe today it is even > more important to keep that way, as systemd owner is doing so "strange" > things, that issues could be even more impostant, too. > >> I did not want to update eudev (so I didn't take it earlier), exactly >> because of this problem. If you had not taken it, I was intending to ask >> exactly what could be done to update, as I did not want to build over >> previous one in my system. >> >> And the manpages are also a problem, as a recent post in other of our >> lists demonstrated. We do not need to install them, exactly because >> Bruce thought that it would not be a different version, in "extras". I >> believe he forgot all these issues, when editing from udev to eudev (as >> you once recalled me) to systemd to eudev again.
Pierre, sorry to disturb you again. I'm attaching a page I just found, in the older style, that, perhaps you could use as a guide. -- []s, FernandoTitle: Udev-Installed LFS Version
Udev-Installed LFS VersionIntroduction to UdevUdev was indeed installed in LFS and there is no reason to reinstall it unless you are going to install a package such as UPower. This installation of Udev enables extra features which includes gudev, a requirement for UPower and optionally used by other packages. Unlike any other package in the BLFS book, there is no set version of Udev specified to download. Several version updates to LFS and none to BLFS means there are probably many different versions of Udev on the platforms that BLFS is being built upon. Therefore, you should download and use the version of Udev your computer currently uses. The BLFS team has no experience updating (or reverting to an older version) the Udev package “on the fly.” To discover the version of Udev your computer currently uses, issue /sbin/udevadm --version. This package is known to build and work properly using an LFS-6.5 platform. (Using Udev-151) This package is known to build and work properly using an LFS-SVN-20101029 platform. (Using Udev-164) Package Information
Udev DependenciesRequiredacl-2.2.49, GLib-2.24.2, Gperf-3.0.4, PCI Utilities-3.1.7, and usbutils-0.86 OptionalUser Notes: http://wiki.linuxfromscratch.org/blfs/wiki/udev Installation of UdevInstall Udev by running the following commands:
./configure --prefix=/usr \
--sysconfdir=/etc \
--sbindir=/sbin \
--with-rootlibdir=/lib \
--libexecdir=/lib/udev \
--docdir=/usr/share/doc/udev-Installed LFS Version &&
make
To test the results, issue: make check.
Now, as the make install Command Explanations
ContentsA list of the installed files, along with their short descriptions can be found at ../../../../lfs/view/development/chapter06/udev.html#contents-udev. The following is some additional content information.
Installed Programs:
findkeyboards, firmware, hid2hci,
input_id, keyboard-force-release.sh, keymap, modem-modeswitch,
pci-db, udev-acl, usb-db, and v4l_id
Installed Library:
libgudev-1.0.so
Installed Directories:
/lib/udev/keymaps/force-release,
/usr/{include/gudev-1.0/gudev,share/{doc/udev-Installed LFS
Version, gtk-doc/html/gudev}}
Last updated on 2011-01-13 23:21:34 +0000 |
-- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
