pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/42727: gcc 34 does not compile



>Number:         42727
>Category:       pkg
>Synopsis:       gcc 34 does not compile
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Feb 03 10:40:00 +0000 2010
>Originator:     fulvio ciriaco
>Release:        current
>Organization:
>Environment:
NetBSD  5.99.23 NetBSD 5.99.23 (GENERIC) #0: Mon Jan 11 17:47:30 UTC 2010  
builds%b8.netbsd.org@localhost:/home/builds/|....
ab/HEAD/i386/201001110000Z-obj/home/builds/ab/HEAD/src/sys/arch/i386/compile/GENERIC
 i386
>Description:
gcc 34 does not compile, except when excluding objc and ada.
make breaks due to 
/usr/pkgsrc/lang/gcc34/work/gcc-3.4.6/include/libiberty.h,
apparently being size_t undefined when required for prototype
declaration.

>How-To-Repeat:
cd /usr/pkgsrc/lang/gcc34 && make

>Fix:
substitute
#include <stddef.h>
with
#include "/usr/include/stddef.h"
and proceed to next error (sigh!)
Why is <stddef.h> ignored?



Home | Main Index | Thread Index | Old Index