Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 3238

Summary: dmalloc ebuild is somewhat wrong
Product: Gentoo Linux Reporter: Jon Nelson (RETIRED) <jnelson>
Component: New packagesAssignee: Jon Nelson (RETIRED) <jnelson>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.1a   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jon Nelson (RETIRED) 2002-05-30 15:48:48 UTC
use
        --enable-threads \
        --enable-shlib
not
 --with-blah
Comment 1 SpanKY gentoo-dev 2002-06-03 19:33:49 UTC
my dmalloc says: 
 
src_compile() { 
        econf --with-shlibs || die 
        emake all threads shlib tests || die "emake failed" 
} 
 
so either they fixed it (which means this bug should be closed) or you have an 
odd dmalloc ebuild 
Comment 2 Jon Nelson (RETIRED) 2002-06-05 21:35:33 UTC
Fixed to use --enable-threads and --enable-shlib instead of --with-shlib