Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Nov 2017 08:26:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 223933] wrapper breaks unoconv
Message-ID:  <bug-223933-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223933

            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@FreeBSD.org
          Reporter: ice@extreme.hu

$ ls
document-example.odt
$ unoconv document-example.odt=20
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 fai=
led"
$ 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=20
$ ls
document-example.odt    document-example.pdf

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223933-13>