From owner-freebsd-questions@FreeBSD.ORG Mon Jun 1 18:21:55 2009 Return-Path: Delivered-To: FreeBSD-Questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 08D3E106566B for ; Mon, 1 Jun 2009 18:21:55 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from mx1.bjare.net (mx1.bjare.net [212.31.160.3]) by mx1.freebsd.org (Postfix) with ESMTP id B29548FC12 for ; Mon, 1 Jun 2009 18:21:54 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from localhost (localhost [127.0.0.1]) by mx1.bjare.net (Postfix) with ESMTP id 556975E304 for ; Mon, 1 Jun 2009 20:21:53 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mx1.bjare.net X-Spam-Flag: NO X-Spam-Score: -1.934 X-Spam-Level: X-Spam-Status: No, score=-1.934 tagged_above=-999 required=5 tests=[AWL=0.666, BAYES_00=-2.599, SPF_PASS=-0.001] Received: from mx1.bjare.net ([127.0.0.1]) by localhost (mx1.bjare.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id wTfdVfn5dE8i for ; Mon, 1 Jun 2009 20:21:48 +0200 (CEST) X-BN-MX1: ja X-BN-MailInfo: BjareNet Received: from bljbsd01.no-ip.org (c-195-216-040-164.static.bjare.net [195.216.40.164]) by mx1.bjare.net (Postfix) with ESMTP id 7B6FD5E010 for ; Mon, 1 Jun 2009 20:21:48 +0200 (CEST) Message-ID: <4A241C3C.6050202@eskk.nu> Date: Mon, 01 Jun 2009 20:21:48 +0200 From: Leslie Jensen User-Agent: Thunderbird 2.0.0.21 (X11/20090407) MIME-Version: 1.0 To: FreeBSD-Questions@FreeBSD.org References: <4A191A51.1070905@eskk.nu> <4A1F64CF.1020206@eskk.nu> <4A1F6BBE.6060602@eskk.nu> <4A1FAC1A.9000508@eskk.nu> <4A203231.5010408@eskk.nu> <4A2418A6.7000100@eskk.nu> <20090601181241.GA11206@Grumpy.DynDNS.org> In-Reply-To: <20090601181241.GA11206@Grumpy.DynDNS.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Stop in /usr/ports/lang/gcc43 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Jun 2009 18:21:55 -0000 David Kelly wrote: > On Mon, Jun 01, 2009 at 08:06:30PM +0200, Leslie Jensen wrote: >> >> I can't get gcc43 to compile. I've deinstalled and reinstalled all its >> dependencies but it still fails. >> >> I'm on a 7.2-RELEASE system with all ports installed from a clean install. >> >> The problem turned up when an update for fftw3 became available. >> >> Apparently gcc43 is a new dependency for fftw3! >> >> Any hints appreciated > > Add this to /etc/make.conf. Worked for me: > > WITHOUT_JAVA=1 > > Apparently to build Java one has to increase the size of some tables in > the kernel. I'd just as soon do without Java. > It does not work here :-( /