dependency firefox->py-sqlite3 is broken

Valentin Nechayev netch at netch.kiev.ua
Sat Mar 2 19:04:00 UTC 2013


Hi,

www/firefox (19.0;1) Makefile shows dependency:

	 ${PYTHON_SITELIBDIR}/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3

so it searches for /usr/local/lib/python2.7/site-packages/_sqlite3.so;

OTOH built package (py27-sqlite3-2.7.3_3) contains:

	/usr/local/lib/python2.7/lib-dynload/_sqlite3.so

so it remakes the py-sqlite3 package and fails on attempt to install
it.

py-sqlite3 port Makefile contains explicit request for library
placement:

PYDISTUTILS_INSTALLARGS+=       --install-lib ${PYTHON_LIBDIR}/lib-dynload

Ports are fresh a few minutes ago, system is 9.1.

Which directory assignment is correct?


-netch-


More information about the freebsd-ports mailing list