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

Bug 191048

Summary: media-libs/openal-0.0.8* autotools ebuild corrections
Product: Gentoo Linux Reporter: Renato Caldas <seventhguardian>
Component: New packagesAssignee: Chris Gianelloni (RETIRED) <wolf31o2>
Status: RESOLVED FIXED    
Severity: normal CC: sound
Priority: High    
Version: 2007.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: The ebuild patch that fixes it

Description Renato Caldas 2007-09-02 12:40:46 UTC
I'm opening this bug report because of some fixes I've made originally to the openal-0.0.8-r1 ebuild. They still apply to the 0.0.8-r2 ebuidl.

The fixes are to the use of the autotools, since openal inexplicably required some ancient automake version. With the proper use of the autotools that bug is fixed.

I forgot to open a bug report at the time, but did submit the ebuild to portage-review. I apologise for that mistake. Anyway, here's the bug report.
Comment 1 Renato Caldas 2007-09-02 12:42:17 UTC
Created attachment 129828 [details, diff]
The ebuild patch that fixes it

This patch was originally made for 0.0.8-r1, but should apply cleanly to 0.0.8-r2
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-09-02 12:43:55 UTC
WANT_AUTOCONF=2.56 is not a legal value; 2.1 or latest is.
Comment 3 Renato Caldas 2007-09-02 12:46:25 UTC
(In reply to comment #2)
> WANT_AUTOCONF=2.56 is not a legal value; 2.1 or latest is.

It was originally set to 2.5. So I guess "latest" it should be. Which means it may probably be removed..
Comment 4 Chris Gianelloni (RETIRED) gentoo-dev 2007-09-05 17:04:07 UTC
Updated in CVS... thanks for the patch...