From owner-freebsd-questions@FreeBSD.ORG Mon Jun 1 19:22:29 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 DD51B10656B3 for ; Mon, 1 Jun 2009 19:22:29 +0000 (UTC) (envelope-from datahead4@gmail.com) Received: from mail-gx0-f211.google.com (mail-gx0-f211.google.com [209.85.217.211]) by mx1.freebsd.org (Postfix) with ESMTP id 8ECBC8FC08 for ; Mon, 1 Jun 2009 19:22:29 +0000 (UTC) (envelope-from datahead4@gmail.com) Received: by gxk7 with SMTP id 7so264476gxk.19 for ; Mon, 01 Jun 2009 12:22:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=YNsFbjJ++Qr8CNnZWRQWkAqpKOgiGKOVxLhC86JAs5Y=; b=l2iF6NiL7IyfCLjTyzxu+CAa0UHMD5BGyr+h6TCU4QIRTWa80tioGs8HcX1f7SKe8m VhjlCYnL2fWkeUblkq6wxrtntl4p5iszY0tbuzWqqWfBssOerLSqYMu6o7/9iTDrczFG O7qYZFo0olQSHp0/+zsHN9NIv4aDatdHjQI/U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Va7bKVqeblXc5kQAJVWW5tK7vv4WzllVputBXfIvRrwPEGEx+Bxdgz79GvrGsWi+kT Nodi90+Ks+Ge8+cYUwzleybuSguBBrWp8fkoMmR3CXkd2q6ER5KkxH7TX6umIl/g9ebW Aswn60pvKtKyLZM/y53NcZyT8YUsQG0NMXYvA= MIME-Version: 1.0 Received: by 10.90.33.15 with SMTP id g15mr5530549agg.9.1243882431568; Mon, 01 Jun 2009 11:53:51 -0700 (PDT) In-Reply-To: <20090601181241.GA11206@Grumpy.DynDNS.org> References: <4A191A51.1070905@eskk.nu> <4A1F6BBE.6060602@eskk.nu> <4A1FAC1A.9000508@eskk.nu> <4A203231.5010408@eskk.nu> <4A2418A6.7000100@eskk.nu> <20090601181241.GA11206@Grumpy.DynDNS.org> Date: Mon, 1 Jun 2009 13:53:50 -0500 Message-ID: From: Matt To: FreeBSD-Questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Leslie Jensen 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 19:22:30 -0000 On Mon, Jun 1, 2009 at 1:12 PM, 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. I've noticed that the lang/gcc43 port's Makefile includes a builtin call (ulimit -d) that is not available in the csh shell (but is available in sh and bash). If csh is the shell in use when the port is built, the port build will fail unless you define WITHOUT_JAVA as previously stated. However, this issue results in a different error condition than the one stated by the original poster. Matt