Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 115375 - [multilib-strict] dev-lisp/cl-uffi-1.5.1 fails to install on amd64 due to multilib-strict feature
Summary: [multilib-strict] dev-lisp/cl-uffi-1.5.1 fails to install on amd64 due to mu...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High trivial
Assignee: Jory A. Pratt
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-12 20:24 UTC by AJ Armstrong
Modified: 2005-12-12 20:30 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description AJ Armstrong 2005-12-12 20:24:08 UTC
dev-lisp/cl-uffi-1.5.1 has multilib-strict issues.

The patch below should fix it:

--- cl-uffi-1.5.1.ebuild        2005-12-12 20:56:59.000000000 -0700
+++ /usr/portage/dev-lisp/cl-uffi/cl-uffi-1.5.1.ebuild  2005-07-15
17:35:29.000000000 -0600
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/dev-lisp/cl-uffi/cl-uffi-1.5.1.ebuild,v 1.2
2005/07/15 22:57:06 swegener Exp $
 
-inherit common-lisp multilib
+inherit common-lisp
 
 DESCRIPTION="Portable FFI library for Common Lisp."
 HOMEPAGE="http://uffi.med-info.com/"
@@ -29,7 +29,7 @@
        dosym /usr/share/common-lisp/source/uffi/uffi.asd \
                /usr/share/common-lisp/systems/uffi.asd
 
-       insinto /usr/$(get_libdir)/uffi
+       insinto /usr/lib/uffi
        doins tests/*.so
 
        dodoc AUTHORS ChangeLog INSTALL LICENSE NEWS README TODO doc/uffi.pdf
doc/COPYING.GFDL
Comment 1 Jory A. Pratt 2005-12-12 20:30:13 UTC
Fixed in CVS thanks.