public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user]  openoffice fails on qt_plugins_3.3rc
@ 2009-07-18 19:08 james
  2009-07-18 23:36 ` [gentoo-user] " walt
  0 siblings, 1 reply; 16+ messages in thread
From: james @ 2009-07-18 19:08 UTC (permalink / raw
  To: gentoo-user

Hello,

Openoffice 3.0 failed so I installed  version 3.1.0.


It gives  this message:


QSettings: failed to open file '/usr/qt/3/etc/settings/qt_plugins_3.3rc'
terminate called after throwing an instance of
'com::sun::star::uno::RuntimeException'



Abiword works. However, I've had trouble with OO in the past, base
on obscure MS fonts missing, so, I'm not sure I have the necessary
fonts install. Also using kde-4.2.4 and gcc-4.1.2.


Any help or ideas are appreciated.


James






^ permalink raw reply	[flat|nested] 16+ messages in thread

* [gentoo-user]  Re: openoffice fails on qt_plugins_3.3rc
  2009-07-18 19:08 [gentoo-user] openoffice fails on qt_plugins_3.3rc james
@ 2009-07-18 23:36 ` walt
  2009-07-19  0:35   ` Dale
  0 siblings, 1 reply; 16+ messages in thread
From: walt @ 2009-07-18 23:36 UTC (permalink / raw
  To: gentoo-user

On 07/18/2009 12:08 PM, james wrote:
> Hello,
>
> Openoffice 3.0 failed so I installed  version 3.1.0.
>
>
> It gives  this message:
>
>
> QSettings: failed to open file '/usr/qt/3/etc/settings/qt_plugins_3.3rc'
> terminate called after throwing an instance of
> 'com::sun::star::uno::RuntimeException'

Do you have that file?  If so, what are the permissions on it?

I googled for it and found similar complains but no answers.  That file on
my machines has a different date than any other packages I can see, so I
don't know where it comes from, and apparently a lot of other people don't
know either.




^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user]  Re: openoffice fails on qt_plugins_3.3rc
  2009-07-18 23:36 ` [gentoo-user] " walt
@ 2009-07-19  0:35   ` Dale
  2009-07-19  0:48     ` James
  0 siblings, 1 reply; 16+ messages in thread
From: Dale @ 2009-07-19  0:35 UTC (permalink / raw
  To: gentoo-user

walt wrote:
> On 07/18/2009 12:08 PM, james wrote:
>> Hello,
>>
>> Openoffice 3.0 failed so I installed  version 3.1.0.
>>
>>
>> It gives  this message:
>>
>>
>> QSettings: failed to open file '/usr/qt/3/etc/settings/qt_plugins_3.3rc'
>> terminate called after throwing an instance of
>> 'com::sun::star::uno::RuntimeException'
>
> Do you have that file?  If so, what are the permissions on it?
>
> I googled for it and found similar complains but no answers.  That
> file on
> my machines has a different date than any other packages I can see, so I
> don't know where it comes from, and apparently a lot of other people
> don't
> know either.
>
>
>

If it helps any, here is how my permissions are set:

root@smoker / # ls -al /usr/qt/3/etc/settings/qt_plugins_3.3rc
-rw-r--r-- 1 root root 3211 Jun 27 16:56
/usr/qt/3/etc/settings/qt_plugins_3.3rc
root@smoker / #

Apparently, it just needs to be readable by everyone. 

Dale

:-)  :-) 



^ permalink raw reply	[flat|nested] 16+ messages in thread

* [gentoo-user]  Re: openoffice fails on qt_plugins_3.3rc
  2009-07-19  0:35   ` Dale
@ 2009-07-19  0:48     ` James
  2009-07-19  4:38       ` Roy Wright
  0 siblings, 1 reply; 16+ messages in thread
From: James @ 2009-07-19  0:48 UTC (permalink / raw
  To: gentoo-user

Dale <rdalek1967 <at> gmail.com> writes:


> > Do you have that file?  If so, what are the permissions on it?

yes

> > I googled for it and found similar complains but no answers.  That
> > file on
> > my machines has a different date than any other packages I can see, so I
> > don't know where it comes from, and apparently a lot of other people
> > don't know either.

sounds familiar to my search results....

> If it helps any, here is how my permissions are set:

> root <at> smoker / # ls -al /usr/qt/3/etc/settings/qt_plugins_3.3rc
> -rw-r--r-- 1 root root 3211 Jun 27 16:56
> /usr/qt/3/etc/settings/qt_plugins_3.3rc
> root <at> smoker / #
> 
> Apparently, it just needs to be readable by everyone. 

I have:


rw-r--r-- 1 root root    0 Jul  7 22:50 .keep_x11-libs_qt-3
-rw------- 1 root root    0 Dec 30  2008 .qt_plugins_3.3rc.lock
-rw------- 1 root root 3.8K Jul 17 08:13 qt_plugins_3.3rc


so now I have

-rw-r--r-- 1 root root    0 Jul  7 22:50 .keep_x11-libs_qt-3
-rw-r--r-- 1 root root    0 Dec 30  2008 .qt_plugins_3.3rc.lock
-rw-r--r-- 1 root root 3.8K Jul 17 08:13 qt_plugins_3.3rc


when I run 'ooffice  RFP-2-973-561-K.doc'

I get:
terminate called after throwing an instance of
'com::sun::star::uno::RuntimeException'

googline now equery produce anything useful. I did not 
find a related bug report either.

I had this problem with OO 3.0, only recently. I upgrade
to OO 3.1 and still have the problem.


I'm stumped on this one....

The same files open under abiword and when moved via
usbstick to a XP machine.....


James






^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user]  Re: openoffice fails on qt_plugins_3.3rc
  2009-07-19  0:48     ` James
@ 2009-07-19  4:38       ` Roy Wright
  2009-07-19 20:04         ` James
  2009-07-19 23:16         ` James
  0 siblings, 2 replies; 16+ messages in thread
From: Roy Wright @ 2009-07-19  4:38 UTC (permalink / raw
  To: gentoo-user


On Jul 18, 2009, at 7:48 PM, James wrote:

>
> I have:
>
>
> rw-r--r-- 1 root root    0 Jul  7 22:50 .keep_x11-libs_qt-3
> -rw------- 1 root root    0 Dec 30  2008 .qt_plugins_3.3rc.lock
> -rw------- 1 root root 3.8K Jul 17 08:13 qt_plugins_3.3rc
>
>
> so now I have
>
> -rw-r--r-- 1 root root    0 Jul  7 22:50 .keep_x11-libs_qt-3
> -rw-r--r-- 1 root root    0 Dec 30  2008 .qt_plugins_3.3rc.lock
> -rw-r--r-- 1 root root 3.8K Jul 17 08:13 qt_plugins_3.3rc
>
>
> when I run 'ooffice  RFP-2-973-561-K.doc'
>
> I get:
> terminate called after throwing an instance of
> 'com::sun::star::uno::RuntimeException'


Just some data points for comparison:

# ls -l /usr/qt/3/etc/settings/
total 12
-rw-r--r-- 1 root root 4749 Jun 15 03:40 qt_plugins_3.3rc
-rw-r--r-- 1 root root   27 Apr 16  2008 qtrc
# equery belongs /usr/qt/3/etc/settings/qt_plugins_3.3rc
  * Searching for /usr/qt/3/etc/settings/qt_plugins_3.3rc ...
# equery belongs /usr/qt/3/etc/settings
  * Searching for /usr/qt/3/etc/settings ...
x11-libs/qt-3.3.8b-r2 (/usr/qt/3/etc/settings)

I'm wondering about the lock (notice the old date).  Maybe move it to  
somewhere safe and try OO again.

Also are you building OO from source or running the binary version?

HTH,
Roy



^ permalink raw reply	[flat|nested] 16+ messages in thread

* [gentoo-user]  Re: openoffice fails on qt_plugins_3.3rc
  2009-07-19  4:38       ` Roy Wright
@ 2009-07-19 20:04         ` James
  2009-07-19 23:16         ` James
  1 sibling, 0 replies; 16+ messages in thread
From: James @ 2009-07-19 20:04 UTC (permalink / raw
  To: gentoo-user

Roy Wright <roy <at> wright.org> writes:




> I'm wondering about the lock (notice the old date).  Maybe move it to  
> somewhere safe and try OO again.


I move '.qt_plugins_3.3rc.lock' to
'.qt_plugins_3.3rc.lock.dec30-2008'

Again it fails with this message:

terminate called after throwing an instance of
'com::sun::star::uno::RuntimeException'


> Also are you building OO from source or running the binary version?

both 3.0 and 3.1.0 are compiled from source. 
Currently it's app-office/openoffice-3.1.0



Any other ideas?


James






^ permalink raw reply	[flat|nested] 16+ messages in thread

* [gentoo-user]  Re: openoffice fails on qt_plugins_3.3rc
  2009-07-19  4:38       ` Roy Wright
  2009-07-19 20:04         ` James
@ 2009-07-19 23:16         ` James
  2009-07-19 23:31           ` Dale
                             ` (2 more replies)
  1 sibling, 3 replies; 16+ messages in thread
From: James @ 2009-07-19 23:16 UTC (permalink / raw
  To: gentoo-user

Roy Wright <roy <at> wright.org> writes:



> Also are you building OO from source or running the binary version?


Well, it's definately a permission problem, because as root
I can run OO flawlessly......?



Here are the parent dir permissions:

ls -l /usr/qt/3/etc/
total 0
drwxr-xr-x 2 root root 160 Jul 19 14:54 settings


Here are the content permissions:

ls -al /usr/qt/3/etc/settings/
total 4
drwxr-xr-x 2 root root  160 Jul 19 14:54 .
drwxr-xr-x 3 root root   72 Dec 30  2008 ..
-rw-r--r-- 1 root root    0 Jul 19 14:54 .keep_x11-libs_qt-3
-rw-r--r-- 1 root root    0 Jul 19 14:48 .qt_plugins_3.3rc.lock
-rw-r--r-- 1 root root 3801 Jul 19 14:50 qt_plugins_3.3rc


Can somebody check these(again) for me?



James






^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user]  Re: openoffice fails on qt_plugins_3.3rc
  2009-07-19 23:16         ` James
@ 2009-07-19 23:31           ` Dale
  2009-07-20  0:55             ` James
  2009-07-20  0:01           ` Philip Webb
  2009-07-20  0:10           ` walt
  2 siblings, 1 reply; 16+ messages in thread
From: Dale @ 2009-07-19 23:31 UTC (permalink / raw
  To: gentoo-user

James wrote:
> Roy Wright <roy <at> wright.org> writes:
>
>
>
>   
>> Also are you building OO from source or running the binary version?
>>     
>
>
> Well, it's definately a permission problem, because as root
> I can run OO flawlessly......?
>
>
>
> Here are the parent dir permissions:
>
> ls -l /usr/qt/3/etc/
> total 0
> drwxr-xr-x 2 root root 160 Jul 19 14:54 settings
>
>
> Here are the content permissions:
>
> ls -al /usr/qt/3/etc/settings/
> total 4
> drwxr-xr-x 2 root root  160 Jul 19 14:54 .
> drwxr-xr-x 3 root root   72 Dec 30  2008 ..
> -rw-r--r-- 1 root root    0 Jul 19 14:54 .keep_x11-libs_qt-3
> -rw-r--r-- 1 root root    0 Jul 19 14:48 .qt_plugins_3.3rc.lock
> -rw-r--r-- 1 root root 3801 Jul 19 14:50 qt_plugins_3.3rc
>
>
> Can somebody check these(again) for me?
>
>
>
> James
>
>
>   

Sure:

root@smoker / # ls -al /usr/qt/3/etc/settings/
total 12
drwxr-xr-x 2 root root  288 Jun 27 16:56 .
drwxr-xr-x 3 root root   72 Dec  9  2008 ..
-rw------- 1 root root    0 Apr  1 07:53 .kconfigrc.lock
-rw-r--r-- 1 root root    0 Jun 27 13:26 .keep_x11-libs_qt-3
-rw------- 1 root root    0 Dec 29  2008 .moto4linrc.lock
-rw------- 1 root root    0 Dec  9  2008 .qt_plugins_3.3rc.lock
-rw-r--r-- 1 root root  302 Apr  1 07:53 kconfigrc
-rw-r--r-- 1 root root  219 Jan 16  2009 moto4linrc
-rw-r--r-- 1 root root 3211 Jun 27 16:56 qt_plugins_3.3rc
root@smoker / #

Up one directory:

root@smoker / # ls -al /usr/qt/3/etc/
total 0
drwxr-xr-x  3 root root  72 Dec  9  2008 .
drwxr-xr-x 10 root root 280 Jun 27 13:27 ..
drwxr-xr-x  2 root root 288 Jun 27 16:56 settings
root@smoker / #


That help?

Dale

:-)  :-) 



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user]  Re: openoffice fails on qt_plugins_3.3rc
  2009-07-19 23:16         ` James
  2009-07-19 23:31           ` Dale
@ 2009-07-20  0:01           ` Philip Webb
  2009-07-20  1:00             ` James
  2009-07-20  0:10           ` walt
  2 siblings, 1 reply; 16+ messages in thread
From: Philip Webb @ 2009-07-20  0:01 UTC (permalink / raw
  To: gentoo-user

090719 James wrote:
> Roy Wright <roy <at> wright.org> writes:
>> Also are you building OO from source or running the binary version?
> Well, it's definately a permission problem,
> because as root I can run OO flawlessly. 
> Here are the parent dir permissions:
>   ls -l /usr/qt/3/etc/
>   total 0
>   drwxr-xr-x 2 root root 160 Jul 19 14:54 settings
> Here are the content permissions:
>   ls -al /usr/qt/3/etc/settings/
>   total 4
>   drwxr-xr-x 2 root root  160 Jul 19 14:54 .
>   drwxr-xr-x 3 root root   72 Dec 30  2008 ..
>   -rw-r--r-- 1 root root    0 Jul 19 14:54 .keep_x11-libs_qt-3
>   -rw-r--r-- 1 root root    0 Jul 19 14:48 .qt_plugins_3.3rc.lock
>   -rw-r--r-- 1 root root 3801 Jul 19 14:50 qt_plugins_3.3rc
> Can somebody check these(again) for me?

  root:510 etc> pwd
    /usr/qt/3/etc
  root:511 etc> ls -la
    total 0
    drwxr-xr-x  3 root root  72 2007-10-27 22:30 .
    drwxr-xr-x 11 root root 328 2009-01-10 16:44 ..
    drwxr-xr-x  2 root root 280 2009-07-02 03:41 settings
  root:512 etc> cd settings
  root:513 settings> ls -la
    total 12
    drwxr-xr-x 2 root root  280 2009-07-02 03:41 .
    drwxr-xr-x 3 root root   72 2007-10-27 22:30 ..
    -rw-r--r-- 1 root root  533 2007-12-05 00:56 kconfigrc
    -rw------- 1 root root    0 2007-11-07 08:36 .kconfigrc.lock
    -rw-r--r-- 1 root root    0 2009-01-10 16:44 .keep_x11-libs_qt-3
    -rw-r--r-- 1 root root 2689 2009-07-02 03:41 qt_plugins_3.3rc
    -rw------- 1 root root    0 2007-10-28 23:28 .qt_plugins_3.3rc.lock
    -rw-r--r-- 1 root root 1694 2007-11-04 07:44 qtrc
    -rw------- 1 root root    0 2007-10-29 16:39 .qtrc.lock

NB I have  2  more files than you + their locks.
This is OO 3.1.0 (compiled from source) + 'qt-3.3.8b-r1'.

HTH

-- 
========================,,============================================
SUPPORT     ___________//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT    `-O----------O---'   purslowatchassdotutorontodotca




^ permalink raw reply	[flat|nested] 16+ messages in thread

* [gentoo-user]  Re: openoffice fails on qt_plugins_3.3rc
  2009-07-19 23:16         ` James
  2009-07-19 23:31           ` Dale
  2009-07-20  0:01           ` Philip Webb
@ 2009-07-20  0:10           ` walt
  2009-07-20  0:51             ` james
  2 siblings, 1 reply; 16+ messages in thread
From: walt @ 2009-07-20  0:10 UTC (permalink / raw
  To: gentoo-user

On 07/19/2009 04:16 PM, James wrote:
> Roy Wright<roy<at>  wright.org>  writes:
>
>
>
>> Also are you building OO from source or running the binary version?
>
>
> Well, it's definately a permission problem, because as root
> I can run OO flawlessly......?

There is also another possibility:  root and you are just different
users, and the problem may lie in your ~/.oo3/ directory.  To test
this idea just rename ~/.oo3 to something else and let OO make a new
one.  If that test fails then you start looking at permissions.

I always keep a spare user account named 'tester' for the same purpose,
just in case the problem is something else in my home directory that
may not be obvious.






^ permalink raw reply	[flat|nested] 16+ messages in thread

* [gentoo-user]  Re: openoffice fails on qt_plugins_3.3rc
  2009-07-20  0:10           ` walt
@ 2009-07-20  0:51             ` james
  2009-07-20  7:34               ` Neil Bothwick
  0 siblings, 1 reply; 16+ messages in thread
From: james @ 2009-07-20  0:51 UTC (permalink / raw
  To: gentoo-user

walt <w41ter <at> gmail.com> writes:



> There is also another possibility:  root and you are just different
> users, and the problem may lie in your ~/.oo3/ directory.  To test
> this idea just rename ~/.oo3 to something else and let OO make a new
> one.  If that test fails then you start looking at permissions.


Nope same exact error, so it not related to my '.ooo3' dir

I have three 'o' in my dir name....


James








^ permalink raw reply	[flat|nested] 16+ messages in thread

* [gentoo-user]  Re: openoffice fails on qt_plugins_3.3rc
  2009-07-19 23:31           ` Dale
@ 2009-07-20  0:55             ` James
  2009-07-20  1:25               ` Dale
  0 siblings, 1 reply; 16+ messages in thread
From: James @ 2009-07-20  0:55 UTC (permalink / raw
  To: gentoo-user

Dale <rdalek1967 <at> gmail.com> writes:


> That help?
> 
> Dale

Well the files we have in common have the same permisions/ownership

but you have a few more than me......



I rebuilt 'x11-libs/qt-3.3.8b-r1' oneshot, but
it did not help fix the problem....


I'm stumped....


James







^ permalink raw reply	[flat|nested] 16+ messages in thread

* [gentoo-user]  Re: openoffice fails on qt_plugins_3.3rc
  2009-07-20  0:01           ` Philip Webb
@ 2009-07-20  1:00             ` James
  0 siblings, 0 replies; 16+ messages in thread
From: James @ 2009-07-20  1:00 UTC (permalink / raw
  To: gentoo-user

Philip Webb <purslow <at> ca.inter.net> writes:


> NB I have  2  more files than you + their locks.
> This is OO 3.1.0 (compiled from source) + 'qt-3.3.8b-r1'.


Yes, I noticed the 2 extra files. I have the same versions
of OO and qt as you. It works for root, but not james.


It all worked fine until I tried a word file a yesterday (.doc)
Abiword works on all my .doc files and I can use OO as root
on them too, so it's something related to my account...

The new .0003 dir that created as another poster suggested,
did not to help, and indeed it is identical to the previous
one....

stumped....



James







^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user]  Re: openoffice fails on qt_plugins_3.3rc
  2009-07-20  0:55             ` James
@ 2009-07-20  1:25               ` Dale
  0 siblings, 0 replies; 16+ messages in thread
From: Dale @ 2009-07-20  1:25 UTC (permalink / raw
  To: gentoo-user

James wrote:
> Dale <rdalek1967 <at> gmail.com> writes:
>
>
>   
>> That help?
>>
>> Dale
>>     
>
> Well the files we have in common have the same permisions/ownership
>
> but you have a few more than me......
>
>
>
> I rebuilt 'x11-libs/qt-3.3.8b-r1' oneshot, but
> it did not help fix the problem....
>
>
> I'm stumped....
>
>
> James
>
>
>   

Well, what exactly creates these files?

root@smoker / # equery belongs /usr/qt/3/etc/settings/qt_plugins_3.3rc
[ Searching for file(s) /usr/qt/3/etc/settings/qt_plugins_3.3rc in *... ]
root@smoker / #

According to equery, they don't belong to a package.  Does qt create
those when first being used?  If so, maybe rename it then let qt
recreate the file?  I'm not sure where that file comes from but it is in
a etc/ directory so maybe it is corrupt or something.

I dunno.

Dale

:-)  :-) 



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user]  Re: openoffice fails on qt_plugins_3.3rc
  2009-07-20  0:51             ` james
@ 2009-07-20  7:34               ` Neil Bothwick
  2009-07-23 18:05                 ` James
  0 siblings, 1 reply; 16+ messages in thread
From: Neil Bothwick @ 2009-07-20  7:34 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 706 bytes --]

On Mon, 20 Jul 2009 00:51:34 +0000 (UTC), james wrote:

> > There is also another possibility:  root and you are just different
> > users, and the problem may lie in your ~/.oo3/ directory.  To test
> > this idea just rename ~/.oo3 to something else and let OO make a new
> > one.  If that test fails then you start looking at permissions.  

> Nope same exact error, so it not related to my '.ooo3' dir

Try as another user, to make sure it is not some other setting of yours
that is causing the problem.


-- 
Neil Bothwick

If you give a man a fish, he's fed for a day.
If you teach a man to fish, he'll buy a silly hat.
If you talk about fish to a starving man, you're a consultant.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [gentoo-user]  Re: openoffice fails on qt_plugins_3.3rc
  2009-07-20  7:34               ` Neil Bothwick
@ 2009-07-23 18:05                 ` James
  0 siblings, 0 replies; 16+ messages in thread
From: James @ 2009-07-23 18:05 UTC (permalink / raw
  To: gentoo-user

Neil Bothwick <neil <at> digimed.co.uk> writes:


> > > There is also another possibility:  root and you are just different
> > > users, and the problem may lie in your ~/.oo3/ directory.  To test
> > > this idea just rename ~/.oo3 to something else and let OO make a new
> > > one.  If that test fails then you start looking at permissions.  

> > Nope same exact error, so it not related to my '.ooo3' dir

> Try as another user, to make sure it is not some other setting of yours
> that is causing the problem.


Well I have tried as another user. Exact same error:


terminate called after throwing an instance 
of 'com::sun::star::uno::RuntimeException'


I have sync and now run a newer version of office
OO-3.1.0-r1


So I think we can assume it's not anything in the user
files.


thoughts?


James




^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2009-07-23 18:06 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-18 19:08 [gentoo-user] openoffice fails on qt_plugins_3.3rc james
2009-07-18 23:36 ` [gentoo-user] " walt
2009-07-19  0:35   ` Dale
2009-07-19  0:48     ` James
2009-07-19  4:38       ` Roy Wright
2009-07-19 20:04         ` James
2009-07-19 23:16         ` James
2009-07-19 23:31           ` Dale
2009-07-20  0:55             ` James
2009-07-20  1:25               ` Dale
2009-07-20  0:01           ` Philip Webb
2009-07-20  1:00             ` James
2009-07-20  0:10           ` walt
2009-07-20  0:51             ` james
2009-07-20  7:34               ` Neil Bothwick
2009-07-23 18:05                 ` James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox