Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 210119 - dev-util/pkgconfig-0.22: implicit declaration of strsignal
Summary: dev-util/pkgconfig-0.22: implicit declaration of strsignal
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on: 209249
Blocks:
  Show dependency tree
 
Reported: 2008-02-14 11:40 UTC by Tiziano Müller (RETIRED)
Modified: 2008-04-02 11:55 UTC (History)
1 user (show)

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 Tiziano Müller (RETIRED) gentoo-dev 2008-02-14 11:40:04 UTC
gstrfuncs.c:675: warning: implicit declaration of function 'strsignal'

... and sizeof(char*) != sizeof(int) on x86_64 which may lead to segfaults (since implicit declaration means: int foo(...))
Comment 1 Rémi Cardona (RETIRED) gentoo-dev 2008-02-14 11:42:41 UTC
For info, gstrfuncs comes from the bundled glib. Then again, the function that calls strsignal() may not be used at all and could be ignored. Needs to be checked.
Comment 2 Sandro Bonazzola 2008-02-20 21:55:45 UTC
No implicit declarations in pkgconfig-0.23, waiting bug #209249 for having this fixed in portage.
Comment 3 Rémi Cardona (RETIRED) gentoo-dev 2008-04-02 11:55:59 UTC
0.23 in portage. Closing.

Thanks