Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 01 / aaf5bc51f46034fd137b6ae4b3f939298e4389
1 Return-Path: <pioto@pioto.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 5831040BD85\r
6         for <notmuch@notmuchmail.org>; Tue, 21 Sep 2010 08:29:31 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -1.9\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9] autolearn=ham\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id Q5JJi3Kqi1bG for <notmuch@notmuchmail.org>;\r
16         Tue, 21 Sep 2010 08:29:21 -0700 (PDT)\r
17 Received: from everglades.pioto.org (mail.pioto.org [207.192.71.235])\r
18         by olra.theworths.org (Postfix) with ESMTP id 05CC040BFD3\r
19         for <notmuch@notmuchmail.org>; Tue, 21 Sep 2010 08:29:21 -0700 (PDT)\r
20 Received: from aether.pioto.org (pool-72-95-142-191.pitbpa.fios.verizon.net\r
21         [72.95.142.191]) (Authenticated sender: pioto)\r
22         by everglades.pioto.org (Postfix) with ESMTPSA id 5FDBB1601BA\r
23         for <notmuch@notmuchmail.org>; Tue, 21 Sep 2010 11:29:19 -0400 (EDT)\r
24 Received: by aether.pioto.org (Postfix, from userid 1000)\r
25         id 01E0466C14; Tue, 21 Sep 2010 11:29:18 -0400 (EDT)\r
26 From: Mike Kelly <pioto@pioto.org>\r
27 Subject: make install tries, fails to install 'test/libnotmuch.so.1.1.0'\r
28 To: notmuch@notmuchmail.org\r
29 Cc: \r
30 Date: Tue, 21 Sep 2010 11:29:18 -0400\r
31 Message-Id: <1285082958-ner-9969@aether>\r
32 MIME-Version: 1.0\r
33 Content-Type: text/plain\r
34 X-BeenThere: notmuch@notmuchmail.org\r
35 X-Mailman-Version: 2.1.13\r
36 Precedence: list\r
37 List-Id: "Use and development of the notmuch mail system."\r
38         <notmuch.notmuchmail.org>\r
39 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
40         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
41 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
42 List-Post: <mailto:notmuch@notmuchmail.org>\r
43 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
44 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
46 X-List-Received-Date: Tue, 21 Sep 2010 15:29:31 -0000\r
47 \r
48 Current master seems to fail to install properly:\r
49 \r
50   $ make DESTDIR=`readlink -f dest` install\r
51   install-completion\r
52   mkdir -p /home/pioto/git/notmuch/dest/etc/bash_completion.d\r
53   install -m0644 completion/notmuch-completion.bash /home/pioto/git/notmuch/dest/etc/bash_completion.d/notmuch\r
54   mkdir -p /home/pioto/git/notmuch/dest/usr/share/zsh/functions/Completion/Unix\r
55   install -m0644 completion/notmuch-completion.zsh /home/pioto/git/notmuch/dest/usr/share/zsh/functions/Completion/Unix/notmuch\r
56   mkdir -p /home/pioto/git/notmuch/dest/usr/share/emacs/site-lisp\r
57   install -m0644 emacs/notmuch-lib.el emacs/notmuch.el emacs/notmuch-query.el emacs/notmuch-show.el emacs/notmuch-wash.el emacs/notmuch-hello.el emacs/notmuch-mua.el emacs/notmuch-address.el emacs/notmuch-maildir-fcc.el emacs/notmuch-message.el emacs/coolj.el /home/pioto/git/notmuch/dest/usr/share/emacs/site-lisp\r
58   install -m0644 emacs/notmuch-lib.elc emacs/notmuch.elc emacs/notmuch-query.elc emacs/notmuch-show.elc emacs/notmuch-wash.elc emacs/notmuch-hello.elc emacs/notmuch-mua.elc emacs/notmuch-address.elc emacs/notmuch-maildir-fcc.elc emacs/notmuch-message.elc emacs/coolj.elc /home/pioto/git/notmuch/dest/usr/share/emacs/site-lisp\r
59   install -m0644 emacs/notmuch-logo.png /home/pioto/git/notmuch/dest/usr/share/emacs/site-lisp\r
60   mkdir -p /home/pioto/git/notmuch/dest/usr/lib64/\r
61   install -m0644 test/libnotmuch.so.1.1.0 /home/pioto/git/notmuch/dest/usr/lib64/\r
62   install: cannot stat `test/libnotmuch.so.1.1.0': No such file or directory\r
63   make: *** [install-lib] Error 1\r
64 \r
65 \r
66 -- \r
67 Mike Kelly\r
68 \r