Re: java/openjdk6 fails to build..

2013-03-02 Thread Lowell Gilbert
njrizzo writes: > i`m have the same problem, and I try to use > MAKE_JOBS_NUMBER=1 in /etc/make.conf and it`s not work That's not a good idea; it will apply to everything, not just this one port. > I put -DMAKES_JOBS_UNSAFE in make command line too You have an extra 'S' in there; the variable

Re: java/openjdk6 fails to build..

2013-03-02 Thread njrizzo
Hi all, i`m have the same problem, and I try to use MAKE_JOBS_NUMBER=1 in /etc/make.conf and it`s not work I put -DMAKES_JOBS_UNSAFE in make command line too make config-recursive fetch-recursive install clean -DMAKES_JOBS_UNSAFE and it`s not work too my box: Athlon 64 X2 4GB of RAM valve

Re: java/openjdk6 fails to build..

2013-01-25 Thread David Demelier
On 12/01/2013 18:11, Stephen Montgomery-Smith wrote: > On 12/21/2012 05:07 PM, Eitan Adler wrote: >> On 21 December 2012 13:49, Ronald Klop wrote: >> >>> Try to set the environment variable MAKE_JOBS_NUMBER=1 before building. >> >> If this fixes it please let us know - its a bug in the makefile th

Re: java/openjdk6 fails to build..

2013-01-12 Thread Stephen Montgomery-Smith
On 12/21/2012 05:07 PM, Eitan Adler wrote: > On 21 December 2012 13:49, Ronald Klop wrote: > >> Try to set the environment variable MAKE_JOBS_NUMBER=1 before building. > > If this fixes it please let us know - its a bug in the makefile that > needs to be fixed. > > Also try -DMAKES_JOBS_UNSAFE

Re: java/openjdk6 fails to build..

2012-12-28 Thread Greg Lewis
On Fri, Dec 28, 2012 at 03:49:56PM -0500, Eitan Adler wrote: > On 28 December 2012 15:24, Greg Lewis wrote: > > On Fri, Dec 21, 2012 at 07:27:22PM -0500, Eitan Adler wrote: > >> On 21 December 2012 19:16, David Demelier wrote: > >> > Yes, I wanted to answser, but the man says that MAKE_JOBS are d

Re: java/openjdk6 fails to build..

2012-12-28 Thread Eitan Adler
On 28 December 2012 15:24, Greg Lewis wrote: > On Fri, Dec 21, 2012 at 07:27:22PM -0500, Eitan Adler wrote: >> On 21 December 2012 19:16, David Demelier wrote: >> > Yes, I wanted to answser, but the man says that MAKE_JOBS are disabled by >> > default, I tried to build with MAKE_JOBS=1 and it wor

Re: java/openjdk6 fails to build..

2012-12-28 Thread Greg Lewis
On Fri, Dec 21, 2012 at 07:27:22PM -0500, Eitan Adler wrote: > On 21 December 2012 19:16, David Demelier wrote: > > Yes, I wanted to answser, but the man says that MAKE_JOBS are disabled by > > default, I tried to build with MAKE_JOBS=1 and it works, the problem did > > appear when MAKE_JOBS=6 was

Re: java/openjdk6 fails to build..

2012-12-26 Thread Joel Dahl
On 22-12-2012 9:55, David Demelier wrote: > Okay, thanks I remove it, i may avoid some compilation problems :) Did you get this working? I'm seeing the same build error on 9.1/amd64. I've tried different variations of the make vars mentioned in this thread, without much luck. -- Joel __

Re: java/openjdk6 fails to build..

2012-12-22 Thread David Demelier
Okay, thanks I remove it, i may avoid some compilation problems :) 2012/12/22 Eitan Adler > On 21 December 2012 19:16, David Demelier > wrote: > > Yes, I wanted to answser, but the man says that MAKE_JOBS are disabled by > > default, I tried to build with MAKE_JOBS=1 and it works, the problem

Re: java/openjdk6 fails to build..

2012-12-21 Thread Eitan Adler
On 21 December 2012 19:16, David Demelier wrote: > Yes, I wanted to answser, but the man says that MAKE_JOBS are disabled by > default, I tried to build with MAKE_JOBS=1 and it works, the problem did > appear when MAKE_JOBS=6 was set. Can you reproduce the issue? I want to mark this MAKE_JOBS_UNS

Re: java/openjdk6 fails to build..

2012-12-21 Thread David Demelier
Yes, I wanted to answser, but the man says that MAKE_JOBS are disabled by default, I tried to build with MAKE_JOBS=1 and it works, the problem did appear when MAKE_JOBS=6 was set. Can you reproduce the issue? I had MAKE_JOBS=6 in my /etc/make.conf instead of MAKE_JOBS_NUMBER though 2012/12/22 Ei

Re: java/openjdk6 fails to build..

2012-12-21 Thread Eitan Adler
On 21 December 2012 13:49, Ronald Klop wrote: > Try to set the environment variable MAKE_JOBS_NUMBER=1 before building. If this fixes it please let us know - its a bug in the makefile that needs to be fixed. Also try -DMAKES_JOBS_UNSAFE instead of MAKE_JOBS_NUMBER=1 the latter does -j1 which i

Re: java/openjdk6 fails to build..

2012-12-21 Thread Ronald Klop
On Thu, 20 Dec 2012 22:58:48 +0100, David Demelier wrote: Hello, I have no luck tonight, openjdk6 fails to build too : c++ -m64 -Xlinker -O1 -m64 -export-dynamic -o ../generated/adfiles/adlc ../generated/adfiles/adlparse.o ../generated/adfiles/archDesc.o ../generated/adfiles/arena.o ../gene