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 85FA940BFD3 for ; Tue, 21 Sep 2010 13:33:53 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.89 X-Spam-Level: X-Spam-Status: No, score=-2.89 tagged_above=-999 required=5 tests=[ALL_TRUSTED=-1, BAYES_00=-1.9, T_MIME_NO_TEXT=0.01] autolearn=ham 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 b1YeJB5+KasP; Tue, 21 Sep 2010 13:33:43 -0700 (PDT) Received: from yoom.home.cworth.org (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 1E87440BD85; Tue, 21 Sep 2010 13:33:43 -0700 (PDT) Received: by yoom.home.cworth.org (Postfix, from userid 1000) id C4EBA568E45; Tue, 21 Sep 2010 13:33:42 -0700 (PDT) From: Carl Worth To: Mike Kelly , notmuch@notmuchmail.org Subject: Re: make install tries, fails to install 'test/libnotmuch.so.1.1.0' In-Reply-To: <1285082958-ner-9969@aether> References: <1285082958-ner-9969@aether> User-Agent: Notmuch/0.3.1-90-g8071c5c (http://notmuchmail.org) Emacs/23.2.1 (i486-pc-linux-gnu) Date: Tue, 21 Sep 2010 13:33:42 -0700 Message-ID: <87hbhin8ex.fsf@yoom.home.cworth.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" 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: Tue, 21 Sep 2010 20:33:53 -0000 --=-=-= Content-Transfer-Encoding: quoted-printable On Tue, 21 Sep 2010 11:29:18 -0400, Mike Kelly wrote: > Current master seems to fail to install properly: >=20 > $ make DESTDIR=3D`readlink -f dest` install ... > install -m0644 test/libnotmuch.so.1.1.0 /home/pioto/git/notmuch/dest/us= r/lib64/ > install: cannot stat `test/libnotmuch.so.1.1.0': No such file or direct= ory > make: *** [install-lib] Error 1 Thanks for the report, Mike. I'd just noticed this myself and pushed out a fix for it. Let me know if you're still encountering any problems after the below commit. =2DCarl commit 8071c5cd643f7436fb65d0c74676179ea472b155 Author: Carl Worth Date: Tue Sep 21 09:09:01 2010 -0700 lib: Fix "make install" =20=20=20=20 This has been broken since the addition of the test sub-directory to our non-recursive make system. --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iD8DBQFMmRam6JDdNq8qSWgRApGeAJoDXp/mMzznfxTaMxSR7e2qqjEoCQCgo/hm YwNFzi6NPk8nQe2w3VCAyKg= =rOda -----END PGP SIGNATURE----- --=-=-=--