From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1N2ylA-0007ef-5T for garchives@archives.gentoo.org; Wed, 28 Oct 2009 02:59:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C38C7E087E; Wed, 28 Oct 2009 02:59:38 +0000 (UTC) Received: from cdptpa-omtalb.mail.rr.com (cdptpa-omtalb.mail.rr.com [75.180.132.122]) by pigeon.gentoo.org (Postfix) with ESMTP id 82ACCE087E for ; Wed, 28 Oct 2009 02:59:38 +0000 (UTC) Received: from basement.kutulu.org ([97.103.123.104]) by cdptpa-omta01.mail.rr.com with ESMTP id <20091028025938137.WMVI5890@cdptpa-omta01.mail.rr.com> for ; Wed, 28 Oct 2009 02:59:38 +0000 Received: by basement.kutulu.org (Postfix, from userid 1002) id A5F597D80A0; Tue, 27 Oct 2009 22:59:37 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.2.5-gr0 (2008-06-10) on basement X-Spam-Level: X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.2.5-gr0 Received: from [127.0.0.1] (unknown [192.168.69.4]) by basement.kutulu.org (Postfix) with ESMTP id 7B2BC7D80A0 for ; Tue, 27 Oct 2009 22:59:37 -0400 (EDT) Message-ID: <4AE7B398.3070509@kutulu.org> Date: Tue, 27 Oct 2009 22:59:36 -0400 From: Mike Edenfield User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.4pre) Gecko/20090915 Thunderbird/3.0b4 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 To: gentoo-hardened@lists.gentoo.org Subject: Re: [gentoo-hardened] gcc-4.3.4 stabilized for a hardened profile? References: <49bf44f10910180842t3d34efd5h20af2a937d75bb1c@mail.gmail.com> <4ADB623D.4040204@orlitzky.com> <49bf44f10910271153p76c152edw2f839c134e467117@mail.gmail.com> <4AE750B4.5030909@orlitzky.com> <4AE77924.7030109@gmail.com> In-Reply-To: <4AE77924.7030109@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: a6b01ab2-c6a1-4f2f-a3f9-c7da85105e21 X-Archives-Hash: 642ca6730c0da61b272dbfec34611971 On 10/27/2009 6:50 PM, Pavel Labushev wrote: > Michael Orlitzky wrote: > >> using hardened for a desktop machine. A few packages, e.g. > >> * Mplayer >> * OpenOffice > > There wasn't a /single/ failure on x86 with these two for me, despite I > compiled it with 3.4.6/4.1.2/4.3.3 - all are hardened and allways with > SSP flags enabled in specs. So at least it worth a try before switching > to vanilla compilers. Both of these fail for me on hardened amd64, though my admittedly sketchy memory tells me both built fine when I was running hardened x86 on the same hardware a few months back. The mplayer failure is the same one that's always caused problems for SSP -- running out of registers in parts of the assembly code. The OOo build fails on three separate steps for three seemingly unrelated reasons, none of which I have had time to chase down. --Mike