search for: darwin8

Displaying 20 results from an estimated 103 matches for "darwin8".

Did you mean: darwin
2011 Dec 16
3
[LLVMdev] llvm/clang test failures on powerpc-darwin8
.../paste.lisp.org/display/126363 >> (Unfortunately, I no longer have the whole build/test log for the gcc46 bootstrap.) >> This consistency between different bootstraps of the release gives me >> some hope that g++-4.0.1 is yet usable. > > David, > Another alternative for darwin8 would be to bootstrap llvm/clang 3.0 using > the clang from the fink llvm29 package (since clang 2.9 should build fine against > gcc-4.0.1). > Jack Hi Jack, I never managed to successfully build llvm29 on powerpc-darwin8, after running into some build issues, and having file...
2011 Dec 16
0
[LLVMdev] llvm/clang test failures on powerpc-darwin8
...126363 >>> (Unfortunately, I no longer have the whole build/test log for the gcc46 bootstrap.) >>> This consistency between different bootstraps of the release gives me >>> some hope that g++-4.0.1 is yet usable. >> >> David, >> Another alternative for darwin8 would be to bootstrap llvm/clang 3.0 using >> the clang from the fink llvm29 package (since clang 2.9 should build fine against >> gcc-4.0.1). >> Jack > > Hi Jack, > I never managed to successfully build llvm29 on powerpc-darwin8, after > running into some...
2007 Apr 01
3
[LLVMdev] trouble compiling llvm-gcc4 1.9
...relevant part of the error message: /opt/local/var/db/dports/build/_unencrypted_erickt_Projects_macports-trunk_dports_lang_llvm-gcc4/work/build/gcc/xgcc -B/opt/local/var/db/dports/build/_unencrypted_erickt_Projects_macports-trunk_dports_lang_llvm-gcc4/work/build/gcc/ -B/opt/local/powerpc-apple-darwin8/bin/ -B/opt/local/powerpc-apple-darwin8/lib/ -isystem /opt/local/powerpc-apple-darwin8/include -isystem /opt/local/powerpc-apple-darwin8/sys-include -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../../llvm-g...
2011 Dec 16
0
[LLVMdev] llvm/clang test failures on powerpc-darwin8
...Dec 16, 2011 at 01:51:57AM -0500, David Fang wrote: > Hi, > Thanks for the quick reply again. > >> On Thu, Dec 15, 2011 at 1:17 PM, David Fang <fang at csl.cornell.edu> wrote: >>> Hi, >>> >>> I've bootstrapped llvm/clang from svn-trunk on powerpc-darwin8 (g++-4.0.1), and >>> have the following test results to share. >>> Summary below, full log at: >>> http://www.csl.cornell.edu/~fang/sw/llvm/r146586-powerpc-darwin8-results.txt >>> >>> The only edits required were those I posted to llvm-commits yesterday...
2011 Dec 15
0
[LLVMdev] llvm/clang test failures on powerpc-darwin8
On Thu, Dec 15, 2011 at 1:17 PM, David Fang <fang at csl.cornell.edu> wrote: > Hi, > > I've bootstrapped llvm/clang from svn-trunk on powerpc-darwin8 (g++-4.0.1), and > have the following test results to share. > Summary below, full log at: > http://www.csl.cornell.edu/~fang/sw/llvm/r146586-powerpc-darwin8-results.txt > > The only edits required were those I posted to llvm-commits yesterday (re: > "some missing clang libs&...
2011 Dec 16
3
[LLVMdev] llvm/clang test failures on powerpc-darwin8
Hi, Thanks for the quick reply again. > On Thu, Dec 15, 2011 at 1:17 PM, David Fang <fang at csl.cornell.edu> wrote: >> Hi, >> >> I've bootstrapped llvm/clang from svn-trunk on powerpc-darwin8 (g++-4.0.1), and >> have the following test results to share. >> Summary below, full log at: >> http://www.csl.cornell.edu/~fang/sw/llvm/r146586-powerpc-darwin8-results.txt >> >> The only edits required were those I posted to llvm-commits yesterday (re: >> "...
2007 Sep 19
2
[LLVMdev] Building current llvm-gcc-4.0 TOT fails on darwin x86
...) fails with the following message. Is that a just a temporary inconsistency or should i file a bug? /Users/arnold/Desktop/testing/vanilla-gcc-4.0/obj/gcc/xgcc -B/Users/ arnold/Desktop/testing/vanilla-gcc-4.0/obj/gcc/ -B/Users/arnold/ Desktop/testing/vanilla-gcc-4.0/obj/../install/i686-apple-darwin8/ bin/ -B/Users/arnold/Desktop/testing/vanilla-gcc-4.0/obj/../install/ i686-apple-darwin8/lib/ -isystem /Users/arnold/Desktop/testing/ vanilla-gcc-4.0/obj/../install/i686-apple-darwin8/include -isystem / Users/arnold/Desktop/testing/vanilla-gcc-4.0/obj/../install/i686- apple-darwin8/sys-include...
2007 Aug 21
0
[LLVMdev] Problems building llvm-gcc-4.2 on ppc32, OS X 10.4.10
...l/LLVM/llvm-gcc-4-2/install --enable-llvm=$HOME/Documents/hpcl/LLVM/llvm-svn-obj/ --with-gmp=$HOME/Documents/hpcl/LLVM/llvm-gcc-4-2/libdeps --with-mpfr=$HOME/Documents/hpcl/LLVM/llvm-gcc-4-2/libdeps --enable-languages=c,c++,fortran --with-gxx-include-dir=/usr/include/c++/4.0.0 --build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 --target=powerpc-apple-darwin8 and make LLVM_VERSION_INFO=fortran_test And I get this: .. lots .. /Users/mmccrack/Documents/hpcl/LLVM/llvm-gcc-4-2/build/./gcc/xgcc -B/Users/mmccrack/Documents/hpcl/LLVM/llvm-gcc-4-2/build/./gcc/ -B/Users/mm ccrack/Documents/hpcl/LLVM/ll...
2007 Sep 19
1
[LLVMdev] Building current llvm-gcc-4.0 TOT fails on darwin x86
..../llvm/configure --prefix=`pwd`/../local --enable-debug-runtime -- disable-optimized ../llvm-gcc-4.0/configure --prefix=`pwd`/../install --enable- llvm=`pwd`/../build --with-arch=pentium-m --with-tune=prescott -- disable-multilib --with-gxx-include-dir=/usr/include/c++/4.0.0 -- build=i686-apple-darwin8 --host=i686-apple-darwin8 --target=i686- apple-darwin8 --enable-checking --enable-languages=c,c++ --program- prefix=llvm- regards
2007 Sep 19
2
[LLVMdev] Building current llvm-gcc-4.0 TOT fails on darwin x86
I now get: /Users/arnold/Desktop/testing/vanilla-gcc-4.0/obj/gcc/xgcc -B/Users/ arnold/Desktop/testing/vanilla-gcc-4.0/obj/gcc/ -B/Users/arnold/ Desktop/testing/vanilla-gcc-4.0/obj/../install/i686-apple-darwin8/ bin/ -B/Users/arnold/Desktop/testing/vanilla-gcc-4.0/obj/../install/ i686-apple-darwin8/lib/ -isystem /Users/arnold/Desktop/testing/ vanilla-gcc-4.0/obj/../install/i686-apple-darwin8/include -isystem / Users/arnold/Desktop/testing/vanilla-gcc-4.0/obj/../install/i686- apple-darwin8/sys-include...
2012 Jan 17
2
[LLVMdev] powerpc-darwin8 build/test status page
Hi, For anyone who might be interested, I've thrown together a little page to track my builds of llvm and clang, both release 3.0 and svn-trunk, on powerpc-darwin8. http://www.csl.cornell.edu/~fang/sw/llvm/ I'll update the list of logs each time I svn-update and build. It's nowhere as nice as a real buildbot page, but it's better than nothing. 3.0 still has over 20 test failures, while svn-trunk has over 800. A lot of the failures with 3.0 ar...
2012 Jan 18
1
[LLVMdev] [cfe-dev] powerpc-darwin8 build/test status page
18.01.2012, 02:46, "David Fang" <fang at csl.cornell.edu>: > Hi, >          For anyone who might be interested, I've thrown together a little > page to track my builds of llvm and clang, both release 3.0 and > svn-trunk, on powerpc-darwin8. > > http://www.csl.cornell.edu/~fang/sw/llvm/ > > I'll update the list of logs each time I svn-update and build.  It's > nowhere as nice as a real buildbot page, but it's better than nothing. > > 3.0 still has over 20 test failures, while svn-trunk has over 800. &g...
2006 Dec 21
2
[LLVMdev] llvm-gcc frontend 4 on intel darwin produces intel assembler
...uild that on the my intel mac book. I did not bother to compile the llvm-gcc frontend myself so I donwloaded the precompiled tar ball. But unfortunatly doing a LLVMGCC/bin/gcc -S assembler, the generated assembyl is not in llvm representatino but in ia32?! also the target says: Target: i686-apple-darwin8 but the right? cc1 is taken: $HOME/Applications/llvm-gcc4-1.9-x86-darwin8/bin/../libexec/gcc/i686-apple-darwin8/4.0.1/cc1 -quiet -v -iprefix .... any pointers? is is stupid since gcc 3.4 is not precompiled on mactel - is it compilable? thanks in advance?
2012 Jan 18
0
[LLVMdev] [cfe-dev] powerpc-darwin8 build/test status page
...gt; > > 18.01.2012, 02:46, "David Fang" <fang at csl.cornell.edu>: > > Hi, > > ?????????For anyone who might be interested, I've thrown together a little > > page to track my builds of llvm and clang, both release 3.0 and > > svn-trunk, on powerpc-darwin8. > > > > http://www.csl.cornell.edu/~fang/sw/llvm/ > > > > I'll update the list of logs each time I svn-update and build. ?It's > > nowhere as nice as a real buildbot page, but it's better than nothing. > > > > 3.0 still has over 20 test failure...
2007 Nov 28
2
1.1beta9 'make' fails on osx/Tiger, but OK on osx/Leopard (multiple definitions of symbol _hash_create)
i'm building dovecot 1.1.beta9 on both osx 10.4.11 osx 10.5.1 using Using built-in specs. Target: powerpc-apple-darwin8 Configured with: /Builds/apple/gcc_42-5531/obj/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/usr/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-gxx-include-dir=/usr/include/c++/4.0.0 --with-slibdir=/usr/lib --build=...
2013 Mar 11
0
[LLVMdev] possible MachObjectWriter bug (powerpc-darwin8)
Hi, I've been slowly but steadily working towards enabling the Mach-O/PPC backend for MC, starting with the mach-o relocation entry translation. patches/logs: http://www.csl.cornell.edu/~fang/sw/llvm/ git: http://github.com/fangism/llvm/tree/powerpc-darwin8 git: http://github.com/fangism/clang/tree/powerpc-darwin8 I've managed to get the simplest single-function-call hello-world program to produce a valid PIC object file, validated by comparison against /usr/bin/as. However, as soon as my translation unit contains two function calls to extern...
2007 Sep 19
0
[LLVMdev] Building current llvm-gcc-4.0 TOT fails on darwin x86
On Sep 19, 2007, at 12:32 PM, Arnold Schwaighofer wrote: > I now get: > /Users/arnold/Desktop/testing/vanilla-gcc-4.0/obj/gcc/xgcc -B/Users/ > arnold/Desktop/testing/vanilla-gcc-4.0/obj/gcc/ -B/Users/arnold/ > Desktop/testing/vanilla-gcc-4.0/obj/../install/i686-apple-darwin8/ > bin/ -B/Users/arnold/Desktop/testing/vanilla-gcc-4.0/obj/../install/ > i686-apple-darwin8/lib/ -isystem /Users/arnold/Desktop/testing/ > vanilla-gcc-4.0/obj/../install/i686-apple-darwin8/include -isystem / > Users/arnold/Desktop/testing/vanilla-gcc-4.0/obj/../install/i686- > apple...
2007 Sep 19
0
[LLVMdev] Building current llvm-gcc-4.0 TOT fails on darwin x86
...i file a > bug? I think I broke this with long double. I'll get it fixed shortly. > /Users/arnold/Desktop/testing/vanilla-gcc-4.0/obj/gcc/xgcc -B/Users/ > arnold/Desktop/testing/vanilla-gcc-4.0/obj/gcc/ -B/Users/arnold/ > Desktop/testing/vanilla-gcc-4.0/obj/../install/i686-apple-darwin8/ > bin/ -B/Users/arnold/Desktop/testing/vanilla-gcc-4.0/obj/../install/ > i686-apple-darwin8/lib/ -isystem /Users/arnold/Desktop/testing/ > vanilla-gcc-4.0/obj/../install/i686-apple-darwin8/include -isystem / > Users/arnold/Desktop/testing/vanilla-gcc-4.0/obj/../install/i686- > apple...
2011 Dec 15
2
[LLVMdev] llvm/clang test failures on powerpc-darwin8
Hi, I've bootstrapped llvm/clang from svn-trunk on powerpc-darwin8 (g++-4.0.1), and have the following test results to share. Summary below, full log at: http://www.csl.cornell.edu/~fang/sw/llvm/r146586-powerpc-darwin8-results.txt The only edits required were those I posted to llvm-commits yesterday (re: "some missing clang libs"). And I also edited...
2006 Dec 21
0
[LLVMdev] llvm-gcc frontend 4 on intel darwin produces intel assembler
...t; I did not bother to compile the llvm-gcc frontend myself so I donwloaded > the precompiled tar ball. > > But unfortunatly doing a LLVMGCC/bin/gcc -S assembler, the generated > assembyl is not in llvm representatino but in ia32?! > > also the target says: > Target: i686-apple-darwin8 > > but the right? cc1 is taken: > $HOME/Applications/llvm-gcc4-1.9-x86-darwin8/bin/../libexec/gcc/i686-apple-darwin8/4.0.1/cc1 > -quiet -v -iprefix .... > > any pointers? > is is stupid since gcc 3.4 is not precompiled on mactel - is it compilable? > > thanks in advance?...