Page MenuHome GnuPG

GPG Installation issue on HP-UX 11.23 - rx2620 Itanium server
Closed, ResolvedPublic

Description

GPG 1.4.5: Here is what I got: I have run ./configure and after make. Here is
the error after running for few second:
...
deps/http.Tpo" -c -o http.o http.c; \

then mv -f ".deps/http.Tpo" ".deps/http.Po"; else rm -

f ".deps/http.Tpo"; exit 1; fi
In file included from http.c:36:
/usr/include/sys/socket.h:535: error: static declaration of 'sendfile' follows
non-static declaration
/usr/include/sys/socket.h:506: error: previous declaration of 'sendfile' was
here
/usr/include/sys/socket.h:536: error: static declaration of 'sendpath' follows
non-static declaration
/usr/include/sys/socket.h:508: error: previous declaration of 'sendpath' was
here

  • Error exit code 1

Stop.

  • Error exit code 1

Stop.

  • Error exit code 1

Stop.

Event Timeline

Can you tell more about your environment. For example the compiler you use.
From what I can see right now, there seems to be something wrong with your
toolchain: At line 36 of http.c only system headers have been included (except
for our config.h).

I'm running of an HP RX2620 running on HP-UX 11.23

Here is the info about the compiler:

[epic{root}:/]>cc -V
cc: HP aC++/ANSI C B3910B A.06.10 [Mar 22 2006]

output from SAM:

B3901BA -> C.11.23.12 HP C/ANSI C Developer's Bundle
(S800)

I have been able to install it on SUN Solaris 8,9 and 10, HP-UX 11.11
but not 11.23.

I have downloaded the latest package of GPG and got the same result.

Thank you for your help.

Can you please send me the file /usr/include/sys/socket.h by private mail
(wk@gnupg.org)? Please also include the config.h file GnupG's configure script
generates.

Closing bug due to insufficient information