From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Stekloff Date: Thu, 20 Nov 2003 15:25:34 +0000 Subject: Re: [ANNOUNCE] udev 006 release Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org On Wednesday 19 November 2003 10:59 pm, Olaf Hering wrote: > On Wed, Nov 19, Greg KH wrote: > > - I've added two external programs to the udev tarball, under > > the extras/ directory. They are the scsi-id program from Pat > > Mansfield, and the multipath program from Christophe Varoqui. > > Both of them can work as CALLOUT programs. I don't think they > > currently build properly within the tree, by linking against > > klibc, but patches to their Makefiles to fix this would be > > gladly accepted :) > > There is no make install target for the headers and the libs. Both > packages disgree on the location. I use the patch below. Can you make a > decision where the headers should be located? As a note, the package sysfsutils that contains libsysfs installs the headers into /usr/include/sysfs. Are we going to have conflicts since udev has its own private libsysfs statically included? Should the extra programs build off udev's libsysfs, since they are included with the package? Or, should they require a shared libsysfs from sysfsutils? If udev is to have its own static edition of libsysfs, perhaps it'd be best if it didn't install headers and the extras either used its static version or required the shared libsysfs to be installed. Thanks, Dan > --- scsi_id/scsi_id.c > +++ scsi_id/scsi_id.c 2003/11/19 21:25:38 > @@ -33,7 +33,7 @@ > #include > #include > #include > -#include > +#include > #include "scsi_id.h" > > #ifndef VERSION > --- scsi_id/scsi_serial.c > +++ scsi_id/scsi_serial.c 2003/11/19 21:25:42 > @@ -31,7 +31,7 @@ > #include > #include > #include > -#include > +#include > #include "scsi_id.h" > #include "scsi.h" ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel