Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Mar 2021 08:56:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 254329] comms/py-hidapi: Undefined symbol "hid_get_input_report"
Message-ID:  <bug-254329-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D254329

            Bug ID: 254329
           Summary: comms/py-hidapi: Undefined symbol
                    "hid_get_input_report"
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: ehaupt@FreeBSD.org

On FreeBSD 13.0-RC2 I get following error:

```
$ python
Python 3.7.10 (default, Mar  6 2021, 01:48:18)=20
[Clang 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff7=
5f2c
on freebsd13
Type "help", "copyright", "credits" or "license" for more information.
>>> import hid
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: /usr/local/lib/python3.7/site-packages/hid.so: Undefined symbol
"hid_get_input_report"
>>>=20
```

Env:

FreeBSD freebsd13.local 13.0-RC2 FreeBSD 13.0-RC2 #12
releng/13.0-n244687-45910f66389: Sun Mar 14 19:57:10 CET 2021=20=20=20=20
root@freebsd.local:/usr/obj/usr/src/amd64.amd64/sys/GENERIC  amd64


```
$ pkg which /usr/local/lib/python3.7/site-packages/hid.so
/usr/local/lib/python3.7/site-packages/hid.so was installed by package
py37-hidapi-0.10.1
```

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254329-7788>