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
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Antonio Rojas (arojas)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: 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

Closed by  Antonio Rojas (arojas)
Monday, 13 November 2017, 16:22 GMT
Reason for closing:  Fixed

Loading...