In sage-1.5.1.2, spkg/install includes the lines
BZIP2=`$newest bzip2` #BZIP2 = bzip2-1.0.3 export BZIP2 This causes a problem with the build of bzip2 in SAGE, specifically I get : 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.3: No such file or directory. : make: *** [test] Error 1 The reason is that BZIP2 is an environment variable for bzip2 (independent of SAGE; see bzip2-1.0.3/sage.c line 1901). This problem did NOT occur in sage-1.4.1.2, since spkg/install did not set up a BZIP2 environment variable. Kate Minola University of Maryland, College Park --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---