To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100468
                 Issue #|100468
                 Summary|PowerPC OpenJDK path wrong.
               Component|porting
                 Version|OOO310m6
                Platform|PowerPC
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|hr
             Reported by|rene





------- Additional comments from [email protected] Sun Mar 22 23:58:18 +0000 
2009 -------
... must be server and not client. Was once done, but somehow regressed.

causes e.g.
http://experimental.debian.net/fetch.php?&pkg=openoffice.org&ver=1%3A3.1.0~ooo310m6-1&arch=powerpc&stamp=1237764451&file=log&as=raw:
Making: ../../unxlngppc.pro/lib/libofficebean.so
powerpc-linux-gnu-g++ -Wl,-rpath,'$ORIGIN:$ORIGIN/../ure-link/lib' -shared
-L../../unxlngppc.pro/lib -L../lib
-L/build/buildd/openoffice.org-3.1.0~ooo310m6/ooo-build/build/ooo310-m6/solenv/unxlngppc/lib
-L/build/buildd/openoffice.org-3.1.0~ooo310m6/ooo-build/build/ooo310-m6/solver/310/unxlngppc.pro/lib
-L/build/buildd/openoffice.org-3.1.0~ooo310m6/ooo-build/build/ooo310-m6/solenv/unxlngppc/lib
-L/usr/lib/jvm/java-6-openjdk/lib -L/usr/lib/jvm/java-6-openjdk/jre/lib/ppc
-L/usr/lib/jvm/java-6-openjdk/jre/lib/ppc/client
-L/usr/lib/jvm/java-6-openjdk/jre/lib/ppc/native_threads -L/usr/lib
-L/usr/lib/iceape ../../unxlngppc.pro/slo/officebean_version.o -o
../../unxlngppc.pro/lib/libofficebean.so
../../unxlngppc.pro/slo/com_sun_star_comp_beans_LocalOfficeWindow.o
../../unxlngppc.pro/slo/com_sun_star_beans_LocalOfficeWindow.o -ljawt -lstdc++
-ldl -lpthread -lm
rm -f ../../unxlngppc.pro/lib/check_libofficebean.so
mv ../../unxlngppc.pro/lib/libofficebean.so
../../unxlngppc.pro/lib/check_libofficebean.so
/build/buildd/openoffice.org-3.1.0~ooo310m6/ooo-build/build/ooo310-m6/solenv/bin/checkdll.sh
-L../../unxlngppc.pro/lib
-L/build/buildd/openoffice.org-3.1.0~ooo310m6/ooo-build/build/ooo310-m6/solver/310/unxlngppc.pro/lib
 ../../unxlngppc.pro/lib/check_libofficebean.so
Checking DLL ../../unxlngppc.pro/lib/check_libofficebean.so ...: ERROR:
/usr/lib/jvm/java-6-openjdk/jre/lib/ppc/libverify.so: symbol
JVM_GetCPMethodNameUTF, version SUNWprivate_1.1 not defined in file libjvm.so
with link time reference
dmake:  Error code 1, while making '../../unxlngppc.pro/lib/libofficebean.so'

patch:

--- set_soenv.in-old    2009-03-23 00:39:42.000000000 +0100
+++ set_soenv.in        2009-03-23 00:42:23.000000000 +0100
@@ -478,7 +478,7 @@
         # OpenJDK
         elsif ($JDK =~ m/sun/) {
            $JRELIBDIR      = '$JAVA_HOME'.$ds."jre".$ds."lib".$ds."ppc";
-           $JRETOOLKITDIR  =
'$JAVA_HOME'.$ds."jre".$ds."lib".$ds."ppc".$ds."client";
+           $JRETOOLKITDIR  =
'$JAVA_HOME'.$ds."jre".$ds."lib".$ds."ppc".$ds."server";
            $JRETHREADDIR   =
'$JAVA_HOME'.$ds."jre".$ds."lib".$ds."ppc".$ds."native_threads";
            $JREEXTRALIBDIR = 
'$JAVA_HOME'.$ds."jre".$ds."lib".$ds."ppc".$ds."xawt";
         }

hr: can we masterfix it to DEV300/OOO310?

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to