[MacPorts] #54438: libvirt-glib 1.0.0: automake failure: command execution failed

MacPorts noreply at macports.org
Fri Jul 7 05:30:28 UTC 2017


#54438: libvirt-glib 1.0.0: automake failure: command execution failed
---------------------------------------------+-----------------------------
  Reporter:  hexadecagram                    |      Owner:
      Type:  defect                          |     Status:  new
  Priority:  Normal                          |  Milestone:
 Component:  ports                           |    Version:  2.4.1
Resolution:                                  |   Keywords:  highsierra
      Port:  libvirt-glib virt_manager qemu  |  x86_64
---------------------------------------------+-----------------------------

Comment (by kencu):

 adding in an autoreconf will fix you up.
 {{{
 use_automake        yes
 +use_autoreconf      yes
 }}}

 to do this, open the portfile
 {{{
 sudo vi `port file libvirt-glib`
 }}}
 and paste
 {{{
 use_autoreconf      yes
 }}}
 right under the existing
 {{{
 use_automake      yes
 }}}

--
Ticket URL: <https://trac.macports.org/ticket/54438#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list