[pybsddb] 6.2.4 breaks pypy build inside virtualenv
    Zhihao Yuan 
    lichray at gmail.com
       
    Sun Sep  3 23:53:47 CEST 2017
    
    
  
How to reproduce:
  virtualenv -p /usr/bin/pypy venv2
  . venv2/bin/activate
  pip install bsddb3
typescript attached, you can use less -r typescript
to read it.
The prior versions do build and install,
however the last step will try to install headers.
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.
-- 
Zhihao Yuan, ID lichray
The best way to predict the future is to invent it.
_______________________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: typescript
Type: application/octet-stream
Size: 9066 bytes
Desc: not available
URL: <https://mailman.jcea.es/pipermail/pybsddb/attachments/20170903/208be347/attachment.obj>
    
    
More information about the pybsddb
mailing list