Changes between Initial Version and Version 1 of Ticket #39977, comment 19


Ignore:
Timestamp:
Sep 17, 2013, 12:30:04 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #39977, comment 19

    initial v1  
    11I'm also having trouble with expat on Maverick with Xcode 5.0 Build 5A11386k and
    2 [[BR]]
    3 Apple LLVM version 5.0 (clang-500.1.74) (based on LLVM 3.3svn)[[BR]]Target: x86_64-apple-darwin13.0.0[[BR]]Thread model: posix[[BR]]
    4 [[BR]]
     2
     3{{{
     4Apple LLVM version 5.0 (clang-500.1.74) (based on LLVM 3.3svn)
     5Target: x86_64-apple-darwin13.0.0
     6Thread model: posix
     7}}}
    58
    69Screen output is:
    710
    8 '''[Users/richardlloyd] >''' install expat[[BR]]
     11{{{
     12[Users/richardlloyd] > install expat
    913
    10 ''invalid syntax:  should be "try body ?catch {type-list ?ecvar? ?msgvar? ?infovar?} body ...? ?finally body?"[[BR]]''
     14invalid syntax:  should be "try body ?catch {type-list ?ecvar? ?msgvar? ?infovar?} body ...? ?finally body?"
    1115
    12 ''Please see the log file for port expat for details:[[BR]]''
    13 ''    /opt/local/var/macports\[[BR]]''
    14 ''/logs/_opt_local_var_macports_sources_rsync\[[BR]]''
    15 ''.macports.org_release_tarballs_ports_textproc_expat/expat/main.log[[BR]]''
     16Please see the log file for port expat for details:
     17    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_expat/expat/main.log
    1618
    17 ''To report a bug, follow the instructions in the guide:
     19To report a bug, follow the instructions in the guide:
    1820    http://guide.macports.org/#project.tickets
    19 ''Error: Processing of port expat failed[[BR]]''
    20 '''[Users/richardlloyd] >'''[[BR]]
     21Error: Processing of port expat failed
     22[Users/richardlloyd] >
     23}}}
    2124
    22 The logfile mentioned tells me:[[BR]]
     25The logfile mentioned tells me:
    2326
    24 ''version:1 [[BR]]''
    25 '':debug:archivefetch expat has no conflicts[[BR]]''
    26 '':debug:main Executing org.macports.main (expat)[[BR]]''
    27 '':debug:main changing euid/egid - current euid: 0 - current egid: 0[[BR]]''
    28 '':debug:main egid changed to: 501[[BR]]''
    29 '':debug:main euid changed to: 502[[BR]]''
    30 '':info:archivefetch Warning: targets not executed for expat: org.macports.activate org.macports.archivefetch org.macports.fetch org.macports.checksum org.macports.extract org.macports.patch org.macports.configure org.macports.build org.macports.destroot org.macports.install
    31 :notice:archivefetch Please see the log file for port expat for details:[[BR]]
    32 ''
    33 ''    /opt/local/var/macports\[[BR]]''
    34 ''/logs/_opt_local_var_macports_sources_rsync.\[[BR]]''
    35 ''macports.org_release_tarballs_ports_textproc_expat/expat/main.log''
     27{{{
     28version:1
     29:debug:archivefetch expat has no conflicts
     30:debug:main Executing org.macports.main (expat)
     31:debug:main changing euid/egid - current euid: 0 - current egid: 0
     32:debug:main egid changed to: 501
     33:debug:main euid changed to: 502
     34:info:archivefetch Warning: targets not executed for expat: org.macports.activate org.macports.archivefetch org.macports.fetch org.macports.checksum org.macports.extract org.macports.patch org.macports.configure org.macports.build org.macports.destroot org.macports.install
     35:notice:archivefetch Please see the log file for port expat for details:
     36
     37    /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_expat/expat/main.log
     38}}}
    3639
    3740I understand the caveats re mac developer / non-disclosure / limited-availability.  I hit this problem while trying to install rvm in order to limp past the dreaded '''certificate verify failed (OpenSSL::SSL::SSLError)''' bug. Most surely bleeding edge technology here...