Dima:
I carefully did a "git clone -b master
/https://github.com/sagemath/sage.git" command and let git populate the
/sage directory and resolve the updates, etc.
I then did a simple ./bootstrap command and it ran fine
Next I did the ./configure command and it is failing at the end.
I poked around inside the real_configure file, put some tracing on
inside so I could see how this file was really executing and it ran
through all the packages just fine, but it is blowing up on line 98986
and following lines of real_configure
This is where it is failing...
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
Can anyone tell me what is going on exactly here and why a failure would
occur?
Thanks for your help. I really would like to get sage v10.8 built.
Randall
P.S. I have git cloned the sage directory 5 times now and keep hitting
the same problem.
--
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/3f61baff-c806-40db-b676-1d0ebe22542e%40gmail.com.