Opened 3 years ago

Last modified 3 years ago

#63572 assigned defect

virt-viewer needs INTLTOOL_PERL fix

Reported by: richard-scott-vocovo (Richard Scott) Owned by: raimue (Rainer Müller)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: virt-viewer

Description

When installing virt-viewer on a new system you will get this error in the logs:

:info:configure checking for perl... /opt/local/bin/perl
:info:configure checking for perl >= 5.8.1... 5.28.3
:info:configure checking for XML::Parser... configure: error: XML::Parser perl module is required for intltool
:info:configure Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_emulators_virt-viewer/virt-viewer/work/virt-viewer-7.0" && ./configure --prefix=/opt/local --without-ovirt --with-gtk-vnc --with-spice-gtk --disable-update-mimedb
:info:configure Exit code: 2
:error:configure Failed to configure virt-viewer: consult /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_emulators_virt-viewer/virt-viewer/work/virt-viewer-7.0/config.log
:error:configure Failed to configure virt-viewer: configure failure: command execution failed
:debug:configure Error code: NONE

You can resolve this issue by also installing this p5.28-xml-parser

Change History (1)

comment:1 Changed 3 years ago by jmroot (Joshua Root)

Keywords: virt-viewer removed
Owner: set to raimue
Status: newassigned
Summary: virt-viewer depends on Perl which isn't installed.virt-viewer needs INTLTOOL_PERL fix

This is the well-known bug in intltool.m4, which can be fixed by running autoreconf or just patching the configure script.

Note: See TracTickets for help on using tickets.