fftw3

eculp eculp at encontacto.net
Sun May 17 14:21:21 UTC 2009


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

...........

checking whether ln -s works... yes
checking for i386-portbld-freebsd7.2-gcc...  
/usr/local/ports/lang/gcc43/work/build/./gcc/xgcc  
-B/usr/local/ports/lang/gcc43/work/build/./gcc/  
-B/usr/local/i386-portbld-freebsd7.2/bin/  
-B/usr/local/i386-portbld-freebsd7.2/lib/ -isystem  
/usr/local/i386-portbld-freebsd7.2/include -isystem  
/usr/local/i386-portbld-freebsd7.2/sys-include
checking for suffix of object files... configure: error: cannot  
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


More information about the freebsd-ports mailing list