Changes between Initial Version and Version 1 of Ticket #32077


Ignore:
Timestamp:
Nov 15, 2011, 11:02:15 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Please attach the indicated main.log file so we can see why it failed.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32077

    • Property Priority changed from High to Normal
    • 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
  • Ticket #32077 – Description

    initial v1  
    11I 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:
    22
     3{{{
    34sudo port install fontconfig
    45sudo port install gtk2
     6}}}
    57
    68which tells me (if I understand the way MacPorts works) I installed both Macports, and these specific ports correctly.
     
    810The instructions then ask me to modify my ".profile" file adding this line:
    911
     12{{{
    1013export PATH=/opt/local/bin:/opt/local/sbin:$PATH
     14}}}
    1115
    1216which I did, and then install the libpng 1.4.5 or Combo Installer, which I did.
     
    1418Then, because I have a 64 bit Imac, I was asked to use the following terminal command:
    1519
     20{{{
    1621sudo port upgrade --enforce-variants gtk2 +universal,
     22}}}
    1723
    1824and when doing this I got the following error messsage:
    1925
    20 
     26{{{
    2127Error: Target org.macports.build returned: shell command failed (see log for details)
    2228Log 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
    2329Error: Unable to upgrade port: 1
     30}}}
    2431
    2532Could anyone help me figure out why I cannot do this?