Opened 7 years ago
Closed 7 years ago
#54438 closed defect (fixed)
libvirt-glib 1.0.0: automake failure: command execution failed
Reported by: | hexadecagram ({16/7}) | Owned by: | danchr (Dan Villiom Podlaski Christiansen) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.4.1 |
Keywords: | highsierra | Cc: | |
Port: | libvirt-glib |
Description
Build failure. Here's the output of port install libvirt-glib
:
---> Configuring libvirt-glib Error: Failed to configure libvirt-glib: automake failure: command execution failed Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_sysutils_libvirt-glib/libvirt-glib/main.log for details. Error: Follow https://guide.macports.org/#project.tickets to report a bug. Error: Processing of port virt-manager failed
I have attached /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_sysutils_libvirt-glib/libvirt-glib/main.log.
Attachments (1)
Change History (7)
Changed 7 years ago by hexadecagram ({16/7})
comment:1 Changed 7 years ago by kencu (Ken)
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
comment:2 Changed 7 years ago by hexadecagram ({16/7})
Thanks, that results in a successful build, but is there something preventing this becoming a more permanent solution, so that I don't have to do this every time the portfile is updated?
comment:3 Changed 7 years ago by kencu (Ken)
Would you be interested in discovering how to use git to make a pull request (PR) to allow that to happen? It's not too difficult to do, and the more of us who know how to do that, the better it is for everyone!!
comment:4 Changed 7 years ago by hexadecagram ({16/7})
Sure, send me an email and we'll continue the conversation.
comment:5 Changed 7 years ago by mf2k (Frank Schima)
Keywords: | x86_64 removed |
---|---|
Owner: | set to danchr |
Port: | virt_manager qemu removed |
Status: | new → assigned |
In the future, please Cc the port maintainers (port info --maintainers libvirt-glib
), if any.
comment:6 Changed 7 years ago by Anthony Chavez <acc@…>
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_sysutils_libvirt-glib/libvirt-glib/main.log