From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1GmvN4-0004HG-Uq for garchives@archives.gentoo.org; Wed, 22 Nov 2006 16:54:51 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.8) with SMTP id kAMGqjQL013544; Wed, 22 Nov 2006 16:52:45 GMT Received: from smtp.nildram.co.uk (smtp1.nildram.co.uk [195.149.33.74]) by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id kAMGqiA8020117 for ; Wed, 22 Nov 2006 16:52:45 GMT Received: from wstn.prhnet (prh.gotadsl.co.uk [81.6.251.123]) by smtp.nildram.co.uk (Postfix) with ESMTP id A762355E84; Wed, 22 Nov 2006 16:28:34 +0000 (GMT) From: Peter Humphrey To: gentoo-amd64@lists.gentoo.org Subject: [gentoo-amd64] Another package that doesn't like GCC 4 Date: Wed, 22 Nov 2006 16:28:32 +0000 User-Agent: KMail/1.9.5 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200611221628.33584.prh@gotadsl.co.uk> X-Archives-Salt: f2287b4e-6289-48e9-9c9d-096e3bfdd8dc X-Archives-Hash: dbddea328ee3bd77f0c3ea8ba2acb08d I've just tried: # USE=-ldap emerge gnupg and got a compilation failure (wrong format of parameters passed to functions). So I created a file thus: # cat /etc/portage/env/app-crypt/gnupg CFLAGS=${CFLAGS//-combine} and tried again and got the same result. Just to be sure, I emerged gnupg with the ldap USE flag and that same env file, and it worked ok. I thought it should, since that's the same as the existing version. Next I changed the env file thus: # cat /etc/portage/env/app-crypt/gnupg CFLAGS="-march=k8 -O2 -pipe" CXXFLAGS="${CFLAGS}" Now gnupg compiled just fine with USE=-ldap. So now I suppose I have a lot of CFLAGS to juggle to find out which one hurts gnupg so that I can report it. Unless anyone else has already done the work, of course... -- Rgds Peter -- gentoo-amd64@gentoo.org mailing list