Mailinglist Archive: opensuse-factory (368 mails)
| < Previous | Next > |
Re: [opensuse-factory] syslog-ng/systemd question
- From: Cristian Rodríguez <crrodriguez@xxxxxxxxxxxx>
- Date: Thu, 26 Jan 2012 10:17:12 -0300
- Message-id: <4F215258.6030901@opensuse.org>
On 26/01/12 09:57, Peter Czanik wrote:
You have to #include <systemd/sd-daemon.h> and link against -lsystemd-daemon instead.
So in case there is a bug, there is only one place to fix, the shared library.
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-factory+owner@xxxxxxxxxxxx
Hello,
A few days ago I sent an updated version of syslog-ng to Base:System.
The strange thing is, that while it compiled fine in my home project (
https://build.opensuse.org/package/show?package=syslog-ng&project=home%3Aczanik%3Asyslog-ng33
), it fails in Base:System. It seems to fail at:
|+ cp -a '/usr/share/doc/packages/systemd/sd-daemon.[ch]' modules/afsocket/
cp: cannot stat `/usr/share/doc/packages/systemd/sd-daemon.[ch]': No
such file or directory
error: Bad exit status from /var/tmp/rpm-tmp.s1VGqh (%prep)
|
Did systemd change in Base:System in a non-compatible way? It worked
this way ever since systemd support was added to syslog-ng...
Bye,
CzP
You have to #include <systemd/sd-daemon.h> and link against -lsystemd-daemon instead.
So in case there is a bug, there is only one place to fix, the shared library.
--
To unsubscribe, e-mail: opensuse-factory+unsubscribe@xxxxxxxxxxxx
To contact the owner, e-mail: opensuse-factory+owner@xxxxxxxxxxxx
| < Previous | Next > |