[openssl.org #1745] bug report: openssl-0.9.8i breaks build of wine-0.9.60

2014-06-30 Thread Rich Salz via RT
Very old release, can't reproduct, closing ticket.

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


[openssl.org #1745] bug report: openssl-0.9.8i breaks build of wine-0.9.60

2008-09-16 Thread Sergei Steshenko via RT
Hello,

even though 'configure' of wine-0.9.60 is OK, 'make' fails with these
error messages:


  4889  gcc -c -I. -I. -I../../include -I../../include  -D__WINESRC__ 
-D_WINX32_ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing 
-Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith 
-I/home/sergei/AFSWD/install/MesaLib-7.0.3/include 
-I/home/sergei/AFSWD/install/autoconf-2.62/include 
-I/home/sergei/AFSWD/install/bc-1.06/include 
-I/home/sergei/AFSWD/install/bison-2.3/include 
-I/home/sergei/AFSWD/install/cups-1.3.8-source/include 
-I/home/sergei/AFSWD/install/flex-2.5.35/include 
-I/home/sergei/AFSWD/install/freetype-2.3.7/include 
-I/home/sergei/AFSWD/install/freetype-2.3.7/include/freetype2 
-I/home/sergei/AFSWD/install/gettext-0.17/include 
-I/home/sergei/AFSWD/install/icu4c-3_6-src/include 
-I/home/sergei/AFSWD/install/jpegsrc.v6b/include 
-I/home/sergei/AFSWD/install/libgcrypt-1.4.1/include 
-I/home/sergei/AFSWD/install/libgpg-error-1.6/include 
-I/home/sergei/AFSWD/install/libiconv-1.11/include
 -I/home/sergei/AFSWD/install/libiconv_pre-1.11/include 
-I/home/sergei/AFSWD/install/libpng-1.2.29/include/libpng12 
-I/home/sergei/AFSWD/install/libtool-1.5.26/include 
-I/home/sergei/AFSWD/install/libungif4_4.1.4.orig/include 
-I/home/sergei/AFSWD/install/libxml2-2.6.32/include/libxml2 
-I/home/sergei/AFSWD/install/libxslt-1.1.24/include 
-I/home/sergei/AFSWD/install/m4-1.4.11/include 
-I/home/sergei/AFSWD/install/ncurses-5.6/include 
-I/home/sergei/AFSWD/install/openssl-0.9.8i/include 
-I/home/sergei/AFSWD/install/potrace-1.7/include 
-I/home/sergei/AFSWD/install/texinfo-4.12/include 
-I/home/sergei/AFSWD/install/tiff-3.8.2/include 
-I/home/sergei/AFSWD/install/zlib-1.2.3/include -g -O2  -o http.o http.c
  4890  In file included from 
/home/sergei/AFSWD/install/openssl-0.9.8i/include/openssl/ssl.h:183,
  4891   from internet.h:48,
  4892   from http.c:60:
  4893  /home/sergei/AFSWD/install/openssl-0.9.8i/include/openssl/x509.h:207: 
error: expected ‘)’ before numeric constant
  4894  In file included from 
/home/sergei/AFSWD/install/openssl-0.9.8i/include/openssl/ssl.h:183,
  4895   from internet.h:48,
  4896   from http.c:60:
  4897  /home/sergei/AFSWD/install/openssl-0.9.8i/include/openssl/x509.h:929: 
error: expected identifier or ‘(’ before ‘LPCSTR’
  4898  /home/sergei/AFSWD/install/openssl-0.9.8i/include/openssl/x509.h:929: 
error: expected ‘)’ before numeric constant
  4899  /home/sergei/AFSWD/install/openssl-0.9.8i/include/openssl/x509.h:929: 
error: expected declaration specifiers or ‘...’ before ‘(’ token
  4900  /home/sergei/AFSWD/install/openssl-0.9.8i/include/openssl/x509.h:929: 
error: expected ‘)’ before numeric constant
  4901  In file included from 
/home/sergei/AFSWD/install/openssl-0.9.8i/include/openssl/ssl.h:183,
  4902   from internet.h:48,
  4903   from http.c:60:
  4904  /home/sergei/AFSWD/install/openssl-0.9.8i/include/openssl/x509.h:929:1: 
error: pasting ) and _it does not give a valid preprocessing token
  4905  make[2]: *** [http.o] Error 1
  4906  make[2]: Leaving directory 
`/home/sergei/AFSWD/build/wine-0.9.60/dlls/wininet'
  4907  make[1]: *** [wininet] Error 2
  4908  make[1]: Leaving directory `/home/sergei/AFSWD/build/wine-0.9.60/dlls'
  4909  make: *** [dlls] Error 2
.

I believe it's exactly the same bug I have already reported regarding
openssl-0.9.8h, and somebody of the SSL development tool has already
acknowledged the bug and suggested a workaround/splution, but apparently
it don't make it into openssl-0.9.8i.

I'm building in the framework of my AppsFromScratch under SUSE Linux 10.3
on 32 bits x86.

Thanks,
  Sergei.




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