sagemath / sage

Main repository of SageMath. Now open for Issues and Pull Requests.
https://www.sagemath.org
Other
1.21k stars 421 forks source link

package failed to build #37653

Open beew opened 3 months ago

beew commented 3 months ago

Environment

- **OS**:Ubuntu 22.04
- **Sage Version**: 10.3

Steps To Reproduce

run configure t with

--enable-deformation  --enable pyscipopt
build failed 

sys 31m3.982s
***************************************************************
Error building Sage.

The following package(s) may have failed to build (not necessarily
during this run of 'make all-start'):

* package:         pyscipopt-4.3.0
  last build time: Mar 22 04:20
  log file:        /home/bernard/opt/sagemath/logs/pkgs/pyscipopt-4.3.0.log

* package:         deformation-20210503
  last build time: Mar 22 11:44
  log file:        /home/bernard/opt/sagemath/logs/pkgs/deformation-20210503.log
  build directory: /home/bernard/opt/sagemath/local/var/tmp/sage/build/deformation-20210503

It is safe to delete any log files and build directories, but they
contain information that is helpful for debugging build problems.
WARNING: If you now run 'make' again, the build directory of the
same version of the package will, by default, be deleted. Set the
environment variable SAGE_KEEP_BUILT_SPKGS=yes to prevent this.

make[1]: *** [Makefile:40: all-start] Error 1
make[1]: Leaving directory '/home/bernard/opt/sagemath'
make: *** [Makefile:13: all] Error 2

log attached deformation-20210503.log pyscipopt-4.3.0.log

Config log

config.log

Package logs

deformation-20210503.log pyscipopt-4.3.0.log

Additional Information

No response

Checklist

mkoeppe commented 3 months ago

pyscipopt is fixed in https://github.com/sagemath/sage/pull/37392