>> Do I really need to disable all hardened features whenever I want to
>> emerge mono?
>>
>>  * If you are using any hardening features such as
>>  * PIE+SSP/SELinux/grsec/PAX then most probably this is the reason
>>  * why build has failed. In this case turn any active security
>>  * enhancements off and try emerging the package again
>>
>> - Grant
>
> If you've enabled PAX_SOFTMODE in your kernel config you can simply turn on
> softmode temporarily:
>
> echo 1 > /proc/sys/kernel/pax/softmode
> compile mono
> echo 0 > /proc/sys/kernel/pax/softmode

I get:

# echo 1 > /proc/sys/kernel/pax/softmode
-su: /proc/sys/kernel/pax/softmode: No such file or directory

So I need to either enable softmode in my kernel or remove hardened
features to compile mono?

- Grant


> fwiw mono tends to only get new stable-marked packages every 6 months or so.
>
> Gordon Malm (gengor)

Reply via email to