Re: [systemd-devel] udev

2017-11-01 Thread David Henderson
On 11/1/17, Mike Gilbert wrote: > On Wed, Nov 1, 2017 at 10:49 AM, David Henderson > wrote: >> On 11/1/17, Greg KH wrote: >>> On Wed, Nov 01, 2017 at 10:36:16AM -0400, David Henderson wrote: >>>> Is there a place to just get the udev code instead of all of syst

Re: [systemd-devel] udev

2017-11-01 Thread David Henderson
On 11/1/17, Greg KH wrote: > On Wed, Nov 01, 2017 at 10:36:16AM -0400, David Henderson wrote: >> Is there a place to just get the udev code instead of all of systemD? > > No. > >> I tried looking online, but it appears that the only solo versions are >> old. I gues

Re: [systemd-devel] udev

2017-11-01 Thread David Henderson
On 11/1/17, Greg KH wrote: > On Wed, Nov 01, 2017 at 10:04:19AM -0400, David Henderson wrote: >> Good morning Lennart, thanks for the follow-up! At this point I am >> only interested in building a particular program (udev) from the >> systemD collection, not help building a

Re: [systemd-devel] udev

2017-11-01 Thread David Henderson
On 11/1/17, Lennart Poettering wrote: > On Di, 31.10.17 14:49, David Henderson (dhender...@digital-pipe.com) wrote: > >> Good afternoon all. So is there another place I can get help for >> this problem? > > Sorry, but this isn't really the right forum for h

Re: [systemd-devel] udev

2017-10-31 Thread David Henderson
Good afternoon all. So is there another place I can get help for this problem? Thanks, Dave On 10/30/17, David Henderson wrote: > Good morning all! Just following up with this! > > Thanks, > Dave > > > On 10/26/17, David Henderson wrote: >> On 10/26/17, David He

Re: [systemd-devel] udev

2017-10-30 Thread David Henderson
Good morning all! Just following up with this! Thanks, Dave On 10/26/17, David Henderson wrote: > On 10/26/17, David Henderson wrote: >> So I am using the compile flags as suggested, however, I have noticed >> two errors. I tried passing '--enable-static' to '

Re: [systemd-devel] udev

2017-10-26 Thread David Henderson
On 10/26/17, David Henderson wrote: > So I am using the compile flags as suggested, however, I have noticed > two errors. I tried passing '--enable-static' to 'configure' and end > up with: > > checking if libtool supports shared libraries... yes > chec

Re: [systemd-devel] udev

2017-10-26 Thread David Henderson
So I am using the compile flags as suggested, however, I have noticed two errors. I tried passing '--enable-static' to 'configure' and end up with: checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries...

Re: [systemd-devel] udev

2017-10-26 Thread David Henderson
On 10/26/17, Mantas Mikulėnas wrote: > On Thu, Oct 26, 2017, 18:26 David Henderson > wrote: > >> Good afternoon all! I have been looking for the udev source code to >> compile the library and utilities and it appears it is bundled in the >> systemd software. I have r

Re: [systemd-devel] udev

2017-10-26 Thread David Henderson
simple as: builder -n udev -a i64 Dave On 10/26/17, Mike Gilbert wrote: > On Thu, Oct 26, 2017 at 11:45 AM, Mantas Mikulėnas > wrote: >> On Thu, Oct 26, 2017, 18:26 David Henderson >> wrote: >>> >>> Good afternoon all! I have been looking for the udev source

[systemd-devel] udev

2017-10-26 Thread David Henderson
Good afternoon all! I have been looking for the udev source code to compile the library and utilities and it appears it is bundled in the systemd software. I have run autoreconf to generate a configure script (using version 233 since I don't have meson), but could not see a way to just compile th