On 2013-10-28, Chau Nguyen <chaunguyen2...@gmail.com> wrote: > Yes, I actually do have install_name_tool as well > > $ which install_name_tool > /usr/bin/install_name_tool > > Which is also in PATH
hmm, weird, can you run the following line in the terminal: $ xcodebuild -sdk / -find install_name_tool for me (on OSX 10.6) it works just fine and prints /Developer/usr/bin/install_name_tool > $ echo $PATH > /opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/texbin > > Maybe I try rebuild in the after noon and let you know more... (it took some > 3 hours to reach the error) > Could it be that you have some stuff in /opt/local/bin or/and /opt/local/sbin that affects the build? It could be that there is something that takes precedence over the "standard" things in /usr/bin:/bin:/usr/sbin:/sbin So the next thing to try would be to remove /opt/local/bin:/opt/local/sbin: from your PATH and try building from the start (after "make distclean" or "make clean") again. > Thanks, > Chau. > On 28 Oct 2013, at 10:59, Dima Pasechnik <dimp...@gmail.com> wrote: > >> On 2013-10-28, Chau Nguyen <chaunguyen2...@gmail.com> wrote: >>> On Thursday, October 24, 2013 8:50:20 PM UTC+2, Ben Salisbury wrote: >>>> I am also having an issue building on OS X 10.9, though (I admit) I am >>>> trying to build the 5.13beta1 version. My build fails at the polybori >>>> step: >>>> >>>> >> Install file: >> "build/Users/chaunguyen/Installs/sage-5.12/local/lib/libpolybori-0.8.dylib.3.0.0" >> as >> "/Users/chaunguyen/Installs/sage-5.12/local/lib/libpolybori-0.8.dylib.3.0.0" >> Chmod("/Users/chaunguyen/Installs/sage-5.12/local/lib/libpolybori-0.8.dylib.3.0.0", >> 0644) >> install_name_tool -id @loader_path/libpolybori-0.8.dylib.3.0.0 >> /Users/chaunguyen/Installs/sage-5.12/local/lib/libpolybori-0.8.dylib.3.0.0 >> sh: line 1: 98559 Trace/BPT trap: 5 >> /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk / >> -find install_name_tool 2> /dev/null >> install_name_tool: error: unable to find utility "install_name_tool", >> not a developer tool or in PATH >> scons: *** >> [/Users/chaunguyen/Installs/sage-5.12/local/lib/libpolybori-0.8.dylib.3.0.0] >> Error 72 >> scons: building terminated because of errors. >> Error installing PolyBoRi. >> >> >> it seems that install_name_tool has been dropped in XCode 5, hence these >> errors in polybory. >> E.g. on OSX 10.6 I have it: >> >> $ which install_name_tool >> /usr/bin/install_name_tool >> >> Do you have it on your system? >>>> >>>> Error installing PolyBoRi. >>>> >>>> >>>> >>>> >>>> real 1m14.940s >>>> >>>> user 1m8.348s >>>> >>>> sys 0m4.921s >>>> >>>> ************************************************************************ >>>> >>>> Error installing package polybori-0.8.3 >>>> >>>> ************************************************************************ >>>> >>>> Log file is available at >>>> https://www.dropbox.com/s/ift6cmsilov8sqd/polybori-0.8.3.log. >>>> >>>> >>>> Any solutions or suggestions? (I'm making with 'make -k' now.) >>>> >>>> >>>> Ben >>> >>> I had the same problem when building sage 5.12. I used simple "make". >>> >>> My log files are >>> >>> https://dl.dropboxusercontent.com/u/68207449/install.log >>> >>> https://dl.dropboxusercontent.com/u/68207449/polybori-0.8.3.log >>> >>> Best regards, >>> Chau. >>> >> >> -- >> You received this message because you are subscribed to a topic in the >> Google Groups "sage-devel" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/sage-devel/5ne3SwEeYAE/unsubscribe. >> To unsubscribe from this group and all its topics, send an email to >> sage-devel+unsubscr...@googlegroups.com. >> To post to this group, send email to sage-devel@googlegroups.com. >> Visit this group at http://groups.google.com/group/sage-devel. >> For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/groups/opt_out.