Closed otavio closed 4 years ago
The job currently fails and it seems it exposes a problem when we build the library from source.
Built without errors but fails on test. The problem is that we are linking to the system library and not to the compiled
Built without errors but fails on test. The problem is that we are linking to the system library and not to the compiled
Are you sure? I did not install the library so I assumed it'd not link to the system one.
Are you sure? I did not install the library so I assumed it'd not link to the system one.
No, it's just a guess. I try tomorrow.
What error you get? Main problem to build libusb on linux from source it's you need udev library. Without udev libusb use usbfs. And we fail test because usbfs deprecated. I think build libusb on linux from source in this project useless.
Can you add
addons:
apt:
packages:
- libudev-dev
to commit
Thanks @a1ien, it did the trick.
The job ensures we can build libusb-1.0 from source, when it is not available on the build host.
Signed-off-by: Otavio Salvador otavio@ossystems.com.br