[gentoo-user] Re: openoffice fails on qt_plugins_3.3rc

2009-07-23 Thread James
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




Re: [gentoo-user] Re: openoffice fails on qt_plugins_3.3rc

2009-07-20 Thread Neil Bothwick
On Mon, 20 Jul 2009 00:51:34 + (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.


signature.asc
Description: PGP signature


[gentoo-user] Re: openoffice fails on qt_plugins_3.3rc

2009-07-19 Thread James
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






[gentoo-user] Re: openoffice fails on qt_plugins_3.3rc

2009-07-19 Thread James
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 root0 Jul 19 14:54 .keep_x11-libs_qt-3
-rw-r--r-- 1 root root0 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






Re: [gentoo-user] Re: openoffice fails on qt_plugins_3.3rc

2009-07-19 Thread Dale
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 root0 Jul 19 14:54 .keep_x11-libs_qt-3
 -rw-r--r-- 1 root root0 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:

r...@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 root0 Apr  1 07:53 .kconfigrc.lock
-rw-r--r-- 1 root root0 Jun 27 13:26 .keep_x11-libs_qt-3
-rw--- 1 root root0 Dec 29  2008 .moto4linrc.lock
-rw--- 1 root root0 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
r...@smoker / #

Up one directory:

r...@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
r...@smoker / #


That help?

Dale

:-)  :-) 



Re: [gentoo-user] Re: openoffice fails on qt_plugins_3.3rc

2009-07-19 Thread Philip Webb
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 root0 Jul 19 14:54 .keep_x11-libs_qt-3
   -rw-r--r-- 1 root root0 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 root0 2007-11-07 08:36 .kconfigrc.lock
-rw-r--r-- 1 root root0 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 root0 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 root0 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




[gentoo-user] Re: openoffice fails on qt_plugins_3.3rc

2009-07-19 Thread walt

On 07/19/2009 04:16 PM, James wrote:

Roy Wrightroyat  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.






[gentoo-user] Re: openoffice fails on qt_plugins_3.3rc

2009-07-19 Thread james
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








[gentoo-user] Re: openoffice fails on qt_plugins_3.3rc

2009-07-19 Thread James
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







[gentoo-user] Re: openoffice fails on qt_plugins_3.3rc

2009-07-19 Thread James
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







Re: [gentoo-user] Re: openoffice fails on qt_plugins_3.3rc

2009-07-19 Thread Dale
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?

r...@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 *... ]
r...@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

:-)  :-) 



[gentoo-user] Re: openoffice fails on qt_plugins_3.3rc

2009-07-18 Thread walt

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.




[gentoo-user] Re: openoffice fails on qt_plugins_3.3rc

2009-07-18 Thread James
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 root0 Jul  7 22:50 .keep_x11-libs_qt-3
-rw--- 1 root root0 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 root0 Jul  7 22:50 .keep_x11-libs_qt-3
-rw-r--r-- 1 root root0 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






Re: [gentoo-user] Re: openoffice fails on qt_plugins_3.3rc

2009-07-18 Thread Dale
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:

r...@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
r...@smoker / #

Apparently, it just needs to be readable by everyone. 

Dale

:-)  :-) 



Re: [gentoo-user] Re: openoffice fails on qt_plugins_3.3rc

2009-07-18 Thread Roy Wright


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



I have:


rw-r--r-- 1 root root0 Jul  7 22:50 .keep_x11-libs_qt-3
-rw--- 1 root root0 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 root0 Jul  7 22:50 .keep_x11-libs_qt-3
-rw-r--r-- 1 root root0 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