[openssl.org #1881] Compile Failure: openssl-1.0.0-beta1 (IRIX)

2014-06-30 Thread Rich Salz via RT
Very old release, since fixed, no doubt.
Closing ticket.

__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   majord...@openssl.org


[openssl.org #1881] Compile Failure: openssl-1.0.0-beta1 (IRIX)

2009-04-02 Thread Stephen Henson via RT
 [n...@nekochan.net - Wed Apr 01 16:07:15 2009]:
 
 Hello,
 
 I've encountered a compile failure of openssl-1.0.0-beta1. Details are  
 as follows:
 
   # uname -aR
 IRIX64 Kazehana 6.5 6.5.30f 07202013 IP35
 
   # cc -v
 MIPSpro Compilers: Version 7.4.4m
 
 
 ./Configure --prefix=/usr/nekoware irix-mips3-cc threads
 
 ...
 
 cc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_SGI_MP_SOURCE - 
 DDSO_DLFCN -DHAVE_DLFCN_H -n32 -mips3 -O2 -use_readonly_const -G0 - 
 rdata_shared -DTERMIOS -DB_ENDIAN -DBN_DIV3W   -c -o ocsp.o ocsp.c
 cc-1070 cc: ERROR File = ocsp.c, Line = 1268
The indicated type is incomplete.
 
  struct timeval tv;
 ^
 
 1 error detected in the compilation of ocsp.c.
 gmake[1]: *** [ocsp.o] Error 2
 gmake[1]: Leaving directory `/opt/build/openssl-1.0.0-beta1/apps'
 gmake: *** [build_apps] Error 1
 
 ...
 

This should be the USE_SOCKETS issue mentioned elsewhere and now fixed.
Please try the next snapshot.

Steve.


__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   majord...@openssl.org


[openssl.org #1881] Compile Failure: openssl-1.0.0-beta1 (IRIX)

2009-04-01 Thread Pete Plank via RT
Hello,

I've encountered a compile failure of openssl-1.0.0-beta1. Details are  
as follows:

  # uname -aR
IRIX64 Kazehana 6.5 6.5.30f 07202013 IP35

  # cc -v
MIPSpro Compilers: Version 7.4.4m


./Configure --prefix=/usr/nekoware irix-mips3-cc threads

...

cc -DMONOLITH -I.. -I../include  -DOPENSSL_THREADS -D_SGI_MP_SOURCE - 
DDSO_DLFCN -DHAVE_DLFCN_H -n32 -mips3 -O2 -use_readonly_const -G0 - 
rdata_shared -DTERMIOS -DB_ENDIAN -DBN_DIV3W   -c -o ocsp.o ocsp.c
cc-1070 cc: ERROR File = ocsp.c, Line = 1268
   The indicated type is incomplete.

 struct timeval tv;
^

1 error detected in the compilation of ocsp.c.
gmake[1]: *** [ocsp.o] Error 2
gmake[1]: Leaving directory `/opt/build/openssl-1.0.0-beta1/apps'
gmake: *** [build_apps] Error 1

...

Thanks much,

Pete Plank

__
OpenSSL Project http://www.openssl.org
Development Mailing List   openssl-dev@openssl.org
Automated List Manager   majord...@openssl.org