From owner-freebsd-questions@FreeBSD.ORG Tue Apr 26 17:50:36 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D438616A4CE for ; Tue, 26 Apr 2005 17:50:36 +0000 (GMT) Received: from bogodyn.org (mail.bogodyn.org [216.184.25.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FA3543D66 for ; Tue, 26 Apr 2005 17:50:35 +0000 (GMT) (envelope-from russo@bogodyn.org) Received: from bogodyn.org (localhost [127.0.0.1]) by bogodyn.org (8.13.1/8.13.1) with ESMTP id j3QHoVv0083198; Tue, 26 Apr 2005 11:50:31 -0600 (MDT) (envelope-from russo@bogodyn.org) Received: (from russo@localhost) by bogodyn.org (8.13.1/8.13.1/Submit) id j3QHoUj1083197; Tue, 26 Apr 2005 11:50:30 -0600 (MDT) (envelope-from russo) Date: Tue, 26 Apr 2005 11:50:30 -0600 From: Tom Russo To: freebsd-questions@freebsd.org Message-ID: <20050426175030.GA83177@bogodyn.org> References: <20050425162038.GA79057@bogodyn.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050425162038.GA79057@bogodyn.org> User-Agent: Mutt/1.4.1i Organization: International Institute for Advanced Quantum Bogodynamical Studies X-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.60 X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on bogodyn.org Subject: Answering my own question Re: Compile of GCC-3.4 port fails on FreeBSD 4.11 --- Help? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: russo@bogodyn.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 17:50:37 -0000 Answering my own question, just to get the answer into the archives. On Mon, Apr 25, 2005 at 10:20:38AM -0600, we recorded a bogon-computron collision of the flavor, containing: > > I've been having trouble with ports on FreeBSD 4.11 lately, as more and more > of them seem to want gcc 3.4 --- but I can't get gcc-3.4 to build. Turns out that the mingw port (gcc 2.95 cross-compiler for building windows binaries) is the culprit here. It installs a /usr/local/include/ansidecl.h file that is picked up by the configure of gcc-3.4, and that causes the problem. To figure that out I had to look for ATTRIBUTE_NONNULL on my spare linux box, found it in ansidecl.h, then hunted down why I had an ansidecl.h without ATTRIBUTE_NONNULL in it with "pkg_info -W". Since I need the mingw port, I just temporarily moved ansidecl.h so gcc3.4 could build. Never Mind. > Here's what I get when I attempt to make gcc 3.4: > > [...] > In file included from insn-conditions.c:30: > ../../gcc-3.4-20050128/gcc/output.h:122: syntax error before `ATTRIBUTE_NONNULL' > In file included from insn-conditions.c:34: > ../../gcc-3.4-20050128/gcc/toplev.h:57: syntax error before `ATTRIBUTE_NONNULL' [...] > Has anyone else had a problem building gcc-3.4 on FreeBSD 4.11? I see nothing > in the -questions or -ports archives about it, and google gave me nothing. -- Tom Russo KM5VY SAR502 DM64ux http://www.swcp.com/~russo/ Tijeras, NM QRPL#1592 K2#398 SOC#236 AHTB#1 "The only thing you can do easily is be wrong, and that's hardly worth the effort." -- Norton Juster