FS#55256 - recent libreoffice builds (still and fresh) break unoconv

Attached to Project: Community Packages
Opened by Richard PALO (risto3) - Wednesday, 23 August 2017, 18:16 GMT
Last edited by Andreas Radke (AndyRTR) - Wednesday, 23 August 2017, 19:16 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture x86_64
Severity Critical
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

As indicated https://github.com/dagwieers/unoconv/issues/399
there seems to be an anomaly with the resulting build of libreoffice
that breaks unoconv.

The error observed is:
$ unoconv -v
Traceback (most recent call last):
File "/usr/bin/unoconv", line 1236, in
from com.sun.star.document.UpdateDocMode import QUIET_UPDATE
File "/usr/lib/python3.6/site-packages/uno.py", line 431, in _uno_import
raise uno_import_exc
File "/usr/lib/python3.6/site-packages/uno.py", line 353, in _uno_import
return _builtin_import(name, *optargs, **kwargs)
ImportError: No module named 'com' (or 'com.sun.star.document.UpdateDocMode.QUIET_UPDATE' is unknown)

Additional info:
* package version(s)
* config and/or log files etc.

libreoffice-fresh-5.4.0-2 and libreoffice-still-5.3.5-1

Steps to reproduce:

install one of the above libreoffice as well as unoconv
and simply try to `unoconv -v`

I happened to have gcc-libs-multilibs installed, but in order to successfully build
libreoffice I needed to replace with gcc-libs to get libgfortran.so.4 instead of libgfortran.so.3.

This task depends upon

Closed by  Andreas Radke (AndyRTR)
Wednesday, 23 August 2017, 19:16 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#55031 

Loading...