From owner-freebsd-ports@FreeBSD.ORG Thu May 27 10:46:48 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DA4E16A4CF for ; Thu, 27 May 2004 10:46:48 -0700 (PDT) Received: from mail.mcneil.com (rrcs-west-24-199-45-54.biz.rr.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56D4B43D2F for ; Thu, 27 May 2004 10:46:46 -0700 (PDT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id AF837FD1DE for ; Thu, 27 May 2004 10:45:54 -0700 (PDT) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 66733-03 for ; Thu, 27 May 2004 10:45:54 -0700 (PDT) Received: from [24.199.45.54] (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 3CAB8FD0C9 for ; Thu, 27 May 2004 10:45:54 -0700 (PDT) From: Sean McNeil To: freebsd-ports@freebsd.org Content-Type: text/plain Message-Id: <1085679954.78495.1.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Thu, 27 May 2004 10:45:54 -0700 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com Subject: lang/gcc34 fails to compile under -current X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 May 2004 17:46:48 -0000 I get the following error when compiling with -CURRENT: cc -c -g -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -I/usr/local/include -I. -I. -I.././..//gcc-3.4-20040414/gcc -I.././..//gcc-3.4-20040414/gcc/. -I.././..//gcc-3.4-20040414/gcc/../include insn-conditions.c In file included from insn-conditions.c:30: ../../gcc-3.4-20040414/gcc/output.h:122: error: syntax error before "ATTRIBUTE_NONNULL" In file included from insn-conditions.c:34: ../../gcc-3.4-20040414/gcc/toplev.h:57: error: syntax error before "ATTRIBUTE_NONNULL" ../../gcc-3.4-20040414/gcc/toplev.h:61: error: syntax error before "ATTRIBUTE_NONNULL" ../../gcc-3.4-20040414/gcc/toplev.h:65: error: syntax error before "ATTRIBUTE_NONNULL" ../../gcc-3.4-20040414/gcc/toplev.h:74: error: syntax error before "ATTRIBUTE_NONNULL" ../../gcc-3.4-20040414/gcc/toplev.h:75: error: syntax error before "ATTRIBUTE_NONNULL" insn-conditions.c:753: warning: string length `534' is greater than the length `509' ISO C89 compilers are required to support insn-conditions.c:1031: warning: string length `533' is greater than the length `509' ISO C89 compilers are required to support insn-conditions.c:1553: warning: string length `597' is greater than the length `509' ISO C89 compilers are required to support gmake[2]: *** [insn-conditions.o] Error 1 gmake[2]: Leaving directory `/usr/ports/lang/gcc34/work/build/gcc' gmake[1]: *** [stage1_build] Error 2 gmake[1]: Leaving directory `/usr/ports/lang/gcc34/work/build/gcc' gmake: *** [bootstrap-lean] Error 2 *** Error code 2 Stop in /usr/ports/lang/gcc34.