ports/90671: wrong directory is ldconfig'ed when installing 32-bit libs on 64-bit host
David O'Brien
obrien at FreeBSD.org
Tue Dec 20 00:10:14 UTC 2005
>Number: 90671
>Category: ports
>Synopsis: wrong directory is ldconfig'ed when installing 32-bit libs on 64-bit host
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Tue Dec 20 00:10:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: David O'Brien
>Release: FreeBSD 7.0-CURRENT amd64
>Organization:
The FreeBSD Project
>Environment:
>Description:
When installing ports/misc/compat4x on a FreeBSD/AMD64 host, the
libs are correctly installed into ${PREFIX}/lib32/compat.
However ldconfig is run giving ${PREFIX}/lib/compat as an
argument.
>How-To-Repeat:
amd64#
cd /usr/ports/misc/compat4x
make install
>Fix:
Possibly test $ARCH and $MACHINE_ARCH and if the pair is "i386"
and "amd64" then use an alternative path.
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list