ports lang/gcc4x fail to build on ia64

2009-08-17 Thread Anton Shterenlikht
Ports lang/gcc43, 44 and 45 fail to build on 8.0-beta2 ia64: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40959 I know they build fine on 6.4-stable alpha, but what about sparc64? amd64? mips? many thanks -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University

Re: ports lang/gcc4x fail to build on ia64

2009-08-17 Thread Mark Linimon
On Mon, Aug 17, 2009 at 02:57:52PM +0100, Anton Shterenlikht wrote: Ports lang/gcc43, 44 and 45 fail to build on 8.0-beta2 ia64: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40959 I know they build fine on 6.4-stable alpha, but what about sparc64? amd64? mips? You can check things like this

Re: ports lang/gcc4x fail to build on ia64

2009-08-17 Thread Anton Shterenlikht
On Mon, Aug 17, 2009 at 09:36:02AM -0500, Mark Linimon wrote: On Mon, Aug 17, 2009 at 02:57:52PM +0100, Anton Shterenlikht wrote: Ports lang/gcc43, 44 and 45 fail to build on 8.0-beta2 ia64: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40959 I know they build fine on 6.4-stable alpha, but

Re: ports lang/gcc4x fail to build on ia64

2009-08-17 Thread Mark Tinguely
Ports lang/gcc43, 44 and 45 fail to build on 8.0-beta2 ia64: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40959 I know they build fine on 6.4-stable alpha, but what about sparc64? amd64? mips? many thanks -- Anton Shterenlikht FYI: I mostly ported GCC 4.5 to the BSD Makefiles

Re: ports lang/gcc4x fail to build on ia64

2009-08-17 Thread Marcel Moolenaar
On Aug 17, 2009, at 7:36 AM, Mark Linimon wrote: The package building cluster is currently only set up to try builds on amd64, i386, and sparc64. Although we have some ia64 machines, the last time I tried to upgrade them I had trouble. Really, you have ia64 machines for ports building?

Re: ports lang/gcc4x fail to build on ia64

2009-08-17 Thread Ryan Stone
That error is gcc oh-so-helpfully telling you that it decided not to inline an function declared inline. Why the gcc devs decided that was deserving of a diagnostic on -Wall is beyond me. I think that you can squelch it by passing -Wno-inline to gcc.

Re: ports lang/gcc4x fail to build on ia64

2009-08-17 Thread Mark Linimon
On Mon, Aug 17, 2009 at 03:51:24PM +0100, Anton Shterenlikht wrote: I wonder if they work under ia64 linux? I don't know. A quick check of NetBSD seems to indicate that their ia64 port only runs in emulation mode; OpenBSD doesn't list an ia64 port. mcl