Opened 10 years ago

Last modified 10 years ago

#41904 closed defect

Notmuch will not build under Mavericks. — at Initial Version

Reported by: cro (C. R. Oldham) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc:
Port: notmuch

Description

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.

Change History (0)

Note: See TracTickets for help on using tickets.