Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#12359 closed defect (fixed)

BUG: heimdal 0.7.2_1: libcom_err.1.dylib is not installed

Reported by: vinc17@… Owned by: macports-tickets@…
Priority: High Milestone:
Component: ports Version:
Keywords: Cc: vinc17@…, landonf (Landon Fuller)
Port:

Description

heimdal 0.7.2_1 installs /opt/local/lib/libkrb5.17.4.0.dylib, which uses libcom_err.1.dylib, but this library is not installed:

prunille:~> otool -L /opt/local/lib/libkrb5.17.4.0.dylib
/opt/local/lib/libkrb5.17.4.0.dylib:
        /opt/local/lib/libkrb5.17.dylib (compatibility version 22.0.0, current version 22.0.0)
        /opt/local/lib/libcom_err.1.dylib (compatibility version 3.0.0, current version 3.1.0)
        /opt/local/lib/libcrypto.0.9.8.dylib (compatibility version 0.9.8, current version 0.9.8)
        /opt/local/lib/libasn1.6.dylib (compatibility version 8.0.0, current version 8.0.0)
        /opt/local/lib/libroken.16.dylib (compatibility version 18.0.0, current version 18.0.0)
        /usr/lib/libresolv.9.dylib (compatibility version 1.0.0, current version 369.2.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.1.10)
prunille:~> ls -l /opt/local/lib/libcom_err*
zsh: no match
prunille:~> port installed heimdal
The following ports are currently installed:
  heimdal @0.7.2_0
  heimdal @0.7.2_1 (active)

This makes Subversion unusable.

Change History (4)

comment:1 Changed 17 years ago by piotr@…

I think heimdal is broken.

I have the same issue but with telnet, which is included in the heimdal port itself.

$ /opt/local/bin/telnet
dyld: Library not loaded: /opt/local/lib/libcom_err.1.dylib
  Referenced from: /opt/local/bin/telnet
  Reason: image not found
Trace/BPT trap

$ ls -l /opt/local/lib/libcom*
ls: /opt/local/lib/libcom*: No such file or directory

$ port provides /opt/local/lib/libcom_err.1.dylib
/opt/local/lib/libcom_err.1.dylib does not exist.

$ port provides /opt/local/bin/telnet
/opt/local/bin/telnet is provided by: heimdal

I can stil use the osx default telnet in /usr/bin/telnet.

comment:2 Changed 17 years ago by nox@…

Cc: vinc17@… landonf@… added; vinc17@… removed
Priority: BlockerHigh
Summary: heimdal 0.7.2_1: libcom_err.1.dylib is not installedBUG: heimdal 0.7.2_1: libcom_err.1.dylib is not installed
Version: 1.5.0

comment:3 Changed 17 years ago by vinc17@…

Resolution: fixed
Status: newclosed

Closing as heimdal @1.0.1_0 fixes the problem.

comment:4 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.