Created attachment 171878 [details] Poudriere buildlog Port is unbuildable in poudriere and on clean system. The reason is python script lds-gen.py with hardcoded shebang run during build #!/usr/bin/env python /usr/local/bin/python symlink is installed by meta-port lang/python, while net/librdkafka installs default-version port as a dependency, e.g. lang/python27, which contains /usr/local/bin/python2.7 /usr/local/bin/python is not installed as dependency lds-gen.py can't run Generating linker script librdkafka.lds from rdkafka.h env: python: No such file or directory 1 warning generated. gmake[3]: *** [Makefile:51: librdkafka.lds] Error 127 Full poudriere log attached.
Sorry, I don't have time to maintain this port. Can somebody reassign maintainer?
A commit references this bug: Author: amdmi3 Date: Mon Jun 27 19:22:08 UTC 2016 New revision: 417676 URL: https://svnweb.freebsd.org/changeset/ports/417676 Log: - Fix build by using correct python path - Reset maintainer by his own request - Add LICENSE_FILE - Add missing USES=ssl - Simplify and silence stripping PR: 210633 Reported by: sergey@akhmatov.ru Changes: head/net/librdkafka/Makefile