* make install tries, fails to install 'test/libnotmuch.so.1.1.0'
@ 2010-09-21 15:29 Mike Kelly
2010-09-21 20:33 ` Carl Worth
0 siblings, 1 reply; 2+ messages in thread
From: Mike Kelly @ 2010-09-21 15:29 UTC (permalink / raw)
To: notmuch
Current master seems to fail to install properly:
$ make DESTDIR=`readlink -f dest` install
install-completion
mkdir -p /home/pioto/git/notmuch/dest/etc/bash_completion.d
install -m0644 completion/notmuch-completion.bash /home/pioto/git/notmuch/dest/etc/bash_completion.d/notmuch
mkdir -p /home/pioto/git/notmuch/dest/usr/share/zsh/functions/Completion/Unix
install -m0644 completion/notmuch-completion.zsh /home/pioto/git/notmuch/dest/usr/share/zsh/functions/Completion/Unix/notmuch
mkdir -p /home/pioto/git/notmuch/dest/usr/share/emacs/site-lisp
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
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
install -m0644 emacs/notmuch-logo.png /home/pioto/git/notmuch/dest/usr/share/emacs/site-lisp
mkdir -p /home/pioto/git/notmuch/dest/usr/lib64/
install -m0644 test/libnotmuch.so.1.1.0 /home/pioto/git/notmuch/dest/usr/lib64/
install: cannot stat `test/libnotmuch.so.1.1.0': No such file or directory
make: *** [install-lib] Error 1
--
Mike Kelly
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: make install tries, fails to install 'test/libnotmuch.so.1.1.0'
2010-09-21 15:29 make install tries, fails to install 'test/libnotmuch.so.1.1.0' Mike Kelly
@ 2010-09-21 20:33 ` Carl Worth
0 siblings, 0 replies; 2+ messages in thread
From: Carl Worth @ 2010-09-21 20:33 UTC (permalink / raw)
To: Mike Kelly, notmuch
[-- Attachment #1: Type: text/plain, Size: 843 bytes --]
On Tue, 21 Sep 2010 11:29:18 -0400, Mike Kelly <pioto@pioto.org> wrote:
> Current master seems to fail to install properly:
>
> $ make DESTDIR=`readlink -f dest` install
...
> install -m0644 test/libnotmuch.so.1.1.0 /home/pioto/git/notmuch/dest/usr/lib64/
> install: cannot stat `test/libnotmuch.so.1.1.0': No such file or directory
> 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.
-Carl
commit 8071c5cd643f7436fb65d0c74676179ea472b155
Author: Carl Worth <cworth@cworth.org>
Date: Tue Sep 21 09:09:01 2010 -0700
lib: Fix "make install"
This has been broken since the addition of the test sub-directory to our
non-recursive make system.
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-09-21 20:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-21 15:29 make install tries, fails to install 'test/libnotmuch.so.1.1.0' Mike Kelly
2010-09-21 20:33 ` Carl Worth
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).