From owner-freebsd-ports@FreeBSD.ORG Mon Jun 1 05:17:52 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA7D610674A9 for ; Mon, 1 Jun 2009 05:17:18 +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 784418FC0A for ; Mon, 1 Jun 2009 05:17:18 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from localhost (localhost [127.0.0.1]) by mx1.bjare.net (Postfix) with ESMTP id 3C7AC5E1F4; Mon, 1 Jun 2009 07:17:17 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mx1.bjare.net X-Spam-Flag: NO X-Spam-Score: -1.927 X-Spam-Level: X-Spam-Status: No, score=-1.927 tagged_above=-999 required=5 tests=[AWL=0.673, 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 deoZtxd0JXp2; Mon, 1 Jun 2009 07:17:12 +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 8066D5E192; Mon, 1 Jun 2009 07:17:12 +0200 (CEST) Message-ID: <4A236458.8060006@eskk.nu> Date: Mon, 01 Jun 2009 07:17:12 +0200 From: Leslie Jensen User-Agent: Thunderbird 2.0.0.21 (X11/20090407) MIME-Version: 1.0 To: Clint Olsen , ports@freebsd.org References: <20090601034109.GA14837@0lsen.net> In-Reply-To: <20090601034109.GA14837@0lsen.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Trouble upgrading math/fftw3 on 6.4-STABLE X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Jun 2009 05:17:52 -0000 Clint Olsen skrev: > I got this message: > > ===> Verifying install for gfortran43 in /usr/ports/lang/gcc43 > Making GCC 4.3.4.20090524 for FreeBSD 6.4 target=i386-portbld-freebsd6.4 > You need to increase the datasize limit to at least 700000 (and set > kern.maxdsiz="734003200" in /boot/loader.conf) to build with Java > support. > *** Error code 1 > > > Ok, so I added the appropriate flag to /boot/loader.conf, however I wanted > to use sysctl to update the parameter without booting. However, even > though the parameter is listed in /boot/defaults/loader.conf, sysctl won't > accept this: > > # sysctl kern.maxdsiz 734003200 > sysctl: unknown oid 'kern.maxdsiz'o > > Is there a way to change this w/o rebooting? Am I even using sysctl > correctly? > > Thanks, > > -Clint I have the same problem on a 7.2-RELEASE. I wrote about it some weeks ago but I got no working answers. I'm considering reinstalling all ports that gcc depends on but I haven't had the time yet. /Leslie