From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Schwarzott Date: Thu, 02 Oct 2008 17:00:26 +0000 Subject: Re: udev-129 compile error with --disable-logging Message-Id: <200810021900.27290.zzam@gentoo.org> List-Id: References: <200810012316.33324.zzam@gentoo.org> In-Reply-To: <200810012316.33324.zzam@gentoo.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable To: linux-hotplug@vger.kernel.org On Donnerstag, 2. Oktober 2008, Kay Sievers wrote: > On Wed, Oct 1, 2008 at 11:16 PM, Matthias Schwarzott =20 wrote: > > It seems udev-129 has some log-related name conflicts when compiling ud= ev > > 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: > =20 > http://git.kernel.org/?p=3Dlinux/hotplug/udev.git;a=3Dcommitdiff;h=D6b148= cde2a8 >ca6dc32af2e1d95824ac3be926db > Works now, thanks. Matthias