Hi Matthias, I opened PR #38434 around two weeks ago (https://github.com/sagemath/sage/pull/38434) where I fix contourpy and cvxopt build failures.
For the latter, I approached the problem by using `pkg-config` to find suitesparse headers (required by cvxopt's umfpack extension). The PR got no further replies after I force-pushed. So I had to run actions workflow manually and indeed, I can still reproduce the build problem on ubuntu jammy (https://github.com/bagasme/sage/actions/runs/10224751766/job/28292898635): ``` #31 898.6 [cvxopt-1.3.2] [spkg-install] running build_ext #31 898.6 [cvxopt-1.3.2] [spkg-install] INFO: Disabling color, you really want to install colorlog. #31 898.6 [cvxopt-1.3.2] [spkg-install] Disabling color, you really want to install colorlog. #31 898.6 [cvxopt-1.3.2] [spkg-install] building 'umfpack' extension #31 898.6 [cvxopt-1.3.2] [spkg-install] gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -g -O2 -fPIC -I -I/sage/local/var/lib/sage/venv-python3.10/include -I/usr/include/python3.10 -c src/C/umfpack.c -o build/temp.linux-x86_64-cpython-310/src/C/umfpack.o #31 898.6 [cvxopt-1.3.2] [spkg-install] src/C/umfpack.c:23:10: fatal error: umfpack.h: No such file or directory #31 898.6 [cvxopt-1.3.2] [spkg-install] 23 | #include "umfpack.h" #31 898.6 [cvxopt-1.3.2] [spkg-install] | ^~~~~~~~~~~ #31 898.6 [cvxopt-1.3.2] [spkg-install] compilation terminated. #31 898.6 [cvxopt-1.3.2] [spkg-install] error: command '/usr/bin/gcc' failed with exit code 1 ... ``` Am I missing something? And should I submit new PR instead of force-pushing in this case? Thanks. -- An old man doll... just what I always wanted! - Clara -- 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 sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/ZrRxQOFcQX84MZQG%40archie.me.