[sage-devel] Re: Build failed on OS X 10.9.2

2014-03-08 Thread Ben Salisbury
I tried reinstalling sage-git, and that solved my problem. Thanks all for the help! -- 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...@google

[sage-devel] Re: Build failed on OS X 10.9.2

2014-03-06 Thread Volker Braun
Your config.log says sh: line 1: 1729 Trace/BPT trap: 5 /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk / -find as 2> /dev/null as: error: unable to find utility "as", not a developer tool or in PATH hence "as" is not working. -- You received this message because you

[sage-devel] Re: Build failed on OS X 10.9.2

2014-03-06 Thread Ben Salisbury
I can compile C programs after all. $ gcc -o helloworld helloworld.c $ ./helloworld Hello World! -- 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+unsu

[sage-devel] Re: Build failed on OS X 10.9.2

2014-03-06 Thread Dima Pasechnik
On 2014-03-06, Ben Salisbury wrote: > I did, but I don't quite know what I'm looking for. The file is attached. can you compile C programs from shell at all? E.g. try if your favoirite helloworld.c can be built and run by $ gcc -o helloworld helloworld.c $ ./helloworld just in case: // cut her

[sage-devel] Re: Build failed on OS X 10.9.2

2014-03-05 Thread Ben Salisbury
I did, but I don't quite know what I'm looking for. The file is attached. -- 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.

[sage-devel] Re: Build failed on OS X 10.9.2

2014-03-05 Thread Volker Braun
checking whether the C compiler works... no configure: error: in `/Users/Ben/sage-git': configure: error: C compiler cannot create executables See `config.log' for more details So your XCode install is still borked. Did you look into config.log? On Wednesday, March 5, 2014 12:59:29 PM UTC, Ben S

[sage-devel] Re: Build failed on OS X 10.9.2

2014-03-05 Thread Ben Salisbury
The error message before the export is attached. Best, Ben -- 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 thi

[sage-devel] Re: Build failed on OS X 10.9.2

2014-03-05 Thread Volker Braun
You should not have to set SAGE_PORT. What was the output if you don't set it? On Wednesday, March 5, 2014 2:03:01 AM UTC, Ben Salisbury wrote: > > However, now a new problem has arisen. First, I had to use > export SAGE_PORT='yes' > -- You received this message because you are subscribed to t

[sage-devel] Re: Build failed on OS X 10.9.2

2014-03-04 Thread Ben Salisbury
Well here is the log file. -- 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-d

[sage-devel] Re: Build failed on OS X 10.9.2

2014-03-04 Thread Ben Salisbury
Okay, I deleted all Xcode files, reinstalled, and reinstalled command line tools. $ gcc -v Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr -- with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn) Target: x86_64-appl

[sage-devel] Re: Build failed on OS X 10.9.2

2014-03-03 Thread Volker Braun
I've upgraded our OSX buildbot slave to 10.9.2 and it works fine. Your xcode install is broken, try reinstalling or ask Apple for help. Expected output is $ as -v Apple Inc version cctools-846.2.4, GNU assembler version 1.38 -- You received this message because you are subscribed to the Googl