[Bug 210633] net/librdkafka
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jun 27 17:13:26 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210633
Bug ID: 210633
Summary: net/librdkafka
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: sergey at akhmatov.ru
CC: xnasx at yandex.ru
Flags: maintainer-feedback?(xnasx at yandex.ru)
CC: xnasx at yandex.ru
Created attachment 171878
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=171878&action=edit
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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list