[Bug 579] New: hs19 fails to build on powerpc

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Thu Oct 21 01:45:37 PDT 2010


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=579

           Summary: hs19 fails to build on powerpc
           Product: IcedTea
           Version: 6-hg
          Platform: all
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Zero
        AssignedTo: unassigned at icedtea.classpath.org
        ReportedBy: doko at ubuntu.com


dl failure on line 696Error: failed
/build/buildd/openjdk-6-6b20-1.10~pre2/build/openjdk.build-ecj/j2sdk-image/jre/lib/ppc/server/libjvm.so,
because
/build/buildd/openjdk-6-6b20-1.10~pre2/build/openjdk.build-ecj/j2sdk-image/jre/lib/ppc/server/libjvm.so:
undefined symbol: _ZNK5frame29interpreter_frame_mirror_addrEv
/build/buildd/openjdk-6-6b20-1.10~pre2/build/bootstrap/jdk1.6.0/bin/java cannot
be found or is corrupted.
make[1]: *** [stamps/bootstrap-directory-symlink.stamp] Error 1

src/share/vm/runtime/frame.hpp has:

#ifdef PPC
  oop* interpreter_frame_mirror_addr() const;
#endif

and it's used in frame.cpp (oops_interpreted_do), not defined anywhere.


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the distro-pkg-dev mailing list