Hi Everyone,

I am trying to use JIB to do a build on a linux lab machine 
(sc11137378.us.oracle.com) and get an error during the “make” command.
The “configure” completes without error and when I do the “make” I get an an 
error that seems to related to this message in the output:

error: Bad owner/group: 
/scratch/w/gthornbr/JDK-8146598/jdk9/build/linux-x64/install/tmp/jre-rpm/SOURCES/jre-9.tar

Below is more of the output:

$ bash common/bin/jib.sh make
[jib LOG] Mirror site main
[jib LOG] Setting up jib 2.0-SNAPSHOT
[jib LOG] jib 2.0-SNAPSHOT already installed
[jib LOG] JDK build wrapper v2.0 bbb0e38ca66c25b2de582eeec1d5968109c9cfb1
[jib LOG] Mirror site main
[jib LOG] Setting up jdk-linux_x64 8u60+1.0
[jib LOG] jdk-linux_x64 8u60+1.0 already installed
[jib LOG] Build ID: 2016-07-06-085727.gthornbr.jdk9
[jib LOG] Build profile: linux-x64
[jib LOG] Build configuration: linux-x64
[jib LOG] Build platform: linux_x64
[jib LOG] Target platform: linux_x64
[jib LOG] Setting up gnumake 4.0+1.0
[jib LOG] gnumake 4.0+1.0 already installed
[jib LOG] Setting up jtreg 4.2
[jib LOG] jtreg 4.2 already installed
[jib LOG] Setting up tonga 4.0.0_May_12_2014+1.0
[jib LOG] tonga 4.0.0_May_12_2014+1.0 already installed
[jib LOG] 
JT_HOME=/var/tmp/jib-gthornbr/install/java/re/jtreg/4.2/promoted/all/b02/bundles/jtreg_bin-4.2.zip/jtreg
[jib LOG] 
TONGA_HOME=/var/tmp/jib-gthornbr/install/jpg/infra/builddeps/tonga/4.0.0_May_12_2014+1.0/tonga-4.0.0_May_12_2014+1.0.zip
[jib LOG] 
/var/tmp/jib-gthornbr/install/jpg/infra/builddeps/gnumake-linux_x64/4.0+1.0/gnumake-linux_x64-4.0+1.0.tar.gz/bin/make
 CONF_NAME=linux-x64 
Building configuration 'linux-x64' (matching CONF_NAME=linux-x64)
.
.
.
<<<Finished Recursively making 
/scratch/w/gthornbr/JDK-8146598/jdk9/install/make/permissions all @ Wed Jul  6 
09:07:28 PDT 2016.
>>>Recursively making ./bundles all @ Wed Jul  6 09:07:28 PDT 2016 ...
make[5]: warning: -jN forced in submake: disabling jobserver mode.
+ uname
+ tr A-Z a-z
+ command -v bash
/scratch/w/gthornbr/JDK-8146598/jdk9/install/make/share/defs/All.gmk:662: Wed 
Jul  6 09:07:28 PDT 2016 <<
+ uname
+ tr A-Z a-z
+ command -v bash
/scratch/w/gthornbr/JDK-8146598/jdk9/install/make/share/defs/All.gmk:662: Wed 
Jul  6 09:07:28 PDT 2016 <<
Sanity check passed.
779448 blocks
ls: cannot access 
/scratch/w/gthornbr/JDK-8146598/jdk9/build/linux-x64/install/jre/man/man1: No 
such file or directory
ls: cannot access 
/scratch/w/gthornbr/JDK-8146598/jdk9/build/linux-x64/install/jdk/man/man1: No 
such file or directory
error: Bad owner/group: 
/scratch/w/gthornbr/JDK-8146598/jdk9/build/linux-x64/install/tmp/jre-rpm/SOURCES/jre-9.tar
c
Building for target x86_64-Sun-Linux
Makefile:36: recipe for target 'j2re-rpm' failed
make[6]: *** [j2re-rpm] Error 1
Makefile:16: recipe for target 'all' failed
make[5]: *** [all] Error 2
Makefile:73: recipe for target 'all' failed
make[4]: *** [all] Error 2
make[3]: *** [installer] Error 2
/scratch/w/gthornbr/JDK-8146598/jdk9/install/make/Makefile:104: recipe for 
target 'installer' failed
/scratch/w/gthornbr/JDK-8146598/jdk9/closed/make/Main.gmk:57: recipe for target 
'installer' failed
make[2]: *** [installer] Error 1
make[2]: *** Waiting for unfinished jobs....

ERROR: Build failed for target 'default (product-bundles test-bundles 
docs-bundles)' in configuration 'linux-x64' (exit code 2) 
=== Make failure sequence repeated here ===
Makefile:36: recipe for target 'j2re-rpm' failed
Makefile:16: recipe for target 'all' failed
Makefile:73: recipe for target 'all' failed
/scratch/w/gthornbr/JDK-8146598/jdk9/install/make/Makefile:104: recipe for 
target 'installer' failed
/scratch/w/gthornbr/JDK-8146598/jdk9/closed/make/Main.gmk:57: recipe for target 
'installer' failed
=== End of repeated output ===
Hint: Try searching the build log for the name of the first failed target.
Hint: If caused by a warning, try configure --disable-warnings-as-errors.

/scratch/w/gthornbr/JDK-8146598/jdk9/make/Init.gmk:286: recipe for target 
'main' failed
make[1]: *** [main] Error 1
/scratch/w/gthornbr/JDK-8146598/jdk9/make/Init.gmk:185: recipe for target 
'default' failed
make: *** [default] Error 2

Below is the “name -a” from sc11137378.us.oracle.com 
<http://sc1137378.us.oracle.com/>:

$ uname -a
Linux sc11137378 3.2.0-55-generic #85-Ubuntu SMP Wed Oct 2 12:29:27 UTC 2013 
x86_64 x86_64 x86_64 GNU/Linux


Has anyone seen a failure like this?

What am I doing wrong?

Is the configuration of sc1113738.us.oracle.com 
<http://sc1113738.us.oracle.com/> missconfigured or not supported by JIB?

Thanks!

Jerry

Reply via email to