Re: Stop in /usr/ports/lang/gcc43

2009-06-02 Thread matti k
On Mon, 01 Jun 2009 20:31:05 +0200
Leslie Jensen les...@eskk.nu wrote:

 
 Leslie Jensen wrote:
  
  
  David Kelly wrote:
  On Mon, Jun 01, 2009 at 08:06:30PM +0200, Leslie Jensen wrote:
 
  I can't get gcc43 to compile. I've deinstalled and reinstalled
  all its dependencies but it still fails.
 
  I'm on a 7.2-RELEASE system with all ports installed from a clean 
  install.
 
  The problem turned up when an update for fftw3 became available.
 
  Apparently gcc43 is a new dependency for fftw3!
 
  Any hints appreciated
 
  Add this to /etc/make.conf. Worked for me:
 
  WITHOUT_JAVA=1
 
  Apparently to build Java one has to increase the size of some
  tables in the kernel. I'd just as soon do without Java.
 
  
  It does not work here :-(
  /
 
 I also have this in my /boot/loader.conf but it makes no difference.
 
 kern.maxdsiz=734003200
 

Try with this?

kern.dfldsiz=1073741824
kern.maxdsiz=734003200

Cheers,
Matti
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Stop in /usr/ports/lang/gcc43

2009-06-02 Thread Leslie Jensen

/

I also have this in my /boot/loader.conf but it makes no difference.

kern.maxdsiz=734003200



Try with this?

kern.dfldsiz=1073741824
kern.maxdsiz=734003200

Cheers,
Matti



Unfortunately it did not make any difference. The build error persists.
/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Stop in /usr/ports/lang/gcc43

2009-06-01 Thread Leslie Jensen



I can't get gcc43 to compile. I've deinstalled and reinstalled all its 
dependencies but it still fails.


I'm on a 7.2-RELEASE system with all ports installed from a clean install.

The problem turned up when an update for fftw3 became available.

Apparently gcc43 is a new dependency for fftw3!

Any hints appreciated

Thanks


- snip --




0090531/gcc -I.././../gcc-4.3-20090531/gcc/build 
-I.././../gcc-4.3-20090531/gcc/../include 
-I.././../gcc-4.3-20090531/gcc/../libcpp/include -I/usr/local/include 
-I.././../gcc-4.3-20090531/gcc/../libdecnumber 
-I.././../gcc-4.3-20090531/gcc/../libdecnumber/dpd -I../libdecnumber 
-I/usr/local/include   -o build/gencheck.o 
.././../gcc-4.3-20090531/gcc/gencheck.c

In file included from ./tm.h:7,
 from .././../gcc-4.3-20090531/gcc/gencheck.c:24:
./options.h:1101: error: redeclaration of enumerator 'OPT_w'
./options.h:1099: error: previous definition of 'OPT_w' was here
./options.h:1102: error: redeclaration of enumerator 'OPT_v'
./options.h:1100: error: previous definition of 'OPT_v' was here
gmake[3]: *** [build/gencheck.o] Error 1
gmake[3]: *** waiting for unfinished jobs...
rm cpp.pod gcc.pod fsf-funding.pod gfdl.pod gcov.pod
gmake[3]: Leaving directory `/usr/ports/lang/gcc43/work/build/gcc'
gmake[2]: *** [all-stage1-gcc] Error 2
gmake[2]: Leaving directory `/usr/ports/lang/gcc43/work/build'
gmake[1]: *** [stage1-bubble] Error 2
gmake[1]: Leaving directory `/usr/ports/lang/gcc43/work/build'
gmake: *** [bootstrap-lean] Error 2
*** Error code 1


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Stop in /usr/ports/lang/gcc43

2009-06-01 Thread David Kelly
On Mon, Jun 01, 2009 at 08:06:30PM +0200, Leslie Jensen wrote:
 
 
 I can't get gcc43 to compile. I've deinstalled and reinstalled all its 
 dependencies but it still fails.
 
 I'm on a 7.2-RELEASE system with all ports installed from a clean install.
 
 The problem turned up when an update for fftw3 became available.
 
 Apparently gcc43 is a new dependency for fftw3!
 
 Any hints appreciated

Add this to /etc/make.conf. Worked for me:

WITHOUT_JAVA=1

Apparently to build Java one has to increase the size of some tables in
the kernel. I'd just as soon do without Java.

-- 
David Kelly N4HHE, dke...@hiwaay.net

Whom computers would destroy, they must first drive mad.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Stop in /usr/ports/lang/gcc43

2009-06-01 Thread Leslie Jensen



David Kelly wrote:

On Mon, Jun 01, 2009 at 08:06:30PM +0200, Leslie Jensen wrote:


I can't get gcc43 to compile. I've deinstalled and reinstalled all its 
dependencies but it still fails.


I'm on a 7.2-RELEASE system with all ports installed from a clean install.

The problem turned up when an update for fftw3 became available.

Apparently gcc43 is a new dependency for fftw3!

Any hints appreciated


Add this to /etc/make.conf. Worked for me:

WITHOUT_JAVA=1

Apparently to build Java one has to increase the size of some tables in
the kernel. I'd just as soon do without Java.



It does not work here :-(
/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Stop in /usr/ports/lang/gcc43

2009-06-01 Thread Leslie Jensen


Leslie Jensen wrote:



David Kelly wrote:

On Mon, Jun 01, 2009 at 08:06:30PM +0200, Leslie Jensen wrote:


I can't get gcc43 to compile. I've deinstalled and reinstalled all 
its dependencies but it still fails.


I'm on a 7.2-RELEASE system with all ports installed from a clean 
install.


The problem turned up when an update for fftw3 became available.

Apparently gcc43 is a new dependency for fftw3!

Any hints appreciated


Add this to /etc/make.conf. Worked for me:

WITHOUT_JAVA=1

Apparently to build Java one has to increase the size of some tables in
the kernel. I'd just as soon do without Java.



It does not work here :-(
/


I also have this in my /boot/loader.conf but it makes no difference.

kern.maxdsiz=734003200

/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Stop in /usr/ports/lang/gcc43

2009-06-01 Thread David Kelly
On Mon, Jun 01, 2009 at 08:06:30PM +0200, Leslie Jensen wrote:
 
 I can't get gcc43 to compile. I've deinstalled and reinstalled all its
 dependencies but it still fails.

Including perl? What version of perl do you have installed? I know it
builds with 5.8.9.

 In file included from ./tm.h:7,
  from .././../gcc-4.3-20090531/gcc/gencheck.c:24:
 ./options.h:1101: error: redeclaration of enumerator 'OPT_w'
 ./options.h:1099: error: previous definition of 'OPT_w' was here
 ./options.h:1102: error: redeclaration of enumerator 'OPT_v'
 ./options.h:1100: error: previous definition of 'OPT_v' was here
 gmake[3]: *** [build/gencheck.o] Error 1
 gmake[3]: *** waiting for unfinished jobs...
 rm cpp.pod gcc.pod fsf-funding.pod gfdl.pod gcov.pod

See above? Its deleting .pod files which I believe are perl. Perl
*documentation* but still somehow related to perl.

There was something else the past month or two where I believe a
dependency for KDE could not build because it was finding its own older
version include files. That port had to be pkg_deinstall -f'ed before it
would build and install the new version. Then pkgdb -fu may or may not
have been required to force an update of the ports database.

-- 
David Kelly N4HHE, dke...@hiwaay.net

Whom computers would destroy, they must first drive mad.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Stop in /usr/ports/lang/gcc43

2009-06-01 Thread Matt
On Mon, Jun 1, 2009 at 1:12 PM, David Kelly dke...@hiwaay.net wrote:
 On Mon, Jun 01, 2009 at 08:06:30PM +0200, Leslie Jensen wrote:


 I can't get gcc43 to compile. I've deinstalled and reinstalled all its
 dependencies but it still fails.

 I'm on a 7.2-RELEASE system with all ports installed from a clean install.

 The problem turned up when an update for fftw3 became available.

 Apparently gcc43 is a new dependency for fftw3!

 Any hints appreciated

 Add this to /etc/make.conf. Worked for me:

 WITHOUT_JAVA=1

 Apparently to build Java one has to increase the size of some tables in
 the kernel. I'd just as soon do without Java.

I've noticed that the lang/gcc43 port's Makefile includes a builtin
call (ulimit -d) that is not available in the csh shell (but is
available in sh and bash).  If csh is the shell in use when the port
is built, the port build will fail unless you define WITHOUT_JAVA as
previously stated.  However, this issue results in a different error
condition than the one stated by the original poster.

Matt
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Stop in /usr/ports/lang/gcc43

2009-06-01 Thread Leslie Jensen



David Kelly wrote:

On Mon, Jun 01, 2009 at 08:06:30PM +0200, Leslie Jensen wrote:

I can't get gcc43 to compile. I've deinstalled and reinstalled all its
dependencies but it still fails.


Including perl? What version of perl do you have installed? I know it
builds with 5.8.9.


I have perl-5.8.9_2 installed And I just de and reinstalled it.
/





In file included from ./tm.h:7,
 from .././../gcc-4.3-20090531/gcc/gencheck.c:24:
./options.h:1101: error: redeclaration of enumerator 'OPT_w'
./options.h:1099: error: previous definition of 'OPT_w' was here
./options.h:1102: error: redeclaration of enumerator 'OPT_v'
./options.h:1100: error: previous definition of 'OPT_v' was here
gmake[3]: *** [build/gencheck.o] Error 1
gmake[3]: *** waiting for unfinished jobs...
rm cpp.pod gcc.pod fsf-funding.pod gfdl.pod gcov.pod


See above? Its deleting .pod files which I believe are perl. Perl
*documentation* but still somehow related to perl.

There was something else the past month or two where I believe a
dependency for KDE could not build because it was finding its own older
version include files. That port had to be pkg_deinstall -f'ed before it
would build and install the new version. Then pkgdb -fu may or may not
have been required to force an update of the ports database.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org