[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#422870: Maybe caused by missing updatefeed.uno.so?



Trying (with 2.2.0-7) to launch the extension manager GUI from shell gives

harri@c2:~$ /usr/lib/openoffice/program/unopkg gui
libGL warning: 3D driver claims to not support visual 0x4b

(process:8243): GLib-GObject-CRITICAL 
**: /build/buildd/glib2.0-2.12.12/gobject/gtype.c:2242: initialization 
assertion failed, use IA__g_type_init() prior to this function

(process:8243): Gdk-CRITICAL **: gdk_screen_get_font_options: assertion 
`GDK_IS_SCREEN (screen)' failed

ERROR: (com.sun.star.uno.DeploymentException) { { { Message = "component 
context fails to supply service 
com.sun.star.deployment.UpdateInformationProvider of type 
com.sun.star.deployment.XUpdateInformationProvider", Context = 
(com.sun.star.uno.XInterface) @6407b0 } } }

unopkg failed.



And with strace I get

harri@c2:~$ strace -e trace=open /usr/lib/openoffice/program/unopkg gui

[snip]

open("/var/spool/openoffice/uno_packages/cache", O_RDONLY|O_NONBLOCK|
O_DIRECTORY) = 26
open("DB_CONFIG", O_RDONLY)             = -1 ENOENT (No such file or 
directory)
open("/proc/stat", O_RDONLY)            = 26
open("/usr/lib/openoffice/program/updatefeed.uno.so", O_RDONLY) = -1 ENOENT 
(No such file or directory)
open("/usr/lib/openoffice/program/updatefeed.uno.so", O_RDONLY) = -1 ENOENT 
(No such file or directory)
open("/usr/lib/openoffice/program/updatefeed.uno.so", O_RDONLY) = -1 ENOENT 
(No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 26
open("/lib/updatefeed.uno.so", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/lib/updatefeed.uno.so", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/x86_64-linux-gnu/updatefeed.uno.so", O_RDONLY) = -1 ENOENT (No such 
file or directory)
open("/usr/lib/x86_64-linux-gnu/updatefeed.uno.so", O_RDONLY) = -1 ENOENT (No 
such file or directory)
open("./updatefeed.uno.so", O_RDONLY)   = -1 ENOENT (No such file or 
directory)

ERROR: (com.sun.star.uno.DeploymentException) { { { Message = "component 
context fails to supply service 
com.sun.star.deployment.UpdateInformationProvider of type 
com.sun.star.deployment.XUpdateInformationProvider", Context = 
(com.sun.star.uno.XInterface) @6407b0 } } }

unopkg failed.
Process 8259 detached


So maybe updatefeed.uno.so, which got removed in 2.2.0-5, is needed here after 
all?

Harri



Reply to: