Opened 10 years ago

Last modified 10 years ago

#41904 closed defect

Notmuch will not build under Mavericks. — at Version 1

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

Description (last modified by mf2k (Frank Schima))

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 (1)

comment:1 Changed 10 years ago by mf2k (Frank Schima)

Description: modified (diff)
Owner: changed from macports-tickets@… to yeled@…

In the future, please use WikiFormatting and Cc the port maintainers (port info --maintainers notmuch).

Note: See TracTickets for help on using tickets.