Bug 3517

Summary: Compilation error for uClibc 0.9.32-rc3
Product: uClibc Reporter: Mickaël <mickb>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: blocker CC: uclibc-cvs
Priority: P5    
Version: 0.9.32   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:
Attachments: config file used

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!