Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 225179 - Make lame not not check for libcpml
Summary: Make lame not not check for libcpml
Status: VERIFIED LATER
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: Alpha Linux
: High minor (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-07 03:55 UTC by Matt Turner
Modified: 2008-06-25 14:56 UTC (History)
0 users

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


Attachments
don't check for cpml (lame-dont-check-for-cpml.patch,2.12 KB, patch)
2008-06-07 03:56 UTC, Matt Turner
Details | Diff
add cpml enable/disable flags to configure.in (lame-add-cpml-test.patch,523 bytes, patch)
2008-06-10 14:41 UTC, Matt Turner
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.