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


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

Marco> When patching the source and running make in my previous finished Marco> build, I get this: [...]

First, make sure you really removed the two .java files that the patch
deletes.

java/net/MulticastSocket.java and java/net/NetworkInterface.java are still there but empty. Deleting them manually leads to:


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


Second, if you did that and it still fails, try a clean build.

A clean build still fails. So I took a closer look. The problem is that - classpath/java/net/Inet6Address.java - classpath/java/net/DatagramSocketImpl.java - gnu/java/net/PlainDatagramSocketImpl.java still references NetworkInterface instead of VMNetworkInterface.

Maybe the problem is that I'm working with the old revision 121693? Otherwise I couldn't imagine how you're able to compile...


Marco



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