Hi all,
make clean
make

does not work the way I expected it to. I expected it to clean out my existing 
build of sage and start again. Instead, "make clean" outputs:

echo "Deleted spkg/build"
Deleted spkg/build
rm -rf spkg/build
mkdir -p spkg/build
echo "Deleted spkg/archive"
Deleted spkg/archive
rm -rf spkg/archive
mkdir -p spkg/archive

and "make" outputs:


cd spkg && ./install all 2>&1 | tee -a ../install.log
make[1]: Entering directory `/home/leopardi/src/Sage/sage-4.4.1/spkg'
sage-spkg sagenb-0.8.p1 2>&1
Warning: Attempted to overwrite SAGE_ROOT environment variable
sagenb-0.8.p1
Machine:
Linux linfinit 2.6.31.12-0.1-default #1 SMP PREEMPT 2010-03-16 21:25:39 +0100 
x86_64 x86_64 x86_64 GNU/Linux
sage: sagenb-0.8.p1 is already installed
cd /home/leopardi/src/Sage/sage-4.4.1 && . local/bin/sage-env && cd local/bin/ 
&& ./sage-make_relative
Making script relocatable
sage-spkg sage-4.4.1
Warning: Attempted to overwrite SAGE_ROOT environment variable
sage-4.4.1
Machine:
Linux linfinit 2.6.31.12-0.1-default #1 SMP PREEMPT 2010-03-16 21:25:39 +0100 
x86_64 x86_64 x86_64 GNU/Linux
sage: sage-4.4.1 is already installed
cd /home/leopardi/src/Sage/sage-4.4.1 && . local/bin/sage-env && cd local/bin/ 
&& ./sage-make_relative
Making script relocatable
sage-spkg gap-4.4.12.p3 2>&1
Warning: Attempted to overwrite SAGE_ROOT environment variable
gap-4.4.12.p3
Machine:
Linux linfinit 2.6.31.12-0.1-default #1 SMP PREEMPT 2010-03-16 21:25:39 +0100 
x86_64 x86_64 x86_64 GNU/Linux
sage: gap-4.4.12.p3 is already installed
make[1]: Leaving directory `/home/leopardi/src/Sage/sage-4.4.1/spkg'

real    0m1.833s
user    0m0.321s
sys     0m0.364s
To install gap, gp, singular, etc., scripts
in a standard bin directory, start sage and
type something like
   sage: install_scripts('/usr/local/bin')
at the Sage command prompt.

To build the documentation, run
   make doc

Sage build/upgrade complete!
./sage -docbuild all html  2>&1 | tee -a dochtml.log

I am now going to start the build from scratch (using the fixed libreadline 
and symmetrica spkg files instead of the downloaded ones).
Best, Paul

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to