Opened 9 years ago

Closed 9 years ago

#47591 closed defect (fixed)

notmuch @0.19: install: doc/_build/man/man3/*.3.gz: No such file or directory

Reported by: patrick.sanan@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc:
Port: notmuch

Description

sudo port install notmuch

fails on Mac OS X 10.9.5, XCode 6.1.1 (6A2008a)

The final error in the log file (attached):

...
:info:destroot make: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_mail_notmuch/notmuch/work/notmuch-0.19'
:info:destroot echo "PROJECT_NAME = \"Notmuch 0.19\"" > doc/config.dox
:info:destroot echo "INPUT=./lib/notmuch.h" >> doc/config.dox
:info:destroot mkdir -p doc/_build/man/man3
:info:destroot doxygen ./doc/doxygen.cfg
:info:destroot rm -f doc/_build/man/man3/_*.3
:info:destroot perl -pi -e 's/^[.]RI "\\fI/.RI "\\fP/' doc/_build/man/man3/notmuch.3
:info:destroot mkdir -p "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_mail_notmuch/notmuch/work/destroot/opt/local/share/man/man3"
:info:destroot install -m0644  doc/_build/man/man3/*.3.gz  /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_mail_notmuch/notmuch/work/destroot//opt/local/share/man/man3
:info:destroot install: doc/_build/man/man3/*.3.gz: No such file or directory
:info:destroot make: *** [install-apidocs] Error 71
:info:destroot make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_mail_notmuch/notmuch/work/notmuch-0.19'
:info:destroot Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_mail_notmuch/notmuch/work/notmuch-0.19" && /usr/bin/make -w install DESTDIR=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_mail_notmuch/notmuch/work/destroot
:info:destroot Exit code: 2
:error:destroot org.macports.destroot for port notmuch returned: command execution failed
:debug:destroot Error code: CHILDSTATUS 74654 2
:debug:destroot Backtrace: command execution failed
    while executing
"system -nice 0 $fullcmdstring"
    ("eval" body line 1)
    invoked from within
"eval system $notty $nice \$fullcmdstring"
    invoked from within
"command_exec destroot"
    (procedure "portdestroot::destroot_main" line 2)
    invoked from within
"portdestroot::destroot_main org.macports.destroot"
    ("eval" body line 1)
    invoked from within
"eval $procedure $targetname"
...

Attachments (1)

main.log (96.8 KB) - added by patrick.sanan@… 9 years ago.
log file from failed notmuch build

Download all attachments as: .zip

Change History (3)

Changed 9 years ago by patrick.sanan@…

Attachment: main.log added

log file from failed notmuch build

comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned
Summary: notmuch build failurenotmuch @0.19: install: doc/_build/man/man3/*.3.gz: No such file or directory

Looks like this was brought up on their mailing list in January and a simple fix was found, which I'll commit.

comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.