On Sep 9, 7:36 am, Jason Merrill <[EMAIL PROTECTED]> wrote:
> On Sep 9, 5:22 am, mabshoff <[EMAIL PROTECTED]> wrote:
>
> > Arg, I know what is wrong and it was a dumb mistake of mine. The spkg
> > at
>
> >http://sage.math.washington.edu/home/mabshoff/release-cycles-3.1.2/rc...
>
> > fixes the issue. My apologies, it seems that everything that can go
> > wrong will go wrong in the 3.1.2 release cycle :(
>
> > Cheers,
>
> > Michael

Hi Jason,

> Replacing the PolyBoRi package with this new one allowed me to
> continue my build, but it eventually choked building clisp.  OS X 10.5
> intel macbook.
>
> /usr/bin/install -c -m 644 ../emacs/lisp.vim /Users/jm843/Desktop/
> sage-3.1.2.rc1/local/share/vim/vimfiles/after/syntax/lisp.vim
> dvipdf clisp.dvi clisp.pdf
> dyld: Symbol not found: __cg_png_create_info_struct
>   Referenced from: /System/Library/Frameworks/
> ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/
> Versions/A/ImageIO
>   Expected in: /Users/jm843/Desktop/sage-3.1.2.rc1/local/lib//
> libPng.dylib
>
> /opt/local/bin/dvipdf: line 47: 92573 Broken pipe             exec
> dvips $DVIPSOPTIONS -q -f "$infile"
>      92574 Trace/BPT trap          | $GS_EXECUTABLE $OPTIONS -q -
> dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile="$outfile" $OPTIONS -
> c .setpdfwrite -
> make[2]: [clisp.pdf] Error 133 (ignored)
> mkdir -p /Users/jm843/Desktop/sage-3.1.2.rc1/local
> mkdir -p /Users/jm843/Desktop/sage-3.1.2.rc1/local
> mkdir -p /Users/jm843/Desktop/sage-3.1.2.rc1/local/share
> mkdir -p /Users/jm843/Desktop/sage-3.1.2.rc1/local/share/man
> mkdir -p /Users/jm843/Desktop/sage-3.1.2.rc1/local/share/man/man1
> /usr/bin/install -c -m 644 clisp.1 /Users/jm843/Desktop/sage-3.1.2.rc1/
> local/share/man/man1/clisp.1
> mkdir -p /Users/jm843/Desktop/sage-3.1.2.rc1/local/share/doc/
> /usr/bin/install -c -m 644 clisp.html /Users/jm843/Desktop/
> sage-3.1.2.rc1/local/share/doc//clisp.html
> mkdir -p /Users/jm843/Desktop/sage-3.1.2.rc1/local/share/doc/
> mkdir -p /Users/jm843/Desktop/sage-3.1.2.rc1/local/share/doc/
> mkdir -p /Users/jm843/Desktop/sage-3.1.2.rc1/local/share/doc/
> /usr/bin/install -c -m 644 clisp.dvi /Users/jm843/Desktop/
> sage-3.1.2.rc1/local/share/doc//clisp.dvi
> /usr/bin/install -c -m 644 clisp.ps  /Users/jm843/Desktop/
> sage-3.1.2.rc1/local/share/doc//clisp.ps
> /usr/bin/install -c -m 644 clisp.pdf /Users/jm843/Desktop/
> sage-3.1.2.rc1/local/share/doc//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.
>
> real    5m32.095s
> user    4m2.905s
> sys     1m7.886s
> sage: An error occurred while installing clisp-2.46.p7

This is a known problem in one for or another: dvipdf chokes due to
libpng issues (Framework vs. the one we compile) and there is also a
ticket for it. Taking dvipdf out of $PATH should do the trick.

One more question: Is that dvipdf from Fink? We have had that issue
before, but it is hard to imagine that Fink would use Apple's
FrameWork for libpng.dyblib. Either way: The fix is to disabled
building clips' documentation.

> Regards
>
> JM

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://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to