Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 May 2009 09:21:17 -0500
From:      eculp <eculp@encontacto.net>
To:        freebsd-ports@freebsd.org
Subject:   Re: fftw3
Message-ID:  <20090517092117.25483eyq3mjntgu8@econet.encontacto.net>
In-Reply-To: <200905170733.29746.lumiwa@gmail.com>
References:  <200905151806.47480.lumiwa@gmail.com> <200905161807.02285.lumiwa@gmail.com> <b79ecaef0905170114v78ca21ebndc56d3629625c749@mail.gmail.com> <200905170733.29746.lumiwa@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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-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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090517092117.25483eyq3mjntgu8>