Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jun 2009 13:53:50 -0500
From:      Matt <datahead4@gmail.com>
To:        FreeBSD-Questions@freebsd.org
Cc:        Leslie Jensen <leslie@eskk.nu>
Subject:   Re: Stop in /usr/ports/lang/gcc43
Message-ID:  <cd6b4a5b0906011153o3669b514o1ea62463307b3e97@mail.gmail.com>
In-Reply-To: <20090601181241.GA11206@Grumpy.DynDNS.org>
References:  <4A191A51.1070905@eskk.nu> <alpine.BSF.2.00.0905290650090.1950@pukruppa.net> <4A1F6BBE.6060602@eskk.nu> <alpine.BSF.2.00.0905290922550.5233@wojtek.tensor.gdynia.pl> <4A1FAC1A.9000508@eskk.nu> <alpine.BSF.2.00.0905291302140.10254@wojtek.tensor.gdynia.pl> <4A203231.5010408@eskk.nu> <alpine.BSF.2.00.0905301718420.18381@wojtek.tensor.gdynia.pl> <4A2418A6.7000100@eskk.nu> <20090601181241.GA11206@Grumpy.DynDNS.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jun 1, 2009 at 1:12 PM, David Kelly <dkelly@hiwaay.net> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cd6b4a5b0906011153o3669b514o1ea62463307b3e97>