Gentoo Archives: gentoo-alt

From: Jeremy O <jer.gentoo@×××××.com>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] problems with bootstrapping coreutils on hpux-ia64
Date: Fri, 19 Oct 2007 18:17:46
Message-Id: 90b936c0710191106v3674f591wd62da3809f0ef770@mail.gmail.com
1 Any ideas on what to make of this? Sorry for the vague post, I don't
2 know where to start debugging this one.
3
4 if ia64-hp-hpux11.23-gcc -std=gnu99 -DHAVE_CONFIG_H
5 -DLIBDIR=\"/home/jolexa/portage/hpux-11.23/tmp/usr/lib\" -I. -I. -I..
6 -I.. -I. -O2 -pipe -MT canon-host.o -MD -MP -MF
7 ".deps/canon-host.Tpo" -c -o canon-host.o canon-host.c; \
8 then mv -f ".deps/canon-host.Tpo" ".deps/canon-host.Po"; else
9 rm -f ".deps/canon-host.Tpo"; exit 1; fi
10 In file included from getaddrinfo.h:28,
11 from canon-host.c:27:
12 /usr/include/sys/socket.h:205: error: two or more data types in
13 declaration specifiers
14 /usr/include/sys/socket.h:535: error: static declaration of 'sendfile'
15 follows non-static declaration
16 /usr/include/sys/socket.h:506: error: previous declaration of
17 'sendfile' was here
18 /usr/include/sys/socket.h:536: error: static declaration of 'sendpath'
19 follows non-static declaration
20 /usr/include/sys/socket.h:508: error: previous declaration of
21 'sendpath' was here
22 In file included from canon-host.c:27:
23 getaddrinfo.h:35: error: redefinition of 'struct addrinfo'
24 getaddrinfo.h:107: error: conflicting types for 'gai_strerror'
25 /usr/include/netdb.h:353: error: previous declaration of 'gai_strerror' was here
26 make[3]: *** [canon-host.o] Error 1
27
28 -Jeremy
29 --
30 gentoo-alt@g.o mailing list

Replies

Subject Author
Re: [gentoo-alt] problems with bootstrapping coreutils on hpux-ia64 Fabian Groffen <grobian@g.o>