Bug 3517 - Compilation error for uClibc 0.9.32-rc3
Summary: Compilation error for uClibc 0.9.32-rc3
Status: RESOLVED FIXED
Alias: None
Product: uClibc
Classification: Unclassified
Component: Other (show other bugs)
Version: 0.9.32
Hardware: PC Linux
: P5 blocker
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-29 17:04 UTC by Mickaël
Modified: 2011-04-29 12:23 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
config file used (5.51 KB, application/octet-stream)
2011-03-29 17:04 UTC, Mickaël
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mickaël 2011-03-29 17:04:44 UTC
Created attachment 3157 [details]
config file used

System : linux 2.6.37.6
GCC : 4.4.3

When I try to build uClibc 0.9.32-rc3 with the attached config file, GCC fails and reports the following errors :

libc/sysdeps/linux/common/__rt_sigwaitinfo.c:86: error: 'sigwaitinfo' undeclared here (not in a function)
libc/sysdeps/linux/common/__rt_sigwaitinfo.c:86: warning: type defaults to 'int' in declaration of 'sigwaitinfo'
libc/sysdeps/linux/common/__rt_sigwaitinfo.c:87: error: 'sigwaitinfo' redeclared as different kind of symbol
libc/sysdeps/linux/common/__rt_sigwaitinfo.c:86: note: previous declaration of 'sigwaitinfo' was here
make: *** [libc/sysdeps/linux/common/__rt_sigwaitinfo.os] Erreur 1
Comment 1 Bernhard Reutner-Fischer 2011-04-29 12:23:26 UTC
Hi,

Fixes in 3818c3a0b6465dcc4952a13fde83d22716a82ffc and 221464c9c4227810de9f027c3ace63805480d723 on current master.

Thanks for the report!