fftw3

Kent Stewart kstewart at owt.com
Sun May 17 17:39:26 UTC 2009


On Sunday 17 May 2009 07:21:17 am eculp wrote:
> Quoting ajtiM <lumiwa at gmail.com>:
> > On Sunday 17 May 2009 03:14:12 Chris Rees wrote:
> >> 2009/5/17 ajtiM <lumiwa at gmail.com>:
> >> > On Friday 15 May 2009 19:48:23 Sahil Tandon wrote:
> >> >> On Fri, 15 May 2009, ajtiM wrote:
> >> >> > pkgdb -F
> >> >> > --->  Checking 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]
> >> >> > --->  Installing 'gcc-4.3.4_20090503' from a port (lang/gcc43)
> >> >> > --->  Building '/usr/ports/lang/gcc43'
> >> >> > ===>  Cleaning for gcc-4.3.4_20090503
> >> >> > Making GCC 4.3.4 for FreeBSD 7.2  target=i386-portbld-freebsd7.2
> >> >> > 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.
> >> >>
> >> >> 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.  Set WITHOUT_JAVA=yes in
> >> >> the environment when building this port to avoid that.)
> >> >
> >> > I have WITHOUT_JAVA=   yes
> >> >
> >> > and it doesn't work.
> >>
> >> As in
> >>
> >> WITHOUT_JAVA=yes
> >>
> >> or
> >>
> >> WITHOUT_JAVA=     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=yes
>

You really needed to man make. I did a "setenv WITHOUT_JAVA yes" in my .cshrc, 
brought up a new konsole and everything built. For make, I think it would 
have to be 
"make -D WITHOUT_JAVA=yes".

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html



More information about the freebsd-ports mailing list