[Bug 207264] compat6x-amd64-6.4.604000.200810 missing 32-bit Kerberos libs
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Feb 16 23:58:09 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=207264
Bug ID: 207264
Summary: compat6x-amd64-6.4.604000.200810 missing 32-bit
Kerberos libs
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: obrien at FreeBSD.org
Trying to use a 32-bit FreeBSD 6.2 cvs 1.12.13 binary at work on FreeBSD/amd64
10.2:
$ ldd cvs
cvs:
libcrypt.so.3 => /usr/local/lib32/compat/libcrypt.so.3 (0x2810b000)
libgssapi.so.8 => not found (0)
libkrb5.so.8 => not found (0)
libroken.so.8 => not found (0)
libcrypto.so.4 => /usr/local/lib32/compat/libcrypto.so.4 (0x28124000)
libasn1.so.8 => not found (0)
libcom_err.so.3 => /usr/local/lib32/compat/libcom_err.so.3 (0x28231000)
libc.so.6 => /usr/local/lib32/compat/libc.so.6 (0x28233000)
This is verified in the port build:
$ cd /usr/ports/misc/compat6x
$ make
$ cd /usr/ports/misc/compat6x/work/compat6x-amd64-6.4.604000.200810/lib
$ ls > /tmp/64
$ cd /usr/ports/misc/compat6x/work/compat6x-amd64-6.4.604000.200810/lib32
$ ls > /tmp/32
$ diff /tmp/64 /tmp/32
...
libarchive.so.2
-libasn1.so.8
libatm.so.3
...
libgpib.so.1
-libgssapi.so.8
-libhdb.so.8
libhistory.so.6
libipsec.so.2
libipx.so.3
-libkadm5clnt.so.8
-libkadm5srv.so.8
-libkafs5.so.8
libkiconv.so.2
-libkrb5.so.8
libkvm.so.3
...
Just to show these are all base system libs, ldd output on a FreeBSD/i386 6.2
system:
$ ldd cvs
cvs:
libcrypt.so.3 => /lib/libcrypt.so.3 (0x2811b000)
libgssapi.so.8 => /usr/lib/libgssapi.so.8 (0x28133000)
libkrb5.so.8 => /usr/lib/libkrb5.so.8 (0x28141000)
libroken.so.8 => /usr/lib/libroken.so.8 (0x28175000)
libcrypto.so.4 => /lib/libcrypto.so.4 (0x28181000)
libasn1.so.8 => /usr/lib/libasn1.so.8 (0x28274000)
libcom_err.so.3 => /usr/lib/libcom_err.so.3 (0x28295000)
libc.so.6 => /lib/libc.so.6 (0x28297000)
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list