Changes between Initial Version and Version 1 of Ticket #40502


Ignore:
Timestamp:
Sep 17, 2013, 4:14:06 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40502

    • Property Keywords mavericks added
    • Property Component changed from ports to base
    • Property Summary changed from port install expat fails on OS X 10.9 to invalid syntax: should be "try body ?catch {type-list ?ecvar? ?msgvar? ?infovar?} body ...? ?finally body?"
  • Ticket #40502 – Description

    initial v1  
    1 I'm trying to install RVM on Maverick using the pre-release of Xcode - command line tools installed.  Specifics on the system are:[[BR]]
     1I'm trying to install RVM on Maverick using the pre-release of Xcode - command line tools installed.  Specifics on the system are:
     2
    23{{{
    34OS X Version 10.9 Build 13AS24d
     
    910Thread model: posix
    1011}}}
     12
    1113The problem occurs when trying to install a dependencie, expat.  I've installed a fresh version of MacPort2.2.0 from source on my system which I then run via sudo.
    1214
    1315Screen output is:
    1416
    15 '''128 > sudo port'''[[BR]]
    16 ''Password:''[[BR]]
    17 ''MacPorts 2.2.0''[[BR]]
    18 ''Entering interactive mode... ("help" for help, "quit" to quit)''[[BR]]
     17{{{
     18128 > sudo port
     19Password:
     20MacPorts 2.2.0
     21Entering interactive mode... ("help" for help, "quit" to quit)
    1922
    20 '''[Users/richardlloyd] >''' ''install expat''[[BR]]
     23[Users/richardlloyd] > install expat
    2124
    22 ''invalid syntax:  should be "try body ?catch {type-list ?ecvar? ?msgvar? ?infovar?} body ...? ?finally body?"''[[BR]]
     25invalid syntax:  should be "try body ?catch {type-list ?ecvar? ?msgvar? ?infovar?} body ...? ?finally body?"
    2326
    24 ''Please see the log file for port expat for details:''[[BR]]
    25 ''    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_expat/expat/main.log''[[BR]]
     27Please see the log file for port expat for details:
     28    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_expat/expat/main.log
    2629
    27 ''To report a bug, follow the instructions in the guide:''[[BR]]
    28     http://guide.macports.org/#project.tickets[[BR]]
    29 ''Error: Processing of port expat failed''[[BR]]
     30To report a bug, follow the instructions in the guide:
     31    http://guide.macports.org/#project.tickets
     32Error: Processing of port expat failed
    3033
    31 '''[Users/richardlloyd] >'''[[BR]]
     34[Users/richardlloyd] >
     35}}}
    3236
    3337I'm attaching the expat logfile mentioned above.