Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCould not find platform independent libraries <prefix> #229
Comments
|
+1 I am getting this too, using CentOS 7 docker latest master with Python 2.6.16, using these defines:
I supply my own OpenSSL and ZLib static libs which work with the regular automake system. |
|
Thanks for providing additional details. To better address the problem, could you provide the complete set of command leading to the error. For example:
|
|
Hey @jcfr This is my own custom docker build thing actually. I got digging and found a partial fix here: It will install finally, but then it ends with:
Probably 2 post-install calls to python? I think the issue is because my docker build is actually launching from the OS python subprocess module. You can see my docker building script here (the actual build works inside of the container): |
|
Thanks for the update.
To summarize, trying to build the docker image associated with https://github.com/boberfly/pipe-bootstrap should allow to reproduce the problem ? |
|
@jcfr yep! Just remove: |
Hey,
I'm trying to package python for conan, which is a package manager for C/C++ libraries.
Conan will provide (and eventually build) the dependencies.
Building python fails at the latest step:
Also, the
pythonbinary in the build directory fails with the same error.What option am I missing?
Steps to reproduce