Opened 9 years ago

Last modified 9 years ago

#48387 closed defect

install of kerberos5 fails in the attempt to link hostrealm_test — at Initial Version

Reported by: herzog-bernd Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: tiger Cc:
Port: kerberos5

Description

Machine:	PowerBook G4, 15"
		PowerBook5,4
CPU-Type:	PowerPC G4 (1.1)
OS Version:     10.4.11
Xcode verson:   2.5

Situation:

	cd ~/MacPorts
	sudo port clean installed
	sudo port -svk install apple-gcc42 2>&1 | tee ./install4Gcc42Log.txt
	sudo port -svk install xemacs 2>&1 | tee ./install2XemacsLog.txt

Problem:

The attempt to install xemacs,

	sudo port install xemacs

failes since the build of one of the dependencies, kerberos5, fails (look for the string '---> Building kerberos5' in the file 'install2XemacsLog.txt'). The build process is stopped when the dynamic library

	hostrealm_test.so

is to be linked. The linker emmits a long list of undefined symbols which should be in the two libraries

	'libk5crypto.3.1.dylib'
	'libkrb5support.1.1.dylib'

which cannot be found by the linker. The linker looks for these libraries in

	/opt/local/lib

however previous commands placed them into

	/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_kerberos5/kerberos5/work/krb5-1.13.2-final/src/util/support/
	and
	/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_net_kerberos5/kerberos5/work/krb5-1.13.2-final/src/lib/crypto/

resp.

Change History (3)

Changed 9 years ago by herzog-bernd

Attachment: install4Gcc42Log.txt added

installation log file for apple-gcc42

Changed 9 years ago by herzog-bernd

Attachment: install2XemacsLog.txt added

installation log file for xemacs

Changed 9 years ago by herzog-bernd

Attachment: main.log added

main log file for port kerberos5

Note: See TracTickets for help on using tickets.