Changes between Initial Version and Version 1 of Ticket #32077
- Timestamp:
- Nov 15, 2011, 11:02:15 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32077
-
Property
Priority
changed from
High
toNormal
- Property Cc adam.clay@… removed
- Property Port p5.12-xml-parser added; fontconfig gtk2 (enforce-variants gtk2 +universal) removed
- Property Keywords Scala sudo port upgrade --enforce-variants gtk2 +universal sudo port install fontconfig sudo port install gtk2 removed
-
Property
Priority
changed from
-
Ticket #32077 – Description
initial v1 1 1 I am trying to install a free program called Scala that requires installation of MacPorts, and the ports "fontconfig" and "gtk2". These two seemed to install correctly from the terminal with the following commands: 2 2 3 {{{ 3 4 sudo port install fontconfig 4 5 sudo port install gtk2 6 }}} 5 7 6 8 which tells me (if I understand the way MacPorts works) I installed both Macports, and these specific ports correctly. … … 8 10 The instructions then ask me to modify my ".profile" file adding this line: 9 11 12 {{{ 10 13 export PATH=/opt/local/bin:/opt/local/sbin:$PATH 14 }}} 11 15 12 16 which I did, and then install the libpng 1.4.5 or Combo Installer, which I did. … … 14 18 Then, because I have a 64 bit Imac, I was asked to use the following terminal command: 15 19 20 {{{ 16 21 sudo port upgrade --enforce-variants gtk2 +universal, 22 }}} 17 23 18 24 and when doing this I got the following error messsage: 19 25 20 26 {{{ 21 27 Error: Target org.macports.build returned: shell command failed (see log for details) 22 28 Log for p5.12-xml-parser is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_perl_p5-xml-parser/p5.12-xml-parser/main.log 23 29 Error: Unable to upgrade port: 1 30 }}} 24 31 25 32 Could anyone help me figure out why I cannot do this?