picca
picca
I just rebuild all the packages with --as-needed and I end up with a `libufo` package which depends on `libpython2.7`
Here the full log from the Debian CI ``` Testing with python3.13: ============================= test session starts ============================== platform linux -- Python 3.13.2, pytest-8.3.5, pluggy-1.5.0 rootdir: /tmp/autopkgtest.Y3PG5X/autopkgtest_tmp collected 93 items /...
By installing the package libglut3.12, I can reduce the failure to this subset. ``` =========================== short test summary info ============================ FAILED tests/test_checks.py::test_check_egl_es1 - RuntimeError: Test Failed FAILED tests/test_checks.py::test_check_egl_es2 - RuntimeError:...
it seems that the HOME should be writable in order to proceed... ``` ERROR test_checks:test_checks.py:83 Failing check script output: Failed to create /home/experiences for shader cache (Permission denied)---disabling. Failed to...
After installing libgles1 and libgles2 on less failing test... =========================== short test summary info ============================ FAILED tests/test_checks.py::test_check_egl_es1 - RuntimeError: Test Failed FAILED tests/test_checks.py::test_check_egl_es2 - RuntimeError: Test Failed FAILED tests/test_checks.py::test_egl_ext_enumerate -...
I think, I will need your help in order to solve these remaining failure. thansk
Yes I can , is it better ? ----- Le 2 Aoû 24, à 16:54, Artem Pelenitsyn ***@***.*** a écrit : > @picca have you considered manually uploading the documentation?...
Hello, Since you are around. It seems that the conda build is using the script I originaly wrote in order to fix the libtbx config env. Do you know If...
If I remember correctly I wrote this code :)) a few years ago. my question was, could we at some point merge the Debian file with your re-implementation for conda...
Hello, In fact I remember now, I need and exemple of update of the config part. So I found your code, and then implement the logic. If I remember correctly...