All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Harald Dunkel" <harald.dunkel@t-online.de>
To: linux-hotplug@vger.kernel.org
Subject: Re: [ANNOUNCE] udev 051 release
Date: Sun, 06 Feb 2005 17:22:40 +0000	[thread overview]
Message-ID: <42065260.5050601@t-online.de> (raw)
In-Reply-To: <20050203180528.GB24742@kroah.com>

[-- Attachment #1: Type: text/plain, Size: 1371 bytes --]

Greg KH wrote:
> I've released the 051 version of udev.  It can be found at:
>   	kernel.org/pub/linux/utils/kernel/hotplug/udev-051.tar.gz
>

make USE_KLIBC=true

returned (using vanilla 2.6.10):


Precompiling udevd.c:                                                 [OK]
   udevd.c: In function `main':
   udevd.c:728: warning: implicit declaration of function `__FD_ZERO'
   udevd.c:729: warning: implicit declaration of function `__FD_SET'
   udevd.c:744: warning: implicit declaration of function `__FD_ISSET'
Linking udevd:                                                        [ERROR]
   gcc --static --nostdlib -nostartfiles -nodefaultlibs -o udevd /tmp/udev-051/k
   libc/klibc/crt0.o udevd.o udev.a libsysfs/sysfs.a klibc_fixups/klibc_fixups.a
    /tmp/udev-051/klibc/klibc/libc.a
   udevd.o(.text+0x521): In function `main':
   : undefined reference to `__FD_ZERO'
   udevd.o(.text+0x531): In function `main':
   : undefined reference to `__FD_SET'
   udevd.o(.text+0x541): In function `main':
   : undefined reference to `__FD_SET'
   udevd.o(.text+0x591): In function `main':
   : undefined reference to `__FD_ISSET'
   udevd.o(.text+0x891): In function `main':
   : undefined reference to `__FD_ISSET'
   collect2: ld returned 1 exit status
make: *** [udevd] Error 1


Maybe a related question: Why doesn't udev use the "official"
klibc?


Regards

Harri

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 256 bytes --]

  parent reply	other threads:[~2005-02-06 17:22 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-03 18:05 [ANNOUNCE] udev 051 release Greg KH
2005-02-03 18:05 ` Greg KH
2005-02-04 21:34 ` Prakash Punnoor
2005-02-04 21:34   ` Prakash Punnoor
2005-02-04 21:45 ` Marco d'Itri
2005-02-06 17:22 ` Harald Dunkel [this message]
2005-02-06 19:07 ` Kay Sievers
2005-02-06 20:46 ` Harald Dunkel

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=42065260.5050601@t-online.de \
    --to=harald.dunkel@t-online.de \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.