X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:subject:from:to:date:in-reply-to
	:references:content-type:mime-version:content-transfer-encoding;
	 q=dns; s=default; b=L5cezCIgfMuxiqBqurWpyn8P9+NowyzEgeY9sNzIkxg
	aYBflFi5xrIjYI66SZf1G3VkhvXaLtq1VDaOYVjeWd8/OjuZZddjki5CjO9h2Hwd
	30OcwQQo2A3M+7ArntHd2j2pGo5gYltPny/8jycQGuVxVw+izkAXjc5vfPmTCaM0
	=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:subject:from:to:date:in-reply-to
	:references:content-type:mime-version:content-transfer-encoding;
	 s=default; bh=r91pI6VOeHA/EkKCLO8Oc1cyAEE=; b=rLrOjAtzZ71JGbq7V
	33KARDPpFlcUXAWJ6tZnVJp84hgxkMtF4OK0e4DS1zL+NG+w3aAcuU1fkNDNzwUU
	tzxyOWIgWzoBkqtetpV4rkulhikBY81ZN13to/R+F0XYMNh5BLQ0zBgVFst87qhx
	1pCT0Fg80DbcpJNZFNQmBIJzTQ=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.2
X-HELO: mx1.redhat.com
Message-ID: <1426801322.12464.128.camel@cygwin.com>
Subject: Re: Notmuch mail indexer - talloc requirement?
From: Yaakov Selkowitz <yselkowitz@cygwin.com>
To: cygwin@cygwin.com
Date: Thu, 19 Mar 2015 16:42:02 -0500
In-Reply-To: <20150319200344.GA23033@calimero.vinschen.de>
References: 	<1426723949.184450.242289365.2B23F3DB@webmail.messagingengine.com>	 <20150319083606.GB8398@calimero.vinschen.de>	 <1426776809.489317.242555749.100E8685@webmail.messagingengine.com>	 <20150319200344.GA23033@calimero.vinschen.de>
Content-Type: text/plain; charset="UTF-8"
Mime-Version: 1.0
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

On Thu, 2015-03-19 at 21:03 +0100, Corinna Vinschen wrote:
> On Mar 19 10:53, joefromct@fastmail.com wrote:
> > On Thu, Mar 19, 2015, at 04:36 AM, Corinna Vinschen wrote:
> > > On Mar 18 20:12, Joe Rochette wrote:
> > > > Any ideas on what might be the issue?  Is anyone running notmuch (or
> > > > talloc) for anything out there?
> > > 
> > > Looks like a simple path problem in Makefile.  It just can't find
> > > the lib when linking.
> >  
> > Ok, thanks for the hint.  Any idea on how i should go about correcting
> > this?  I have no idea where -ltalloc should be... but i'm assuming i can
> > link it with ld before the make?
> 
> IIUC you're *building* talloc, so I assume the link lib is
> part of the build directory.  I can't tell you why it doesn't
> find the lib, though.  Something you have to hunt down.

Because this package uses waf, which is one of the very worst build
systems out there, and even worse is that IIRC samba products use a
*forked* waf.  You'll have to patch it in order for it to find the
in-tree libtalloc.  (Exactly how depends on which version of waf they're
using nowadays.)

--
Yaakov





--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

