Issue 14562 - OOo 1.1beta won't start
Summary: OOo 1.1beta won't start
Status: CLOSED DUPLICATE of issue 11777
Alias: None
Product: General
Classification: Code
Component: code (show other issues)
Version: 644
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: thorsten.martens
QA Contact: issues@framework
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-17 11:37 UTC by goc
Modified: 2004-03-18 15:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description goc 2003-05-17 11:37:32 UTC
The problem appears to be twofold:

First, in /usr/local/stow/OpenOffice.org644/program/sopatchlevel.sh
there is a call to "uname -p" which doesn't work on Linux. Instead,
this should probably read "uname -m".

Secondly, at the end of .../program/soffice, the following statement
fails (together with the error message):
+ exec /usr/local/stow/OpenOffice.org644/program/soffice.bin
X IO Error


Changing the call to soffice.bin to
 exec "strace" "-ffFirx" "-eall" "-o/tmp/so-trace" "$sd_prog/$sd_binary" "$@"

was unsuccessful, too, in that the crash turned into a hang, and no
real end of execution was to be observed:

+ exec strace -ffFirx -eall -o/tmp/so-trace
/usr/local/stow/OpenOffice.org644/program/soffice.bin
upeek: ptrace(PTRACE_PEEKUSER,6502,48,0): No such process
Process 6503 attached
Process 6504 attached
Process 6505 attached
Process 6505 detached
Process 6502 suspended

And that's it for the last five minutes.


The platform I'm running on is Debian sid on i386, last
updated today.
Comment 1 thorsten.martens 2003-05-27 10:00:36 UTC
Duplicate to issue #11777 !

*** This issue has been marked as a duplicate of 11777 ***
Comment 2 thorsten.martens 2004-03-18 15:16:22 UTC
.