To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87578
                 Issue #|87578
                 Summary|Berkely DB configure failure - JDK6 & gmime
               Component|utilities
                 Version|OOo 2.3
                Platform|All
                     URL|
              OS/Version|Linux
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P5
            Subcomponent|code
             Assigned to|mh
             Reported by|dj_lucas





------- Additional comments from [EMAIL PROTECTED] Sat Mar 29 00:01:21 +0000 
2008 -------
If you happen to have uudecode installed from the gmime package when building
agianst JDK6, uudecode produces an unusable Test.class file (for JDK6) and
configure chokes.  Simply bypassing the check works well, and the file is
recompiled.  See these links for a more detailed description of the problem.

http://www.mailinglistarchive.com/[EMAIL PROTECTED]/msg63854.html
and
http://linuxfromscratch.org/pipermail/blfs-dev/2008-March/018363.html

The second link is your typical long dev thread.  I have no idea why sharutils
uudecode works differently than gmime, but again the workaround is to always
rebuild the file.  For reference, here are the needed parts just in case those
links disappear.

====
checking for javac... javac
checking if javac works... yes
checking for jar... jar
checking for uudecode... yes
checking if uudecode can decode base 64 file... yes
checking if /opt/jdk/bin/java works... configure: error: The Java VM
/opt/jdk/bin/java failed (see config.log, check the CLASSPATH?)
dmake:  Error code 1, while making
'unxlngi6.pro/misc/build/so_configured_so_berkeleydb'
---* tg_merge.mk *---

ERROR: Error 65280 occurred while making /mnt/rmldata1/scratch/berkeleydb
dmake:  Error code 1, while making 'build_instsetoo_native'
======
The patch (very simple workaround) is below sig.  Note:  I have not had the time
to test in a solver tree, sorry, but it should be OK, just relaying the message
for now.  If it's not sumbited, I'll have some time to test next week.

Thanks.

-- DJ Lucas


--- OOG680_m9-orig/berkeleydb/makefile.mk       2008-03-24 01:07:52.000000000 
-0500
+++ OOG680_m9/berkeleydb/makefile.mk    2008-03-24 01:08:20.000000000 -0500
@@ -102,7 +102,7 @@
 CONFIGURE_DIR=out
 #relative to CONFIGURE_DIR
 CONFIGURE_ACTION= \
-       ..$/dist$/configure
+       uudecode="no" ..$/dist$/configure
 CONFIGURE_FLAGS=--disable-cxx --enable-dynamic --enable-shared 
--enable-compat185
 .IF "$(SOLAR_JAVA)"!=""
 CONFIGURE_FLAGS+=--enable-java

---------------------------------------------------------------------
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