Bunch of error messages related to gio_content.cxx
Stephan Bergmann
sbergman at redhat.com
Tue Mar 25 01:35:26 PDT 2014
On 03/24/2014 10:31 PM, julien2412 wrote:
> On my different sources (master, 4.2 and 4.1), I noticed these logs:
> warn:ucb.ucp.gio:5217:1:ucb/source/ucp/gio/gio_content.cxx:378: ignoring
> GError "L'emplacement indiqué n'est pas pris en charge" for
> <vnd.sun.star.job:alias=UpdateCheck>
[...]
Those should be harmless; the GIO-based UCP is registered as a catch-all
at the UCB, so is used for all URI schemes for which no specific UCP is
registered (like "file" and "http"). That means it gets all the odd
LO-internal URL schemes (like "vnd.sun.star.job" and "macro") which GIO
itself cannot handle. Appearance of these warnings would depend on
configuration of --enable-gio vs. --enable-gnome-vfs at least.
> warn:unotools.config:5217:1:unotools/source/config/configitem.cxx:443:
> ignoring XHierarchicalNameAccess to
> /org.openoffice.Office.Calc/Formula/Syntax/StringConversion Exception:
> Syntax/StringConversion
There is no configuration item
/org.openoffice.Office.Calc/Formula/Syntax/StringConversion, but
<http://cgit.freedesktop.org/libreoffice/core/commit/?id=c52f3ea0eb327343b1945290c43d3b66f546dfe9>
"user selectable string conversion models, related fdo#37132 fdo#74622"
looks like it assumes there is and added "Syntax/StringConversion" to
ScFormulaCfg::GetPropertyNames (sc/source/core/tool/formulaopt.cxx).
Eike, can you clarify?
> warn:configmgr:5217:1:configmgr/source/xcuparser.cxx:173: bad set node
> <prop> member in
> "file:///home/julien/compile-libreoffice/libo/instdir/program/../program/../user/extensions/bundled/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/lu4k5tkj.tmp/Addons.xcu"
> warn:configmgr:5217:1:configmgr/source/xcuparser.cxx:173: bad set node
> <prop> member in
> "file:///home/julien/compile-libreoffice/libo/instdir/program/../program/../user/extensions/bundled/registry/com.sun.star.comp.deployment.configuration.PackageRegistryBackend/lu4k5tkj.tmp/Addons.xcu"
See
<http://lists.freedesktop.org/archives/libreoffice/2012-April/030786.html>
"Cruft in potentially bundled extensions' Addons.xcu." So if you want
those warnings to go away, either configure without explicit
--enable-ext-google-docs or nudge Przemysław to fix upstream and/or
whomever feels responsible for
<http://dev-www.libreoffice.org/src/27211596cf0ad97cab7321239406fde0-gdocs_3.0.1_modified.oxt>
to patch it there.
Stephan
More information about the LibreOffice
mailing list