Displaying 3 results from an estimated 3 matches for "udev_version".
Did you mean:
drv_version
2005 Nov 24
1
[PATCH] fix udevinfo version string parsing
....org>
diff -r dca4893b0b9f14a99ea46abcadcefc3246707585 -r 962bf38a5c6f7ffdb5f9fea0265cb7b1659c6d5c install.sh
--- a/install.sh Thu Nov 24 14:08:27 2005
+++ b/install.sh Thu Nov 24 19:16:40 2005
@@ -28,7 +28,7 @@
echo "All done."
[ -x "$(which udevinfo)" ] && \
- UDEV_VERSION=$(udevinfo -V | sed -e ''s/^.*\s\([0-9]\+\)[^0-9]*/\1/'')
+ UDEV_VERSION=$(udevinfo -V | sed -e ''s/^[^0-9]* \([0-9]\{1,\}\)[^0-9]\{0,\}/\1/'')
if [ -n "$UDEV_VERSION" ] && [ $UDEV_VERSION -ge 059 ]; then
cp -f $src/etc/udev/rules.d/*.rules $...
2006 Feb 20
1
About hotplug/udev
Hello,
The current dependancy on hotplug|udev (>= 0.59) seems bad.
As far as I remember, last week, when I tried to install Ralph packages,
I got an error from hotplug/udev and I had to use udev from
backports.org
Anyone know which version of udev/hotplug we will have to depends on ?
Maybe we could simply rely on a recent udev dependancy, because afaik
udev now provides hotplug.
--
Julien
2005 Dec 28
1
Problems with klibc 1.1.8
...IGRTMAX to 32, so the
condition SIGRTMAX <= SIGRTMIN in klibc's signal.h is fulfilled and
SIGRTMIN and SIGRTMAX get undefined.
Builds fine on x86_64, though.
Trying to build udev-079 on x86_64 with a system-installed klibc 1.1.8
results in the following error:
make USE_KLIBC=true
Creating udev_version.h
/usr/bin/klcc -c -g -Wall -pipe -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-Wstrict-prototypes -Wsign-compare -Wshadow -Wchar-subscripts
-Wmissing-declarations -Wnested-externs -Wpointer-arith -Wcast-align
-Wsign-compare -Wmissing-prototypes -Os
-I/usr/src/initramfs-2.6.15-rc7-paldo1/udev-079/libsysfs/...