Mailinglist Archive: opensuse-packaging (202 mails)

< Previous Next >
[opensuse-packaging] "library /lib/udev/hid2hci is linked against libraries in /usr or /opt"?
Hi,

bluez-4.93 got hid2hci back, it was on holiday in the udev sources for
some time.

Unfortunately, the test build fails:

+ /usr/lib/rpm/brp-rpath
+ /usr/lib/rpm/brp-pie
+ /usr/lib/rpm/brp-rootfs
library /lib/udev/hid2hci is linked against libraries in /usr or /opt
libusb-0.1.so.4 => /usr/lib64/libusb-0.1.so.4 (0x00007f77e36e7000)
libusb-1.0.so.0 => /usr/lib64/libusb-1.0.so.0 (0x00007f77e2f5d000)

Please adjust the paths in your package

But the hid2hci from udev is:
seife@susi:~> rpm -qf /lib/udev/hid2hci
udev-166-7.1.x86_64
seife@susi:~> ldd /lib/udev/hid2hci|grep usr
libusb-0.1.so.4 => /usr/lib64/libusb-0.1.so.4 (0x00007f764b901000)
libusb-1.0.so.0 => /usr/lib64/libusb-1.0.so.0 (0x00007f764b17d000)

The rpmlintrc from udev in FACTORY looks innocent. Why did it build at all?

And how do I get rid of that error? I don't care about "separate /usr"
crap.
--
Stefan Seyfried

"Dispatch war rocket Ajax to bring back his body!"
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx

< Previous Next >