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#56311 - [syslog-ng] missing makedepend on python
Attached to Project:
Arch Linux
Opened by Kevin Mihelich (kmihelich) - Monday, 13 November 2017, 13:57 GMT
Last edited by Antonio Rojas (arojas) - Monday, 13 November 2017, 16:22 GMT
Opened by Kevin Mihelich (kmihelich) - Monday, 13 November 2017, 13:57 GMT
Last edited by Antonio Rojas (arojas) - Monday, 13 November 2017, 16:22 GMT
|
DetailsDescription: Checkdepends are being used as makedepends, and the package is missing a makedepend on python, causing an error during install if built with --nocheck.
Additional info: * package version: 3.12. * log snippet: make -C lib/ivykis/src \ install-includeHEADERS \ install-nodist_includeHEADERS \ includedir="/usr/include/syslog-ng/ivykis" (cd ./modules/python/pylib && setup.py \ build --build-base="/build/syslog-ng/src/syslog-ng-3.12.1/modules/python/pylib/build" \ install --record=/build/syslog-ng/src/syslog-ng-3.12.1/modules/python/pylib/install-manifest.txt --root="/build/syslog-ng/pkg/syslog-ng" --prefix="/usr") /bin/sh: line 1: setup.py: command not found make[4]: *** [Makefile:17789: install-pylib] Error 127 make[4]: *** Waiting for unfinished jobs.... Steps to reproduce: Build in a clean chroot with --nocheck. |
This task depends upon