Re: [HACKERS] 8.1RC1 fails to build on OS X (10.4)

2005-11-02 Thread Idar Tollefsen
Tom Lane wrote: Also it would be worth showing in more detail exactly what happens when you try to build the (unpatched) sources. *blush* Found it. Any one the following flags will produce the described problems (alone or in combination): -faltivec -mabi=altivec -maltivec -mcpu= I have thes

Re: [HACKERS] 8.1RC1 fails to build on OS X (10.4)

2005-11-02 Thread Idar Tollefsen
Tom Lane wrote: Well, I updated to Xcode 2.1 and ... it still works. So that's not the explanation. I suppose it was a long shot. But thanks for the effort. I'm currently wondering if you have any nonstandard versions of system headers floating about, perhaps in /usr/local/include. Well...

Re: [HACKERS] 8.1RC1 fails to build on OS X (10.4)

2005-11-02 Thread Idar Tollefsen
If tuna is upgraded to the latest version of the buildfarm script it will report config output even on sucessful builds, which will contain gcc info. IE: http://lnk.nu/pgbuildfarm.org/5ii.pl (search for 'configure:2078'). She is apparently not. I can't find any stage logs in there. But thanks f

Re: [HACKERS] 8.1RC1 fails to build on OS X (10.4)

2005-11-02 Thread Idar Tollefsen
Tom Lane wrote: I notice however that you seem to have a different version of gcc: gcc --version: powerpc-apple-darwin8-gcc-4.0.0 (GCC) 4.0.0 (Apple Computer, Inc. build 5026) Copyright (C) 2005 Free Software Foundation, Inc. Mine says powerpc-apple-darwin8-gcc-4.0.0 (GCC) 4.0.0 20041026 (Ap

Re: [HACKERS] 8.1RC1 fails to build on OS X (10.4)

2005-11-02 Thread Idar Tollefsen
Tom Lane wrote: OS X 10.4.what-exactly? And did you install the 10.4 Xcode tools? PG builds fine for me on 10.4.2, and there's at least one 10.4.something machine in the buildfarm, so it's not broken in general. With all due respect, please read my original posting again. uname output is ther

[HACKERS] 8.1RC1 fails to build on OS X (10.4)

2005-11-02 Thread Idar Tollefsen
Hello, uname -a: Darwin fulcrum.local 8.3.0 Darwin Kernel Version 8.3.0: Mon Oct 3 20:04:04 PDT 2005; root:xnu-792.6.22.obj~2/RELEASE_PPC Power Macintosh powerpc gcc --version: powerpc-apple-darwin8-gcc-4.0.0 (GCC) 4.0.0 (Apple Computer, Inc. build 5026) Copyright (C) 2005 Free Software Found