Trying to build sage 4.2.1 on Mac OS X 10.5.8 ended in this error message: ( cd examples ; make DESTDIR=/local/pkg/sage_4.2.1 install ) /bin/sh ../support/mkdirs /local/pkg/sage_4.2.1/local/src/sage/sage-4.2.1/local/share/readline mkdir /local/pkg/sage_4.2.1/local/src/sage/sage-4.2.1/local/share/readline mv /local/pkg/sage_4.2.1/local/src/sage/sage-4.2.1/local/lib/libreadline.a /local/pkg/sage_4.2.1/local/src/sage/sage-4.2.1/local/lib/libreadline.old mv: rename /local/pkg/sage_4.2.1/local/src/sage/sage-4.2.1/local/lib/libreadline.a to /local/pkg/sage_4.2.1/local/src/sage/sage-4.2.1/local/lib/libreadline.old: No such file or d irectory make[2]: [install-static] Error 1 (ignored) /usr/bin/install -c -m 644 libreadline.a /local/pkg/sage_4.2.1/local/src/sage/sage-4.2.1/local/lib/libreadline.a test -n "ranlib" && ranlib /local/pkg/sage_4.2.1/local/src/sage/sage-4.2.1/local/lib/libreadline.a mv /local/pkg/sage_4.2.1/local/src/sage/sage-4.2.1/local/lib/libhistory.a /local/pkg/sage_4.2.1/local/src/sage/sage-4.2.1/local/lib/libhistory.old mv: rename /local/pkg/sage_4.2.1/local/src/sage/sage-4.2.1/local/lib/libhistory.a to /local/pkg/sage_4.2.1/local/src/sage/sage-4.2.1/local/lib/libhistory.old: No such file or dir ectory make[2]: [install-static] Error 1 (ignored) /usr/bin/install -c -m 644 libhistory.a /local/pkg/sage_4.2.1/local/src/sage/sage-4.2.1/local/lib/libhistory.a test -n "ranlib" && ranlib /local/pkg/sage_4.2.1/local/src/sage/sage-4.2.1/local/lib/libhistory.a ( cd shlib ; make DESTDIR=/local/pkg/sage_4.2.1 install ) /bin/sh ../support/mkdirs /local/pkg/sage_4.2.1/local/src/sage/sage-4.2.1/local/lib /bin/sh ../support/shlib-install -O darwin9.8.0 -d /local/pkg/sage_4.2.1/local/src/sage/sage-4.2.1/local/lib -b /local/pkg/sage_4.2.1/local/src/sage/sage-4.2.1/local/bin -i "/usr /bin/install -c -m 644" libhistory.6.0.dylib /bin/sh ../support/shlib-install -O darwin9.8.0 -d /local/pkg/sage_4.2.1/local/src/sage/sage-4.2.1/local/lib -b /local/pkg/sage_4.2.1/local/src/sage/sage-4.2.1/local/bin -i "/usr /bin/install -c -m 644" libreadline.6.0.dylib install: you may need to run ldconfig Readline's build claims to have finished, but files that should have been built weren't.
real 0m25.997s user 0m15.555s sys 0m8.118s sage: An error occurred while installing readline-6.0 I might have tred to debug this myself, but I don't find "files that should have been built weren't" terribly informative. And the reference to running ldconfig seems bogus, since there is no ldconfig on this machine as far as I can tell. - Harald -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
