Re: [lfs-dev] eudev pkgconfig file

2020-11-16 Thread Roger via lfs-dev
On Mon, 16 Nov 2020 11:12:21 -0600, Bruce Dubbs via lfs-dev wrote: >On 11/16/20 10:43 AM, Roger via lfs-dev wrote: >> eudev puts udev.pc in /usr/share/pkgconfig; all other packages >> use /usr/lib/pkgconfig. >> >> To put udev.pc in /usr/lib/pkgconfig change eudev's "make >> install" command to >

Re: [lfs-dev] eudev pkgconfig file

2020-11-16 Thread Ken Moffat via lfs-dev
On Mon, Nov 16, 2020 at 04:43:14PM +, Roger via lfs-dev wrote: > eudev puts udev.pc in /usr/share/pkgconfig; all other packages > use /usr/lib/pkgconfig. > On a completed BLFS desktop system, you can have a lot more in /usr/share/pkgconfig. The are supposed to be architecture-independent fil

Re: [lfs-dev] eudev pkgconfig file

2020-11-16 Thread Bruce Dubbs via lfs-dev
On 11/16/20 10:43 AM, Roger via lfs-dev wrote: eudev puts udev.pc in /usr/share/pkgconfig; all other packages use /usr/lib/pkgconfig. To put udev.pc in /usr/lib/pkgconfig change eudev's "make install" command to make sharepkgconfigdir=/usr/lib/pkgconfig install You can do that, but see

[lfs-dev] eudev pkgconfig file

2020-11-16 Thread Roger via lfs-dev
eudev puts udev.pc in /usr/share/pkgconfig; all other packages use /usr/lib/pkgconfig. To put udev.pc in /usr/lib/pkgconfig change eudev's "make install" command to make sharepkgconfigdir=/usr/lib/pkgconfig install HTH -- Roger -- http://lists.linuxfromscratch.org/listinfo/lfs-dev FAQ: ht

Re: [lfs-dev] Eudev installs two PkgConfig files in seperate locations?

2019-04-30 Thread Armin K. via lfs-dev
On 30.4.2019. 08:25, Xi Ruoyao via lfs-dev wrote: On 2019-04-30 13:46 +0800, Kevin Buckley via lfs-dev wrote: On Sun, 21 Apr 2019 at 12:08, Xi Ruoyao via lfs-dev wrote: by virtue of pointing to the /lib/udev, which is arch-specific, It's not. /lib/udev only contains udev scripts and some e

Re: [lfs-dev] Eudev installs two PkgConfig files in seperate locations?

2019-04-29 Thread Xi Ruoyao via lfs-dev
On 2019-04-30 13:46 +0800, Kevin Buckley via lfs-dev wrote: > On Sun, 21 Apr 2019 at 12:08, Xi Ruoyao via lfs-dev > wrote: > > > > by virtue of pointing to the /lib/udev, which is arch-specific, > > > > It's not. /lib/udev only contains udev scripts and some executable > > helpers for > > udevd

Re: [lfs-dev] Eudev installs two PkgConfig files in seperate locations?

2019-04-29 Thread Kevin Buckley via lfs-dev
On Sun, 21 Apr 2019 at 12:08, Xi Ruoyao via lfs-dev wrote: > > by virtue of pointing to the /lib/udev, which is arch-specific, > > It's not. /lib/udev only contains udev scripts and some executable helpers > for > udevd. There are no libraries in it. > > We can not have two udevd instances for

Re: [lfs-dev] Eudev installs two PkgConfig files in seperate locations?

2019-04-20 Thread Xi Ruoyao via lfs-dev
On 2019-04-21 11:27 +0800, Kevin Buckley via lfs-dev wrote: > On Sat, 20 Apr 2019 at 23:49, Bruce Dubbs via lfs-dev > wrote: > > Indeed, I now see why you would want multiple, arch-specific, locations > for arch-specific Pkg-Config files, and a location for arch-agnostic ones, > however, the ques

Re: [lfs-dev] Eudev installs two PkgConfig files in seperate locations?

2019-04-20 Thread Kevin Buckley via lfs-dev
On Sat, 20 Apr 2019 at 23:49, Bruce Dubbs via lfs-dev wrote: > >> I have to say that,whilst I have followed the FHS over the years, > >> I've never quite worked out why /usr/lib/pkgconfig seems to have > >> gained favour, as PkgConfig files are not "libs" and can provide > >> non-lib info, as opp

Re: [lfs-dev] Eudev installs two PkgConfig files in seperate locations?

2019-04-20 Thread Bruce Dubbs via lfs-dev
On 4/20/19 1:34 AM, Armin K. via lfs-dev wrote: On 20.4.2019. 07:30, Kevin Buckley via lfs-dev wrote: Because I have been performing a PkgUser build, I have noticed, when coming to install Xen, that Eudev appears to install its two PkgConfig files in seperate locations. pkg xen:xen-master> ls -

Re: [lfs-dev] Eudev installs two PkgConfig files in seperate locations?

2019-04-19 Thread Armin K. via lfs-dev
On 20.4.2019. 07:30, Kevin Buckley via lfs-dev wrote: Because I have been performing a PkgUser build, I have noticed, when coming to install Xen, that Eudev appears to install its two PkgConfig files in seperate locations. pkg xen:xen-master> ls -l /usr/lib/pkgconfig/ -rw-r--r-- 1 eudev eudev 5

[lfs-dev] Eudev installs two PkgConfig files in seperate locations?

2019-04-19 Thread Kevin Buckley via lfs-dev
Because I have been performing a PkgUser build, I have noticed, when coming to install Xen, that Eudev appears to install its two PkgConfig files in seperate locations. pkg xen:xen-master> ls -l /usr/lib/pkgconfig/ -rw-r--r-- 1 eudev eudev 503 Mar 24 11:29 libudev.pc pkg xen:xen-master> ls -l /u

Re: [lfs-dev] Eudev -- Incorrect location for hardware device info

2018-02-28 Thread Bruce Dubbs
Ryan Marsaw wrote: Hello all. On the Eudev-3.2.5 LFS page, the following is written under the heading "Configuring Eudev:" "Information about hardware devices is maintained in the /etc/udev/hwdb.d and /usr/lib/udev/hwdb.d directories." That should read /lib/udev/hwdb.d You are right. I just

[lfs-dev] Eudev -- Incorrect location for hardware device info

2018-02-28 Thread Ryan Marsaw
Hello all. On the Eudev-3.2.5 LFS page, the following is written under the heading "Configuring Eudev:" "Information about hardware devices is maintained in the /etc/udev/hwdb.d and /usr/lib/udev/hwdb.d directories." That should read /lib/udev/hwdb.d Regargs, Ryan -- Ryan Marsaw rmar...@perso

Re: [lfs-dev] Eudev

2014-08-13 Thread Ken Moffat
On Wed, Aug 13, 2014 at 01:23:40PM -0500, Bruce Dubbs wrote: > > Following the book (jhalfs) I get no errors in the test suite. The 2 tests > have a lot of sub-tests that are not reported individually, hence the one > sed: > > sed -r -i 's|/usr(/bin/test)|\1|' test/udev-test.pl > > because it h

Re: [lfs-dev] Eudev

2014-08-13 Thread Bruce Dubbs
Ken Moffat wrote: A reminder to "FBBG" (sometimes!) and a question about the eudev testsuite. On my recent builts, I've been getting a couple of udevd error messages during the boot, of the form udevd[1556]: IMPORT{builtin}: 'keyboard' unknown /lib/udev/rules.d/60-keyboard.rules and referring

[lfs-dev] Eudev

2014-08-13 Thread Ken Moffat
A reminder to "FBBG" (sometimes!) and a question about the eudev testsuite. On my recent builts, I've been getting a couple of udevd error messages during the boot, of the form udevd[1556]: IMPORT{builtin}: 'keyboard' unknown /lib/udev/rules.d/60-keyboard.rules and referring to lines 16 and 20 o

Re: [lfs-dev] eudev-1.7-manpages.tar.bz2 not found

2014-06-07 Thread ALZ (phyglos.org)
On 06/07/2014 09:27 AM, Bruce Dubbs wrote: Bruce Dubbs wrote: ALZ (phyglos.org) wrote: Hello, I'm about to build a new LFS SVN-20140604. When downloading updated sources following the changelog, the corresponding manpages for eudev-1.7 are not cited. Also the link http://anduin.linuxfromscrat

Re: [lfs-dev] eudev-1.7-manpages.tar.bz2 not found

2014-06-07 Thread Bruce Dubbs
Bruce Dubbs wrote: ALZ (phyglos.org) wrote: Hello, I'm about to build a new LFS SVN-20140604. When downloading updated sources following the changelog, the corresponding manpages for eudev-1.7 are not cited. Also the link http://anduin.linuxfromscratch.org/sources/other/eudev-1.7-manpages.tar.

Re: [lfs-dev] eudev-1.7-manpages.tar.bz2 not found

2014-06-07 Thread Bruce Dubbs
ALZ (phyglos.org) wrote: Hello, I'm about to build a new LFS SVN-20140604. When downloading updated sources following the changelog, the corresponding manpages for eudev-1.7 are not cited. Also the link http://anduin.linuxfromscratch.org/sources/other/eudev-1.7-manpages.tar.bz2 shown in the '3.

[lfs-dev] eudev-1.7-manpages.tar.bz2 not found

2014-06-06 Thread ALZ (phyglos.org)
Hello, I'm about to build a new LFS SVN-20140604. When downloading updated sources following the changelog, the corresponding manpages for eudev-1.7 are not cited. Also the link http://anduin.linuxfromscratch.org/sources/other/eudev-1.7-manpages.tar.bz2 shown in the '3.2. All Packages' page