Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#51747 - [namcap] Wrong dependency detection for split packages
Attached to Project:
Arch Linux
Opened by NicoHood (NicoHood) - Tuesday, 08 November 2016, 19:19 GMT
Last edited by Bartłomiej Piotrowski (Barthalion) - Wednesday, 09 November 2016, 21:08 GMT
Opened by NicoHood (NicoHood) - Tuesday, 08 November 2016, 19:19 GMT
Last edited by Bartłomiej Piotrowski (Barthalion) - Wednesday, 09 November 2016, 21:08 GMT
|
Detailsnamcap detects wrong missing dependencies for split packages:
python2-kivy-git E: Dependency python detected and not included (programs ['python'] needed in scripts ['usr/lib/python2.7/site-packages/kivy/tools/kviewer.py']) Samples: https://gist.github.com/NicoHood/f76dbf1ef51b43afd9881a8b39f0edb4 https://www.archlinux.org/packages/community/any/python-pyusb/ |
This task depends upon
Closed by Bartłomiej Piotrowski (Barthalion)
Wednesday, 09 November 2016, 21:08 GMT
Reason for closing: Not a bug
Wednesday, 09 November 2016, 21:08 GMT
Reason for closing: Not a bug
So is this shebang an upstream bug or PKGBUILD bug? I think its more a problem of the PKGBUILD as the upstrream source cannot really provide support for both versions in this special script.
The other error I found was this:
PKGBUILD (python-pyusb) E: Missing description in PKGBUILD
When the description is split into the packages and not a global description is used. That makes sense for python2. Have a look at pyusb.