Bug 2894 - make install fails
Summary: make install fails
Status: RESOLVED INVALID
Alias: None
Product: Claws Mail (GTK 2)
Classification: Unclassified
Component: Other (show other bugs)
Version: 3.9.1
Hardware: All All
: P3 normal
Assignee: users
URL:
Depends on:
Blocks:
 
Reported: 2013-03-21 17:18 UTC by Christian Hesse
Modified: 2013-06-10 08:42 UTC (History)
1 user (show)

See Also:


Attachments

Description Christian Hesse 2013-03-21 17:18:52 UTC
"make DESTDIR=/path/to/dir/ install" fails with:

Making install in po
make[1]: Entering directory `/tmp/claws-mail/po'
/path/to/dir/usr/share
make[1]: /path/to/dir/usr/share: Command not found
make[1]: *** [install-data-yes] Error 127
make[1]: Leaving directory `/tmp/claws-mail/po'
make: *** [install-recursive] Error 1
Comment 1 Colin Leroy 2013-03-21 17:28:02 UTC
That seems to be a problem of $(mkdir_p) being undefined, which in turn is a problem in aclocal.m4 (AM_GNU_GETTEXT > AM_PO_SUBDIRS > AM_PROG_MKDIR_P).

Note You need to log in before you can comment on or make changes to this bug.