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

Bug 225179

Summary: Make lame not not check for libcpml
Product: Gentoo Linux Reporter: Matt Turner <mattst88>
Component: New packagesAssignee: Gentoo Sound Team <sound>
Status: VERIFIED LATER    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: Alpha   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: don't check for cpml
add cpml enable/disable flags to configure.in

Description Matt Turner gentoo-dev 2008-06-07 03:55:41 UTC
libcpml (compaq's alpha math library) has been removed from portage.

lame's configure script checks for cpml. Since cpml isn't in portage, we shouldn't allow lame to link against it.

Once this is committed, and if cpml gets backs in portage, I'll file another bug report adding a cpml USE flag to conditionally apply this patch.

Reproducible: Always

Steps to Reproduce:
Comment 1 Matt Turner gentoo-dev 2008-06-07 03:56:26 UTC
Created attachment 155785 [details, diff]
don't check for cpml
Comment 2 Matt Turner gentoo-dev 2008-06-09 19:58:45 UTC
Note: libcpml is Alpha-only. Marked Hardware: Alpha.
Comment 3 Matt Turner gentoo-dev 2008-06-10 14:41:01 UTC
Created attachment 156243 [details, diff]
add cpml enable/disable flags to configure.in

Unlike the previous patch, which edited the configure script itself, this should be a proper patch. It adds --enable-cpml/--disable-cpml flags to configure.in.
Comment 4 Matt Turner gentoo-dev 2008-06-25 14:56:22 UTC
Fixed upstream. Marking as closed.

When the next release is made, I'll file a bug report + patch to add a cpml use flag on Alpha.