From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MXlZq-000780-WF for garchives@archives.gentoo.org; Mon, 03 Aug 2009 00:38:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37300E0497; Mon, 3 Aug 2009 00:38:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id EEF93E0497 for ; Mon, 3 Aug 2009 00:38:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 9430B66899 for ; Mon, 3 Aug 2009 00:38:56 +0000 (UTC) X-Virus-Scanned: amavisd-new at gentoo.org X-Spam-Score: -2.986 X-Spam-Level: X-Spam-Status: No, score=-2.986 required=5.5 tests=[AWL=0.613, BAYES_00=-2.599, RCVD_IN_DNSWL_LOW=-1] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id apuTt1Ph3oon for ; Mon, 3 Aug 2009 00:38:50 +0000 (UTC) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 857EF663DA for ; Mon, 3 Aug 2009 00:38:50 +0000 (UTC) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MXlZf-0004tD-5m for gentoo-user@gentoo.org; Mon, 03 Aug 2009 00:38:47 +0000 Received: from buffer.net ([24.73.161.102]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Aug 2009 00:38:47 +0000 Received: from wireless by buffer.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 03 Aug 2009 00:38:47 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: James Subject: [gentoo-user] Re: Java jdk Date: Mon, 3 Aug 2009 00:38:32 +0000 (UTC) Message-ID: References: <4A75FDBC.3050208@gmail.com> <20090803062357.62b95b39@coercion> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: main.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 24.73.161.102 (Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.22) Gecko/20090708 SeaMonkey/1.1.17) Sender: news X-Archives-Salt: b871b61d-1f3c-4d69-ae8a-ad0cb8ae8b1b X-Archives-Hash: 203f9675728d2e95b42f2d884e46d496 Mike Kazantsev gmail.com> writes: > emerge -1 dev-util/strace && strace -f ooffice 2>strace.log > grep -2 -e EACCES -e EPERM strace.log > tail -500 strace.log | less (to see what happened last) OK, Here are the bottom lines: [pid 28034] stat("/usr/lib64/openoffice/program/../share/uno_packages/cache/ registry/com.sun.star.comp.deployment.configuration. PackageRegistryBackend/registry/data/org/openoffice/Office/Common.xcu", 0x7fff6244c020) = -1 EACCES (Permission denied) [pid 28034] lseek(26, 4300, SEEK_SET) = 4300 [pid 28034] lseek(26, 0, SEEK_CUR) = 4300 -- [pid 28034] access("/usr/lib64/openoffice/share/registry/modules/org/openoffice/Setup", F_OK) = 0 [pid 28034] lstat("/usr/lib64/openoffice/share/registry/modules/org/openoffice/Setup", {st_mode=S_IFDIR|0755, st_size=80, ...}) = 0 [pid 28034] access("/usr/lib64/openoffice/program/../share/uno_packages/cache/registry/ com.sun.star.comp.deployment.configuration.PackageRegistryBackend/registry/ data/org/openoffice", F_OK) = -1 EACCES (Permission denied) [pid 28034] access("/home/james/.ooo3/user/uno_packages/cache/registry/ com.sun.star.comp.deployment.configuration.PackageRegistryBackend/ registry/data/org/openoffice", F_OK) = -1 ENOENT (No such file or directory) [pid 28034] access("/home/james/.ooo3/user/registry/data/org/openoffice", F_OK) = -1 ENOENT (No such file or directory) -- [pid 28034] fcntl(27, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=0, len=0}) = 0 [pid 28034] close(27) = 0 [pid 28034] stat("/usr/lib64/openoffice/program/../share/uno_packages/cache/registry/ com.sun.star.comp.deployment.configuration.PackageRegistryBackend/ registry/data/org/openoffice/Setup.xcu", 0x7fff6244bd80) = -1 EACCES (Permission denied) [pid 28034] open("/usr/lib64/openoffice/program/../basis-link/program/libexlinkli.so", O_RDONLY) = -1 ENOENT (No such file or directory) [pid 28034] open("/usr/lib64/openoffice/program/../basis-link/program/libpackage2.so", O_RDONLY) = 27 james@sliver ~ $ tail -500 strace.log | less james@sliver ~ $ tail -f strace.log Process 28003 detached <... wait4 resumed> [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 28003 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 --- SIGCHLD (Child exited) @ 0 (0) --- wait4(-1, 0x7fffde7b2ce4, WNOHANG, NULL) = -1 ECHILD (No child processes) rt_sigreturn(0xffffffffffffffff) = 0 rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7f72d5e20270}, {0x438d90, [], SA_RESTORER, 0x7f72d5e20270}, 8) = 0 rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0 read(255, ""..., 71) = 0 exit_group(0) = ?