Gentoo Archives: gentoo-user

From: Grant <emailgrant@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Any ideas on this compile failure?
Date: Sun, 25 Jan 2009 14:46:39
Message-Id: 49bf44f10901250646q5dccace9me9bec6881e270407@mail.gmail.com
In Reply to: Re: [gentoo-user] Any ideas on this compile failure? by Daniel Troeder
1 >> Does anyone have any ideas on this compile failure? It's for icedtea6
2 >> from the java-overlay:
3 >>
4 >> cd linux_amd64_compiler2/product && ./test_gamma
5 >> ./test_gamma: line 10: 10518 Killed ./${gamma:-gamma}
6 > How come that program (shell script?) got killed?
7 > Are you maybe running hardend? I had that kind of problem often, when a
8 > binary tries to do something forbidden (by PaX). In that case I found
9 > something in the kernel log (dmesg, /var/log/kern.log).
10 > My only idea, cause I don't know icedtea6 :)
11 >
12 > Bye,
13 > Daniel
14
15 Thanks Daniel, I am running hardened so you're probably right. I need
16 to remember to check dmesg in this situation.
17
18 - Grant