[MacPorts] #41904: Notmuch will not build under Mavericks.

MacPorts noreply at macports.org
Mon Dec 23 13:02:49 PST 2013


#41904: Notmuch will not build under Mavericks.
----------------------+---------------------
  Reporter:  cro@…    |      Owner:  yeled@…
      Type:  defect   |     Status:  new
  Priority:  Normal   |  Milestone:
 Component:  ports    |    Version:  2.2.1
Resolution:           |   Keywords:
      Port:  notmuch  |
----------------------+---------------------
Changes (by macsforever2000@…):

 * owner:  macports-tickets@… => yeled@…


Old 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.

New 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.

--

Comment:

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

-- 
Ticket URL: <https://trac.macports.org/ticket/41904#comment:1>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list