Dan Nicholson wrote:
On 10/18/06, David Barron <[EMAIL PROTECTED]> wrote:
Dan Nicholson wrote:
>
> http://www.linuxfromscratch.org/patches/downloads/jdk/jdk-1.5.0_08-gcc4-2.patch
>
Made some progress I think, but not much:
/home/dlbarron/Desktop/jdk-build/hotspot/src/share/vm/runtime/thread.hpp:1521: error: extra qualification 'Threads::' on member 'jvmpi_fab_heavy_monitors'
make[3]: *** [accessFlags.o] Error 1

Are you sure you applied the patch? I can see the part of Bernard's
patch where the Threads:: is removed on line 1521.

@@ -1518,7 +1518,7 @@
  static void find_deadlocks(GrowableArray<JavaThread*>*
deadlock_threads, bool print_to_tty);

  // Fabricate heavyweight monitor info for each lightweight monitor.
- static GrowableArray<ObjectMonitor*>* Threads::jvmpi_fab_heavy_monitors();
+  static GrowableArray<ObjectMonitor*>* jvmpi_fab_heavy_monitors();

  // Get Java threads that are waiting to enter a monitor. If doLock
  // is true, then Threads_lock is grabbed as needed. Otherwise, the

Other than that, I can't help. I've never tried to build JDK and I'm
not the source of that patch.

--
Dan
I'm sure, here's the output:
[~/Desktop/jdk-build]>patch -Np1 -i ../jdk-1.5.0_08-gcc4-2.patch
patching file deploy/src/javaws/share/native/xmlparser.c
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file deploy/src/javaws/share/native/xmlparser.c.rej
patching file hotspot/src/cpu/i486/vm/i486.ad
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file hotspot/src/cpu/i486/vm/i486.ad.rej
patching file hotspot/src/os_cpu/linux_i486/vm/atomic_linux_i486.inline.hpp
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file hotspot/src/os_cpu/linux_i486/vm/atomic_linux_i486.inline.hpp.rej
patching file hotspot/src/share/vm/asm/assembler.hpp
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file hotspot/src/share/vm/asm/assembler.hpp.rej
patching file hotspot/src/share/vm/c1/c1_CacheLocals.hpp
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file hotspot/src/share/vm/c1/c1_CacheLocals.hpp.rej patching file hotspot/src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.hpp
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file hotspot/src/share/vm/gc_implementation/parallelScavenge/parallelScavengeHeap.hpp.rej
patching file hotspot/src/share/vm/memory/concurrentMarkSweepGeneration.hpp
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file hotspot/src/share/vm/memory/concurrentMarkSweepGeneration.hpp.rej
patching file hotspot/src/share/vm/memory/dump.cpp
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file hotspot/src/share/vm/memory/dump.cpp.rej
patching file hotspot/src/share/vm/opto/node.hpp
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file hotspot/src/share/vm/opto/node.hpp.rej
patching file hotspot/src/share/vm/opto/parse.hpp
Reversed (or previously applied) patch detected!  Skipping patch.
2 out of 2 hunks ignored -- saving rejects to file hotspot/src/share/vm/opto/parse.hpp.rej
patching file hotspot/src/share/vm/prims/jvmtiEnvThreadState.hpp
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file hotspot/src/share/vm/prims/jvmtiEnvThreadState.hpp.rej
patching file hotspot/src/share/vm/prims/jvmtiEventController.cpp
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file hotspot/src/share/vm/prims/jvmtiEventController.cpp.rej
patching file hotspot/src/share/vm/prims/jvmtiExport.cpp
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file hotspot/src/share/vm/prims/jvmtiExport.cpp.rej
patching file hotspot/src/share/vm/runtime/classFileParser.cpp
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file hotspot/src/share/vm/runtime/classFileParser.cpp.rej
patching file hotspot/src/share/vm/runtime/globals_extension.hpp
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file hotspot/src/share/vm/runtime/globals_extension.hpp.rej
patching file hotspot/src/share/vm/runtime/stackMapTable.hpp
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file hotspot/src/share/vm/runtime/stackMapTable.hpp.rej
patching file hotspot/src/share/vm/runtime/thread.hpp
Reversed (or previously applied) patch detected!  Skipping patch.
3 out of 3 hunks ignored -- saving rejects to file hotspot/src/share/vm/runtime/thread.hpp.rej
patching file hotspot/src/share/vm/runtime/verificationType.hpp
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file hotspot/src/share/vm/runtime/verificationType.hpp.rej
patching file j2se/make/java/nio/Makefile
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file j2se/make/java/nio/Makefile.rej
patching file j2se/src/share/native/sun/awt/cmm/spattrio.c
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file j2se/src/share/native/sun/awt/cmm/spattrio.c.rej
patching file j2se/src/share/native/sun/awt/cmm/sprof-pr.h
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file j2se/src/share/native/sun/awt/cmm/sprof-pr.h.rej
patching file j2se/src/share/native/sun/font/bidi/uchardir.c
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file j2se/src/share/native/sun/font/bidi/uchardir.c.rej
patching file j2se/src/solaris/bin/java_md.c
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file j2se/src/solaris/bin/java_md.c.rej
patching file j2se/src/solaris/hpi/native_threads/src/interrupt_md.c
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file j2se/src/solaris/hpi/native_threads/src/interrupt_md.c.rej
patching file j2se/src/solaris/hpi/src/system_md.c
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file j2se/src/solaris/hpi/src/system_md.c.rej
patching file j2se/src/solaris/javavm/export/jvm_md.h
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file j2se/src/solaris/javavm/export/jvm_md.h.rej
patching file j2se/src/solaris/native/sun/awt/awt_dnd.c
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file j2se/src/solaris/native/sun/awt/awt_dnd.c.rej
patching file share/plugin/mozilla_headers_ns610/nscore.h
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file share/plugin/mozilla_headers_ns610/nscore.h.rej
patching file share/plugin/mozilla_headers_ns7/nscore.h
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file share/plugin/mozilla_headers_ns7/nscore.h.rej
patching file hotspot/src/share/vm/adlc/output_h.cpp
patching file hotspot/src/share/vm/ci/ciObject.hpp
patching file hotspot/src/share/vm/ci/ciObjectFactory.hpp
patching file hotspot/src/share/vm/opto/callnode.hpp
patching file hotspot/src/share/vm/runtime/os.hpp
patching file hotspot/build/linux/makefiles/vm.make
patching file hotspot/src/cpu/i486/vm/frame_i486.hpp
patching file hotspot/src/share/vm/memory/referenceProcessor.hpp
patching file hotspot/src/share/vm/runtime/arguments.hpp
patching file hotspot/src/cpu/i486/vm/interpreter_i486.hpp
patching file hotspot/src/cpu/i486/vm/stubGenerator_i486.cpp
patching file hotspot/src/share/vm/c1/c1_AllocTable.hpp
patching file hotspot/src/share/vm/c1/c1_ValueMap.cpp
patching file hotspot/src/share/vm/ci/ciMethodData.hpp
patching file hotspot/src/share/vm/code/onStackReplacement.hpp
patching file hotspot/src/share/vm/gc_implementation/parallelScavenge/generationSizer.hpp
patching file hotspot/src/share/vm/memory/symbolTable.hpp
patching file hotspot/src/share/vm/prims/jvmtiEnvBase.hpp
patching file hotspot/src/share/vm/prims/jniId.cpp
patching file hotspot/src/share/vm/runtime/compilationPolicy.hpp
patching file hotspot/src/share/vm/runtime/mutex.hpp
patching file hotspot/src/share/vm/utilities/events.cpp

I'm going to try unjarring everything again and patching without jdk-1.5.0_08-gcc4-1.patch. What have I got to lose?


--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to