build failure - IDL files?

2007-10-30 Thread Nicholas Riley
Hi, I successfully built an older OpenJDK version (SVN rev 249) but have been unable to build the current version (255) on the same system. The build fails as follows: /bin/mv /mounts/hel/disks/0/shared-data/njriley/openjdk/jdk/control/build/linux-i586/lib/classlist.temp /mounts/hel/disks/0/sh

Re: build failure - IDL files?

2007-10-30 Thread Nicholas Riley
On Tue, Oct 30, 2007 at 05:01:29AM -0500, Nicholas Riley wrote: > Hi, > > I successfully built an older OpenJDK version (SVN rev 249) but have > been unable to build the current version (255) on the same system. and by 255, I mean 256. > It seems it's trying to copy from a partial build of the J

Re: Patch for libpng unresolved methods on x86_64 with MMX

2007-10-30 Thread Frederic Simon
I clean up my patch here, and tested before/after on my configonly. Sorry, I missed the part where you stated the name of the macro ;-) I used ALT_EXT_LIB_PNG. By the w

Re: custom packages

2007-10-30 Thread Roger Abelenda
1) Ok, thanks, i will search for an other list. 2) I want to modify the jvm to make it load by default my classes. 2007/10/29, Ted Neward <[EMAIL PROTECTED]>: > (1) This has nothing to do with building the JDK; it's probably more > appropriate to a different list. > (2) You need make no changes to

Re: build failure - IDL files?

2007-10-30 Thread Kelly O'Hair
I have to assume you are doing a build from the j2se/make directory? Or did a 'gnumake j2se'? If that is the case, then you are actually doing a partial jdk build and some components will need to come from a previous full build of a jdk7. This looks like you failed to define ALT_JDK_IMPORT_PATH,

Re: build failure - IDL files?

2007-10-30 Thread Nicholas Riley
On Tue, Oct 30, 2007 at 10:56:13AM -0700, Kelly O'Hair wrote: > I have to assume you are doing a build from the j2se/make directory? > Or did a 'gnumake j2se'? I did a make from control/make. This should work, right? > If that is the case, then you are actually doing a partial jdk build > and so

Re: build failure - IDL files?

2007-10-30 Thread Kelly O'Hair
Provide me the exact make command you ran and where, plus all the ALT_* env variable values, e.g. env|grep ALT_ It looks like ALT_JDK_IMPORT_PATH is set to: /mounts/hel/disks/0/shared-data/njriley/openjdk/old ??? By the way the SVN branch number doesn't help me, what Build number is this?

Re: build failure - IDL files?

2007-10-30 Thread Nicholas Riley
On Tue, Oct 30, 2007 at 02:44:57PM -0700, Kelly O'Hair wrote: > Provide me the exact make command you ran and where, plus all the > ALT_* env variable values, e.g. env|grep ALT_ I am in: /mounts/hel/disks/0/shared-data/njriley/openjdk/jdk/control/make and I simply ran 'make'. > It looks like AL

Re: build failure - IDL files?

2007-10-30 Thread Kelly O'Hair
The directory in ALT_JDK_IMPORT_PATH (in your case /mounts/hel/disks/0/shared-data/njriley/openjdk/old) should contain a jdk image, e.g. bin, lib, include, jre/bin, jre/lib, lib/tools.jar, jre/lib/rt.jar. etc... Does it? -kto Nicholas Riley wrote: On Tue, Oct 30, 2007 at 02:44:57PM -0700, Kel