Closed kliem closed 2 years ago
config.log please
Is qhull
installed properly? The only thing I can think of otherwise is that the compilation line includes path to the venv but not to $SAGE_LOCAL/include
where the library should be found.
Replying to @kliem:
https://groups.google.com/g/sage-release/c/gTNMEVbzb6M/m/aZCzjiXMAQAJ
From there:
configure:38313: checking for qhull
configure:38331: found /usr/bin/qhull
configure:38343: result: /usr/bin/qhull
configure:38359: checking is qhull's version good enough?
configure:38482: will use system package and not install SPKG qhull
Looks like build/pkgs/qhull/spkg-configure.m4
is missing the "else" branch in AX_COMPARE_VERSION
Author: Matthias Koeppe
Try this please
New commits:
9de0e06 | build/pkgs/qhull/spkg-configure.m4: Fix test for library |
Thanks for the quick fix. This seems to be the problem.
Reviewer: Jonathan Kliem
Changed branch from u/mkoeppe/matplotlib_update_breaks_build_on_debian_buster to 9de0e06
31580 or #33040 broke sage build on debian buster:
CC: @dimpase @kiwifb @mkoeppe @egourgoulhon
Component: build
Author: Matthias Koeppe
Branch/Commit:
9de0e06
Reviewer: Jonathan Kliem
Issue created by migration from https://trac.sagemath.org/ticket/33143