Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 38433429E21 for ; Sun, 13 Nov 2011 09:09:15 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZyInqgiGMINt for ; Sun, 13 Nov 2011 09:09:14 -0800 (PST) Received: from socrates.hocat.ca (socrates.hocat.ca [76.10.188.53]) by olra.theworths.org (Postfix) with ESMTP id C95A8431FB6 for ; Sun, 13 Nov 2011 09:09:14 -0800 (PST) Received: from hermes.hocat.ca (hermes.hocat.ca [69.165.170.253]) by socrates.hocat.ca (Postfix) with SMTP id 467191801 for ; Sun, 13 Nov 2011 10:09:12 -0700 (MST) Received: (nullmailer pid 6155 invoked by uid 1000); Sun, 13 Nov 2011 17:09:10 -0000 From: Tom Prince To: Notmuch Mail Subject: Re: [PATCH] Don't link libnotmuch if libutil isn't linked in properly. In-Reply-To: <87bosgasm5.fsf@hermes.hocat.ca> References: <87aa805cm5.fsf@zancas.localnet> <87bosgasm5.fsf@hermes.hocat.ca> User-Agent: Notmuch/0.9 (http://notmuchmail.org) Emacs/23.3.3 (x86_64-pc-linux-gnu) Date: Sun, 13 Nov 2011 12:09:10 -0500 Message-ID: <874ny8ar0p.fsf@hermes.hocat.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Nov 2011 17:09:15 -0000 Perhaps the g++ step in symbol-hiding should in fact be a test. Right now, that step failing isn't captured by the test-suite. Tom