linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kay Sievers <kay.sievers@vrfy.org>
To: linux-hotplug@vger.kernel.org
Subject: Re: [ANNOUNCE] udev 126 release
Date: Fri, 08 Aug 2008 11:14:00 +0000	[thread overview]
Message-ID: <1218194040.11416.14.camel@lgn.site> (raw)
In-Reply-To: <1217832786.4223.2.camel@linux.site>

On Fri, 2008-08-08 at 12:55 +0200, Gabor Z. Papp wrote:
> * Kay Sievers <kay.sievers@vrfy.org>:
> 
> | Here comes a new udev version. Thanks to all who have contributed to
> | this release.
> 
> gcc -g -O2 -o test-udev test-udev.o udev_config.o udev_db.o
> udev_device.o udev_node.o udev_rules.o udev_rules_parse.o
> udev_sysdeps.o udev_sysfs.o udev_utils.o udev_utils_file.o udev_utils_string.o   
> gcc -DHAVE_CONFIG_H -I. -I..  -DSYSCONFDIR=\""/etc"\" -DUDEV_PREFIX=\""/usr"\"   -g -O2 -MT udevd.o -MD -MP -MF
> .deps/udevd.Tpo -c -o udevd.o udevd.c
> udevd.c: In function 'init_uevent_netlink_sock':
> udevd.c:909: error: 'NETLINK_KOBJECT_UEVENT' undeclared (first use in this function)
> udevd.c:909: error: (Each undeclared identifier is reported only once
> udevd.c:909: error: for each function it appears in.)
> udevd.c:916: error: 'SO_RCVBUFFORCE' undeclared (first use in this function)
> udevd.c: In function 'main':
> udevd.c:1152: error: 'IN_CREATE' undeclared (first use in this function)
> udevd.c:1152: error: 'IN_DELETE' undeclared (first use in this function)
> udevd.c:1152: error: 'IN_MOVE' undeclared (first use in this function)
> udevd.c:1152: error: 'IN_CLOSE_WRITE' undeclared (first use in this function)
> make[2]: *** [udevd.o] Error 1
> 
> [kernel]
> Linux gzp1 2.4.36.6-gzp1 #1 SMP Sat Jun 7 08:43:14 CEST 2008 i686 GNU/Linux

Udev depends on a 2.6 kernel. :) The udev build depends on
kernel-headers, which contain the features udev uses. 

Older udev versions used to work around missing pieces, but all of the
needed features like netlink uevent, inotify are mainstream for several
years now, and therefore no longer provided by the udev source code.

Kay


  parent reply	other threads:[~2008-08-08 11:14 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-04  6:53 [ANNOUNCE] udev 126 release Kay Sievers
2008-08-04 12:49 ` Karel Zak
2008-08-08 10:55 ` Gabor Z. Papp
2008-08-08 11:14 ` Kay Sievers [this message]
2008-08-08 11:14 ` Gabor Z. Papp
2008-08-08 11:33 ` Gabor Z. Papp
2008-08-08 11:53 ` Kay Sievers
2008-08-08 12:00 ` Gabor Z. Papp
2008-08-08 20:47 ` Kay Sievers
2008-08-08 21:18 ` Marco d'Itri
2008-08-09  8:58 ` Kay Sievers
2008-08-09  9:41 ` Gabor Z. Papp
2008-08-09  9:50 ` Kay Sievers

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=1218194040.11416.14.camel@lgn.site \
    --to=kay.sievers@vrfy.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).