[MacPorts] #41904: Notmuch will not build under Mavericks.
#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
#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
#41904: Notmuch will not build under Mavericks. ----------------------+-------------------------- Reporter: cro@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: Port: notmuch | ----------------------+-------------------------- Changes (by ryandesign@…): * owner: yeled@… => ryandesign@… Comment: I just updated notmuch to 0.17, which builds fine for me on Mavericks. Can you test if that works for you too? -- Ticket URL: <https://trac.macports.org/ticket/41904#comment:3> MacPorts <http://www.macports.org/> Ports system for OS X
#41904: Notmuch will not build under Mavericks. ----------------------+-------------------------- Reporter: cro@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: fixed | Keywords: Port: notmuch | ----------------------+-------------------------- Changes (by khindenburg@…): * status: new => closed * resolution: => fixed Comment: 0.17 builds fine on Mavericks - reopen if you still have issues -- Ticket URL: <https://trac.macports.org/ticket/41904#comment:5> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts