Opened 9 years ago

Closed 9 years ago

#48845 closed defect (duplicate)

Installing kerberos5 fails on Mac OS X.4 PPC

Reported by: RivetBenoit (Benoit Rivet) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: tiger Cc:
Port: kerberos5

Description

Trying to install kerberos5 on an old G3 ibook (with Mac OS X.4) fails :

:info:build /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: warning can't open dynamic library: /opt/local/lib/libkrb5support.1.1.dylib referenced from: ../../../lib/libkrb5.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2)

Apparently, kerberos5 is trying to read a previous kerkeros5 installation (which obviously fails on a first installation).

I am trying to build an older version of kerberos5 : I shall see whether it succeeds, then whether upgrading succeeds.

Attachments (2)

main.log (42.0 KB) - added by RivetBenoit (Benoit Rivet) 9 years ago.
main.2.log (666.2 KB) - added by RivetBenoit (Benoit Rivet) 9 years ago.
Error when upgrading kerberos after installing kerberos5 @1.11.3_0

Download all attachments as: .zip

Change History (4)

Changed 9 years ago by RivetBenoit (Benoit Rivet)

Attachment: main.log added

comment:1 in reply to:  description Changed 9 years ago by RivetBenoit (Benoit Rivet)

I was able to install svn from another source than macports.

cd ~/macports
svn checkout -r 106607 https://svn.macports.org/repository/macports/trunk/dports/net/kerberos5
cd kerberos5
sudo port install

enabled me to install kerberos5 @1.11.3_0, but however

sudo port upgrade kerberos5

doesn't work.

Changed 9 years ago by RivetBenoit (Benoit Rivet)

Attachment: main.2.log added

Error when upgrading kerberos after installing kerberos5 @1.11.3_0

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

Keywords: tiger added
Port: kerberos5 added
Resolution: duplicate
Status: newclosed

The error you encountered when initially installing, "warning can't open dynamic library: /opt/local/lib/libk5crypto.3.1.dylib", is #46837.

The error you later encountered when upgrading, "error: void value not ignored as it ought to be", is #46701.

Note: See TracTickets for help on using tickets.