Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
openoffice.org-bin setup problem
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
Bjosch
Tux's lil' helper
Tux's lil' helper


Joined: 04 Feb 2004
Posts: 148

PostPosted: Fri Sep 17, 2004 1:13 pm    Post subject: openoffice.org-bin setup problem Reply with quote

Hello!
I have a problem with openoffice.org on my x86 notebook (not the first time...). Emerging works fine, but when I run it for the first time (doesn't matter if ooffice oosetup, oowriter...) I get the following error message:
Code:
bash-2.05b$ oosetup
running openoffice.org setup...
/usr/bin/oosetup: line 178: 16987 Aborted                 /opt/OpenOffice.org/program/setup ${UPDATEFLAG} -R:/etc/openoffice/autoresponse-1.1.2.conf 1>&/dev/null
setup failed.. abort

My make.conf looks like this (even if I cannot see the problem's origin here):
Code:
CFLAGS="-O2 -march=i686 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
USE="gtk gnome kde qt cups alsa cdr dvd"
LINGUAS="it de"

The Ximian-version works without any problems. Does anybody has an idea what it might be???
Thanks for comments, if you need further information just ask.

PS Please don't propose me the source, I once tried and it absolutely did not work either, it just took me away about two days and filled up my harddisk. :)
Back to top
View user's profile Send private message
supernerd
Tux's lil' helper
Tux's lil' helper


Joined: 23 Feb 2003
Posts: 79

PostPosted: Fri Oct 29, 2004 5:04 pm    Post subject: Reply with quote

Same problem here except with 1.1.3

My error looks like this:
Gnome session manager detected - session management disabled
running openoffice.org setup...
/usr/bin/oosetup: line 178: 31673 Segmentation fault /opt/OpenOffice.org/program/setup ${UPDATEFLAG} -R:/etc/openoffice/autoresponse-1.1.3.conf 1>&/dev/null
_________________
http://www.supernerd.com
Back to top
View user's profile Send private message
supernerd
Tux's lil' helper
Tux's lil' helper


Joined: 23 Feb 2003
Posts: 79

PostPosted: Fri Oct 29, 2004 5:07 pm    Post subject: Reply with quote

the real problem has nothing to do with the oosetup script which is just a wrapper. The problem is that it runs /opt/OpenOffice.org/program/setup which segfaults
_________________
http://www.supernerd.com
Back to top
View user's profile Send private message
stormer
Tux's lil' helper
Tux's lil' helper


Joined: 20 May 2002
Posts: 122
Location: Canada

PostPosted: Fri Oct 29, 2004 5:27 pm    Post subject: Use strace Reply with quote

You realy should run this program with strace:
Code:
strace ooffice


Lot of segfault are caused by files that cannot be open.

You can also try removing your old openoffice setting
Code:
rm -rf  ~/.openoffice

_________________
Stormer :)
Back to top
View user's profile Send private message
Twelc
Tux's lil' helper
Tux's lil' helper


Joined: 26 Apr 2004
Posts: 126

PostPosted: Fri Oct 29, 2004 8:49 pm    Post subject: Reply with quote

I have exactly the same problem with OOo 1.1.3 !
I ran it with strace oosetup and the result :
Code:
$ strace oosetup
execve("/usr/bin/oosetup", ["oosetup"], [/* 56 vars */]) = 0
brk(0)                                  = 0x80e0000
open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file or directory)
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40017000
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=83482, ...}) = 0
old_mmap(NULL, 83482, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40018000
close(3)                                = 0
open("/lib/libdl.so.2", O_RDONLY)       = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0f\33\0\000"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=10324, ...}) = 0
old_mmap(NULL, 12080, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4002d000
old_mmap(0x4002f000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x4002f000
close(3)                                = 0
open("/lib/libc.so.6", O_RDONLY)        = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\1U\1\000"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1169088, ...}) = 0
old_mmap(NULL, 1099428, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x40030000
old_mmap(0x40137000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x106000) = 0x40137000
old_mmap(0x4013a000, 9892, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4013a000
close(3)                                = 0
munmap(0x40018000, 83482)               = 0
open("/dev/urandom", O_RDONLY)          = 3
read(3, "\4\274\371\205", 4)            = 4
close(3)                                = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
open("/dev/tty", O_RDWR|O_NONBLOCK|O_LARGEFILE) = 3
close(3)                                = 0
open("/usr/lib/locale/locale-archive", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=38392864, ...}) = 0
mmap2(NULL, 2097152, PROT_READ, MAP_PRIVATE, 3, 0) = 0x4013d000
mmap2(NULL, 28672, PROT_READ, MAP_PRIVATE, 3, 0x46c) = 0x4033d000
brk(0)                                  = 0x80e0000
brk(0x8101000)                          = 0x8101000
mmap2(NULL, 212992, PROT_READ, MAP_PRIVATE, 3, 0x4c2) = 0x40344000
mmap2(NULL, 4096, PROT_READ, MAP_PRIVATE, 3, 0x4f7) = 0x40378000
close(3)                                = 0
getuid32()                              = 1000
getgid32()                              = 100
geteuid32()                             = 1000
getegid32()                             = 100
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
time(NULL)                              = 1099086327
open("/etc/mtab", O_RDONLY)             = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=361, ...}) = 0
old_mmap(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40379000
read(3, "/dev/hda7 / reiserfs rw 0 0\nnone"..., 131072) = 361
close(3)                                = 0
munmap(0x40379000, 131072)              = 0
open("/proc/meminfo", O_RDONLY)         = 3
fstat64(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40379000
read(3, "MemTotal:       386320 kB\nMemFre"..., 1024) = 572
close(3)                                = 0
munmap(0x40379000, 4096)                = 0
rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGCHLD, {SIG_DFL}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGINT, {SIG_DFL}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0
rt_sigaction(SIGQUIT, {SIG_DFL}, {SIG_DFL}, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigaction(SIGQUIT, {SIG_IGN}, {SIG_DFL}, 8) = 0
uname({sys="Linux", node="june", ...})  = 0
stat64("/home/tim", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
getpid()                                = 15068
getppid()                               = 15067
getpgrp()                               = 15067
rt_sigaction(SIGCHLD, {0x8074b1c, [], 0}, {SIG_DFL}, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
open("/usr/bin/oosetup", O_RDONLY|O_LARGEFILE) = 3
_llseek(3, 0, [0], SEEK_CUR)            = 0
read(3, "#!/bin/sh\n#\n# Wrapper script for"..., 80) = 80
_llseek(3, 0, [0], SEEK_SET)            = 0
getrlimit(RLIMIT_NOFILE, {rlim_cur=1024, rlim_max=1024}) = 0
dup2(3, 255)                            = 255
close(3)                                = 0
fcntl64(255, F_SETFD, FD_CLOEXEC)       = 0
fcntl64(255, F_GETFL)                   = 0x8000 (flags O_RDONLY|O_LARGEFILE)
fstat64(255, {st_mode=S_IFREG|0755, st_size=9478, ...}) = 0
_llseek(255, 0, [0], SEEK_CUR)          = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
read(255, "#!/bin/sh\n#\n# Wrapper script for"..., 8192) = 8192
open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=21544, ...}) = 0
old_mmap(NULL, 21544, PROT_READ, MAP_SHARED, 3, 0) = 0x40379000
close(3)                                = 0
open("/usr/lib/gconv/ISO8859-15.so", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\5\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=7636, ...}) = 0
old_mmap(NULL, 10224, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x4037f000
old_mmap(0x40381000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x40381000
close(3)                                = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
stat64("/etc/openoffice/openoffice.conf", 0xbfffee90) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
stat64("/home/tim/.openoffice/1.1.2", 0xbfffef40) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
stat64("/home/tim/.sversionrc", 0xbfffef40) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
pipe([3, 4])                            = 0
rt_sigprocmask(SIG_BLOCK, [INT CHLD], [RTMIN], 8) = 0
_llseek(255, -5517, [2675], SEEK_CUR)   = 0
fork()                                  = 15069
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
waitpid(-1, [WIFEXITED(s) && WEXITSTATUS(s) == 1], WNOHANG) = 15069
waitpid(-1, 0xbfffea0c, WNOHANG)        = -1 ECHILD (No child processes)
sigreturn()                             = ? (mask now [RTMIN])
rt_sigaction(SIGCHLD, {0x8074b1c, [], 0}, {0x8074b1c, [], 0}, 8) = 0
close(4)                                = 0
read(3, "", 128)                        = 0
close(3)                                = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0
rt_sigaction(SIGINT, {0x8073c37, [], 0}, {SIG_DFL}, 8) = 0
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
rt_sigaction(SIGINT, {SIG_DFL}, {0x8073c37, [], 0}, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
read(255, "if [ $? -eq 2 ] ; then\n  # .sver"..., 8192) = 6803
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
pipe([3, 4])                            = 0
rt_sigprocmask(SIG_BLOCK, [INT CHLD], [RTMIN], 8) = 0
_llseek(255, -6114, [3364], SEEK_CUR)   = 0
fork()                                  = 15070
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
rt_sigaction(SIGCHLD, {0x8074b1c, [], 0}, {0x8074b1c, [], 0}, 8) = 0
close(4)                                = 0
read(3, "7349\n", 128)                  = 5
read(3, "", 128)                        = 0
close(3)                                = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0
rt_sigaction(SIGINT, {0x8073c37, [], 0}, {SIG_DFL}, 8) = 0
waitpid(-1, [WIFEXITED(s) && WEXITSTATUS(s) == 0], 0) = 15070
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
waitpid(-1, 0xbfffea9c, WNOHANG)        = -1 ECHILD (No child processes)
sigreturn()                             = ? (mask now [RTMIN])
rt_sigaction(SIGINT, {SIG_DFL}, {0x8073c37, [], 0}, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
read(255, "if [ -n \"$SMPID\" ] && [ -L /proc"..., 8192) = 6114
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
lstat64("/proc/7349/exe", {st_mode=S_IFLNK|0777, st_size=0, ...}) = 0
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
pipe([3, 4])                            = 0
rt_sigprocmask(SIG_BLOCK, [INT CHLD], [RTMIN], 8) = 0
_llseek(255, -5845, [3633], SEEK_CUR)   = 0
fork()                                  = 15073
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
rt_sigaction(SIGCHLD, {0x8074b1c, [], 0}, {0x8074b1c, [], 0}, 8) = 0
close(4)                                = 0
read(3, "/usr/kde/3.3/bin/kdeinit\n", 128) = 25
read(3, "", 128)                        = 0
close(3)                                = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0
rt_sigaction(SIGINT, {0x8073c37, [], 0}, {SIG_DFL}, 8) = 0
waitpid(-1, [WIFEXITED(s) && WEXITSTATUS(s) == 0], 0) = 15073
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
waitpid(-1, 0xbfffe90c, WNOHANG)        = -1 ECHILD (No child processes)
sigreturn()                             = ? (mask now [RTMIN])
rt_sigaction(SIGINT, {SIG_DFL}, {0x8073c37, [], 0}, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
read(255, "\n##\n## Add known Debian fonts lo"..., 8192) = 5845
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
pipe([3, 4])                            = 0
rt_sigprocmask(SIG_BLOCK, [INT CHLD], [RTMIN], 8) = 0
_llseek(255, -4610, [4868], SEEK_CUR)   = 0
fork()                                  = 15074
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
rt_sigaction(SIGCHLD, {0x8074b1c, [], 0}, {0x8074b1c, [], 0}, 8) = 0
close(4)                                = 0
read(3, "fr-FR@euro\n", 128)            = 11
read(3, "", 128)                        = 0
close(3)                                = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0
rt_sigaction(SIGINT, {0x8073c37, [], 0}, {SIG_DFL}, 8) = 0
waitpid(-1, [WIFEXITED(s) && WEXITSTATUS(s) == 0], 0) = 15074
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
waitpid(-1, 0xbfffea9c, WNOHANG)        = -1 ECHILD (No child processes)
sigreturn()                             = ? (mask now [RTMIN])
rt_sigaction(SIGINT, {SIG_DFL}, {0x8073c37, [], 0}, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
read(255, "\n##\n## install OO for this user "..., 8192) = 4610
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
stat64("/etc/openoffice/autoresponse-1.1.3.conf", {st_mode=S_IFREG|0644, st_size=146, ...}) = 0
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
stat64(".", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
stat64("/usr/kde/3.3/bin/grep", 0xbfffedb0) = -1 ENOENT (No such file or directory)
stat64("/bin/grep", {st_mode=S_IFREG|0755, st_size=73316, ...}) = 0
open("/proc/sys/kernel/ngroups_max", O_RDONLY) = 3
read(3, "65536\n", 31)                  = 6
close(3)                                = 0
old_mmap(NULL, 266240, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40382000
open("/proc/sys/kernel/ngroups_max", O_RDONLY) = 3
read(3, "65536\n", 31)                  = 6
close(3)                                = 0
open("/proc/sys/kernel/ngroups_max", O_RDONLY) = 3
read(3, "65536\n", 31)                  = 6
close(3)                                = 0
getgroups32(65536, [5, 10, 18, 35, 100]) = 5
stat64("/bin/grep", {st_mode=S_IFREG|0755, st_size=73316, ...}) = 0
rt_sigprocmask(SIG_BLOCK, [INT CHLD], [RTMIN], 8) = 0
_llseek(255, -3114, [6364], SEEK_CUR)   = 0
fork()                                  = 15077
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0
rt_sigaction(SIGINT, {0x8073c37, [], 0}, {SIG_DFL}, 8) = 0
waitpid(-1, [WIFEXITED(s) && WEXITSTATUS(s) == 0], 0) = 15077
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
waitpid(-1, 0xbfffebac, WNOHANG)        = -1 ECHILD (No child processes)
sigreturn()                             = ? (mask now [RTMIN])
rt_sigaction(SIGINT, {SIG_DFL}, {0x8073c37, [], 0}, 8) = 0
pipe([3, 4])                            = 0
rt_sigprocmask(SIG_BLOCK, [INT CHLD], [RTMIN], 8) = 0
fork()                                  = 15078
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
rt_sigaction(SIGCHLD, {0x8074b1c, [], 0}, {0x8074b1c, [], 0}, 8) = 0
close(4)                                = 0
read(3, "/home/tim/.openoffice/1.1.3\n", 128) = 28
read(3, "", 128)                        = 0
close(3)                                = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0
rt_sigaction(SIGINT, {0x8073c37, [], 0}, {SIG_DFL}, 8) = 0
waitpid(-1, [WIFEXITED(s) && WEXITSTATUS(s) == 0], 0) = 15078
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
waitpid(-1, 0xbfffe79c, WNOHANG)        = -1 ECHILD (No child processes)
sigreturn()                             = ? (mask now [RTMIN])
rt_sigaction(SIGINT, {SIG_DFL}, {0x8073c37, [], 0}, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [RTMIN], 8) = 0
stat64("/home/tim/.openoffice/1.1.3", 0xbfffec60) = -1 ENOENT (No such file or directory)
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
fstat64(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 3), ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x403c3000
write(1, "running openoffice.org setup...\n", 32running openoffice.org setup...
) = 32
rt_sigprocmask(SIG_BLOCK, [INT CHLD], [RTMIN], 8) = 0
fork()                                  = 15081
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [RTMIN], 8) = 0
rt_sigaction(SIGINT, {0x8073c37, [], 0}, {SIG_DFL}, 8) = 0
waitpid(-1, [WIFSIGNALED(s) && WTERMSIG(s) == SIGSEGV], 0) = 15081
fstat64(2, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 3), ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x403c4000
uname({sys="Linux", node="june", ...})  = 0
open("/usr/share/locale/locale.alias", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=2586, ...}) = 0
old_mmap(NULL, 131072, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x403c5000
read(3, "# Locale name alias data base.\n#"..., 131072) = 2586
read(3, "", 131072)                     = 0
close(3)                                = 0
munmap(0x403c5000, 131072)              = 0
open("/usr/share/locale/fr_FR@euro/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/fr@euro/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/fr_FR/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/share/locale/fr/LC_MESSAGES/libc.mo", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=120881, ...}) = 0
old_mmap(NULL, 120881, PROT_READ, MAP_PRIVATE, 3, 0) = 0x403c5000
close(3)                                = 0
open("/usr/lib/gconv/ISO8859-1.so", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\5\0"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=6024, ...}) = 0
old_mmap(NULL, 8612, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x403e3000
old_mmap(0x403e5000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x403e5000
close(3)                                = 0
write(2, "/usr/bin/oosetup: line 178: 1508"..., 162/usr/bin/oosetup: line 178: 15081 Erreur de segmentation  /opt/OpenOffice.org/program/setup ${UPDATEFLAG} -R:/etc/openoffice/autoresponse-1.1.3.conf 1>&/dev/null
) = 162
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
waitpid(-1, 0xbfffeadc, WNOHANG)        = -1 ECHILD (No child processes)
sigreturn()                             = ? (mask now [RTMIN])
rt_sigaction(SIGINT, {SIG_DFL}, {0x8073c37, [], 0}, 8) = 0
write(1, "setup failed.. abort\n", 21setup failed.. abort
)  = 21
rt_sigprocmask(SIG_SETMASK, [RTMIN], NULL, 8) = 0
munmap(0x403c4000, 4096)                = 0
munmap(0x403c3000, 4096)                = 0
exit_group(1)


Well, I don't know how that helps :D
Back to top
View user's profile Send private message
stormer
Tux's lil' helper
Tux's lil' helper


Joined: 20 May 2002
Posts: 122
Location: Canada

PostPosted: Sat Oct 30, 2004 1:39 pm    Post subject: Missing files Reply with quote

You are missing some french language files, but I don't think this is the problem. Have you looked in bugzilla about /usr/bin/oosetup, which is the program that creates the segfault?
_________________
Stormer :)
Back to top
View user's profile Send private message
Twelc
Tux's lil' helper
Tux's lil' helper


Joined: 26 Apr 2004
Posts: 126

PostPosted: Sat Oct 30, 2004 11:54 pm    Post subject: Reply with quote

well...problem resolved...I compiled it this afternoon :
real 457m3.086s
user 326m55.902s
sys 55m41.722s
Back to top
View user's profile Send private message
cbradney
Apprentice
Apprentice


Joined: 08 May 2003
Posts: 245
Location: Luxembourg

PostPosted: Sun Oct 31, 2004 12:17 pm    Post subject: Reply with quote

I've tried compiling it and using the bin version and I still get the segfault... :S
Back to top
View user's profile Send private message
SatanClaus
n00b
n00b


Joined: 17 Oct 2004
Posts: 33

PostPosted: Sun Nov 07, 2004 9:26 pm    Post subject: Reply with quote

had the same problem...
Code:
chmod o+rw /dev/dri/card0

fixed it. (found it in some bugreport)

cu
SatanClaus
_________________
If you're not strong, you better be smart!
Back to top
View user's profile Send private message
Twelc
Tux's lil' helper
Tux's lil' helper


Joined: 26 Apr 2004
Posts: 126

PostPosted: Sun Nov 07, 2004 9:28 pm    Post subject: Reply with quote

SatanClaus wrote:
had the same problem...
Code:
chmod o+rw /dev/dri/card0

fixed it. (found it in some bugreport)

cu
SatanClaus
How do you do to make it hold ?
Every time I restart X, I have to re-chmod it :(
Back to top
View user's profile Send private message
sancho5
n00b
n00b


Joined: 04 Nov 2003
Posts: 28

PostPosted: Sat Nov 20, 2004 12:12 am    Post subject: Reply with quote

That's good and well, but I'd rather know what the problem is that forces you to change default permissions on a device like that.
Back to top
View user's profile Send private message
Twelc
Tux's lil' helper
Tux's lil' helper


Joined: 26 Apr 2004
Posts: 126

PostPosted: Sat Nov 20, 2004 11:31 pm    Post subject: Reply with quote

Quote:
but I'd rather know what the problem is that forces you to change default permissions on a device like that.
Because the user does not have permission to that device therefore cannot use it.

Instead of chmod - A solution was given on this forum - in xorg.conf
Section "DRI"
mode 0666
EndSection
Back to top
View user's profile Send private message
zinion
Guru
Guru


Joined: 27 Oct 2004
Posts: 541
Location: Ruhgebietshausen

PostPosted: Tue Feb 08, 2005 9:33 am    Post subject: Reply with quote

I have exactly this problem but I don't have any /dev/dri so the fix doesn't help me.

I have dri loaded in X and using nvagp "2" (agpgart). My drivers are version 6629...

Can anybody tell me how to even get a /dev/dri?

(running 64bit-gentoo)
_________________
Es ist schön und warm
hier im Gentoo-Land
Back to top
View user's profile Send private message
Ijo
n00b
n00b


Joined: 22 Jul 2003
Posts: 68

PostPosted: Sun Mar 20, 2005 9:06 pm    Post subject: Reply with quote

zinion wrote:
I have exactly this problem but I don't have any /dev/dri so the fix doesn't help me.

I have dri loaded in X and using nvagp "2" (agpgart). My drivers are version 6629...

Can anybody tell me how to even get a /dev/dri?

(running 64bit-gentoo)


I tried to use ooffice today (several days since I didn't use it) and sudenly 'segfault'. Looking into several threads looks like i'm having similar problem. I use ooffice-bin 1.1.3, amd64, nvidia 6629, agpgart and amd64_agp, and probably it's due to one the the latest changes I've done, but can't find the solution.

Have you found anything?

thanks
Back to top
View user's profile Send private message
topcat
n00b
n00b


Joined: 17 Nov 2003
Posts: 10

PostPosted: Sat Apr 23, 2005 12:27 am    Post subject: libpthread-0.10.so which shouldn't be there Reply with quote

Ijo wrote:

I tried to use ooffice today (several days since I didn't use it) and sudenly 'segfault'. Looking into several threads looks like i'm having similar problem. I use ooffice-bin 1.1.3, amd64, nvidia 6629, agpgart and amd64_agp, and probably it's due to one the the latest changes I've done, but can't find the solution.


I have a very similar system (no /dev/dri) and I had the same problem with openoffice-bin. I tried all of the solutions in the forums, and I also was not successful, until trying to address another problem I found...

https://bugs.gentoo.org/show_bug.cgi?id=80113#c14

I had a stale libpthread-0.10.so that openoffice was finding. So...

Code:
mv /lib/libpthread-0.10.so /tmp
mv /lib/libpthread.so /tmp
ldconfig


and openoffice works. I moved the libpthread-0.10.so and the link just in case I was wrong. :P

Still haven't solved my problem with glibc. :(
Back to top
View user's profile Send private message
augury
l33t
l33t


Joined: 22 May 2004
Posts: 722
Location: philadelphia

PostPosted: Sat Apr 23, 2005 10:10 am    Post subject: Reply with quote

there is no dri support for nvidia since they wont release development documentation for the cards.
Back to top
View user's profile Send private message
Ijo
n00b
n00b


Joined: 22 Jul 2003
Posts: 68

PostPosted: Sat Apr 23, 2005 10:28 am    Post subject: Reply with quote

Please take a look at my post at:

https://forums.gentoo.org/viewtopic-t-313449.html

I found how to solve the issue.

Also note that nvidia is 100% supported. I have nvidia and it's definetly the best linux supported drivers.
Back to top
View user's profile Send private message
augury
l33t
l33t


Joined: 22 May 2004
Posts: 722
Location: philadelphia

PostPosted: Sun Apr 24, 2005 12:05 am    Post subject: Reply with quote

compared to many of the manufactures they do have good performance and the drivers that they issue aren't all that bad compared to the windows drivers.
they've completely written off the fx5700 vivo support and abandoned the other fx vivo's if you even concider the hack that was running them to begin with support, which the 1.4+ drivers now block in the name of some kind of security. i believe in secure computing, but that not computing -- at all. and yet they feel its appropriate for the binarys that do work to page fault the kernel and be patched along by distros such as gentoo and developers whose users are critically dependent upon, well, video without much more than firmware updates. a large part of their motivation comes from windows hysteria and m$ money. opengl gets little attention from nvidia and not because it couldn't or doesnt work or never did work, its because opengls future on a winnie is being laughed at by people like steve palmer. sure he was born a horses ass but he's going to pay hard cash money to push linux of the desktop, off the lan and into obscurity along with all previous windows whatever editions in the not too distant future. they hardly make enough money on the 2000's servers to pay the aging baffoons who write it and 'xp' hardly making much money on oem box's since the manufactures have to be forcefully bribed into providing windows, windows, windows. if they could provide a linux why dont manufactures like dell, gateway, go ahead -- give me dos for all i care -- charge me the same as someone with ms office professional. wall-mart did. of course they dont manufacture the systems and when the hardwares that cheap. whos going to drown in the overhead of an os.
hp's got linux system
http://www.msnbc.msn.com/id/5831949/
stick out like a sore thumb
http://h10010.www1.hp.com/wwpc/pscmisc/vac/us/en/sm/notebooks/solutions_notebooks.html
reading tech reports a year ago youd 've though every virus ever written originated on the exotic hardware of clandestine hacker who ran their systems on bios and mini-thins. when was the last time a rouge application made attempts to sieze control of your agp bus. and if it did with almost no non-workstation even having a agp bus it would be a little premature to up and cock block the whole thing. without the nvidia glx i get four in glgears. i might pull a riva out of my ass but this box say dri, was i wet?
Back to top
View user's profile Send private message
esoteriskdk
Tux's lil' helper
Tux's lil' helper


Joined: 15 Feb 2004
Posts: 92
Location: Denmark

PostPosted: Tue Aug 30, 2005 2:55 pm    Post subject: Reply with quote

Nothing in this thread helps, nor does it help to downgrade the emul-libs. See my post here

Open Office runs perfectly if I run it as root, but segfaults if I run it as a user.

Code:
ikon@alpha ~ $ ooffice
running openoffice.org setup...
/usr/bin/ooffice: line 147:  1540 Segmentation fault      /opt/OpenOffice.org/program/setup -R:/etc/openoffice/autoresponse-1.1.4.conf >&/dev/null
setup failed.. abort


I realise that the 32bit glibc libs are now provided by glibc itself, but to be honest I think it's just a matter of permissions (don't have /dev/dri either). One thing could be that I'm using LDAP to authenticate.
Back to top
View user's profile Send private message
esoteriskdk
Tux's lil' helper
Tux's lil' helper


Joined: 15 Feb 2004
Posts: 92
Location: Denmark

PostPosted: Wed Aug 31, 2005 8:58 am    Post subject: Reply with quote

Okay solved, but with one heck of a workaround. It was infact a LDAP problem/bug.

Se my post here:
https://forums.gentoo.org/viewtopic-p-2689458.html
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum