On Wed, Jun 16, 2010 at 12:23 AM, Marcel <[email protected]> wrote: > Hello fellows, > I'm trying to compile the version 4.4.3 in debian lenny (32bit). i > have installed the following packages: > > build-essential > gcc > g++ > gfortran > make > m4 > perl > tar > readline-common > libreadline-dev > > i did the dowload from > http://sagemath.c3sl.ufpr.br/linux/32bit/sage-4.4.3-linux-32bit-ubuntu_10.04_lts-i686-Linux.tar.lzma > unpackaged (and did relabel the diretory to 'sage-4.4.3'). then, i > did: > > $ cd sage-4.4.3 > and > $ make > $ ./sage > > i get the following error: > > xin...@chacal:~/sage-4.4.3$ make > cd spkg && ./install all 2>&1 | tee -a ../install.log > cp: impossível fazer stat em `base/sage-*': Arquivo ou diretório não > encontrado > cp: impossível fazer stat em `base/testcc.sh': Arquivo ou diretório > não encontrado > cp: impossível fazer stat em `base/testcxx.sh': Arquivo ou diretório > não encontrado > /bin/ls: impossível acessar bzip2-*-install: Arquivo ou diretório não > encontrado > /bin/ls: impossível acessar dir-*-install: Arquivo ou diretório não > encontrado > /bin/ls: impossível acessar prereq-*-install: Arquivo ou diretório não > encontrado > make[1]: Entrando no diretório `/home/xinelo/sage-4.4.3/spkg' > standard/deps:45: aviso: impondo comandos para o alvo `installed/' > standard/deps:42: aviso: ignorando comandos antigos para o alvo > `installed/' > standard/deps:48: aviso: impondo comandos para o alvo `installed/' > standard/deps:45: aviso: ignorando comandos antigos para o alvo > `installed/' > standard/deps:183: aviso: impondo comandos para o alvo `installed/' > standard/deps:48: aviso: ignorando comandos antigos para o alvo > `installed/' > make[1]: Dependência circular installed/python-2.6.4.p8 <- installed/ > abandonada. > make[1]: Dependência circular installed/python-2.6.4.p8 <- installed/ > abandonada. > make[1]: Dependência circular installed/python-2.6.4.p8 <- installed/ > abandonada. > make[1]: Dependência circular installed/zlib-1.2.3.p5 <- installed/ > abandonada. > make[1]: Dependência circular installed/zlib-1.2.3.p5 <- installed/ > abandonada. > make[1]: Dependência circular installed/zlib-1.2.3.p5 <- installed/ > abandonada. > sage-spkg zlib-1.2.3.p5 2>&1 > /bin/sh: sage-spkg: command not found > make[1]: ** [installed/zlib-1.2.3.p5] Erro 127 > make[1]: Saindo do diretório `/home/xinelo/sage-4.4.3/spkg' > > real 0m0.047s > user 0m0.008s > sys 0m0.004s > Error building Sage. > ./sage -docbuild all html 2>&1 | tee -a dochtml.log > ************************************************************************** > You must compile Sage first using 'make' in the Sage root directory. > (If you have already compiled Sage, you must set the SAGE_ROOT > variable in > the file './sage'). > ************************************************************************** > xin...@chacal:~/sage-4.4.3$ ./sage > ************************************************************************** > You must compile Sage first using 'make' in the Sage root directory. > (If you have already compiled Sage, you must set the SAGE_ROOT > variable in > the file './sage'). > ************************************************************************** > xin...@chacal:~/sage-4.4.3$ > > somebody can help me?
Download the source code, not a binary: http://boxen.math.washington.edu/sage/src/sage-4.4.3.tar > > thanks in advance > > Marcel > > > -- > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/sage-support > URL: http://www.sagemath.org > -- William Stein Professor of Mathematics University of Washington http://wstein.org -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
