This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

build/1931: Build of gdb 6.2.1 on solaris 10 fails


>Number:         1931
>Category:       build
>Synopsis:       Build of gdb 6.2.1 on solaris 10 fails
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          external
>Submitter-Id:   net
>Arrival-Date:   Fri Apr 29 23:18:01 UTC 2005
>Closed-Date:
>Last-Modified:
>Originator:     Navneeth Rao
>Release:        gdb 6.2.1
>Organization:
>Environment:
SunOS 5.10 Generic sun4u sparc SUNW,Sun-Fire-V240
>Description:
if [ x"" != x ]; then \
  /usr/local/bin/gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wtraditional -pedantic  ./strsignal.c -o pic/strsignal.o; \
else true; fi
/usr/local/bin/gcc -c -DHAVE_CONFIG_H -g -O2  -I. -I./../include  -W -Wall -Wtraditional -pedantic ./strsignal.c -o strsignal.o
In file included from /usr/include/sys/signal.h:34,
                 from /usr/include/signal.h:26,
                 from strsignal.c:23:
/usr/include/sys/siginfo.h:259: error: parse error before "ctid_t"
/usr/include/sys/siginfo.h:261: error: ISO C forbids data definition with no type or storage class
/usr/include/sys/siginfo.h:292: error: parse error before '}' token
/usr/include/sys/siginfo.h:292: error: ISO C forbids data definition with no type or storage class
/usr/include/sys/siginfo.h:294: error: parse error before '}' token
/usr/include/sys/siginfo.h:294: error: ISO C forbids data definition with no type or storage class
/usr/include/sys/siginfo.h:390: error: parse error before "ctid_t"
/usr/include/sys/siginfo.h:392: error: ISO C forbids data definition with no type or storage class
/usr/include/sys/siginfo.h:398: error: conflicting types for `__fault'
/usr/include/sys/siginfo.h:267: error: previous declaration of `__fault'
/usr/include/sys/siginfo.h:404: error: conflicting types for `__file'
/usr/include/sys/siginfo.h:273: error: previous declaration of `__file'
/usr/include/sys/siginfo.h:420: error: conflicting types for `__prof'
/usr/include/sys/siginfo.h:287: error: previous declaration of `__prof'
/usr/include/sys/siginfo.h:424: error: conflicting types for `__rctl'
/usr/include/sys/siginfo.h:291: error: previous declaration of `__rctl'
/usr/include/sys/siginfo.h:426: error: parse error before '}' token
/usr/include/sys/siginfo.h:426: error: ISO C forbids data definition with no type or storage class
/usr/include/sys/siginfo.h:428: error: parse error before '}' token
/usr/include/sys/siginfo.h:428: error: ISO C forbids data definition with no type or storage class
/usr/include/sys/siginfo.h:432: error: parse error before "k_siginfo_t"
/usr/include/sys/siginfo.h:437: error: parse error before '}' token
/usr/include/sys/siginfo.h:437: error: ISO C forbids data definition with no type or storage class
In file included from /usr/include/signal.h:26,
                 from strsignal.c:23:
/usr/include/sys/signal.h:85: error: parse error before "siginfo_t"
In file included from strsignal.c:23:
/usr/include/signal.h:111: error: parse error before "siginfo_t"
/usr/include/signal.h:113: error: parse error before "siginfo_t"
gmake[1]: *** [strsignal.o] Error 1
gmake[1]: Leaving directory `/nrao/gdb/gdb621-sol/gdb-6.2.1/libiberty'
gmake: *** [all-libiberty] Error 2
>How-To-Repeat:
Try to build gdb 6.2.1 on Solaris 10
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]