Re: [sage-devel] Error building bzip2 for Sage 5.3 on Ubuntu 12.04

2012-10-01 Thread Volker Braun
Please file a trac ticket, we should unset BZIP2 in the build process. On Monday, October 1, 2012 2:28:53 PM UTC+1, Konstantin Ziegler wrote: > > Found the cause of the error. The environment variable BZIP2 was set by > > export BZIP2="-9" > > in my .profile. According to bzip2's man page this

Re: [sage-devel] Error building bzip2 for Sage 5.3 on Ubuntu 12.04

2012-10-01 Thread Konstantin Ziegler
Found the cause of the error. The environment variable BZIP2 was set by export BZIP2="-9" in my .profile. According to bzip2's man page this is possible to specify default options, but the bzip's make process does not seem to like that. After "unset BZIP2" the installation ran straight throu

Re: [sage-devel] Error building bzip2 for Sage 5.3 on Ubuntu 12.04

2012-09-28 Thread Konstantin Ziegler
Sorry, I meant bzip2's Makefile in > /home/zieglerk/local/share/sage/spkg/build/bzip2-1.0.6/src > Here it is. # -- # This file is part of bzip2/libbzip2, a program and library for # lossless, block-sorting data compression. # # bz

Re: [sage-devel] Error building bzip2 for Sage 5.3 on Ubuntu 12.04

2012-09-28 Thread Francois Bissey
On 28/09/12 22:21, Konstantin Ziegler wrote: > On Friday, September 28, 2012 12:08:57 PM UTC+2, François wrote: > > Could you attach the makefile. > > > Sure. > Sorry, I meant bzip2's Makefile in /home/zieglerk/local/share/sage/spkg/build/bzip2-1.0.6/src Francois -- You received this

Re: [sage-devel] Error building bzip2 for Sage 5.3 on Ubuntu 12.04

2012-09-28 Thread Konstantin Ziegler
On Friday, September 28, 2012 12:08:57 PM UTC+2, François wrote: > > Could you attach the makefile. Sure. Google Groups would not let me attach the Makefile ("The uploaded file Makefile of type application/octet-stream is not allowed."), so I have to go with copy and paste. Sorry about the

Re: [sage-devel] Error building bzip2 for Sage 5.3 on Ubuntu 12.04

2012-09-28 Thread Francois Bissey
On 28/09/12 21:59, Konstantin Ziegler wrote: > On Friday, September 28, 2012 11:34:06 AM UTC+2, François wrote: > > I am quite intrigued by your error message actually. > > > ./bzip2 -1 < sample1.ref > sample1.rb2 > > bzip2: Can't open input file bzip2-1.0.6: No such file or director

Re: [sage-devel] Error building bzip2 for Sage 5.3 on Ubuntu 12.04

2012-09-28 Thread Konstantin Ziegler
On Friday, September 28, 2012 11:34:06 AM UTC+2, François wrote: > > I am quite intrigued by your error message actually. > > > ./bzip2 -1 < sample1.ref > sample1.rb2 > > bzip2: Can't open input file bzip2-1.0.6: No such file or directory. > > make[2]: *** [test] Error 1 > > Are you running ma

Re: [sage-devel] Error building bzip2 for Sage 5.3 on Ubuntu 12.04

2012-09-28 Thread Francois Bissey
I am quite intrigued by your error message actually. > ./bzip2 -1 < sample1.ref > sample1.rb2 > bzip2: Can't open input file bzip2-1.0.6: No such file or directory. > make[2]: *** [test] Error 1 Are you running make in parallel (make -jxx)? Francois -- You received this message because you ar

Re: [sage-devel] Error building bzip2 for Sage 5.3 on Ubuntu 12.04

2012-09-28 Thread Jeroen Demeyer
On 2012-09-28 10:20, Konstantin Ziegler wrote: > Do you get the same error message with > > (sage-sh) $ ./bzip2 -1 < sample1.ref > sample1.rb2 > (sage-sh) $ bzip2 -1 < sample1.ref > sample1.rb2 > (sage-sh) $ ./bzip2 < sample1.ref > sample1.rb2 > (sage-sh) $ ./bzip2 -1 sample1

Re: [sage-devel] Error building bzip2 for Sage 5.3 on Ubuntu 12.04

2012-09-28 Thread Jeroen Demeyer
On 2012-09-28 10:06, Konstantin Ziegler wrote: > Error installing package bzip2-1.0.6 Is the error reproducible? What happens if you simply try "make" again? -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To post to this group, send email to sa

Re: [sage-devel] Error building bzip2 for Sage 5.3 on Ubuntu 12.04

2012-09-28 Thread Konstantin Ziegler
> > Do you get the same error message with > (sage-sh) $ ./bzip2 -1 < sample1.ref > sample1.rb2 > (sage-sh) $ bzip2 -1 < sample1.ref > sample1.rb2 > (sage-sh) $ ./bzip2 < sample1.ref > sample1.rb2 > (sage-sh) $ ./bzip2 -1 sample1.rb2 > No errors for any of them. And what's the output of

Re: [sage-devel] Error building bzip2 for Sage 5.3 on Ubuntu 12.04

2012-09-28 Thread Jeroen Demeyer
On 2012-09-28 10:06, Konstantin Ziegler wrote: > gcc -fPIC -O2 -g -o bzip2 bzip2.o -L. -lbz2 > > Doing 6 tests (3 compress, 3 uncompress) ... > If there's a problem, things might stop at this point. > > ./bzip2 -1 < sample1.ref > sample1.rb2 > bzip2: Can't open input file bzip2-1.0.6: No such

[sage-devel] Error building bzip2 for Sage 5.3 on Ubuntu 12.04

2012-09-28 Thread Konstantin Ziegler
Hi, Building Sage 5.3 on my 32-bit Ubuntu 12.04 fails early. The process aborts during the tests for building bzip2. I ran into the same error message when I first tried upgrading from Sage 4.8 and also later trying to build Sage 5.2 for comparison. So, it may be just some misconfiguration o