- Package:
- release.debian.org
- Source:
- release.debian.org
- Submitter:
- Peter Pentchev
- Date:
- 2022-07-02 12:27:05 UTC
- Severity:
- normal
nmu xnee_3.19-8 . ANY . unstable . -m "Chase functions broken out into the libXi.so.6 library. Closes: #1013581"
Right, so I forgot to add a description, did I... Sorry about that!
So recently, some X11 API functions were broken out into a separate
library, libXi.so.6. The cnee executable links to some other libraries,
but at the time it was built, there was no libXi.so.6 one, so now
running it fails as shown in #1013581:
[roam@straylight ~]$ cnee --replay -f /dev/null; echo "exit code $?"
cnee: symbol lookup error: /lib/libxnee.so.0: undefined symbol: XIQueryVersion
exit code 127
I believe a rebuild would fix that; it did on my local system.
Thanks in advance, and sorry for filing this request without a description!
G'luck,
Peter
Right, so I forgot to add a description, did I... Sorry about that!
So recently, some X11 API functions were broken out into a separate
library, libXi.so.6. The cnee executable links to some other libraries,
but at the time it was built, there was no libXi.so.6 one, so now
running it fails as shown in #1013581:
[roam@straylight ~]$ cnee --replay -f /dev/null; echo "exit code $?"
cnee: symbol lookup error: /lib/libxnee.so.0: undefined symbol: XIQueryVersion
exit code 127
I believe a rebuild would fix that; it did on my local system.
Thanks in advance, and sorry for filing this request without a description!
G'luck,
Peter
Hi, The issue was fixed by the upload of xnee/3.19-9 by the maintainer. G'luck, Peter