From owner-freebsd-ports@FreeBSD.ORG Sun May 17 14:21:21 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38CED106566B for ; Sun, 17 May 2009 14:21:21 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from ns2.bafirst.com (72-12-2-19.static.networktel.net [72.12.2.19]) by mx1.freebsd.org (Postfix) with ESMTP id F38EA8FC0C for ; Sun, 17 May 2009 14:21:20 +0000 (UTC) (envelope-from eculp@encontacto.net) Received: from casasponti.net ([201.155.7.3]) by ns2.bafirst.com with esmtp; Sun, 17 May 2009 09:21:19 -0500 id 000D5184.4A101D5F.00017BA1 Received: from HOME.encontacto.net ([189.129.5.33]) by casasponti.net with esmtp; Sun, 17 May 2009 09:21:17 -0500 id 00130C1D.4A101D5D.00004FBB Received: from localhost (localhost [127.0.0.1]) (uid 80) by HOME.encontacto.net with local; Sun, 17 May 2009 09:21:17 -0500 id 0004AC1A.4A101D5D.0000B2D5 Received: from econet.encontacto.net (econet.encontacto.net [189.129.5.33]) by econet.encontacto.net (Horde Framework) with HTTP; Sun, 17 May 2009 09:21:17 -0500 Message-ID: <20090517092117.25483eyq3mjntgu8@econet.encontacto.net> Date: Sun, 17 May 2009 09:21:17 -0500 From: eculp To: freebsd-ports@freebsd.org References: <200905151806.47480.lumiwa@gmail.com> <200905161807.02285.lumiwa@gmail.com> <200905170733.29746.lumiwa@gmail.com> In-Reply-To: <200905170733.29746.lumiwa@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (5.0-cvs) X-Remote-Browser: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.0.10) Gecko/2009050107 Firefox/3.0.10 X-IMP-Server: 189.129.5.33 X-Originating-IP: 189.129.5.33 X-Originating-User: eculp@encontacto.net Subject: Re: fftw3 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: Sun, 17 May 2009 14:21:21 -0000 Quoting ajtiM : > On Sunday 17 May 2009 03:14:12 Chris Rees wrote: >> 2009/5/17 ajtiM : >> > On Friday 15 May 2009 19:48:23 Sahil Tandon wrote: >> >> On Fri, 15 May 2009, ajtiM wrote: >> >> > pkgdb -F >> >> > ---> =A0Checking the package registry database >> >> > Stale dependency: akode-2.0.2,1 -> fftw3-3.1.3 (math/fftw3): >> >> > Install stale dependency? ([y]es/[n]o/[a]ll) [yes] yes >> >> > [Gathering depends for math/fftw3 ...................... done] >> >> > ---> =A0Installing 'gcc-4.3.4_20090503' from a port (lang/gcc43) >> >> > ---> =A0Building '/usr/ports/lang/gcc43' >> >> > =3D=3D=3D> =A0Cleaning for gcc-4.3.4_20090503 >> >> > Making GCC 4.3.4 for FreeBSD 7.2 =A0target=3Di386-portbld-freebsd7.2 >> >> > You need to increase the datasize limit to at least 700000 (and set >> >> > kern.maxdsiz=3D"734003200" in /boot/loader.conf) to build with Java >> >> > support. >> >> >> >> Did you try increasing the datasize limit? >> >> >> >> > *** Error code 1 >> >> > >> >> > Stop in /usr/ports/lang/gcc43. >> >> >> >> If you don't need Java: >> >> >> >> % grep -C 1 WITHOUT_JAVA lang/gcc43/pkg-descr >> >> (Building the Java frontend and the associated libgcj library will >> >> consume more than 512MB of main memory. =A0Set WITHOUT_JAVA=3Dyes in >> >> the environment when building this port to avoid that.) >> > >> > I have WITHOUT_JAVA=3D =A0 yes >> > >> > and it doesn't work. >> >> As in >> >> WITHOUT_JAVA=3Dyes >> >> or >> >> WITHOUT_JAVA=3D yes >> >> ? >> >> You can't just stick random whitespace in the middle of things like >> that.... >> >> Chris >> >> -- >> A: Because it messes up the order in which people normally read text. >> Q: Why is top-posting such a bad thing? >> A: Top-posting. >> Q: What is the most annoying thing in e-mail? > > Thank you very much but I didn't change Makefil. It was "originaly" in > (default). I'm using today's current and just tried the following in lang/gcc43 =20 to hopefully be able to build ffw3 with the following made and =20 resulting errors. # make WITHOUT_JAVA=3Dyes ........... checking whether ln -s works... yes checking for i386-portbld-freebsd7.2-gcc... =20 /usr/local/ports/lang/gcc43/work/build/./gcc/xgcc =20 -B/usr/local/ports/lang/gcc43/work/build/./gcc/ =20 -B/usr/local/i386-portbld-freebsd7.2/bin/ =20 -B/usr/local/i386-portbld-freebsd7.2/lib/ -isystem =20 /usr/local/i386-portbld-freebsd7.2/include -isystem =20 /usr/local/i386-portbld-freebsd7.2/sys-include checking for suffix of object files... configure: error: cannot =20 compute suffix of object files: cannot compile See `config.log' for more details. gmake[2]: *** [configure-stage1-target-libgcc] Error 1 gmake[2]: Leaving directory `/usr/local/ports/lang/gcc43/work/build' gmake[1]: *** [stage1-bubble] Error 2 gmake[1]: Leaving directory `/usr/local/ports/lang/gcc43/work/build' gmake: *** [bootstrap-lean] Error 2 *** Error code 1 Stop in /usr/local/ports/lang/gcc43. Any suggestions appreciated. ed