On Sun, May 25, 2008 at 10:41 PM, Franco Saliola <[EMAIL PROTECTED]> wrote:
> > Hello Michael, > Hi Franco, > > Here is a reply to your OS X 10.4 questions (I have to boot into > Ubuntu to answer your other questions). > > On Sun, May 25, 2008 at 2:00 PM, mabshoff <[EMAIL PROTECTED]> wrote: > > >> OS 2: Mac OS X 10.4. > >> > >> "sage -upgrade" from a compiled (not binary) sage-3.0.1 didn't work: > >> > >> sage: An error occurred while installing python_gnutls-1.1.4.p3 > >> make: *** [installed/python_gnutls-1.1.4.p3] Error 1 > >> > >> I can't track down the problem. I can't find a log file of the > >> upgrade, so I'm not sure how to get you more information. The > >> install.log file that I have is from the 3.0.1 compile, and you can > >> find it here: > >> > >> > >> http://www.lacim.uqam.ca/~saliola/sage/logs/install-3.0.1-OSX-10.4.log<http://www.lacim.uqam.ca/%7Esaliola/sage/logs/install-3.0.1-OSX-10.4.log> > > > > The log of 3.0.1 looks fine. Any chance you have MacPorts or Fink on > > that system? > > Nope. I don't usually use OS X, so I have a pretty clean system > besides the latest version of XCode. > > > One likely issue could be a corrupted > > python_gnutls-1.1.4.p3.spkg. Please check the md5sum: > > > > sage-3.0.3.alpha0/spkg/standard$ md5sum python_gnutls-1.1.4.p3.spkg > > afb5f4a7e7359b370fd353fab80ac923 python_gnutls-1.1.4.p3.spkg > > > > If it is different delete that spkg and restart the upgrade process > > via "./sage -upgrade". If the spkg is not corrupted please copy and > > paste the last 200 or so lines from the terminal and post a link to > > that document. > > The md5sum was the same, but I deleted it anyway. I ran the upgrade, > but got the same problem; you can see the session here: > > > http://www.lacim.uqam.ca/~saliola/sage/logs/upgrade-3.0.2-OSX-10.4.log<http://www.lacim.uqam.ca/%7Esaliola/sage/logs/upgrade-3.0.2-OSX-10.4.log> > Ok, you seem to have moved the Sage install from /Users/saliola/Desktop/sage-3.0.1/ to /Users/saliola/sage-3.0.1/ Consequently the linker does not find some libraries: /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: warning can't open dynamic library: /Users/saliola/Desktop/sage-3.0.1/local/lib/libgpg-error.0.dylib referenced from: /Users/saliola/sage-3.0.1/local/lib//libgcrypt.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2) /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: warning can't open dynamic library: /Users/saliola/Desktop/sage-3.0.1/local/lib/libz.1.dylib referenced from: /Users/saliola/sage-3.0.1/local/lib//libgnutls.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2) /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: warning can't open dynamic library: /Users/saliola/Desktop/sage-3.0.1/local/lib/libopencdk.10.dylib referenced from: /Users/saliola/sage-3.0.1/local/lib//libgnutls-extra.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2) This can probably be fixed by adding "-L$SAGE_LOCAL/lib" to the build flags. > Also, I did a fresh install, and there was no problem. But I haven't > run testall yet. > > Franco > This is now #3302 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 -~----------~----~----~----~------~----~------~--~---