First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 245964
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Default Assignee for Orphaned Packages <maintainer-needed@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Olivier Huber <oli.huber@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 245964 depends on: Show dependency tree
Bug 245964 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2008-11-07 13:51 0000
Files matching a file type that is not allowed:              
   usr/lib/libaio.so.1.0.1                                   
 *                                                           
 * ERROR: dev-libs/libaio-0.3.107 failed.                    
 * Call stack:                                               
 * misc-functions.sh, line 715:  Called install_qa_check     
 * misc-functions.sh, line 453:  Called die                  
 * The specific snippet of code:                             
 * [[ ${abort} == yes ]] && die "multilib-strict check failed!"
 * The die message:                                            
 * multilib-strict check failed!

The ebuild has already a fix for some multilib issue, but it doesn't modify the
Makefile and thus it install it under /lib

Fix proposal : 

--- libaio-0.3.107.ebuild~      2008-11-07 16:42:46.000000000 +0100
+++ libaio-0.3.107.ebuild       2008-11-07 16:44:47.000000000 +0100
@@ -24,7 +24,7 @@
        epatch "${FILESDIR}"/${P}-sparc.patch
        epatch "${FILESDIR}"/${P}-install-to-slash.patch
        epatch "${FILESDIR}"/${PN}-0.3.106-build.patch
-       sed -i "/^libdir=/s:lib$:$(get_libdir):" src/Makefile
+       sed -i "/^libdir=/s:lib$:$(get_libdir):" src/Makefile Makefile
 }

 src_compile() {

------- Comment #1 From SpanKY 2008-11-08 13:58:54 0000 -------
thanks, added your fix to cvs

http://sources.gentoo.org/dev-libs/libaio/libaio-0.3.107.ebuild?r1=1.1&r2=1.2

First Last Prev Next    No search results available      Search page      Enter new bug