[pybsddb] 6.2.4 breaks pypy build inside virtualenv
Jesus Cea
jcea at jcea.es
Mon Sep 4 04:06:16 CEST 2017
On 04/09/17 03:59, Jesus Cea wrote:
>> But the venv2/include is a symbol link to
>> /usr/include , so normal users don't have the
>> permissions to do so, but the bsddb3 packages
>> are already installed at this stage, and work.
In CPYTHON, "virtualenv/include" is:
"""
lrwxrwxrwx 1 jcea jcea 29 Sep 4 03:24 python3.6m ->
/usr/local/include/python3.6m
drwxrwxr-x 3 jcea jcea 3 Sep 4 03:36 site
"""
"python3.6m" is a symbolic link, but "site" is not, and that is where
the headers are installed:
"""
jcea at jcea:/tmp/zz/include$ ls site/python3.6/bsddb3/bsddb.h
site/python3.6/bsddb3/bsddb.h
"""
If PYPY is doing something different, PYPY is wrong. In my opinion :-).
What do you think?
--
Jesús Cea Avión _/_/ _/_/_/ _/_/_/
jcea at jcea.es - http://www.jcea.es/ _/_/ _/_/ _/_/ _/_/ _/_/
Twitter: @jcea _/_/ _/_/ _/_/_/_/_/
jabber / xmpp:jcea at jabber.org _/_/ _/_/ _/_/ _/_/ _/_/
"Things are not so easy" _/_/ _/_/ _/_/ _/_/ _/_/ _/_/
"My name is Dump, Core Dump" _/_/_/ _/_/_/ _/_/ _/_/
"El amor es poner tu felicidad en la felicidad de otro" - Leibniz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
URL: <https://mailman.jcea.es/pipermail/pybsddb/attachments/20170904/fd007ccd/attachment.asc>
More information about the pybsddb
mailing list