[openssl.org #726] bug report, help request...

2003-10-06 Thread Jon Kulpa via RT

While running the "make" command to build version 9.7c, I get the following errors.  
My system is OpenBSD i386.  Please help me fix this bug, if it is in fact a bug with 
OpenSSL.
 
Thanks,
 
Jon
 
HERE ARE THE ERROR MESSAGES:
 
(cd asm; /usr/bin/perl des-586.pl cpp >dx86unix.cpp)
gcc -E -DOUT asm/dx86unix.cpp | as -o asm/dx86-out.o
des-586.s: Assembler messages:
des-586.s:2458: Error: Unimplemented segment type 151680 in parse_operand
des-586.s:2645: Error: Unimplemented segment type 151680 in parse_operand
*** Error code 1
Stop in /usr/local/ssl/install/openssl-0.9.7c/crypto/des (line 77 of Makefile.ssl).
*** Error code 1
Stop in /usr/local/ssl/install/openssl-0.9.7c/crypto (line 73 of Makefile.ssl).
*** Error code 1
Stop in /usr/local/ssl/install/openssl-0.9.7c (line 235 of Makefile).



-
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]


[openssl.org #726] bug report, help request...

2003-11-21 Thread Lutz Jaenicke via RT

[EMAIL PROTECTED] - Mon Oct  6 17:08:31 2003]:

> While running the "make" command to build version 9.7c, I get the
> following errors.  My system is OpenBSD i386.  Please help me fix this
> bug, if it is in fact a bug with OpenSSL
...
> des-586.s:2458: Error: Unimplemented segment type 151680 in
> parse_operand

This problem is discussed in the OpenSSL FAQ, see point
 Why does OpenBSD-i386 build fail on des-586.s with "Unimplemented
segment type?"


Best regards,
  Lutz
__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]


Re: [openssl.org #726] bug report, help request...

2003-10-06 Thread Rudolf Leitgeb
Am Montag, 6. Oktober 2003 17:08 schrieb Jon Kulpa via RT:
> While running the "make" command to build version 9.7c, I get the following
> errors.  My system is OpenBSD i386.  Please help me fix this bug, if it is
> in fact a bug with OpenSSL.

OpenBSD uses some outdated version of gcc which can't handle recent
assembler statements. You can work around this problem by configuring
openssl with the no-asm argument (type "./configure --help" for more info).

Note: OpenSSL does not compile in OpenBSD 2.8 even with that argument, there
are still unresolved issues with shared libraries :-(( I don't know whether 
newer versions of OpenBSD are any better.

Cheers

Rudi

__
OpenSSL Project http://www.openssl.org
Development Mailing List   [EMAIL PROTECTED]
Automated List Manager   [EMAIL PROTECTED]