I am trying to understand why this section in the "real_configure"
script is failing
# Generated by SAGE_ROOT/bootstrap; do not edit
printf "%s\n" "##
----------------------------------------------------------------------- ##
## Build status for each package: ##
##
-----------------------------------------------------------------------
##" >& 6
printf "%s\n" "##
----------------------------------------------------------------------- ##
## Build status for each package: ##
##
-----------------------------------------------------------------------
##" >& 5
SPKGS="4ti2 _bootstrap _develop _gcc10 _gcc11 _gcc12 _gcc8 _gcc9
[hundreds of pkgs] ... xz zeromq zipp"
if properties=$($SAGE_BOOTSTRAP_PYTHON build/bin/sage-package
properties --format=shell $SPKGS 2>& 5) && eval $properties
then :
else $as_nop
as_fn_error $? "Package directory missing. Re-run bootstrap."
"$LINENO" 5
fi
There are 436 files in this line, but I actually took a look at the
build/pkgs folder and I have 442 actually there.
The 6 missing in the real_configure script line are
< _python3.10
< _python3.11
< _python3.12
< _python3.9
< palettable
< pint
The actual 436 pkg names match exactly.
So I actually have more files in the build/pkgs area than the script
line in real_configure.
Why is a failure occurring here? is eval(properties) failing?
Randall
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/sage-support/1765a417-9c4b-4de7-ba4b-1e636e0e4a1d%40gmail.com.