Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Nov 2013 16:15:11 +0100
From:      Marcus von Appen <mva@FreeBSD.org>
To:        "Timur I. Bakeyev" <timur@FreeBSD.org>
Cc:        freebsd-python@freebsd.org
Subject:   Re: FreeBSD python patch for databases/ldb
Message-ID:  <20131125151511.GA1435@medusa.sysfault.org>
In-Reply-To: <CALdFvJEC1sL3ux3-dONwfX=8H9yG%2BaoSN6kViFE7AREB%2BQiLmw@mail.gmail.com>
References:  <20131124171914.GE1398@medusa.sysfault.org> <CALdFvJEC1sL3ux3-dONwfX=8H9yG%2BaoSN6kViFE7AREB%2BQiLmw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--OgqxwSJOaUobr8KG
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

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

--OgqxwSJOaUobr8KG
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (FreeBSD)

iEYEARECAAYFAlKTaX8ACgkQi68/ErJnpkdIywCfQqjwbG4+p0LB8SbO0k35ig2L
BuUAn0z1Rj/Uwzw8jByjiU3lXdGu2y8y
=XyK2
-----END PGP SIGNATURE-----

--OgqxwSJOaUobr8KG--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131125151511.GA1435>