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 > checking whether to build shared libraries... ye

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 run autoreconf to generate a

Re: [systemd-devel] udev

2017-10-26 Thread David Henderson
lol thanks for the links Mike! Using the build system I developed, I more or less have hooks to external scripts that can be called to perform various tasks during the build process. Once I get the profile built, I can give it to you if you are interested to see how it works. Compiling is as sim

Re: [systemd-devel] udev

2017-10-26 Thread Mike Gilbert
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 code to >> compile the library and utilities and it appears it is bundled in the >> systemd software. I have run aut

Re: [systemd-devel] udev

2017-10-26 Thread Mantas Mikulėnas
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 run autoreconf to generate a configure > script (using version 233 since I

[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

Re: [systemd-devel] How to stop systemd-udevd reading a device after dd

2017-10-26 Thread Lennart Poettering
On Do, 26.10.17 15:31, Mantas Mikulėnas ([email protected]) wrote: > On Tue, Oct 24, 2017 at 11:33 AM, Lennart Poettering > wrote: > > > On Fr, 13.10.17 08:06, Mantas Mikulėnas ([email protected]) wrote: > > > > > gparted seems to achieve this by masking all .rules files it can find (by > > > cr

Re: [systemd-devel] How to stop systemd-udevd reading a device after dd

2017-10-26 Thread Mantas Mikulėnas
On Tue, Oct 24, 2017 at 11:33 AM, Lennart Poettering wrote: > On Fr, 13.10.17 08:06, Mantas Mikulėnas ([email protected]) wrote: > > > gparted seems to achieve this by masking all .rules files it can find (by > > creating 0-byte versions under /run/udev/rules.d). > > Urks. > > Somebody should tel