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

Bug 224267

Summary: media-libs/aalib-1.4_rc5: Fix compiler warnings to get it compiled with FEATURES="strict"
Product: Gentoo Linux Reporter: Peter Hüwe <peterhuewe>
Component: Current packagesAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED FIXED    
Severity: normal CC: slyfox, walch.martin
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: This is a patch that adds the needed include statements
Updated Ebuild which includes the patch,

Description Peter Hüwe 2008-05-30 20:51:44 UTC
"This package has poor..." and fails when FEATURES="strict" is set.
-> emerging is not possible.

--> I investigated a bit and found there where 2 #include statements missing in
src/aalib.h



Reproducible: Always

Steps to Reproduce:
1.emerge =media-libs/aalib-1.4_rc

Actual Results:  
emerge fails with the famous kills airplane message

Expected Results:  
it should install :)

I attach a patch.
Comment 1 Peter Hüwe 2008-05-30 20:53:32 UTC
Created attachment 154869 [details, diff]
This is a patch that adds the needed include statements
Comment 2 Peter Hüwe 2008-05-30 20:54:37 UTC
Created attachment 154871 [details]
Updated Ebuild which includes the patch,
Comment 3 Łukasz Damentko (RETIRED) gentoo-dev 2008-10-30 16:55:38 UTC
Reassinging to maintainer-needed since eradicator has left Gentoo.
Comment 4 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-02-02 20:53:46 UTC
*** Bug 257271 has been marked as a duplicate of this bug. ***
Comment 5 Sergei Trofimovich (RETIRED) gentoo-dev 2012-02-06 07:02:43 UTC
Pushed slightly modified bersion of Peter's patch:

> *aalib-1.4_rc5-r1 (06 Feb 2012)
>
>  06 Feb 2012; Sergei Trofimovich <slyfox@gentoo.org> +aalib-1.4_rc5-r1.ebuild,
>  +files/aalib-1.4_rc5-fix-protos.patch, metadata.xml:
>  Fixed bug #224267 by Peter Hüwe (missing function prototypes). Added myself to
>  maintainers.

Thanks, Peter!