From: Matthias Schwarzott <zzam@gentoo.org>
To: linux-hotplug@vger.kernel.org
Subject: Re: udev-129 compile error with --disable-logging
Date: Thu, 02 Oct 2008 17:00:26 +0000 [thread overview]
Message-ID: <200810021900.27290.zzam@gentoo.org> (raw)
In-Reply-To: <200810012316.33324.zzam@gentoo.org>
On Donnerstag, 2. Oktober 2008, Kay Sievers wrote:
> On Wed, Oct 1, 2008 at 11:16 PM, Matthias Schwarzott <zzam@gentoo.org>
wrote:
> > It seems udev-129 has some log-related name conflicts when compiling udev
> > configured with --disable-logging
> >
> > libudev-ctrl.c: In function 'udev_ctrl_enable_receiving':
> > libudev-ctrl.c:104: error: called object 'log_null' is not a function
> > libudev-ctrl.c: In function 'ctrl_send':
> > libudev-ctrl.c:161: error: called object 'log_null' is not a function
>
> Oh, bad. I've changed:
> define err log_null
> to:
> define err(udev, arg...) log_null(udev, ## arg)
> now, which should do the trick. It's here:
>
> http://git.kernel.org/?p=linux/hotplug/udev.git;a=commitdiff;hÖb148cde2a8
>ca6dc32af2e1d95824ac3be926db
>
Works now, thanks.
Matthias
prev parent reply other threads:[~2008-10-02 17:00 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-01 21:16 udev-129 compile error with --disable-logging Matthias Schwarzott
2008-10-02 4:24 ` Kay Sievers
2008-10-02 17:00 ` Matthias Schwarzott [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200810021900.27290.zzam@gentoo.org \
--to=zzam@gentoo.org \
--cc=linux-hotplug@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).