[MacPorts] #58012: intltool: via libmypaint: configure Failed

MacPorts noreply at macports.org
Sun Feb 3 07:31:26 UTC 2019


#58012: intltool: via libmypaint: configure Failed
--------------------+----------------------
 Reporter:  iEFdev  |      Owner:  dbevans
     Type:  defect  |     Status:  assigned
 Priority:  Normal  |  Milestone:
Component:  ports   |    Version:  2.5.4
 Keywords:  lion    |       Port:  intltool
--------------------+----------------------
 I'm installing `gimp`, and it stopped at `libmypaint`.

 `intltool` says it need the XML::Parser

 {{{
 :info:configure checking for perl... /opt/local/bin/perl
 :info:configure checking for perl >= 5.8.1... 5.26.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_graphics_libmypaint/libmypaint/work/libmypaint-1.3.0"
 && ./configure --prefix=/opt/local
 :info:configure Exit code: 2
 :error:configure Failed to configure libmypaint, consult …
 }}}


 All deps of `intltool` are installed/active:


 I think this one could be related: https://github.com/macports/macports-
 ports/pull/3338/files/0c7bed25e3b274dc688ca441818d193cbcaa03c4 It sets
 “pbranch” to 5.28. With `perl5` installed with the default variant
 //(+perl5_26)//, 5.28 doesn't get picked up even if it's installed.

 {{{
 :info:configure checking for perl >= 5.8.1... 5.26.3
 }}}

 After:

 {{{
 sudo port upgrade --enforce-variants perl5 -perl5_26 +perl5_28
 }}}

 …it built fine.

 I don't know if I should've done that when I installed 5.28, I have both
 perl5.{26,28} - but, if “pbranch 5.28” was set… Maybe it should look for
 perl5.28 instead of just perl?

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


More information about the macports-tickets mailing list