From owner-freebsd-hackers@FreeBSD.ORG Tue May 27 23:44:24 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 176DE37B401 for ; Tue, 27 May 2003 23:44:24 -0700 (PDT) Received: from smtp-relay.omnis.com (smtp-relay.omnis.com [216.239.128.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id C055A43F3F for ; Tue, 27 May 2003 23:44:20 -0700 (PDT) (envelope-from wes@softweyr.com) Received: from softweyr.homeunix.net (66-91-236-204.san.rr.com [66.91.236.204]) by smtp-relay.omnis.com (Postfix) with ESMTP id B59521BD93; Tue, 27 May 2003 23:44:19 -0700 (PDT) From: Wes Peters Organization: Softweyr To: Julian Elischer , hackers@freebsd.org Date: Fri, 23 May 2003 20:40:30 -0700 User-Agent: KMail/1.5.2 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200305232040.30367.wes@softweyr.com> Subject: Re: gcc bug? Openoffice port impossibel to compile on 4.8 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 May 2003 06:44:24 -0000 On Thursday 22 May 2003 10:23 am, Julian Elischer wrote: > I have rebuilt my system several times and rebuilt all ports.. > /usr/ports/editors/openoffice always ends up with: GCC 3.2 is broken by design. It insists, amongst other stupidities, on type-checking arguments using old style declarations like: int foo(bar) char *bar; {} rendering most UNIX software from before 1996 uncompilable. This is biting one of my ports, I can't figure out how to shut the fscking thing up, and am pretty much beyond caring. The Powers That Be in GCC-land seem to have decided for us the world doesn't need any stinking 20-year-old software. -- Where am I, and what am I doing in this handbasket? Wes Peters wes@softweyr.com