GNU PG on Tru64 v5.1

From: Jose Ramirez <jramirez_at_ccc.edu>
Date: Thu, 07 Mar 2002 11:47:11 -0600

Hello Tru64 Gugus:

NOTE:
Need to install GNU PG for secured FTP Transfers via Internet.

FYI:
Trying to install GNU PG(v1.1.2) on alpha server w/Tru64 v5.1). When I
run ./configure everything seems to run okay but when I ran make I get
the following error messages:
  ------------------------------------------------------------------------

cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../intl -g -c global.c -o
global.o
echo timestamp > global.lo
/bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I..
-I../include -I../intl -g -c sexp.c
cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../intl -g -c sexp.c -o
sexp.o
cc: Warning: sexp.c, line 141: In this statement, the referenced type of
the pointer value "list->d" is "unsigned char", which is not compatible
with "char" because they differ by signed/unsigned attribute.
(ptrmismatch1)
    p = list->d;
----^
cc: Warning: sexp.c, line 463: In this statement, the referenced type of
the pointer value "p+sizeofn" is "const unsigned char", which is not
compatible with "const char" because they differ by signed/unsigned
attribute. (ptrmismatch1)
 return p + sizeof n;
---------------^
cc: Warning: sexp.c, line 520: In this statement, the referenced type of
the pointer value "p" is "const unsigned char", which is not compatible
with "const char" because they differ by signed/unsigned attribute.
(ptrmismatch1)
 if( !gcry_mpi_scan( &a, mpifmt, p, &nbytes ) )
----------------------------------------^
cc: Warning: sexp.c, line 799: In this statement, the referenced type of
the pointer value "hexfmt" is "const char", which is not compatible with
"const unsigned char" because they differ by signed/unsigned attribute.
(ptrmismatch1)
      *c.pos++ = hextobyte( hexfmt );
------------------------------------------^
cc: Warning: sexp.c, line 877: In this statement, the referenced type of
the pointer value "c.pos" is "unsigned char", which is not compatible
with "char" because they differ by signed/unsigned attribute.
(ptrmismatch1)
  if ( gcry_mpi_print( GCRYMPI_FMT_STD, c.pos, &nm, m ) )
------------------------------------------------------^
cc: Error: sexp.c, line 975: In this statement, "arg_ptr" has a struct
type, which is not scalar. (needscalar)
 else if( arg_ptr && *p == '%' ) {
-----------------^
cc: Error: sexp.c, line 997: In this statement, "0" is of type "long",
and cannot be converted to "struct declared without a tag". (noconvert)
    return sexp_sscan( retsexp, erroff, buffer, length, NULL );
--------------------------------------------------------^
make[2]: *** [sexp.lo] Error 1
make[2]: Leaving directory `/usr/local/software/gnupg-1.1.2/gcrypt'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/software/gnupg-1.1.2'
make: *** [all-recursive-am] Error 2



  ------------------------------------------------------------------------




Is there anybody that has successfully installed GNU PG on alpha running
Tru64 Unix?


Any ideas, comments or suggestions?


Thanks,


Jose
Received on Thu Mar 07 2002 - 17:54:33 NZDT

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:43 NZDT