public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Openoffice dies on startup
@ 2008-09-24  5:28 Kevin O'Gorman
  2008-09-24  5:58 ` Dale
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Kevin O'Gorman @ 2008-09-24  5:28 UTC (permalink / raw
  To: gentoo-user

I hadn't used it for a month or so.  Perhaps it got resentful.
Anyway, recent attempts to start any flavor of OpenOffice have failed
early.

It does ask about plugins, and whether it shour restore my session,
but shortly after that it simply dies.  There's no dialog box,
and nothing obvious in the log files.

I've done revdep-rebuild, and its clean.  Then I re-emerged
openoffice-bin (which is what I use).  To no avail.

Any ideas?

-- 
Kevin O'Gorman, PhD



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

* Re: [gentoo-user] Openoffice dies on startup
  2008-09-24  5:28 [gentoo-user] Openoffice dies on startup Kevin O'Gorman
@ 2008-09-24  5:58 ` Dale
  2008-09-25  3:56   ` Kevin O'Gorman
  2008-09-24  7:22 ` Iain Buchanan
  2008-09-24  7:33 ` Dirk Heinrichs
  2 siblings, 1 reply; 8+ messages in thread
From: Dale @ 2008-09-24  5:58 UTC (permalink / raw
  To: gentoo-user

Kevin O'Gorman wrote:
> I hadn't used it for a month or so.  Perhaps it got resentful.
> Anyway, recent attempts to start any flavor of OpenOffice have failed
> early.
>
> It does ask about plugins, and whether it shour restore my session,
> but shortly after that it simply dies.  There's no dialog box,
> and nothing obvious in the log files.
>
> I've done revdep-rebuild, and its clean.  Then I re-emerged
> openoffice-bin (which is what I use).  To no avail.
>
> Any ideas?
>
>   

Have you upgraded python recently?  I upgraded mine a while back and OOo 
needed to recompile.  You may want to run python-updater and check what 
it says.  It may be something else that OOo depends on that needs to 
recompile.  Not real sure since you use the binary version.

Hope that helps.

Dale

:-)  :-) 



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

* Re: [gentoo-user] Openoffice dies on startup
  2008-09-24  5:28 [gentoo-user] Openoffice dies on startup Kevin O'Gorman
  2008-09-24  5:58 ` Dale
@ 2008-09-24  7:22 ` Iain Buchanan
  2008-09-24  7:33 ` Dirk Heinrichs
  2 siblings, 0 replies; 8+ messages in thread
From: Iain Buchanan @ 2008-09-24  7:22 UTC (permalink / raw
  To: gentoo-user

Kevin O'Gorman wrote:
> I hadn't used it for a month or so.  Perhaps it got resentful.
> Anyway, recent attempts to start any flavor of OpenOffice have failed
> early.
>
> It does ask about plugins, and whether it shour restore my session,
> but shortly after that it simply dies.  There's no dialog box,
> and nothing obvious in the log files.
>
> I've done revdep-rebuild, and its clean.  Then I re-emerged
> openoffice-bin (which is what I use).  To no avail.
>
> Any ideas?

to see where it's dying, can you run:
$ gdb /usr/lib/openoffice/program/soffice.bin
and then when it dies in the gdb prompt:
(gdb) thread apply all bt
and post the output

This might not show much, if you use openoffice-bin, we'll see.

-- 
Iain Buchanan <iaindb at netspace dot net dot au>

[Peter gets fired]
Peter Griffin:  Hey, Lois, the lost my job smells great. Hey, Meg, could 
you pass me the fired my ass for negligence?
Lois Griffin:  Peter, are you OK?
Peter Griffin:  Great. I haven't got a job in the world.



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

* Re: [gentoo-user] Openoffice dies on startup
  2008-09-24  5:28 [gentoo-user] Openoffice dies on startup Kevin O'Gorman
  2008-09-24  5:58 ` Dale
  2008-09-24  7:22 ` Iain Buchanan
@ 2008-09-24  7:33 ` Dirk Heinrichs
  2008-09-25  3:37   ` Kevin O'Gorman
  2 siblings, 1 reply; 8+ messages in thread
From: Dirk Heinrichs @ 2008-09-24  7:33 UTC (permalink / raw
  To: gentoo-user

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

Am Mittwoch 24 September 2008 07:28:42 schrieb ext Kevin O'Gorman:
> I hadn't used it for a month or so.  Perhaps it got resentful.
> Anyway, recent attempts to start any flavor of OpenOffice have failed
> early.
>
> It does ask about plugins, and whether it shour restore my session,
> but shortly after that it simply dies.  There's no dialog box,
> and nothing obvious in the log files.

First thing I do in such cases is to start the thing from a shell, to see 
what's printed on stderr/stdout. Most of the times this gives valuable hints.

> I've done revdep-rebuild, and its clean.  Then I re-emerged
> openoffice-bin (which is what I use).  To no avail.
>
> Any ideas?

emerge -C openoffice-bin && emerge openoffice

openoffice-bin has been compiled with a given set of use flags and on a 
machine that may or may not match what you have. Compiling it yourself is 
always the better idea.

Bye...

	Dirk
-- 
Dirk Heinrichs          | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: dirk.heinrichs@capgemini.com
Wanheimerstraße 68      | Web:  http://www.capgemini.com
D-40468 Düsseldorf      | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: wwwkeys.pgp.net


[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [gentoo-user] Openoffice dies on startup
  2008-09-24  7:33 ` Dirk Heinrichs
@ 2008-09-25  3:37   ` Kevin O'Gorman
  2008-09-25  9:08     ` Dirk Heinrichs
  0 siblings, 1 reply; 8+ messages in thread
From: Kevin O'Gorman @ 2008-09-25  3:37 UTC (permalink / raw
  To: gentoo-user

On Wed, Sep 24, 2008 at 12:33 AM, Dirk Heinrichs
<dirk.heinrichs.ext@nsn.com> wrote:
> Am Mittwoch 24 September 2008 07:28:42 schrieb ext Kevin O'Gorman:
>> I hadn't used it for a month or so.  Perhaps it got resentful.
>> Anyway, recent attempts to start any flavor of OpenOffice have failed
>> early.
>>
>> It does ask about plugins, and whether it shour restore my session,
>> but shortly after that it simply dies.  There's no dialog box,
>> and nothing obvious in the log files.
>
> First thing I do in such cases is to start the thing from a shell, to see
> what's printed on stderr/stdout. Most of the times this gives valuable hints.
>
>> I've done revdep-rebuild, and its clean.  Then I re-emerged
>> openoffice-bin (which is what I use).  To no avail.
>>
>> Any ideas?
>
> emerge -C openoffice-bin && emerge openoffice
>
> openoffice-bin has been compiled with a given set of use flags and on a
> machine that may or may not match what you have. Compiling it yourself is
> always the better idea.
>

Not so obviously better when it fails.  Here's the tail of what I get:

------------------------------
Making: ../unxlngi6.pro/lib/libfrm680li.so
i686-pc-linux-gnu-g++ -Wl,-z,noexecstack -Wl,-z,combreloc -Wl,-z,defs
-Wl,-Bsymbolic-functions -Wl,--dynamic-list-cpp-new
-Wl,--dynamic-list-cpp-typeinfo -Wl,--hash-style=gnu
-Wl,-rpath,'$ORIGIN:$ORIGIN/../ure-link/lib' -shared -Wl,-O1-Wl,-O1
-Wl,--version-script ../unxlngi6.pro/misc/frm_frm680li.map
-L../unxlngi6.pro/lib -L../lib
-L/var/tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/solenv/unxlngi6/lib
-L/var/tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/solver/680/unxlngi6.pro/lib
-L/var/tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/solenv/unxlngi6/lib
-L/opt/sun-jdk-1.6.0.07/lib -L/opt/sun-jdk-1.6.0.07/jre/lib/i386
-L/opt/sun-jdk-1.6.0.07/jre/lib/i386/client
-L/opt/sun-jdk-1.6.0.07/jre/lib/i386/native_threads -L/usr/lib
-L/usr/lib/xulrunner ../unxlngi6.pro/slo/frm_dflt_version.o -o
../unxlngi6.pro/lib/libfrm680li.so
../unxlngi6.pro/slo/limitedformats.o ../unxlngi6.pro/slo/property.o
../unxlngi6.pro/slo/services.o
../unxlngi6.pro/slo/InterfaceContainer.o ../unxlngi6.pro/slo/ids.o
../unxlngi6.pro/slo/frm_module.o ../unxlngi6.pro/slo/frm_strings.o
../unxlngi6.pro/slo/listenercontainers.o
../unxlngi6.pro/slo/componenttools.o
../unxlngi6.pro/slo/frm_resource.o ../unxlngi6.pro/slo/Grid.o
../unxlngi6.pro/slo/Columns.o ../unxlngi6.pro/slo/DatabaseForm.o
../unxlngi6.pro/slo/GroupManager.o
../unxlngi6.pro/slo/FormsCollection.o
../unxlngi6.pro/slo/EventThread.o ../unxlngi6.pro/slo/File.o
../unxlngi6.pro/slo/Edit.o ../unxlngi6.pro/slo/EditBase.o
../unxlngi6.pro/slo/Numeric.o ../unxlngi6.pro/slo/Pattern.o
../unxlngi6.pro/slo/Currency.o ../unxlngi6.pro/slo/Date.o
../unxlngi6.pro/slo/Time.o ../unxlngi6.pro/slo/FormattedField.o
../unxlngi6.pro/slo/FormattedFieldWrapper.o
../unxlngi6.pro/slo/ListBox.o ../unxlngi6.pro/slo/ComboBox.o
../unxlngi6.pro/slo/GroupBox.o ../unxlngi6.pro/slo/Hidden.o
../unxlngi6.pro/slo/CheckBox.o ../unxlngi6.pro/slo/RadioButton.o
../unxlngi6.pro/slo/FixedText.o ../unxlngi6.pro/slo/FormComponent.o
../unxlngi6.pro/slo/clickableimage.o ../unxlngi6.pro/slo/Button.o
../unxlngi6.pro/slo/ImageButton.o ../unxlngi6.pro/slo/ImageControl.o
../unxlngi6.pro/slo/errorbroadcaster.o ../unxlngi6.pro/slo/cloneable.o
../unxlngi6.pro/slo/Filter.o ../unxlngi6.pro/slo/entrylisthelper.o
../unxlngi6.pro/slo/scrollbar.o ../unxlngi6.pro/slo/spinbutton.o
../unxlngi6.pro/slo/formparameters.o
../unxlngi6.pro/slo/formfiltermanager.o
../unxlngi6.pro/slo/navigationbar.o
../unxlngi6.pro/slo/formcontrolfont.o
../unxlngi6.pro/slo/refvaluecomponent.o ../unxlngi6.pro/slo/imgprod.o
../unxlngi6.pro/slo/findpos.o ../unxlngi6.pro/slo/propertybaghelper.o
../unxlngi6.pro/slo/cachedrowset.o
../unxlngi6.pro/slo/formnavigation.o
../unxlngi6.pro/slo/controlfeatureinterception.o
../unxlngi6.pro/slo/urltransformer.o
../unxlngi6.pro/slo/windowstateguard.o
../unxlngi6.pro/slo/navbarcontrol.o ../unxlngi6.pro/slo/navtoolbar.o
../unxlngi6.pro/slo/richtextunowrapper.o
../unxlngi6.pro/slo/richtextmodel.o
../unxlngi6.pro/slo/richtextcontrol.o
../unxlngi6.pro/slo/featuredispatcher.o
../unxlngi6.pro/slo/clipboarddispatcher.o
../unxlngi6.pro/slo/attributedispatcher.o
../unxlngi6.pro/slo/parametrizedattributedispatcher.o
../unxlngi6.pro/slo/specialdispatchers.o
../unxlngi6.pro/slo/richtextengine.o
../unxlngi6.pro/slo/richtextimplcontrol.o
../unxlngi6.pro/slo/richtextvclcontrol.o
../unxlngi6.pro/slo/richtextviewport.o
../unxlngi6.pro/slo/rtattributehandler.o
../unxlngi6.pro/slo/formoperations.o ../unxlngi6.pro/slo/model.o
../unxlngi6.pro/slo/model_ui.o ../unxlngi6.pro/slo/binding.o
../unxlngi6.pro/slo/xforms_services.o ../unxlngi6.pro/slo/unohelper.o
../unxlngi6.pro/slo/propertysetbase.o
../unxlngi6.pro/slo/pathexpression.o
../unxlngi6.pro/slo/computedexpression.o
../unxlngi6.pro/slo/boolexpression.o ../unxlngi6.pro/slo/mip.o
../unxlngi6.pro/slo/submission.o
../unxlngi6.pro/slo/datatyperepository.o
../unxlngi6.pro/slo/datatypes.o ../unxlngi6.pro/slo/convert.o
../unxlngi6.pro/slo/enumeration.o ../unxlngi6.pro/slo/resourcehelper.o
../unxlngi6.pro/slo/xmlhelper.o ../unxlngi6.pro/slo/xformsevent.o
../unxlngi6.pro/slo/serialization_app_xml.o
../unxlngi6.pro/slo/serialization_urlencoded.o
../unxlngi6.pro/slo/submission_post.o
../unxlngi6.pro/slo/submission_put.o
../unxlngi6.pro/slo/submission_get.o ../unxlngi6.pro/slo/replace.o
../unxlngi6.pro/slo/xpathlib.o ../unxlngi6.pro/slo/extension.o
-luno_sal -luno_cppu -luno_cppuhelpergcc3 -ltl680li -li18nisolang1gcc3
-lvcl680li -lsvt680li -lsvl680li -ltk680li -lsfx680li -lvos3gcc3
-lutl680li -lcomphelp4gcc3 -ldbtools680li -ltk680li -lsvx680li
-lucbhelper4gcc3 -lxml2 -licuuc -licui18n -lX11 -ldl -lpthread -lm
collect2: ld returned 1 exit status
dmake:  Error code 1, while making '../unxlngi6.pro/lib/libfrm680li.so'
---* tg_merge.mk *---

ERROR: Error 65280 occurred while making
/var/tmp/portage/app-office/openoffice-2.4.1/work/ooo/build/OOH680_m17/forms/util
make: *** [stamp/build] Error 1
 *
 * ERROR: app-office/openoffice-2.4.1 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 5374:  Called die
 * The specific snippet of code:
 *       make || die "Build failed"
 *  The die message:
 *   Build failed
 *
 * If you need support, post the topmost build error, and the call
stack if relevant.
 * A complete build log is located at
'/var/tmp/portage/app-office/openoffice-2.4.1/temp/build.log'.
 * The ebuild environment file is located at
'/var/tmp/portage/app-office/openoffice-2.4.1/temp/environment'.
 *
!!! When you file a bug report, please include the following information:
GENTOO_VM=sun-jdk-1.6  CLASSPATH="" JAVA_HOME="/opt/sun-jdk-1.6.0.07"
JAVACFLAGS="-source 1.4 -target 1.4" COMPILER=""
and of course, the output of emerge --info
 * GNU info directory index is up-to-date.
treat ~ #

-- 
Kevin O'Gorman, PhD



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

* Re: [gentoo-user] Openoffice dies on startup
  2008-09-24  5:58 ` Dale
@ 2008-09-25  3:56   ` Kevin O'Gorman
  0 siblings, 0 replies; 8+ messages in thread
From: Kevin O'Gorman @ 2008-09-25  3:56 UTC (permalink / raw
  To: gentoo-user

On Tue, Sep 23, 2008 at 10:58 PM, Dale <rdalek1967@gmail.com> wrote:
> Kevin O'Gorman wrote:
>>
>> I hadn't used it for a month or so.  Perhaps it got resentful.
>> Anyway, recent attempts to start any flavor of OpenOffice have failed
>> early.
>>
>> It does ask about plugins, and whether it shour restore my session,
>> but shortly after that it simply dies.  There's no dialog box,
>> and nothing obvious in the log files.
>>
>> I've done revdep-rebuild, and its clean.  Then I re-emerged
>> openoffice-bin (which is what I use).  To no avail.
>>
>> Any ideas?
>>
>>
>
> Have you upgraded python recently?  I upgraded mine a while back and OOo
> needed to recompile.  You may want to run python-updater and check what it
> says.  It may be something else that OOo depends on that needs to recompile.
>  Not real sure since you use the binary version.
>
> Hope that helps.
>
> Dale
>

You may be right.  I tried to recompile OOo, and it pulled in 8 or so packages
that OOo-bin hadn't.  Unfortunately, the compile eventually failed.

I'm running python-updater now.  I'll report results.

++ kevin


-- 
Kevin O'Gorman, PhD



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

* Re: [gentoo-user] Openoffice dies on startup
  2008-09-25  3:37   ` Kevin O'Gorman
@ 2008-09-25  9:08     ` Dirk Heinrichs
  2008-09-25 22:04       ` Kevin O'Gorman
  0 siblings, 1 reply; 8+ messages in thread
From: Dirk Heinrichs @ 2008-09-25  9:08 UTC (permalink / raw
  To: gentoo-user

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

Am Donnerstag 25 September 2008 05:37:14 schrieb ext Kevin O'Gorman:

> > openoffice-bin has been compiled with a given set of use flags and on a
> > machine that may or may not match what you have. Compiling it yourself is
> > always the better idea.
>
> Not so obviously better when it fails.  Here's the tail of what I get:

You do have enough free space in the build directory (~6G)?

Bye...

	Dirk
-- 
Dirk Heinrichs          | Tel:  +49 (0)162 234 3408
Configuration Manager   | Fax:  +49 (0)211 47068 111
Capgemini Deutschland   | Mail: dirk.heinrichs@capgemini.com
Wanheimerstraße 68      | Web:  http://www.capgemini.com
D-40468 Düsseldorf      | ICQ#: 110037733
GPG Public Key C2E467BB | Keyserver: wwwkeys.pgp.net


[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [gentoo-user] Openoffice dies on startup
  2008-09-25  9:08     ` Dirk Heinrichs
@ 2008-09-25 22:04       ` Kevin O'Gorman
  0 siblings, 0 replies; 8+ messages in thread
From: Kevin O'Gorman @ 2008-09-25 22:04 UTC (permalink / raw
  To: gentoo-user

On Thu, Sep 25, 2008 at 2:08 AM, Dirk Heinrichs
<dirk.heinrichs.ext@nsn.com> wrote:
> Am Donnerstag 25 September 2008 05:37:14 schrieb ext Kevin O'Gorman:
>
>> > openoffice-bin has been compiled with a given set of use flags and on a
>> > machine that may or may not match what you have. Compiling it yourself is
>> > always the better idea.
>>
>> Not so obviously better when it fails.  Here's the tail of what I get:
>
> You do have enough free space in the build directory (~6G)?
>
> Bye...
>

Apparently not.  I just had something else fail, and I'm moving stuff around.
That's probably a major part of what's plagueing me now.

++ kevin


-- 
Kevin O'Gorman, PhD



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

end of thread, other threads:[~2008-09-25 22:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-24  5:28 [gentoo-user] Openoffice dies on startup Kevin O'Gorman
2008-09-24  5:58 ` Dale
2008-09-25  3:56   ` Kevin O'Gorman
2008-09-24  7:22 ` Iain Buchanan
2008-09-24  7:33 ` Dirk Heinrichs
2008-09-25  3:37   ` Kevin O'Gorman
2008-09-25  9:08     ` Dirk Heinrichs
2008-09-25 22:04       ` Kevin O'Gorman

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