[MacPorts] #57953: notmuch 0.28: assumes universal-darwin16 but I have universal-darwin17

MacPorts noreply at macports.org
Thu Jan 24 01:22:10 UTC 2019


#57953: notmuch 0.28: assumes universal-darwin16 but I have universal-darwin17
---------------------+---------------------
 Reporter:  borwick  |      Owner:  (none)
     Type:  defect   |     Status:  new
 Priority:  Normal   |  Milestone:
Component:  ports    |    Version:
 Keywords:           |       Port:  notmuch
---------------------+---------------------
 The ruby bindings are complaining there's no rule to make config.h:
 {{{
 :info:build creating Makefile
 :info:build /Applications/Xcode.app/Contents/Developer/usr/bin/make -C
 bindings/ruby
 :info:build make[1]: Entering directory
 `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_mail_notmuch/notmuch/work/notmuch-0.28/bindings/ruby'
 :info:build make[1]: *** No rule to make target
 `/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/include/ruby-2.3.0
 /universal-darwin16/ruby/config.h', needed by `database.o'.  Stop.
 :info:build make[1]: Leaving directory
 `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_mail_notmuch/notmuch/work/notmuch-0.28/bindings/ruby'
 :info:build make: *** [ruby-bindings] Error 2

 }}}

 The fix/workaround:


 {{{
 cd
 "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/include/ruby-2.3.0"
 ln -s universal-darwin17 universal-darwin16
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/57953>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list