This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: bootstrap failure in libjava



On Jul 24, 2004, at 12:16 PM, Diego Novillo wrote:



Bryce,


These seem related to your recent changes in libjava:

/home/dnovillo/gcc.clean/src/libjava/java/io/ObjectOutputStream.java: 51: error: Class or interface `gnu.java.security.action.SetAccessibleAction' not found in import.
import gnu.java.security.action.SetAccessibleAction;
^
1 error


Sorry, I forgot to check in the Makefile changes. Fixed as follows.

Thanks

Bryce

2004-07-24 Bryce McKinlay <mckinlay@redhat.com>

* Makefile.am: Add gnu/java/security/action/GetPropertyAction.java
and gnu/java/security/action/SetAccessibleAction.java.
* Makefile.in: Rebuilt.


Index: Makefile.am
===================================================================
RCS file: /cvs/gcc/gcc/libjava/Makefile.am,v
retrieving revision 1.395
diff -u -r1.395 Makefile.am
--- Makefile.am 23 Jul 2004 23:34:16 -0000      1.395
+++ Makefile.am 24 Jul 2004 16:41:22 -0000
@@ -2513,6 +2513,8 @@
 gnu/java/security/der/DERReader.java \
 gnu/java/security/der/DERValue.java \
 gnu/java/security/der/DERWriter.java \
+gnu/java/security/action/GetPropertyAction.java \
+gnu/java/security/action/SetAccessibleAction.java \
 gnu/java/security/provider/DefaultPolicy.java \
 gnu/java/security/provider/DSAKeyFactory.java \
 gnu/java/security/provider/DSAKeyPairGenerator.java \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]