To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74436





------- Additional comments from [EMAIL PROTECTED] Sun Feb 18 14:57:29 +0000 
2007 -------
I've also encountered the "no suitable windowing system found, exiting" issue.

package used: Gentoo app-office/openoffice-bin-2.1.0

uname -a 
Linux birke 2.6.18-hardened-1 #1 PREEMPT Thu Jan 4 21:47:11 CET 2007 x86_64 AMD
Turion(tm) 64 Mobile Technology MT-30 AuthenticAMD GNU/Linux

X -version
X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: UNKNOWN 
Current Operating System: Linux birke 2.6.18-hardened-1 #1 PREEMPT Thu Jan 4
21:47:11 CET 2007 x86_64
Build Date: 14 February 2007
        Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
Module Loader present

gnome-session --version
Gnome gnome-session 2.16.2

oowriter2 --version
This is OpenOffice.org 2.1.0

The first cause is a relative path instead of an absolute one for
libvclplug_gen680li.so:

SAL_USE_VCLPLUGIN=gtk strace -fF oowriter2
<snip>
[pid 25728] open("/usr/lib32/openoffice/program/libportaudio.so.0", O_RDONLY) = 
3
[pid 25728] read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\30"...,
512) = 512
[pid 25728] fstat64(0x3, 0xfc46d2cc)    = 0
[pid 25728] mmap2(NULL, 26336, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE,
3, 0) = 0xfffffffff0aa2000
[pid 25728] mmap2(0xf0aa8000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5) = 0xfffffffff0aa8000
[pid 25728] close(3)                    = 0
[pid 25728] mprotect(0xef668000, 479232, PROT_READ|PROT_WRITE) = -1 EACCES
(Permission denied)
[pid 25728] munmap(0xef668000, 552404)  = 0
[pid 25728] munmap(0xef58e000, 892064)  = 0
[pid 25728] munmap(0xef53d000, 329696)  = 0
[pid 25728] munmap(0xf0aa2000, 26336)   = 0
[pid 25728] open("./libvclplug_gen680li.so", O_RDONLY) = -1 ENOENT (No such file
or directory)
[pid 25728] write(2, "no suitable windowing system fou"..., 45no suitable
windowing system found, exiting.
<snip>

By passing the path issue:
cd /usr/lib32/openoffice/program/ && SAL_USE_VCLPLUGIN=gtk strace -fF oowriter2
<snip>
[pid  2025] open("/usr/lib32/openoffice/program/./libportaudio.so.0", O_RDONLY) 
= 3
[pid  2025] read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\30"...,
512) = 512
[pid  2025] fstat64(0x3, 0xff844640)    = 0
[pid  2025] mmap2(NULL, 26336, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE,
3, 0) = 0xffffffffebfe0000
[pid  2025] mmap2(0xebfe6000, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5) = 0xffffffffebfe6000
[pid  2025] close(3)                    = 0
[pid  2025] mprotect(0xeaba6000, 479232, PROT_READ|PROT_WRITE) = -1 EACCES
(Permission denied)
[pid  2025] munmap(0xeaba6000, 552404)  = 0
[pid  2025] munmap(0xeaacc000, 892064)  = 0
[pid  2025] munmap(0xeaa7b000, 329696)  = 0
[pid  2025] munmap(0xebfe0000, 26336)   = 0
[pid  2025] write(2, "no suitable windowing system fou"..., 45no suitable
windowing system found, exiting.
) = 45
<snip>

Disable PAX' MPROTECT and try again:
paxctl -m /usr/lib32/openoffice/program/soffice.bin && cd
/usr/lib32/openoffice/program/ && SAL_USE_VCLPLUGIN=gtk strace -fF oowriter2
<snip>
[pid  4282] open("/etc/ld.so.cache", O_RDONLY) = 6
[pid  4282] fstat64(0x6, 0xff996c64)    = 0
[pid  4282] mmap2(NULL, 173260, PROT_READ, MAP_PRIVATE, 6, 0) = 
0xfffffffff5ccb000
[pid  4282] close(6)                    = 0
[pid  4282] open("/lib32/libatk-bridge.so", O_RDONLY) = -1 ENOENT (No such file
or directory)
[pid  4282] open("/usr/lib32/libatk-bridge.so", O_RDONLY) = -1 ENOENT (No such
file or directory)
[pid  4282] munmap(0xf5ccb000, 173260)  = 0
[pid  4282] write(2, "Gtk-Message: Failed to load modu"..., 125Gtk-Message:
Failed to load module "atk-bridge": libatk-bridge.so: cannot open shared object
file: No such file or directory
) = 125
[pid  4282] uname({sys="Linux", node="birke", ...}) = 0
<snip>

Neither libatk-bride.so nor libgail.so were found. Any Ideas?

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to