Problem with python3 package 64-bit - Alpha 0.1

Issue #30 resolved
Moises Henriquez created an issue

As of alpha 0.1, commit d75a4d1, the python3 package on 64-bit is broken.

The build log shows the site-packages contents went to /usr/lib even on the 64-bit package

http://vlcore.vectorlinux.com:8010/builders/python3/builds/32/steps/64-bit%20build/logs/stdio

Comments (3)

  1. Rodrigo Bistolfi

    site-packages contents usually are not arch specific, .py files are the same, shouldnt they go into lib?

  2. Moises Henriquez reporter

    They go in /usr/lib64 in the python 2 package, and looks like PYTHONPATH or something is looking for them in the same location for python3

  3. Moises Henriquez reporter

    Our python and python3 implementation may be wrong. This may come from historically following what slack does. Our setup is similar to slack's, so correcting the problem would involve re-doing our python and python3 implementations to match what others do to keep things out of /usr/lib64/. This would involve rebuilding the python packages and everything that depends on them.

    For now, I have updated the patch to make the updated python3 work. This makes every other package that needs it happy.

    The updated patch is on 625b920

  4. Log in to comment