Hello Nick,
On Aug 22, 6:12 pm, Nicholas Alexander <[EMAIL PROTECTED]> wrote: > 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. > Yep, your dvipdf is borken due to a missing /usr/X11R6/lib/libXt. 6.dylib <SNIP> > dyld: Library not loaded: /usr/X11R6/lib/libXt.6.dylib <SNIP> Then make shoots itself because "install" cannot find clisp.pdf (because it was never created) /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 <SNIP> So just do a "touch sage-2.8.2.rc3/local/share/doc/clisp/clisp.pdf" from $SAGE_LOCAL, rerun spkg-install and you install should work. You could also fix your dvipdf :) <SNIP> By the way: Sage 2.8.2 has been released, but you will run into the exact same problem there. Cheers, Michael --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---