Date: Sun, 17 May 2009 10:20:19 -0700 From: Kent Stewart <kstewart@owt.com> To: freebsd-ports@freebsd.org Subject: Re: fftw3 Message-ID: <200905171020.19632.kstewart@owt.com> In-Reply-To: <20090517092117.25483eyq3mjntgu8@econet.encontacto.net> References: <200905151806.47480.lumiwa@gmail.com> <200905170733.29746.lumiwa@gmail.com> <20090517092117.25483eyq3mjntgu8@econet.encontacto.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 17 May 2009 07:21:17 am eculp wrote: > Quoting ajtiM <lumiwa@gmail.com>: > > On Sunday 17 May 2009 03:14:12 Chris Rees wrote: > >> 2009/5/17 ajtiM <lumiwa@gmail.com>: > >> > 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-freebsd= 7.2 > >> >> > You need to increase the datasize limit to at least 700000 (and s= et > >> >> > kern.maxdsiz=3D"734003200" in /boot/loader.conf) to build with Ja= va > >> >> > 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 > to hopefully be able to build ffw3 with the following made and > resulting errors. > > # make WITHOUT_JAVA=3Dyes > You really needed to man make. I did a "setenv WITHOUT_JAVA yes" in my .csh= rc,=20 brought up a new konsole and everything built. For make, I think it would=20 have to be=20 "make -D WITHOUT_JAVA=3Dyes". Kent =2D-=20 Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905171020.19632.kstewart>