Seite 1 von 1

udevinfo

Verfasst: Mo Apr 13, 2009 12:14 pm
von khz
hallo,

Code: Alles auswählen

 ~/Audio/midisport-firmware-1.2 $ ./configure 
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for fxload... /sbin/fxload
checking for udev version... ./configure: line 1740: udevinfo: command not found
none
configure: error: udev version 057 or later is required
auch ein

Code: Alles auswählen

ln -s /sbin/udevadm /sbin/udevinfo
und

Code: Alles auswählen

/etc/init.d/udev restart
veränderte nichts.
hat jemand eine idee?

grüße khz

Verfasst: Mo Apr 13, 2009 12:51 pm
von Drumfix
versuchs mal mit

ln -s /sbin/udevadm /usr/bin/udevinfo

Als Normaluser ist nämlich /sbin normalerweise nicht in deinem Searchpath.

Gruß
Drumfix

Verfasst: Mo Apr 13, 2009 7:29 pm
von khz
danach sagter das

Code: Alles auswählen

checking for udev version... the program '/bin/bash' called 'udevinfo', it should use 'udevadm info <options>', this will stop working in a future release
none
configure: error: udev version 057 or later is required
grüße khz

Re: udevinfo

Verfasst: So Nov 06, 2011 10:07 am
von khz
Ändere das configure script:

Code: Alles auswählen

udev_ver=154 #new, change to this.
#udev_ver=`udevinfo -V | awk '{ print $3 }'` #old, line 2809
dann geht midisport wieder.
Siehe da:
http://forums.m-audio.com/showthread.ph ... an-squeeze