Re: [gentoo-user] Any ideas on this compile failure?

2009-01-25 Thread Daniel Troeder
Am Samstag, den 24.01.2009, 08:47 -0800 schrieb Grant:
 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

-- 
PGP key @ http://pgpkeys.pca.dfn.de/pks/lookup?search=0xBB9D4887op=get
# gpg --recv-keys --keyserver hkp://subkeys.pgp.net 0xBB9D4887



signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: [gentoo-user] Any ideas on this compile failure?

2009-01-25 Thread Grant
 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