Re: [systemd-devel] Missing shared library for functions of sd-daemon.c

2010-12-20 Thread Ludwig Nussel
Kay Sievers wrote: > On Thu, Dec 16, 2010 at 23:34, Ludwig Nussel wrote: > > Kay Sievers wrote: > >> On Sun, Nov 28, 2010 at 14:06, Ludwig Nussel wrote: > >> > Kay Sievers wrote: > >> >> On Fri, Nov 26, 2010 at 18:56, Gustavo Sverzut Barbieri > >> >> wrote: > >> >> > On Fri, Nov 26, 2010 at 2:17

Re: [systemd-devel] Missing shared library for functions of sd-daemon.c

2010-12-16 Thread Kay Sievers
On Thu, Dec 16, 2010 at 23:34, Ludwig Nussel wrote: > Kay Sievers wrote: >> On Sun, Nov 28, 2010 at 14:06, Ludwig Nussel wrote: >> > Kay Sievers wrote: >> >> On Fri, Nov 26, 2010 at 18:56, Gustavo Sverzut Barbieri >> >> wrote: >> >> > On Fri, Nov 26, 2010 at 2:17 PM, Dr. Werner Fink wrote: >> >

Re: [systemd-devel] Missing shared library for functions of sd-daemon.c

2010-12-16 Thread Ludwig Nussel
Kay Sievers wrote: > On Sun, Nov 28, 2010 at 14:06, Ludwig Nussel wrote: > > Kay Sievers wrote: > >> On Fri, Nov 26, 2010 at 18:56, Gustavo Sverzut Barbieri > >> wrote: > >> > On Fri, Nov 26, 2010 at 2:17 PM, Dr. Werner Fink wrote: > >> >> just what the subject says, I'm missing a shared library

Re: [systemd-devel] Missing shared library for functions of sd-daemon.c

2010-12-16 Thread Kay Sievers
On Sun, Nov 28, 2010 at 14:06, Ludwig Nussel wrote: > Kay Sievers wrote: >> On Fri, Nov 26, 2010 at 18:56, Gustavo Sverzut Barbieri >> wrote: >> > On Fri, Nov 26, 2010 at 2:17 PM, Dr. Werner Fink wrote: >> >> just what the subject says, I'm missing a shared library which >> >> shares the functio

Re: [systemd-devel] Missing shared library for functions of sd-daemon.c

2010-12-16 Thread Ludwig Nussel
Kay Sievers wrote: > On Fri, Nov 26, 2010 at 18:56, Gustavo Sverzut Barbieri > wrote: > > On Fri, Nov 26, 2010 at 2:17 PM, Dr. Werner Fink wrote: > >> just what the subject says, I'm missing a shared library which > >> shares the functions of sd-daemon.c. Then the developers here > >> around coul

Re: [systemd-devel] Missing shared library for functions of sd-daemon.c

2010-11-26 Thread Michael Biebl
2010/11/26 Michael Biebl : > > So patch for that is attached. committed -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? ___ systemd-devel mailing list [email protected] h

Re: [systemd-devel] Missing shared library for functions of sd-daemon.c

2010-11-26 Thread Michael Biebl
2010/11/26 Kay Sievers : > On Fri, Nov 26, 2010 at 19:40, Michael Biebl wrote: >> 2010/11/26 Kay Sievers : >> >>> The main issue is build dependencies, systemd links against udev, >>> D-Bus, ... and udev, D-Bus, ... would link against systemd. That would >>> need to be sorted out. >> >> If it's on

Re: [systemd-devel] Missing shared library for functions of sd-daemon.c

2010-11-26 Thread Kay Sievers
On Fri, Nov 26, 2010 at 19:40, Michael Biebl wrote: > 2010/11/26 Kay Sievers : > >> The main issue is build dependencies, systemd links against udev, >> D-Bus, ... and udev, D-Bus, ... would link against systemd. That would >> need to be sorted out. > > If it's only about the functionality in sd-d

Re: [systemd-devel] Missing shared library for functions of sd-daemon.c

2010-11-26 Thread Michael Biebl
2010/11/26 Kay Sievers : > The main issue is build dependencies, systemd links against udev, > D-Bus, ... and udev, D-Bus, ... would link against systemd. That would > need to be sorted out. If it's only about the functionality in sd-daemon, you don't need all those deps and it could easily be sp

Re: [systemd-devel] Missing shared library for functions of sd-daemon.c

2010-11-26 Thread Kay Sievers
On Fri, Nov 26, 2010 at 18:56, Gustavo Sverzut Barbieri wrote: > On Fri, Nov 26, 2010 at 2:17 PM, Dr. Werner Fink wrote: >> just what the subject says, I'm missing a shared library which >> shares the functions of sd-daemon.c. Then the developers here >> around could remove the several copies of

Re: [systemd-devel] Missing shared library for functions of sd-daemon.c

2010-11-26 Thread Gustavo Sverzut Barbieri
On Fri, Nov 26, 2010 at 2:17 PM, Dr. Werner Fink wrote: > Hi, > > just what the subject says, I'm missing a shared library which > shares the functions of sd-daemon.c. Then the developers here > around could remove the several copies of sd-daemon.c and > sd-daemon.h. > > Is there a plan to create

[systemd-devel] Missing shared library for functions of sd-daemon.c

2010-11-26 Thread Dr. Werner Fink
Hi, just what the subject says, I'm missing a shared library which shares the functions of sd-daemon.c. Then the developers here around could remove the several copies of sd-daemon.c and sd-daemon.h. Is there a plan to create such a library and install the header sd-daemon.h to ${prefix}/include?