Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 762739 - dev-libs/libwacom-1.7 fails to compile
Summary: dev-libs/libwacom-1.7 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Freedesktop bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-31 07:47 UTC by Agostino Sarubbo
Modified: 2021-01-04 01:02 UTC (History)
0 users

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


Attachments
build.log (build.log,9.76 KB, text/plain)
2020-12-31 07:47 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-12-31 07:47:02 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-libs/libwacom-1.7 fails to compile.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2020-12-31 07:47:04 UTC
Created attachment 680371 [details]
build.log

build log and emerge --info
Comment 2 Matt Turner gentoo-dev 2021-01-04 01:00:19 UTC
Ah, missing a PDEPEND.

Python 3.8.7 (default, Jan  3 2021, 23:47:34) 
[GCC 10.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import libevdev
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3.8/site-packages/libevdev/__init__.py", line 23, in <module>
    from .device import Device, InputAbsInfo
  File "/usr/lib/python3.8/site-packages/libevdev/device.py", line 29, in <module>
    from .event import InputEvent
  File "/usr/lib/python3.8/site-packages/libevdev/event.py", line 23, in <module>
    from .const import EventType, EventCode
  File "/usr/lib/python3.8/site-packages/libevdev/const.py", line 413, in <module>
    _load_consts()
  File "/usr/lib/python3.8/site-packages/libevdev/const.py", line 338, in _load_consts
    Libevdev()  # classmethods, need to make sure it's loaded at once
  File "/usr/lib/python3.8/site-packages/libevdev/_clib.py", line 395, in __init__
    super(Libevdev, self).__init__()
  File "/usr/lib/python3.8/site-packages/libevdev/_clib.py", line 76, in __init__
    self._load()
  File "/usr/lib/python3.8/site-packages/libevdev/_clib.py", line 83, in _load
    cls._lib = cls._cdll()
  File "/usr/lib/python3.8/site-packages/libevdev/_clib.py", line 123, in _cdll
    return ctypes.CDLL("libevdev.so.2", use_errno=True)
  File "/usr/lib/python3.8/ctypes/__init__.py", line 373, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: libevdev.so.2: cannot open shared object file: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2021-01-04 01:02:23 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a380b7a5c4b78b61b3e0fd9551fe4c21670343a

commit 8a380b7a5c4b78b61b3e0fd9551fe4c21670343a
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2021-01-04 01:01:25 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2021-01-04 01:02:17 +0000

    dev-python/python-libevdev: Add PDEPEND on libevdev
    
    Closes: https://bugs.gentoo.org/762739
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 dev-python/python-libevdev/python-libevdev-0.9.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)