Opened 9 years ago

Closed 9 years ago

#48387 closed defect (duplicate)

install of kerberos5 fails in the attempt to link hostrealm_test

Reported by: herzog-bernd Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: tiger Cc:
Port: kerberos5

Description (last modified by ryandesign (Ryan Carsten Schmidt))

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.

Attachments (3)

install4Gcc42Log.txt (7.7 MB) - added by herzog-bernd 9 years ago.
installation log file for apple-gcc42
install2XemacsLog.txt (3.5 MB) - added by herzog-bernd 9 years ago.
installation log file for xemacs
main.log (542.2 KB) - added by herzog-bernd 9 years ago.
main log file for port kerberos5

Change History (5)

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

comment:1 Changed 9 years ago by mf2k (Frank Schima)

Keywords: library location removed
Owner: changed from macports-tickets@… to ryandesign@…

In the future, please Cc the port maintainers (port info --maintainers kerberos5), if any.

comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Keywords: tiger added
Resolution: duplicate
Status: newclosed

Duplicate of #46837.

Note: See TracTickets for help on using tickets.