Build failed on a Mac OS X 10.5, Core2 duo Intel.  I think this is  
due to my badly configured X installation and requires no further  
action by the SAGE team.

Nick

Relevant part of install.log is:

...
dvipdf clisp.dvi clisp.pdf
dyld: Library not loaded: /usr/X11R6/lib/libXt.6.dylib
   Referenced from: /sw/bin/gs
   Reason: image not found
/sw/bin/dvipdf: line 45:  9840 Broken pipe             exec dvips -q - 
f "$infile"
       9841 Trace/BPT trap          | $GS_EXECUTABLE $OPTIONS -q - 
dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile="$outfile" $OPTIONS - 
c .setpdfwrite -
make[2]: [clisp.pdf] Error 133 (ignored)
test -d /Users/ncalexan/Devel/sage-2.8.2.rc3/local || mkdir -p /Users/ 
ncalexan/Devel/sage-2.8.2.rc3/local
test -d /Users/ncalexan/Devel/sage-2.8.2.rc3/local || mkdir -p /Users/ 
ncalexan/Devel/sage-2.8.2.rc3/local
test -d /Users/ncalexan/Devel/sage-2.8.2.rc3/local/share || mkdir -p / 
Users/ncalexan/Devel/sage-2.8.2.rc3/local/share
test -d /Users/ncalexan/Devel/sage-2.8.2.rc3/local/share/man || mkdir  
-p /Users/ncalexan/Devel/sage-2.8.2.rc3/local/share/man
test -d /Users/ncalexan/Devel/sage-2.8.2.rc3/local/share/man/man1 ||  
mkdir -p /Users/ncalexan/Devel/sage-2.8.2.rc3/local/share/man/man1
/usr/bin/install -c -m 644 clisp.1 /Users/ncalexan/Devel/ 
sage-2.8.2.rc3/local/share/man/man1/clisp.1
test -d /Users/ncalexan/Devel/sage-2.8.2.rc3/local/share/doc/clisp ||  
mkdir -p /Users/ncalexan/Devel/sage-2.8.2.rc3/local/share/doc/clisp
/usr/bin/install -c -m 644 clisp.html /Users/ncalexan/Devel/ 
sage-2.8.2.rc3/local/share/doc/clisp/clisp.html
test -d /Users/ncalexan/Devel/sage-2.8.2.rc3/local/share/doc/clisp ||  
mkdir -p /Users/ncalexan/Devel/sage-2.8.2.rc3/local/share/doc/clisp
test -d /Users/ncalexan/Devel/sage-2.8.2.rc3/local/share/doc/clisp ||  
mkdir -p /Users/ncalexan/Devel/sage-2.8.2.rc3/local/share/doc/clisp
test -d /Users/ncalexan/Devel/sage-2.8.2.rc3/local/share/doc/clisp ||  
mkdir -p /Users/ncalexan/Devel/sage-2.8.2.rc3/local/share/doc/clisp
/usr/bin/install -c -m 644 clisp.dvi /Users/ncalexan/Devel/ 
sage-2.8.2.rc3/local/share/doc/clisp/clisp.dvi
/usr/bin/install -c -m 644 clisp.ps  /Users/ncalexan/Devel/ 
sage-2.8.2.rc3/local/share/doc/clisp/clisp.ps
/usr/bin/install -c -m 644 clisp.pdf /Users/ncalexan/Devel/ 
sage-2.8.2.rc3/local/share/doc/clisp/clisp.pdf
install: clisp.pdf: No such file or directory
make[2]: *** [install-man] Error 71
Something went wrong -- the clisp executable was not installed.
If you already have clisp, you can type touch spkg/installed/clisp-2.38
(or whatever the current version is) from SAGE_ROOT, and continue the
install.  This tells SAGE that you already have clisp-2.38 installed.
Clisp is only used by the Maxima component of SAGE.

real    4m45.299s
user    2m45.963s
sys     1m17.141s
sage: An error occured while installing clisp-2.41.p6
Please email sage-devel http://groups.google.com/group/sage-devel
explaining the problem and send the relevant part of
of /Users/ncalexan/Devel/sage-2.8.2.rc3/install.log.  Describe your  
computer, operating system, etc.
If you want to try to fix the problem, yourself *don't* just cd to
/Users/ncalexan/Devel/sage-2.8.2.rc3/spkg/build/clisp-2.41.p6 and  
type 'make'.
Instead (using bash) type "source local/bin/sage-env" from the directory
/Users/ncalexan/Devel/sage-2.8.2.rc3
in order to set all environment variables correctly, then cd to
/Users/ncalexan/Devel/sage-2.8.2.rc3/spkg/build/clisp-2.41.p6
make[1]: *** [installed/clisp-2.41.p6] Error 1

real    69m18.823s
user    41m16.437s
sys     17m39.802s


On 21-Aug-07, at 3:46 PM, William Stein wrote:

>
> Sorry to reply to my own post so quickly, but I just noticed a couple
> or problems with sage-2.8.2.rc2 (three packages failed to build on  
> various
> machines), so I've rolled those back, since those changes were all for
> solaris.  Anyway, please get sage-2.8.2.rc3.tar instead from
>    http://sage.math.washington.edu/tmp/
>
> Thanks!
>
> On 8/21/07, William Stein <[EMAIL PROTECTED]> wrote:
>> Hello,
>>
>> I have posted the tarball for sage-2.8.2.rc2 here:
>>
>>         http://sage.math.washington.edu/tmp/
>>
>> and plan to actually release it
>> in maybe 8 hours.  This is mostly a bug-fix release, both fixing core
>> library bugs and
>> issues in the build process (work of 3 people full time for a week),
>> and fixing actual
>> bugs in SAGE (the big bug-squash even, etc.).  It should have no  
>> nontrivial new
>> features.   I want this to be a fairly stable release that isn't  
>> broken in any
>> serious obvious ways.   It would be very useful for me if some  
>> people could
>> try downloading this release, building from source, doing "make  
>> test",
>> *trying out the notebook* to make sure isn't completely broken,  
>> and also
>> take a look at the generated html documentation (in SAGE_ROOT/doc).
>>
>> I made some significant changes to the notebook regarding  
>> security, since
>> the fact that by default anybody can login to the machine where  
>> you run
>> the notebook and hack into your account trivially is a major bug:
>>    (1) the notebook use https by default
>>    (2) notebook.setup() allows one to explictily set the hostname  
>> (to eliminate
>> the certificate error).
>>
>>  Thanks,
>>   -- William
>>
>> --
>> William Stein
>> Associate Professor of Mathematics
>> University of Washington
>> http://www.williamstein.org
>>
>
>
> -- 
> William Stein
> Associate Professor of Mathematics
> University of Washington
> http://www.williamstein.org
>
> 

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@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-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to