On Fri, 2008-08-08 at 12:55 +0200, Gabor Z. Papp wrote: > * Kay Sievers <kay.sievers@xxxxxxxx>: > > | 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 -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html