Opened 7 years ago
Closed 7 years ago
#54544 closed defect (duplicate)
kerberos5 build failed on Mac OS X Tiger
Reported by: | mmolinac | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.4.1 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
Port: | kerberos5 |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
Hi!
I'm trying to install git port. It depends on kerberos5 and I haven't found a way to get rid of this dependency.
So I just:
/opt/local/bin/port install git
and at the end, I get:
Error: Failed to build kerberos5: command execution failed Error: 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.
I will attach this file as 'main.log'
After this, and after reading some and doing some Google'ing, I tried this:
/opt/local/bin/port clean kerberos5 ; /opt/local/bin/port install kerberos5 configure.compiler=apple-gcc-4.2
It finished with error, again, but with a different one.
I will attach this error log as 'main2.log'
The information about my installation is:
Computer: iMac G3 500MHz. 1 GByte RAM
OS: Mac OS Tiger 10.4.11 (all patches).
Xcode 2.5 (whole installation from xcode25_8m2558_developerdvd.dmg)
MacPorts version: 2.4.1 updated as of today.
Attachments (2)
Change History (5)
Changed 7 years ago by mmolinac
Changed 7 years ago by mmolinac
Log of 'port install kerberos5 configure.compiler=apple-gcc-4.2'
comment:1 Changed 7 years ago by mmolinac
As a side note, I have the following ports (related to the compilation tools) already installed:
apple-gcc42 @5666.3_15+bootstrap (active) cctools @895_4 (active)
comment:2 Changed 7 years ago by kencu (Ken)
You need to reinstall apple-gcc42 without the bootstrap version (there were instructions during the bootstrap install, but I know, lots of pages of stuff).
Do this
sudo port install apple-gcc42 -bootstrap
then retry your installation of kerberos & git. Don't forget to sudo port clean git
and sudo port clean kerberos5
before you try reinstalling them, or you'll get a mess.
See <ticket:48437>
This ticket can be closed as a duplicate of that ticket, and several other similar ones.
comment:3 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Resolution: | → duplicate |
Status: | new → closed |
Log of 'port install kerberos5'