Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 224267 - media-libs/aalib-1.4_rc5: Fix compiler warnings to get it compiled with FEATURES="strict"
Summary: media-libs/aalib-1.4_rc5: Fix compiler warnings to get it compiled with FEATU...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
: 257271 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-05-30 20:51 UTC by Peter Hüwe
Modified: 2012-02-06 07:02 UTC (History)
2 users (show)

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


Attachments
This is a patch that adds the needed include statements (aalib-1.4_rc4-gentoo-strict.patch,342 bytes, patch)
2008-05-30 20:53 UTC, Peter Hüwe
Details | Diff
Updated Ebuild which includes the patch, (aalib-1.4_rc5.ebuild,1.38 KB, text/plain)
2008-05-30 20:54 UTC, Peter Hüwe
Details

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