Bug 86273

Summary: Could not read file file:///opt/local/libreoffice4-4.3.3.2/program/../share/extensions/dict-gd/LICENSES-en.txt
Product: LibreOffice Reporter: Richard PALO <richard.palo>
Component: LibreofficeAssignee: Not Assigned <libreoffice-bugs>
Status: NEW --- QA Contact:
Severity: normal    
Priority: medium CC: serval2412
Version: 4.3.2.2 release   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:

Description Richard PALO 2014-11-14 05:32:34 UTC
running pkgsrc i386 with:
>richard@omnis:/home/richard/src/libreoffice$ uname  -a
>SunOS omnis 5.11 illumos-gate-c40eb28 i86pc i386 i86pc

In debug mode, I notice the following message upon starting Libreoffice:
warn:desktop.deployment:101019:1:desktop/source/deployment/manager/dp_manager.cxx:1411: Could not read file file:///opt/local/libreoffice4-4.3.3.2/program/../share/extensions/dict-gd/LICENSES-en.txt

Curiously enough, the message is absent in subsequent invocations.

I notice:
richard@omnis:/home/richard/src/libreoffice$ git grep dict-gd
scp2/source/ooo/common_brand.scp:    DosName = "dict-gd";
scp2/source/ooo/file_ooo.scp:   Name = "Dictionary/dict-gd.filelist";
setup_native/source/packinfo/packinfo_office.txt:solarispackagename = "%PACKAGEPREFIX%SOLARISBRANDPACKAGENAME%BRANDPACKAGEVERSION-dict-gd"
setup_native/source/packinfo/packinfo_office.txt:packagename = "%BASISPACKAGEPREFIX%PRODUCTVERSION-dict-gd"


and grepping the built dist tarball:
richard@omnis:/home/richard/src/libreoffice$ gtar tvfa /export/pub/pkgsrc/packages/current/SunOS-5.11-i386/All/libreoffice4-4.3.3.2nb1.tgz |grep dict-gd
-rw-r--r-- root/root       366 2014-10-23 13:32 libreoffice4-4.3.3.2/share/extensions/dict-gd/META-INF/manifest.xml
-rw-r--r-- root/root      4319 2014-11-12 23:29 libreoffice4-4.3.3.2/share/extensions/dict-gd/description.xml
-rw-r--r-- root/root       824 2014-10-23 13:32 libreoffice4-4.3.3.2/share/extensions/dict-gd/dictionaries.xcu
-rw-r--r-- root/root     36041 2014-10-23 13:32 libreoffice4-4.3.3.2/share/extensions/dict-gd/dictionaries/README_gd_GB.txt
-rw-r--r-- root/root      3530 2014-10-23 13:32 libreoffice4-4.3.3.2/share/extensions/dict-gd/dictionaries/gd_GB.aff
-rw-r--r-- root/root   2518111 2014-10-23 13:32 libreoffice4-4.3.3.2/share/extensions/dict-gd/dictionaries/gd_GB.dic
richard@omnis:/home/richard/src/libreoffice$ gtar tvfa /export/pub/pkgsrc/packages/current/SunOS-5.11-i386/All/libreoffice4-4.3.3.2nb1.tgz |grep LICENSES-en.txt
 
-rw-r--r-- root/root      1320 2014-10-23 13:32 libreoffice4-4.3.3.2/share/extensions/dict-an/LICENSES-en.txt
-rw-r--r-- root/root       250 2014-10-23 13:32 libreoffice4-4.3.3.2/share/extensions/dict-br/LICENSES-en.txt
-rw-r--r-- root/root        85 2014-10-23 13:32 libreoffice4-4.3.3.2/share/extensions/dict-ca/LICENSES-en.txt
-rw-r--r-- root/root       900 2014-10-23 13:32 libreoffice4-4.3.3.2/share/extensions/dict-oc/LICENSES-en.txt
-rw-r--r-- root/root       759 2014-10-23 13:32 libreoffice4-4.3.3.2/share/extensions/dict-si/LICENSES-en.txt
-rw-r--r-- root/root       474 2014-10-23 13:32 libreoffice4-4.3.3.2/share/extensions/dict-vi/LICENSES-en.txt
Comment 1 Julien Nabet 2014-11-14 06:39:44 UTC
On pc Debian x86-64 with master sources updated yesterday (+enable-dbgutil), I got this:
warn:desktop.deployment:5272:1:desktop/source/deployment/manager/dp_manager.cxx:1421: Could not read file file:///home/julien/compile-libreoffice/libreoffice/instdir/program/../share/extensions/dict-gd/LICENSES-en.txt
Python exception: <class 'AttributeError'>: 'module' object has no attribute 'writeRegistryInfo', traceback follows
  /home/julien/compile-libreoffice/libreoffice/instdir/program/pythonloader.py:152 in function writeRegistryInfo() [return mod.writeRegistryInfo( self.ctx.ServiceManager, regKey )]


warn:desktop.deployment:5272:1:desktop/source/deployment/registry/dp_backend.cxx:693: unexpected RuntimeException "<class 'AttributeError'>: 'module' object has no attribute 'writeRegistryInfo', traceback follows
  /home/julien/compile-libreoffice/libreoffice/instdir/program/pythonloader.py:152 in function writeRegistryInfo() [return mod.writeRegistryInfo( self.ctx.ServiceManager, regKey )]

"
warn:ucb.ucp.gio:5302:1:ucb/source/ucp/gio/gio_content.cxx:404: ignoring GError "L'emplacement indiqué n'est pas pris en charge" for <vnd.sun.star.job:alias=UpdateCheck>
warn:sfx.control:5302:1:sfx2/source/control/dispatch.cxx:1354: Childwindow slot missing: 10365
warn:legacy.osl:5302:1:sfx2/source/sidebar/ResourceManager.cxx:444: context name not recognized
warn:sfx.control:5302:1:sfx2/source/control/dispatch.cxx:1354: Childwindow slot missing: 10365
warn:vcl.control:5302:1:vcl/source/control/button.cxx:2248: No new-style group set on radiobutton <> using old-style digging around
warn:sfx.control:5302:1:sfx2/source/control/dispatch.cxx:1354: Childwindow slot missing: 10365


So I confirm.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.