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



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=0xBB9D4887&op=get
# gpg --recv-keys --keyserver hkp://subkeys.pgp.net 0xBB9D4887



signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


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

2009-01-24 Thread Grant
Does anyone have any ideas on this compile failure?  It's for icedtea6
from the java-overlay:

make[7]: Leaving directory
`/var/tmp/portage/dev-java/icedtea6-1.3.1-r2/work/icedtea6-1.3.1/openjdk/control/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product'
make[6]: Leaving directory
`/var/tmp/portage/dev-java/icedtea6-1.3.1-r2/work/icedtea6-1.3.1/openjdk/control/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product'
All done.
make[5]: Leaving directory
`/var/tmp/portage/dev-java/icedtea6-1.3.1-r2/work/icedtea6-1.3.1/openjdk/control/build/linux-amd64/hotspot/outputdir/linux_amd64_compiler2/product'
cd linux_amd64_compiler2/product && ./test_gamma
./test_gamma: line 10: 10518 Killed  ./${gamma:-gamma}
-Xbatch -showversion Queens < /dev/null
make[4]: *** [product] Error 137
make[4]: Leaving directory
`/var/tmp/portage/dev-java/icedtea6-1.3.1-r2/work/icedtea6-1.3.1/openjdk/control/build/linux-amd64/hotspot/outputdir'
make[3]: *** [generic_build2] Error 2
make[3]: Leaving directory
`/var/tmp/portage/dev-java/icedtea6-1.3.1-r2/work/icedtea6-1.3.1/openjdk/hotspot/make'
make[2]: *** [product] Error 2
make[2]: Leaving directory
`/var/tmp/portage/dev-java/icedtea6-1.3.1-r2/work/icedtea6-1.3.1/openjdk/hotspot/make'
make[1]: *** [hotspot-build] Error 2
make[1]: Leaving directory
`/var/tmp/portage/dev-java/icedtea6-1.3.1-r2/work/icedtea6-1.3.1/openjdk/control/make'
make: *** [stamps/icedtea.stamp] Error 2

- Grant