Your message dated Wed, 11 Apr 2012 20:01:29 +0100
with message-id
<CADc0ge93onaWHqG96UFYBMxYcNce4g-YG-qck4r_4=d0tn4...@mail.gmail.com>
and subject line Closing #661182
has caused the Debian Bug report #661182,
regarding FTBFS with LibreOffice 3.5: basis-link gone
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
661182: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661182
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: jodconverter
Version: 2.2.2-6
Severity: important
Tags: patch
Hi,
LibreOffice 3.5 dropped the "we change basisX.Y with every minor version"
madness and thus also dropped basis-link. Which leads to the jodconverter
build not being able to have the Java classes of LO acctually available.
Filing this as important for now but this bug will become serious when
LibreOffice
3.5.x gets uploaded to sid (and this *will* happen before the wheezy freeze)
Trivial patch:
diff -Nru jodconverter-2.2.2/debian/changelog
jodconverter-2.2.2/debian/changelog
--- jodconverter-2.2.2/debian/changelog 2012-01-28 20:57:53.000000000 +0000
+++ jodconverter-2.2.2/debian/changelog 2012-02-24 19:10:38.000000000 +0000
@@ -1,3 +1,10 @@
+jodconverter (2.2.2-6.1) experimental; urgency=low
+
+ * Non-maintainer upload.
+ * remove basis-link usage in JAVAFLAGS, as it's gone in LO 3.5
+
+ -- Rene Engelhard <[email protected]> Fri, 24 Feb 2012 19:10:08 +0000
+
jodconverter (2.2.2-6) unstable; urgency=low
* Bump Standards-Version to 3.9.2 (no change needed)
diff -Nru jodconverter-2.2.2/debian/control jodconverter-2.2.2/debian/control
--- jodconverter-2.2.2/debian/control 2012-01-28 20:57:46.000000000 +0000
+++ jodconverter-2.2.2/debian/control 2012-02-24 19:11:02.000000000 +0000
@@ -3,6 +3,7 @@
Maintainer: Samuel Thibault <[email protected]>
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: default-jdk, libcommons-io-java, ure (>= 1.7.0),
libslf4j-java, libreoffice-java-common (>= 1:3.3.2~rc2), libxstream-java
+Build-Conflicts: libreoffice-common (<< 1:3.5.0~)
Standards-Version: 3.9.2
Section: java
Homepage: http://www.artofsolving.com/opensource/jodconverter
diff -Nru jodconverter-2.2.2/debian/rules jodconverter-2.2.2/debian/rules
--- jodconverter-2.2.2/debian/rules 2012-01-28 20:57:10.000000000 +0000
+++ jodconverter-2.2.2/debian/rules 2012-02-24 19:09:49.000000000 +0000
@@ -7,7 +7,7 @@
JAVACLASSES=/usr/share/java
SRCDIR=src/main/java
-JAVAFLAGS=-classpath
$(JAVACLASSES)/ridl.jar:/usr/lib/libreoffice/basis-link/program/classes/unoil.jar:$(JAVACLASSES)/juh.jar:$(JAVACLASSES)/slf4j-api.jar:$(JAVACLASSES)/commons-io.jar:$(JAVACLASSES)/xstream.jar
+JAVAFLAGS=-classpath
$(JAVACLASSES)/ridl.jar:/usr/lib/libreoffice/program/classes/unoil.jar:$(JAVACLASSES)/juh.jar:$(JAVACLASSES)/slf4j-api.jar:$(JAVACLASSES)/commons-io.jar:$(JAVACLASSES)/xstream.jar
JARFILE=jodconverter-2.2.2.jar
I verified that it works after this patch.
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Grüße/Regards,
Rene
--- End Message ---
--- Begin Message ---
Source: jodconverter
Source-Version: 2.2.2-7
This got reopened unintentionally when I reassigned the bug to
src:jodconverter instead of src:jodconverter-cli.
Sorry again for the noise,
--
Tim Retout <[email protected]>
--- End Message ---