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-136712-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1SAKpv-0006mZ-Io
	for garchives@archives.gentoo.org; Wed, 21 Mar 2012 12:40:21 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id D7630E0B3D;
	Wed, 21 Mar 2012 12:40:03 +0000 (UTC)
Received: from homiemail-a42.g.dreamhost.com (caibbdcaaaaf.dreamhost.com [208.113.200.5])
	by pigeon.gentoo.org (Postfix) with ESMTP id 606A5E0777
	for <gentoo-user@lists.gentoo.org>; Wed, 21 Mar 2012 12:38:44 +0000 (UTC)
Received: from homiemail-a42.g.dreamhost.com (localhost [127.0.0.1])
	by homiemail-a42.g.dreamhost.com (Postfix) with ESMTP id 6B84868C05F
	for <gentoo-user@lists.gentoo.org>; Wed, 21 Mar 2012 05:38:43 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; c=nofws; d=libertytrek.org; h=message-id
	:date:from:mime-version:to:subject:content-type:
	content-transfer-encoding; q=dns; s=libertytrek.org; b=iWEd9sfAS
	wdIwU0RpMQqqfulIcQjnR6NQjAUKilYfT//q8SNNVlfoRr1soMQZS5gZlaqqF97S
	aUwuhztHbH7bGXWtn6kKA+Eevp+LAuaOdDLfe6eTKWDVWuw0I2ja6q8hXunNiaoh
	V8FPqLA5LmapYV1RCl83Xyyd65sPRLADu0=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=libertytrek.org; h=
	message-id:date:from:mime-version:to:subject:content-type:
	content-transfer-encoding; s=libertytrek.org; bh=JFgASx7fMLN80Zq
	SpXawwm7kCBE=; b=tcM2AFDR71mDywPKnaeAV7VjycsbtBnMoOFnWc/GaJUjR6Y
	4yQtt26IXcQyCZYS5TMGXYaW7OQHhirPQlGp+qWo5KbzoZzmX7fvtNalAhH3F0EN
	Ow6wEJebum9JaluNItvqHTUHC8zxlGX/4wERBnf//AKVVR6SI7OwHzSWn5C4=
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-a42.g.dreamhost.com (Postfix) with ESMTPSA id DA77F68C05B
	for <gentoo-user@lists.gentoo.org>; Wed, 21 Mar 2012 05:38:42 -0700 (PDT)
Message-ID: <4F69CBD2.2050500@libertytrek.org>
Date: Wed, 21 Mar 2012 08:38:42 -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: [gentoo-user] Dovecot 2.1.3 fails to compile
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Archives-Salt: 18744692-106f-4c39-a63c-652355644afa
X-Archives-Hash: fd9c1e370f937dc5143d5f2fe058f570

With this error:

In file included from /usr/include/CLucene/StdHeader.h:20:0,
                  from /usr/include/CLucene.h:11,
                  from lucene-wrapper.cc:23:
/usr/include/CLucene/SharedHeader.h:18:36: fatal error: 
CLucene/clucene-config.h: No such file or directory
compilation terminated.
make[4]: *** [lucene-wrapper.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory 
`/var/tmp/portage/net-mail/dovecot-2.1.3/work/dovecot-2.1.3/src/plugins/fts-lucene'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory 
`/var/tmp/portage/net-mail/dovecot-2.1.3/work/dovecot-2.1.3/src/plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory 
`/var/tmp/portage/net-mail/dovecot-2.1.3/work/dovecot-2.1.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/var/tmp/portage/net-mail/dovecot-2.1.3/work/dovecot-2.1.3'
make: *** [all] Error 2
  * ERROR: net-mail/dovecot-2.1.3 failed (compile phase):
  *   emake failed

Any ideas?