Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 67722 - pcmcia-cs-3.2.7-r2 fails to compile with gcc-3.4 in orinoco.c due to missing function prototype
Summary: pcmcia-cs-3.2.7-r2 fails to compile with gcc-3.4 in orinoco.c due to missing ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mobile Herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 68964
  Show dependency tree
 
Reported: 2004-10-15 15:17 UTC by jochen
Modified: 2005-04-25 05:13 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jochen 2004-10-15 15:17:56 UTC
Same error as in bug #65436 however, however, this is not related to some strange kind of kernel or whatever, but to a missing prototype in orinoco.c

gcc-3.4 (correctly) denies to compile that. Just insert a function prototype for this one function at the top of the file, and the ebuild compiles fine.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Henrik Brix Andersen 2004-11-01 04:36:29 UTC
Which function is missing a prototype?
Comment 2 jochen 2004-11-01 04:41:51 UTC
orinoco.c:orinoco_int_rxmonitor (line 4401)

why is this a gcc-porting issue anyway? can't the mobile herd just add a function declarartion at the top of orinoco.c?
Comment 3 Henrik Brix Andersen 2004-12-07 02:49:36 UTC
No idea why it got assigned to gcc-porting. We'll handle it.
Comment 4 Henrik Brix Andersen 2005-04-25 05:13:34 UTC
Fixed in sys-apps/pcmcia-cs-3.2.8. Thank you for reporting this.