Changes between Initial Version and Version 3 of Ticket #54544


Ignore:
Timestamp:
Jul 30, 2017, 7:26:06 AM (7 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54544

    • Property Status changed from new to closed
    • Property Resolution changed from to duplicate
  • Ticket #54544 – Description

    initial v3  
    1 Hi!
    2 I'm trying to install git port. It depends on kerberos5 and I haven't found a way to get rid of this dependency.
     1Hi! \\
     2I'm trying to install git port. It depends on kerberos5 and I haven't found a way to get rid of this dependency. \\
    33So I just:
    44
     5{{{
    56/opt/local/bin/port install git
     7}}}
    68
    79and at the end, I get:
    810
     11{{{
    912Error: Failed to build kerberos5: command execution failed
    1013Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_kerberos5/kerberos5/main.log for details.
     14}}}
    1115
    1216I will attach this file as 'main.log'
     
    1418After this, and after reading some and doing some Google'ing, I tried this:
    1519
     20{{{
    1621/opt/local/bin/port clean kerberos5 ;
    1722/opt/local/bin/port install kerberos5 configure.compiler=apple-gcc-4.2
     23}}}
    1824
    1925It finished with error, again, but with a different one.
     
    2329The information about my installation is:
    2430
    25 Computer: iMac G3 500MHz. 1 GByte RAM
    26 OS: Mac OS Tiger 10.4.11 (all patches).
    27 Xcode 2.5 (whole installation from xcode25_8m2558_developerdvd.dmg)
     31Computer: iMac G3 500MHz. 1 GByte RAM \\
     32OS: Mac OS Tiger 10.4.11 (all patches). \\
     33Xcode 2.5 (whole installation from xcode25_8m2558_developerdvd.dmg) \\
    2834MacPorts version: 2.4.1 updated as of today.