[MacPorts] #41904: Notmuch will not build under Mavericks.
MacPorts
noreply at macports.org
Mon Dec 23 13:00:56 PST 2013
#41904: Notmuch will not build under Mavericks.
--------------------+--------------------------------
Reporter: cro@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.2.1
Keywords: | Port: notmuch
--------------------+--------------------------------
Notmuch fails to build, erring out in the make process with
[...]
emacs/coolj.el emacs/notmuch-print.el > emacs/.eldeps.tmp && \
(cmp -s emacs/.eldeps.tmp emacs/.eldeps || mv emacs/.eldeps.tmp
emacs/.eldeps)
mkdir: .deps/.: No such file or directory
make: *** [command-line-arguments.o] Error 1
A similar issue with brew users revealed that mkdir under 10.9 fails with
'mkdir -p .deps/.'. This worked under 10.8 and previous. The
suggestion from the brew post (see http://notmuch.198994.n3.nabble.com
/Build-broken-on-OS-X-10-9-td4029169.html) is to replace the two '@mkdir
-p .deps/.' lines in Makefile.local with '@mkdir -p .deps/$(patsubst
%/.,%,$(@D))'. This seems to work for me.
--
Ticket URL: <https://trac.macports.org/ticket/41904>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list