Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 474918 - [x11 overlay] x11-drivers/xf86-input-wacom should depend on virtual/udev for libudev (gentoo-x86 is already fixed)
Summary: [x11 overlay] x11-drivers/xf86-input-wacom should depend on virtual/udev for ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks:
 
Reported: 2013-06-27 01:26 UTC by Joshua Landry
Modified: 2014-01-06 17:14 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joshua Landry 2013-06-27 01:26:14 UTC
xf86-input-wacom failes with

checking for X11... yes
checking for UDEV... no
configure: error: Package requirements (libudev) were not met:

No package 'libudev' found

Reproducible: Always

Steps to Reproduce:
1.Remove udev from system
2.emerge xf86-input-wacom
3.
Actual Results:  
Fails when configure cant find libudev

Expected Results:  
Pulled virtual/udev as a build time dependency. I can confirm that the driver still works without udev installed.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2013-07-18 10:38:29 UTC
configure.ac of 0.20.0 looks like,

# Obtain compiler/linker options for libudev used by ISDV4 code
PKG_CHECK_MODULES(UDEV, libudev)
Comment 2 Samuli Suominen (RETIRED) gentoo-dev 2013-07-18 10:42:17 UTC
(In reply to Samuli Suominen from comment #1)
> configure.ac of 0.20.0 looks like,
> 
> # Obtain compiler/linker options for libudev used by ISDV4 code
> PKG_CHECK_MODULES(UDEV, libudev)

same in 0.17.0, therefore:

+  18 Jul 2013; Samuli Suominen <ssuominen@gentoo.org>
+  xf86-input-wacom-0.17.0.ebuild, xf86-input-wacom-0.18.0.ebuild,
+  xf86-input-wacom-0.19.0.ebuild, xf86-input-wacom-0.20.0.ebuild:
+  Pull in virtual/udev for libudev wrt #474918 by "doctor_who"

however overlay remains broken, so I won't close the bug:

http://git.overlays.gentoo.org/gitweb/?p=proj/x11.git;a=blob;f=x11-drivers/xf86-input-wacom/xf86-input-wacom-9999.ebuild;hb=HEAD
Comment 3 Chí-Thanh Christopher Nguyễn gentoo-dev 2014-01-06 17:14:45 UTC
Fix pushed to the overlay.