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 <gentoo-user+bounces-136739-garchives=archives.gentoo.org@lists.gentoo.org>) id 1SAPPv-0000rp-Cc for garchives@archives.gentoo.org; Wed, 21 Mar 2012 17:33:48 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE2C4E067D; Wed, 21 Mar 2012 17:33:37 +0000 (UTC) Received: from homiemail-a57.g.dreamhost.com (caibbdcaaaaf.dreamhost.com [208.113.200.5]) by pigeon.gentoo.org (Postfix) with ESMTP id 3AA6BE0A97 for <gentoo-user@lists.gentoo.org>; Wed, 21 Mar 2012 17:32:34 +0000 (UTC) Received: from homiemail-a57.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a57.g.dreamhost.com (Postfix) with ESMTP id 96BD3208078 for <gentoo-user@lists.gentoo.org>; Wed, 21 Mar 2012 10:32:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=libertytrek.org; h=message-id :date:from:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s= libertytrek.org; b=b+kNJ25V0eENYNkEwurD+NzKOEvGjjyBP+1tJR6CyMuLi KRZ1l2rmznXYYcTCu4504Z0onPzfX/c86rmk8qDYl1+B8cUlY+JUXXZ4Hu97jMhT 5lDK26NV8WOym3mYTWgiC0fNfQE3w0re2HXjMdqcH7pKtOMjqc2k7AZ/fqe2mE= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=libertytrek.org; h= message-id:date:from:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; s= libertytrek.org; bh=gYvTfl1Pzh3ofMqVBvSgg2a04fc=; b=guDhTgsORLv6 X94nmMboDfNW/LcyHwgCtNB95yUAyxW9pPWN1IzYXIbUtmrPZEddvwQySdgW/iry 1AU56HOvYcvTR8jNS819zpLnZuf+bBmNE4S9ttA4abQCNqn+S3uAcI24iUi6O3vx qkFbeCM4MCcLZGlkKEO2GLw3k7zZdwI= Received: from [127.0.0.1] (50-76-228-201-static.hfc.comcastbusiness.net [50.76.228.201]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: tanstaafl@libertytrek.org) by homiemail-a57.g.dreamhost.com (Postfix) with ESMTPSA id 631CD208073 for <gentoo-user@lists.gentoo.org>; Wed, 21 Mar 2012 10:32:33 -0700 (PDT) Message-ID: <4F6A10AE.40606@libertytrek.org> Date: Wed, 21 Mar 2012 13:32:30 -0400 From: Tanstaafl <tanstaafl@libertytrek.org> User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Dovecot 2.1.3 fails to compile References: <4F69CBD2.2050500@libertytrek.org> <20120321162344.0be006d2@khamul.example.com> <4F69EC25.70006@libertytrek.org> <20120321180937.7caf53d8@khamul.example.com> In-Reply-To: <20120321180937.7caf53d8@khamul.example.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: b8995aa6-a677-4b2d-b1c5-fd571f6dde3e X-Archives-Hash: 418b974e3d7c4f69bde7cbabedb1e5c8 On 2012-03-21 12:09 PM, Alan McKinnon <alan.mckinnon@gmail.com> wrote: > On Wed, 21 Mar 2012 10:56:37 -0400 Tanstaafl wrote: >> When I tried updating dovecot, it *successfully* emerged the clucene >> update first (it was already installed), then the dovecot build >> failed with the error... > It's quite simple as it turns out. dev-cpp/clucene changed the name of > > /usr/include/CLucene/clucene-config.h > > to > > /usr/include/CLucene/CLConfig.h > > As a quick nasty test I made a symlink, but that produced a gigantic > amount of build errors later on. > > I reckon you should file a bug and meanwhile downgrade&mask clucene Done: https://bugs.gentoo.org/show_bug.cgi?id=409205 Thanks! But I reckon if I'd have looked more closely, I could have figured that one out for myself - guess I'm just too used to *not* being able to figure these out myself... ;)