Re: fftw3

2009-05-19 Thread ajtiM
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 system is a newly installed 7.2-RELEASE, upgraded from RC1.
>
> pkgdb -F produces no errors.
>
> I'll be gratefull for hints to solve this problem.
>
> Thank you
>
> /Leslie

kern.maxdsiz=734003200 in boot/loader.conf help me but now I have much more 
(java) installed. And my sysytem is new FreeBSD 7.2.


-- 
Mitja
-
http://starikarp.redbubble.com
___
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"


RE: fftw3

2009-05-19 Thread Leslie Jensen
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 produces no errors.

I'll be gratefull for hints to solve this problem.

Thank you

/Leslie



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
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"


Re: fftw3

2009-05-17 Thread Sahil Tandon
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.

-- 
Sahil Tandon 
___
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"


Re: fftw3

2009-05-17 Thread Ion-Mihai Tetcu
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
> > > > > 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".
> > >
> > > No, passing variable overrides to make(1) on the command line
> > > works without the -D flag.  Why do you believe it is necessary?
> >
> > Because I always had to do it in the past.
> >
> 
> I tried the update today, and the "make WITHOUT_JAVA=yes" worked.

For this kind of vars,ports check for the var to be defined, not the
value if any, so both "make WITHOUT_JAVA=yes" and "make -DWITHOUT_JAVA"
should work.

-- 
IOnut - Un^d^dregistered ;) FreeBSD "user"
  "Intellectual Property" is   nowhere near as valuable   as "Intellect"
FreeBSD committer -> ite...@freebsd.org, PGP Key ID 057E9F8B493A297B


signature.asc
Description: PGP signature


Re: fftw3

2009-05-17 Thread eculp

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 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.


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.

ed

___
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"


Re: fftw3

2009-05-17 Thread Kent Stewart
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 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".
> >
> > No, passing variable overrides to make(1) on the command line works
> > without the -D flag.  Why do you believe it is necessary?
>
> Because I always had to do it in the past.
>

I tried the update today, and the "make WITHOUT_JAVA=yes" worked.

Kent



-- 
Kent Stewart
Richland, WA

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

___
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"


Re: fftw3

2009-05-17 Thread Kent Stewart
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=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".
>
> No, passing variable overrides to make(1) on the command line works without
> the -D flag.  Why do you believe it is necessary?

Because I always had to do it in the past.

Kent

-- 
Kent Stewart
Richland, WA

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

___
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"


Re: fftw3

2009-05-17 Thread Sahil Tandon
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_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".

No, passing variable overrides to make(1) on the command line works without
the -D flag.  Why do you believe it is necessary?

-- 
Sahil Tandon 
___
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"


Re: fftw3

2009-05-17 Thread Kent Stewart
On Sunday 17 May 2009 07:21:17 am eculp wrote:
> 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 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 70 (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

___
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"


Re: fftw3

2009-05-17 Thread 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 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.

Perhaps helpful: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38286

-- 
Sahil Tandon 
___
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"


Re: fftw3

2009-05-17 Thread eculp

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 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 70 (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
___
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"


Re: fftw3

2009-05-17 Thread N. Raghavendra
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 variable assignments in make(1), "Any
whitespace before the assigned value is removed..."

Raghavendra.

-- 
N. Raghavendra  | http://www.retrotexts.net/
Harish-Chandra Research Institute   | http://www.mri.ernet.in/
See message headers for contact and OpenPGP information.
___
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"


Re: fftw3

2009-05-17 Thread 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 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 70 (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).

-- 
Mitja
-
http://starikarp.redbubble.com
___
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"


Re: fftw3

2009-05-17 Thread Chris Rees
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):
>> > 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 70 (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?
___
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"


Re: fftw3

2009-05-16 Thread 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):
> > 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 70 (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.


-- 
Mitja
-
http://starikarp.redbubble.com
___
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"


Re: fftw3

2009-05-16 Thread N. Raghavendra
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 I got:

Perhaps you mean `portupgrade' and not "portmaster".  portmaster
doesn't use any external database or language, as a result of which I
find it easier to use than portupgrade.  I haven't run into any
noticeable problem with portmaster.

Raghavendra.

-- 
N. Raghavendra  | http://www.retrotexts.net/
Harish-Chandra Research Institute   | http://www.mri.ernet.in/
See message headers for contact and OpenPGP information.
___
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"


Re: fftw3

2009-05-15 Thread Sahil Tandon
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/ports for the above
grep to work.  The point is that you should read pkg-descr within the gcc43
port directory.

> No, I didn't try to increase the datasize limit.

If you want to compile gcc43 with Java (this is the default on i386 systems),
then you must.  Otherwise, as previously suggested, trying compiling without
Java.
 
-- 
Sahil Tandon 
___
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"


Re: fftw3

2009-05-15 Thread ajtiM
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 problem like this. Why I 
need to change my settings if is update or why there were not warning in 
the /usr/port/UPDATE?
-- 
Mitja
-
http://starikarp.redbubble.com
___
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"


Re: fftw3

2009-05-15 Thread Sahil Tandon
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 70 (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.)

-- 
Sahil Tandon 
___
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"