Kwankyu Lee wrote:
Hi all,

This is a question. Is the apparent error in the output below a genuine
error? What does it mean? I am experiencing the same error when making
several previous versions of Sage, which all failed (seemingly) by the
issue trac #13947. I am wondering whether this failure at the end is
related with this error in the start.

Athena:sage-5.9.rc0$ make
mkdir -p logs
cd spkg && \
"../spkg/pipestatus" \
"env SAGE_PARALLEL_SPKG_BUILD='' ./install all 2>&1" \
"tee -a ../logs/install.log"
Installing GCC because you have gcc version 4.2.1, which is quite old.
Installing GCC because a Fortran compiler is missing.
make base
make[1]: *** [all] Error 1

Nope, this originates from

if [ -f "$SAGE_ROOT/spkg/bin/sage-spkg" ]; then
    if $MAKE -q "$@"; then
        echo "Nothing to (re)build / all up-to-date."
        exit 0
    fi
fi

and is (harmless and) completely unrelated to the zn_poly issue (#13947).

(We should probably resilence 'make' there.)


-leif

*** ALL ENVIRONMENT VARIABLES BEFORE BUILD: ***
Apple_PubSub_Socket_Render=/tmp/launch-wgkmss/Render
Apple_Ubiquity_Message=/tmp/launch-oWnrgm/Apple_Ubiquity_Message
CLICOLOR=YES
...


Kwankyu

--
() The ASCII Ribbon Campaign
/\   Help Cure HTML E-Mail

--
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 post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to