-
Bug
-
Resolution: Fixed
-
P2
-
6
Kelly,
With the recent changes for bug 5070715, I am not able to build the J2SE
workspace, with any updates to the JGSS security component. The JGSS
security component is integrated as a separate jar in
make/tools/crypto/jgss/jgss_kerberos.jar
Earlier, after updating the jgss_kerberos jar in the J2SE workspace, I
could build it from
$J2SE/make/java/redist
And now the build fails at :-
% gnumake all
rm: ../../../build/solaris-sparc/classes/sun/security/jgss/spi is a
directory
gnumake: ***
[../../../build/solaris-sparc/classes/sun/security/jgss/spi] Error 2
Tried building from top-level, yet it fails.
$ J2SE/make
$ gnumake all
>>>>>>Recursively making redist all @ Mon Mar 28 13:06:37 PST 2005 ...
gnumake[2]: Entering directory `/export2/seemam/ws/mustang/make/java/redist'
rm: ../../../build/solaris-sparc/classes/sun/security/jgss/spi is a
directory
gnumake[2]: ***
[../../../build/solaris-sparc/classes/sun/security/jgss/spi] Error 2
gnumake[2]: Leaving directory `/export2/seemam/ws/mustang/make/java/redist'
gnumake[1]: *** [all] Error 1
gnumake[1]: Leaving directory `/export2/seemam/ws/mustang/make/java'
gnumake: *** [all] Error 1
You can easily reproduce this as follows:
% touch J2SE/make/tools/crypto/jgss/jgss_kerberos.jar
Now try build it from J2SE/make/java/redist or J2SE/make
Both fail.
Looking briefly at the make/java/redist/Makefile, all the $RM have been
removed. Earlier it used have $RM -r $@ for jgss, since the spi is a dir.
Is there anything I need to update at my end. Please let me know.
Thanks,
Seema
###@###.### 2005-03-28 23:20:47 GMT