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 1LabUD-0003UH-6u for garchives@archives.gentoo.org; Fri, 20 Feb 2009 19:56:37 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F117E02C8; Fri, 20 Feb 2009 19:56:16 +0000 (UTC) Received: from mail-bw0-f157.google.com (mail-bw0-f157.google.com [209.85.218.157]) by pigeon.gentoo.org (Postfix) with ESMTP id 49EDDE02C8 for ; Fri, 20 Feb 2009 19:56:16 +0000 (UTC) Received: by bwz1 with SMTP id 1so2908482bwz.10 for ; Fri, 20 Feb 2009 11:56:15 -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=VdJXToJb7k7El5OgjeuQPg9W1fIIXujHl1qetTt7yc4=; b=Kb5Cc+eEbKjalPIwouevhaMk2p0qOGEv7NMqFQgu/epm9tmD1EMInFAR2Q9NEl/pY3 wmIP6hPP1dKe4UsYXXcNWAHfZdvDg/ubtgVxlk3KJqXVWxfXExO1Yz/FGHfD1EdJ9Gdh VVcJDvsUUdo/KaI+kpq/mKuI/f3mePxjNhIl4= 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=fW5vYaD/gjcVm3CpmxGR5fvPtAMobvV2dE9JNgSIYaWVkRWYEt0lEOoZLMKPJ5W4Wv NCbpkQ08qiVTe0RreK471St7ku6P3Pb+t16yYR6S/jDjat5izI64DHFLTquYuxWqyveN LPvZ42//38xjZs2az/v5rWcfqKooD8cFv65eg= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-hardened@lists.gentoo.org Reply-to: gentoo-hardened@lists.gentoo.org MIME-Version: 1.0 Received: by 10.180.222.14 with SMTP id u14mr389500bkg.141.1235159775502; Fri, 20 Feb 2009 11:56:15 -0800 (PST) In-Reply-To: <200902130823.49479.gengor@gentoo.org> References: <49bf44f10902121418m203b6451uad00972193b8004b@mail.gmail.com> <200902130823.49479.gengor@gentoo.org> Date: Fri, 20 Feb 2009 11:56:15 -0800 Message-ID: <49bf44f10902201156p627c559ei7375126d920fe7bf@mail.gmail.com> Subject: Re: [gentoo-hardened] mono fails to build with a hardened error From: Grant To: gentoo-hardened@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: a5603e32-471b-49db-9bdd-d460b78b4121 X-Archives-Hash: a3319888291eb07ac2a1a54e2a0914f4 >> 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 > > fwiw mono tends to only get new stable-marked packages every 6 months or so. > > Gordon Malm (gengor) Worked perfectly, thank you. - Grant