-
Bug
-
Resolution: Won't Fix
-
P3
-
6u24
-
sparc
-
solaris
All jdk*debug.sh bundles for Solaris don't install, for all JDK6 updates, as well as JDK7 ea builds.
First build to exhibit this error was jdk6 b74 /java/re/jdk/6/promoted/all/b74/bundles/solaris-sparc/jdk-6-beta2-solaris-sparc-debug.sh
jdk-6u24-ea-solaris-sparc-debug.sh errors out with
mkdir: Failed to make directory "jdk1.6.0_24/jre/.systemPrefs"; No such file or directory
touch: cannot create jdk1.6.0_24/jre/.systemPrefs/.system.lock: No such file or directory
chmod: WARNING: can't access jdk1.6.0_24/jre/.systemPrefs/.system.lock
touch: cannot create jdk1.6.0_24/jre/.systemPrefs/.systemRootModFile: No such file or directory
chmod: WARNING: can't access jdk1.6.0_24/jre/.systemPrefs/.systemRootModFile
This behaviour exists in all jdk6 updates, as well as jdk6 fcs builds.
It also exists in jdk7 ea builds:
mkdir: Failed to make directory "jdk1.7.0/jre/.systemPrefs"; No such file or directory
touch: cannot create jdk1.7.0/jre/.systemPrefs/.system.lock: No such file or directory
chmod: WARNING: can't access jdk1.7.0/jre/.systemPrefs/.system.lock
touch: cannot create jdk1.7.0/jre/.systemPrefs/.systemRootModFile: No such file or directory
chmod: WARNING: can't access jdk1.7.0/jre/.systemPrefs/.systemRootModFile
First build to exhibit this error was jdk6 b74 /java/re/jdk/6/promoted/all/b74/bundles/solaris-sparc/jdk-6-beta2-solaris-sparc-debug.sh
jdk-6u24-ea-solaris-sparc-debug.sh errors out with
mkdir: Failed to make directory "jdk1.6.0_24/jre/.systemPrefs"; No such file or directory
touch: cannot create jdk1.6.0_24/jre/.systemPrefs/.system.lock: No such file or directory
chmod: WARNING: can't access jdk1.6.0_24/jre/.systemPrefs/.system.lock
touch: cannot create jdk1.6.0_24/jre/.systemPrefs/.systemRootModFile: No such file or directory
chmod: WARNING: can't access jdk1.6.0_24/jre/.systemPrefs/.systemRootModFile
This behaviour exists in all jdk6 updates, as well as jdk6 fcs builds.
It also exists in jdk7 ea builds:
mkdir: Failed to make directory "jdk1.7.0/jre/.systemPrefs"; No such file or directory
touch: cannot create jdk1.7.0/jre/.systemPrefs/.system.lock: No such file or directory
chmod: WARNING: can't access jdk1.7.0/jre/.systemPrefs/.system.lock
touch: cannot create jdk1.7.0/jre/.systemPrefs/.systemRootModFile: No such file or directory
chmod: WARNING: can't access jdk1.7.0/jre/.systemPrefs/.systemRootModFile
- relates to
-
JDK-6345324 sfx2sh tries to do too much
- Closed