Hello!
I am a leechcraft package maintainer. I got yesterday a set of messages from hermes about builds failed, see https://build.opensuse.org/package/show/openSUSE:Factory/leechcraft f.e.:
[ 175s] -- UDev not found. [ 175s] -- UDev: You can specify includes: -DUDEV_PATH_INCLUDES=/opt/udev/include [ 175s] -- currently found includes: UDEV_INCLUDE_DIR-NOTFOUND [ 175s] -- UDev: You can specify libs: -DUDEV_PATH_LIB=/opt/udev/lib [ 175s] -- currently found libs: UDEV_LIBRARIES-NOTFOUND [ 175s] CMake Error at plugins/devmon/cmake/FindUDev.cmake:51 (MESSAGE): [ 175s] Could not find UDev library
Isn't "BuildRequires: pkgconfig(udev)" enough now?
On Saturday 2014-06-07 13:51, Dmitriy Perlow wrote:
Isn't "BuildRequires: pkgconfig(udev)" enough now?
You need pkgconfig(libudev) instead.
Jan Engelhardt jengelh@inai.de Sat, 07 Jun 2014 15:30:14 +0300:
On Saturday 2014-06-07 13:51, Dmitriy Perlow wrote:
Isn't "BuildRequires: pkgconfig(udev)" enough now?
You need pkgconfig(libudev) instead.
Thank you, I am checking it now, but what is the reason of the issue? pkgconfig(udev) is fine for oS <= 13.1.
On Saturday 2014-06-07 14:48, Dmitriy Perlow wrote:
Jan Engelhardt jengelh@inai.de Sat, 07 Jun 2014 15:30:14 +0300:
On Saturday 2014-06-07 13:51, Dmitriy Perlow wrote:
Isn't "BuildRequires: pkgconfig(udev)" enough now?
You need pkgconfig(libudev) instead.
Thank you, I am checking it now, but what is the reason of the issue? pkgconfig(udev) is fine for oS <= 13.1.
libudev-devel was split into libudev-devel and udev-devel.
Jan Engelhardt jengelh@inai.de Sat, 07 Jun 2014 16:36:37 +0300:
On Saturday 2014-06-07 14:48, Dmitriy Perlow wrote:
Jan Engelhardt jengelh@inai.de Sat, 07 Jun 2014 15:30:14 +0300:
On Saturday 2014-06-07 13:51, Dmitriy Perlow wrote:
Isn't "BuildRequires: pkgconfig(udev)" enough now?
You need pkgconfig(libudev) instead.
Thank you, I am checking it now, but what is the reason of the issue? pkgconfig(udev) is fine for oS <= 13.1.
libudev-devel was split into libudev-devel and udev-devel.
OK. Thank you again. Build seems to be fine.
On Saturday 2014-06-07 14:48, Dmitriy Perlow wrote:
Jan Engelhardt jengelh@inai.de Sat, 07 Jun 2014 15:30:14 +0300:
On Saturday 2014-06-07 13:51, Dmitriy Perlow wrote:
Isn't "BuildRequires: pkgconfig(udev)" enough now?
You need pkgconfig(libudev) instead.
libudev-devel was split into libudev-devel and udev-devel.
Thank you, I am checking it now, but what is the reason of the issue? pkgconfig(udev) is fine for oS <= 13.1.
Like I indicated, in openSUSE 13.1, pkgconfig(udev) and pkgconfig(libudev) were provided by the same package. That is why installing any one of the two used to work.