Changes between Initial Version and Version 1 of Ticket #31337
- Timestamp:
- Sep 20, 2011, 12:29:03 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31337
- Property Owner changed from macports-tickets@… to devans@…
- Property Port gnome-doc-utils added
-
Property
Summary
changed from
gimp install fails on cairo and other dependency installs
tognome-doc-utils: perl 5.8.1 is required for intltool
-
Ticket #31337 – Description
initial v1 1 I attempted ' sudo port install gimp'1 I attempted '`sudo port install gimp`' 2 2 3 3 First failure was: 4 {{{ 4 5 Error: Target org.macports.configure returned: configure failure: shell command failed (see log for details) 5 6 Error: Failed to install cairo 7 }}} 6 8 7 I ran ' sudo port install cairo'9 I ran '`sudo port install cairo`' 8 10 9 11 A lot of stuff got installed. 10 12 11 I re-ran ' sudo port install gimp'13 I re-ran '`sudo port install gimp`' 12 14 13 15 Second failure was: 16 {{{ 14 17 ---> Configuring gnome-doc-utils 15 18 Error: Target org.macports.configure returned: configure failure: shell command failed (see log for details) 16 19 Error: Failed to install gnome-doc-utils 20 }}} 17 21 18 I ran ' sudo port install gnome-doc-utils'22 I ran '`sudo port install gnome-doc-utils`' 19 23 20 24 Error persisted: 25 {{{ 21 26 ---> Configuring gnome-doc-utils 22 27 Error: Target org.macports.configure returned: configure failure: shell command failed (see log for details) … … 24 29 Error: Status 1 encountered during processing. 25 30 To report a bug, see <http://guide.macports.org/#project.tickets> 31 }}} 26 32 27 33 Tail of log file is: 34 {{{ 28 35 :info:configure checking for perl... /opt/local/bin/perl 29 36 :info:configure checking for perl >= 5.8.1... configure: error: perl 5.8.1 is required for intltool … … 35 42 :info:configure Warning: the following items did not execute (for gnome-doc-utils): org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install 36 43 :notice:configure Log for gnome-doc-utils is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_gnome-doc-utils/gnome-doc-utils/main.log 44 }}} 37 45 38 46 Feel free to reach out for more details if this doesn't give you enough. 39 47 40 Best, 48 Best, [[br]] 41 49 Steve