From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LR6Fz-00023Z-5w for garchives@archives.gentoo.org; Sun, 25 Jan 2009 14:46:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37637E060D; Sun, 25 Jan 2009 14:46:36 +0000 (UTC) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.188]) by pigeon.gentoo.org (Postfix) with ESMTP id E9B2BE060D for ; Sun, 25 Jan 2009 14:46:35 +0000 (UTC) Received: by fk-out-0910.google.com with SMTP id z23so2239265fkz.2 for ; Sun, 25 Jan 2009 06:46:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=lEJuT/1ZrGCxFP1bMCsijJBrbUnYlQUyKBeZWlE8hSE=; b=f9Ujj0BJkvkRErOqVTyMwaN2fBuBcJ2+kLsM96tLhXOmPNeGE5SBymB2OCND8vqqSA 39gte1GqmzqZ2w0bX+nJli8h9PA6roVovLNQHQjYfV40t0d+jhUGxiL2zI9S+1RNu9Id d/yPbi4gSbBzFmH1SLuwqp26DbXLspvbFa3EI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=Ke44aesISgv8PDIobr/5Yduhi2xjBDofnzbBxnFLNmq4TbR3RMFMAv8+w0e/xB/GzW cqabbDDCdkV4rkzSNV0uLfb3RzgpFnpwnKlmpkAzoIFG21efcyG+NsU/gFc5IrjAX2mI VqlysfGEK2SwOZQ1PpqJT3ba367tD+yXbiZxM= 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 Received: by 10.181.240.7 with SMTP id s7mr332520bkr.110.1232894795095; Sun, 25 Jan 2009 06:46:35 -0800 (PST) In-Reply-To: <1232875169.7748.6.camel@maya.local> References: <49bf44f10901240847u6c171b37i12ec0565c278e7c1@mail.gmail.com> <1232875169.7748.6.camel@maya.local> Date: Sun, 25 Jan 2009 06:46:35 -0800 Message-ID: <49bf44f10901250646q5dccace9me9bec6881e270407@mail.gmail.com> Subject: Re: [gentoo-user] Any ideas on this compile failure? From: Grant To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 5a8c8a5d-453e-4aa6-b8b8-539adcc6e5c7 X-Archives-Hash: 36885f1838d8958f537f1dcaedbd402e >> Does anyone have any ideas on this compile failure? It's for icedtea6 >> from the java-overlay: >> >> cd linux_amd64_compiler2/product && ./test_gamma >> ./test_gamma: line 10: 10518 Killed ./${gamma:-gamma} > How come that program (shell script?) got killed? > Are you maybe running hardend? I had that kind of problem often, when a > binary tries to do something forbidden (by PaX). In that case I found > something in the kernel log (dmesg, /var/log/kern.log). > My only idea, cause I don't know icedtea6 :) > > Bye, > Daniel Thanks Daniel, I am running hardened so you're probably right. I need to remember to check dmesg in this situation. - Grant