> See https://bugs.freebsd.org/215977 for the full story.
I believe Michal Meloun is looking at a fix.
mcl
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-port
On 8 Apr 2017, at 23:09, Jonathan Chen wrote:
>
> I'm attempting to build math/fftw3 on 11-STABLE/armv6, r315896. I'm
> getting a build failure towards the end when building its internal
> tests.
>
> [...]
> Making all in tests
> gmake[3]: Entering directory
Hi,
I'm attempting to build math/fftw3 on 11-STABLE/armv6, r315896. I'm
getting a build failure towards the end when building its internal
tests.
[...]
Making all in tests
gmake[3]: Entering directory
'/tmp/usr/ports/math/fftw3/work/fftw-3.3.6-pl2/tests'
cc -DHAVE_CONFIG_H -
On Mon, 26 Sep 2011 08:40:06 -0400
b. f. articulated:
> On 9/26/11, Stephen Montgomery-Smith wrote:
> > On 09/25/2011 08:19 PM, Jerry wrote:
> >> When attempting to build the "math/fftw3" port, the following error
> >> message is immediately displayed and th
On 9/26/11, Stephen Montgomery-Smith wrote:
> On 09/25/2011 08:19 PM, Jerry wrote:
>> When attempting to build the "math/fftw3" port, the following error
>> message is immediately displayed and the build halted:
>>
>> Variable CFLAGS is recursive.
...
&g
On 09/25/2011 08:19 PM, Jerry wrote:
When attempting to build the "math/fftw3" port, the following error
message is immediately displayed and the build halted:
Variable CFLAGS is recursive.
I have filed a PR against it.
I am unable to reproduce this problem. Is it pos
When attempting to build the "math/fftw3" port, the following error
message is immediately displayed and the build halted:
Variable CFLAGS is recursive.
I have filed a PR against it.
--
Jerry ✌
jerry+po...@seibercom.net
Disclaimer: off-list followups get on-list replies or g
Hi,
The latest bump to math/fftw3 from 3.2 to 3.2.1 missed the distinfo
changes, which still references fftw-3.2.tar.gz.
Cheers.
--
Jonathan Chen
--
When you don't know what you are doing, do it n
--- On Thu, 6/4/09, Leslie Jensen wrote:
> From: Leslie Jensen
> Subject: Re: Trouble upgrading math/fftw3 on 6.4-STABLE
> To: "bf"
> Cc: freebsd-ports@FreeBSD.org, clint.ol...@gmail.com
> Date: Thursday, June 4, 2009, 12:40 AM
> >
> > to /etc/make.co
to /etc/make.conf. And if you really want to save
time, network traffic, and disk space, and you don't need to use math/fftw3
with Fortran programs, then build math/fftw3 WITHOUT_FORTRAN, by changing
math/fftw3's FORTRAN option to 'off' via 'make
config'. Then
This math/fftw3 change is turning into a PITA.
First that thread last month, and now again.
Maybe more people should just use packages...
Clint Olsen wrote:
>I got this message:
>
>===>Verifying install for gfortran43 in
>/usr/ports/lang/gcc43
>Making GCC 4.3.4.200905
s w/o rebooting? Am I even using sysctl
> > correctly?
> >
> > Thanks,
> >
>
> It's not really a solution, it's a workaround but...did you tried building
> lang/gcc43 using the followind command?
> make -DWITHOUT_JAVA=yes
>
> Or do you really need g
solution, it's a workaround but...did you tried building
lang/gcc43 using the followind command?
make -DWITHOUT_JAVA=yes
Or do you really need gcj (fftw3 doesn't) ?
Regards
Barbara
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
Clint Olsen skrev:
I got this message:
===>Verifying install for gfortran43 in /usr/ports/lang/gcc43
Making GCC 4.3.4.20090524 for FreeBSD 6.4 target=i386-portbld-freebsd6.4
You need to increase the datasize limit to at least 70 (and set
kern.maxdsiz="734003200" in /boot/loader.conf) t
I got this message:
===>Verifying install for gfortran43 in /usr/ports/lang/gcc43
Making GCC 4.3.4.20090524 for FreeBSD 6.4 target=i386-portbld-freebsd6.4
You need to increase the datasize limit to at least 70 (and set
kern.maxdsiz="734003200" in /boot/loader.conf) to build with Java
supp
On Tuesday 19 May 2009 03:04:58 Leslie Jensen wrote:
> Hello
>
> I'm having the same problem with gcc43 as Mitja reported earlier.
>
> I've got the kern.maxdsiz=734003200 in boot/loader.conf
>
> make WITHOUT_JAVA=yes does not help.
>
> I've checked all dependencies, they are installed.
>
> My syste
Hello
I'm having the same problem with gcc43 as Mitja reported earlier.
I've got the kern.maxdsiz=734003200 in boot/loader.conf
make WITHOUT_JAVA=yes does not help.
I've checked all dependencies, they are installed.
My system is a newly installed 7.2-RELEASE, upgraded from RC1.
pkgdb -F produ
On Sun, 17 May 2009, eculp wrote:
>> Perhaps helpful: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38286
>
> Thanks, at least I know it is broken or if not I'm not alone in thinking so.
It's not broken; read down that page for the entire thread. You need to make
sure gcc can find the assembler.
On Sun, 17 May 2009 12:21:18 -0700
Kent Stewart wrote:
> On Sunday 17 May 2009 11:38:34 am Kent Stewart wrote:
> > On Sunday 17 May 2009 11:15:21 am Sahil Tandon wrote:
> > > On Sun, 17 May 2009, Kent Stewart wrote:
> > > > > I'm using today's current and just tried the following in
> > > > > lan
Quoting Sahil Tandon :
On Sun, 17 May 2009, eculp wrote:
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
On Sunday 17 May 2009 11:38:34 am Kent Stewart wrote:
> On Sunday 17 May 2009 11:15:21 am Sahil Tandon wrote:
> > On Sun, 17 May 2009, Kent Stewart wrote:
> > > > 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
On Sunday 17 May 2009 11:15:21 am Sahil Tandon wrote:
> On Sun, 17 May 2009, Kent Stewart wrote:
> > > 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=ye
On Sun, 17 May 2009, Kent Stewart wrote:
> > 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
gt; >> > 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
> >> >>
On Sun, 17 May 2009, eculp wrote:
> 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-po
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
>> > ---> Checking the package registry database
>> > Stale depende
At 2009-05-17T09:14:12+01:00, Chris Rees wrote:
> As in
>
> WITHOUT_JAVA=yes
>
> or
>
> WITHOUT_JAVA= yes
>
> ?
>
> You can't just stick random whitespace in the middle of things like that
AFAIK, "VAR=val" is equivalent to "VAR = value", "VAR= value", etc.
According to the section on va
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
> >> > ---> Checking the package registry database
> >> > S
2009/5/17 ajtiM :
> 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):
>> > Ins
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)
At 2009-05-15T18:06:47-05:00, ajtiM wrote:
> I did try to update the syste (FreBSD 7.2) with portmaster and there were
^^
> error 1 with fftw3.
> Now is stale dependency: akode-2.0.2,1 --> fftw3-3.1.3
> I ran pkgdb -F and
On Fri, 15 May 2009, ajtiM wrote:
> On Friday 15 May 2009 19:48:23 you wrote:
> > % grep -C 1 WITHOUT_JAVA lang/gcc43/pkg-descr
>
> grep -C 1 WITHOUT_JAVA lang/gcc43/pkg-descr
>
> grep: lang/gcc43/pkg-descr: No such file or directory
I thought it would be clear that one needs to be in /usr/por
On Friday 15 May 2009 19:48:23 you wrote:
> % grep -C 1 WITHOUT_JAVA lang/gcc43/pkg-descr
grep -C 1 WITHOUT_JAVA lang/gcc43/pkg-descr
grep: lang/gcc43/pkg-descr: No such file or directory
No, I didn't try to increase the datasize limit.
BTW I am about two years FreeBSD user and I never had pro
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 .. don
Hi!
I did try to update the syste (FreBSD 7.2) with portmaster and there were
error 1 with fftw3.
Now is stale dependency: akode-2.0.2,1 --> fftw3-3.1.3
I ran pkgdb -F and I got:
pkgdb -F
---> Checking the package registry database
Stale dependency: akode-2.0.2,1 -> fftw3-3.1.3 (m
Alex Kloss wrote:
Hello all,
I installed math/fftw3 today because a program I'm working on porting
to FreeBSD (http://arss.sourceforge.net/) requires it. However, when
I ran make, it gave me the following error:
Scanning dependencies of target arss
[ 20%] Building C object CMakeFiles/ars
Hello all,
I installed math/fftw3 today because a program I'm working on porting
to FreeBSD (http://arss.sourceforge.net/) requires it. However, when
I ran make, it gave me the following error:
Scanning dependencies of target arss
[ 20%] Building C object CMakeFiles/arss.dir/arss.o
/home
37 matches
Mail list logo