FreeBSD python patch for databases/ldb

Marcus von Appen mva at FreeBSD.org
Mon Nov 25 15:15:15 UTC 2013


On, Mon Nov 25, 2013, Timur I. Bakeyev wrote:

> Hi, Marcus!
>
> I see this patch as useless, as WAF isn't called via shebang.
>
> Please, take a closer look onto port's Makefile.

It is called via shebang in the configure stage. do-configure (from
bsd.port.mk) expands to:

${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS} ...

which effectively will become:

${CONFIGURE_ENV} ./buildtools/bin/waf configure ${CONFIGURE_ARGS} ...

And this is where it breaks:

/usr/ports/databases/ldb # make configure
[...]
===>  Configuring for ldb-1.1.16
env: python: No such file or directory
===>  Script "buildtools/bin/waf configure" failed unexpectedly.

Cheers
Marcus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-python/attachments/20131125/8a43fbfa/attachment.sig>


More information about the freebsd-python mailing list