Re: [openssl.org #1391] OpenSSL 0.9.8c build fails on old Linux

2008-09-17 Thread Alain Guibert via RT
Hello gentlemen, On Sunday, September 17, 2006 at 0:04:24 +0200, Alain Guibert wrote: during OpenSSL 0.9.8c build, make fails: | bss_dgram.c: In function `dgram_ctrl': | bss_dgram.c:345: `SO_RCVTIMEO' undeclared (first use this function) | bss_dgram.c:355: `SO_SNDTIMEO' undeclared (first use

Re: [openssl.org #1667] 0.9.8-stable sha512 segfaults

2008-04-24 Thread Alain Guibert via RT
Hello Andy, and thank you for your reply. On Tuesday, April 22, 2008 at 16:05:44 +0200, Andy Polyakov wrote: Could you collect disassembler output for offending code? I.e. run 'gdb test/sha512t core' (or rather util/shlib_wrap.sh gdb test/sha512t as you have build for shared), run 'where',

[openssl.org #1667] 0.9.8-stable sha512 segfaults

2008-04-22 Thread Alain Guibert via RT
Hello, During make test of latest CVS revision OpenSSL_0_9_8-stable, the sha512 test fails on a segmentation fault in sha512_block_data_order(): | ../util/shlib_wrap.sh ./sha512t | make[1]: *** [test_sha] Segmentation fault (core dumped) | make[1]: Leaving directory `/tmp/openssl-0.9.8-cvs/test'

Re: [openssl.org #1452] OpenSSL 0.9.7l make install syntax error

2007-10-17 Thread Alain Guibert via RT
Hello Andy, On Saturday, October 13, 2007 at 13:13:22 +0200, Andy Polyakov via RT wrote: this was eventually fixed. thanks for report. a. This syntax error problem is still present in latest 0.9.7m release, but is indeed fixed in the CVS 0.9.7 branch. And it never impacted the 0.9.8 branch

Re: [openssl.org #1392] OpenSSL 0.9.7k build fails missing poll.h

2007-02-02 Thread Alain Guibert via RT
Hello, On Sunday, September 17, 2006 at 0:04:48 +0200, Alain Guibert via RT wrote: | rand_unix.c:128: poll.h: No such file or directory This problem touches OpenSSL 0.9.7[kl], 0.9.8[cd], and latest CVS HEAD. Here poll.h doesn't exist, but there is a sys/poll.h. And once rand_unix.c modified

Re: [openssl.org #1301] OpenSSL 0.9.7i shared build fails

2007-01-29 Thread Alain Guibert via RT
Hello, On Friday, March 31, 2006 at 14:00:13 +0200, Alain Guibert via RT wrote: On my old Linux box (Intel Debian bo: kernel 2.0.40, gcc 2.7.2.1, libc 5.4.33) during OpenSSL 0.9.7i shared lib build, make fails: | [...snip hundreds of undefined references...] This problem touches all

Re: [openssl.org #1048] OpenSSL 0.9.7g failing make test

2007-01-24 Thread Alain Guibert via RT
Hello, On Wednesday, April 20, 2005 at 18:49:53 +0200, Alain Guibert wrote: during OpenSSL 0.9.7g build, make test fails: | ../util/shlib_wrap.sh ./destest | ./destest: can't load library '../util/../libcrypto.so.0.9.7 ../util/../libssl.so.0.9.7' These symptoms are the same with all OpenSSL

[openssl.org #1452] OpenSSL 0.9.7l make install syntax error

2006-12-29 Thread Alain Guibert via RT
Hello, When doing make install in OpenSSL 0.9.7l, there is a syntax error, some apps are not installed, but Makefile still continues: | # make install | [...] | installing apps... | make[1]: Entering directory `/tmp/openssl-0.9.7l/apps' | /bin/sh: -c: line 1: syntax error near unexpected token

[openssl.org #1391] OpenSSL 0.9.8c build fails on old Linux

2006-09-16 Thread Alain Guibert via RT
Hello, On my old Linux box (Intel Pentium 200 MMX, Debian bo, kernel 2.0.40, gcc 2.7.2.1, libc 5.4.33) during OpenSSL 0.9.8c build, make fails: | $ ./config no-sse2 no-hw; make | [...] | gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN

[openssl.org #1392] OpenSSL 0.9.7k build fails missing poll.h

2006-09-16 Thread Alain Guibert via RT
On my old Linux box (Intel Pentium 200 MMX, Debian bo, kernel 2.0.40, gcc 2.7.2.1, libc 5.4.33) during OpenSSL 0.9.7k build, make fails: | $ ./config; make | gcc -I.. -I../.. -I../../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DL_ENDIAN -DTERMIO -O3

[openssl.org #1303] OpenSSL 0.9.8a build fails

2006-04-02 Thread Alain Guibert via RT
Hello, On my old Linux box (Intel Pentium 200 MMX, Debian bo, kernel 2.0.40, gcc 2.7.2.1, libc 5.4.33) during OpenSSL 0.9.8a build, make fails: | $ ./config; make | [...] | gcc -I. -I.. -I../include -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DTERMIO -O3

[openssl.org #1301] OpenSSL 0.9.7i shared build fails

2006-03-31 Thread Alain Guibert via RT
Hello, On my old Linux box (Intel Debian bo: kernel 2.0.40, gcc 2.7.2.1, libc 5.4.33) during OpenSSL 0.9.7i shared lib build, make fails: | $ ./config shared ; make | [...snip hundreds of undefined references...] | ./libcrypto.a(ui_openssl.o): In function `close_console': |

[openssl.org #1048] OpenSSL 0.9.7g failing make test

2005-04-20 Thread Alain Guibert via RT
Hello, On my old Linux box (Intel Debian bo: kernel 2.0.40, gcc 2.7.2.1, libc 5.4.33) during OpenSSL 0.9.7g build, make test fails: | Doing certs | /tmp/openssl-0.9.7g/util/../apps/openssl: can't load library '/tmp/openssl-0.9.7g/util/../libcrypto.so.0.9.7

Re: [openssl.org #201] OpenSSL 0.9.6e failing make test

2002-12-08 Thread Alain Guibert via RT
On Monday, December 2, 2002 at 10:55:26 AM +0100, Alain Guibert via RT wrote: Tried OpenSSL 0.9.7 beta4 and it seems to work. Both make test and make install passes. Great! Thanks. I'll confirm with 0.9.7 when it's released, but please feel free to close the bug. Confirmation

Re: [openssl.org #201] OpenSSL 0.9.6e failing make test

2002-12-02 Thread Alain Guibert via RT
Hello again Lutz, On Friday, November 29, 2002 at 1:20:25 PM +0100, Lutz Jänicke via RT wrote: On Fri, Nov 29, 2002 at 12:59:29PM +0100, Alain Guibert via RT wrote: - with 0.9.6g: installing man3/SSL_write.3 /usr/bin/pod2man: Invalid man page - 1st pod line is not NAME in SSL_write.pod

Re: [openssl.org #201] OpenSSL 0.9.6e failing make test

2002-11-29 Thread Alain Guibert via RT
Hello Lutz, On Thursday, November 28, 2002 at 8:37:36 PM +0100, Lutz Jaenicke via RT wrote: [jaenicke - Fri Nov 15 22:52:05 2002]: The test_req script actually performs a ../apps/openssl req -config ../apps/openssl.cnf testreq.pem \ -inform p -outform d f.d Can you run this manually?

Re: [openssl.org #201] OpenSSL 0.9.6e failing make test

2002-08-15 Thread Alain Guibert via RT
Hello Richard, On Thursday, August 15, 2002 at 12:36:52 PM +0200, Richard Levitte via RT wrote: On my old Linux box (Intel Debian bo: kernel 2.0.39, gcc 2.7.2.1, libc 5.4.33) during OpenSSL 0.9.6e build a test in make test fails: | testing req conversions | p - d | make[1]: *** [test_req]