Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Dec 2005 16:07:29 -0800 (PST)
From:      "David O'Brien" <obrien@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/90671: wrong directory is ldconfig'ed when installing 32-bit libs on 64-bit host
Message-ID:  <200512200007.jBK07Ts0091790@dragon.NUXI.org>
Resent-Message-ID: <200512200010.jBK0A3v2060462@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512200007.jBK07Ts0091790>