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)

main.log (16.2 KB) - added by hexadecagram ({16/7}) 7 years ago.
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_sysutils_libvirt-glib/libvirt-glib/main.log

Download all attachments as: .zip

Change History (7)

Changed 7 years ago by hexadecagram ({16/7})

Attachment: main.log added

/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_sysutils_libvirt-glib/libvirt-glib/main.log

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: newassigned

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: assignedclosed

In 9532dc31841c5fe0fa1dfb4e09d9f2be1d794e13/macports-ports:

libvirt-glib: Fix build with use_autoreconf

use_automake in the Portfile results in a build failure. kencu made the
initial suggestion of adding use_autoreconf and raimue followed up by
saying that use_automake could be removed altogether.

Add gtk-doc dependency required by autoreconf.

Closes: https://github.com/macports/macports-ports/pull/570
Closes: #54438

Note: See TracTickets for help on using tickets.