[Bug 223933] wrapper breaks unoconv

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Nov 28 08:26:45 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223933

            Bug ID: 223933
           Summary: wrapper breaks unoconv
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs at FreeBSD.org
          Reporter: ice at extreme.hu

$ ls
document-example.odt
$ unoconv document-example.odt 
unoconv: file `document-example.odt' does not exist.
unoconv: RuntimeException during import phase:
Office probably died. Unsupported URL
<file:///usr/local/share/unoconv/document-example.odt>: "type detection failed"
$ cat `which unoconv`
#!/bin/sh
#
# $FreeBSD: head/textproc/unoconv/files/unoconv.in 336717 2013-12-17 11:46:29Z
nemysis $
#

cd "/usr/local/share/unoconv"
exec ./unoconv "$@"
$ /usr/local/share/unoconv/unoconv document-example.odt 
$ ls
document-example.odt    document-example.pdf

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list