If you see a difference in behaviour between binary and source distributions, then perhaps it's due to
https://github.com/sagemath/binary-pkg/blob/master/binary_pkg/templates/relocate-once.py >From what I understand, a binary distribution is originally built on a rather long and distinctive path, so that a search-and_replace on absolute path names should work (and should have enough room to make the replacements). Perhaps this is what goes wrong? Perhaps only part of fpylll's files are picked up to make replacements on? It may be worth comparing the files like bkz.so etc. on the binary install *before* anything was run and *after*. The mangled path names distinctly suggest that some path name rewrite is tried, but that it doesn't succeed (although the error might very well originate from your own C++ code -- that's not so easy for me to see). -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/73ea3e0c-3ea6-4b10-8ff4-7a2d29a3f9c4%40googlegroups.com.
