This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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: Patch: re-merge NetworkInterface


>>>>> "Marco" == Marco Trudel <mtrudel@gmx.ch> writes:

Marco> No rule to make target
Marco> `/usr/local/src/gcc/libjava/java/net/NetworkInterface.java', needed by
Marco> `compile-classes'. Stop.

Would you mind filing a bug for this build problem?

To fix, rm <build>/.../libjava/classpath/classes*
Then make.

Marco> - gnu/java/net/PlainDatagramSocketImpl.java
Marco> still references NetworkInterface instead of VMNetworkInterface.

NetworkInterface still exists, in classpath.  I only got rid of
libgcj's divergence.  In our build system, if a file
libjava/pkg/pkg/Class.java exists, then it overrides a corresponding
libjava/classpath/pkg/pkg/Class.java.  However over time we like to
remove these divergences, as they usually cost us more than they are
worth.

Tom


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