[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openssl-cvs
Subject:    Re: openssl-0.9.7-stable-SNAP-20031228 not compiling on BSD/OS
From:       The Doctor <doctor () doctor ! nl2k ! ab ! ca>
Date:       2003-12-30 14:34:27
Message-ID: 20031230143427.GA13457 () doctor ! nl2k ! ab ! ca
[Download RAW message or body]

This error is still occuring.


Script started on Tue Dec 30 07:17:24 2003
doctor.nl2k.ab.ca//usr/source/openssl-0.9.7-stable-SNAP-20031230$ make
making all in crypto...
making all in crypto/md2...
making all in crypto/md4...
making all in crypto/md5...
making all in crypto/sha...
making all in crypto/mdc2...
making all in crypto/hmac...
making all in crypto/ripemd...
making all in crypto/des...
making all in crypto/rc2...
making all in crypto/rc4...
making all in crypto/rc5...
making all in crypto/idea...
making all in crypto/bf...
making all in crypto/cast...
making all in crypto/bn...
making all in crypto/ec...
making all in crypto/rsa...
making all in crypto/dsa...
making all in crypto/dh...
making all in crypto/dso...
making all in crypto/engine...
making all in crypto/aes...
making all in crypto/buffer...
making all in crypto/bio...
making all in crypto/stack...
making all in crypto/lhash...
making all in crypto/rand...
making all in crypto/err...
making all in crypto/objects...
making all in crypto/evp...
making all in crypto/asn1...
making all in crypto/pem...
making all in crypto/x509...
making all in crypto/x509v3...
making all in crypto/conf...
making all in crypto/txt_db...
making all in crypto/pkcs7...
making all in crypto/pkcs12...
making all in crypto/comp...
making all in crypto/ocsp...
making all in crypto/ui...
making all in crypto/krb5...
if [ -n "libcrypto.so.0.9.7 libssl.so.0.9.7" ]; then  (cd ..; make -f Makefile.ssl \
libcrypto.so.0.9.7);  fi `libcrypto.so.0.9.7' is up to date.
making all in ssl...
if [ -n "libcrypto.so.0.9.7 libssl.so.0.9.7" ]; then  (cd ..; make -f Makefile.ssl \
libssl.so.0.9.7);  fi `libssl.so.0.9.7' is up to date.
making all in apps...
making all in test...
gcc -I.. -I../include  -fPIC -DZLIB_SHARED -DZLIB -DOPENSSL_THREADS -DDSO_DLFCN \
-DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DPERL5 -DL_ENDIAN -fomit-frame-pointer -O3 -m486 \
-Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -c ssltest.c ssltest.c:122: inttypes.h: No \
                such file or directory
*** Error code 1

Stop.
*** Error code 1

Stop.
doctor.nl2k.ab.ca//usr/source/openssl-0.9.7-stable-SNAP-20031230$ exit
exit

Script done on Tue Dec 30 07:17:36 2003

On Mon, Dec 29, 2003 at 07:57:33AM -0700, The Doctor wrote:
> On Sun, Dec 28, 2003 at 07:28:53PM +0100, Richard Levitte - VMS Whacker wrote:
> > OK, I'll restore it to what it was previously, tomorrow.
> > 
> 
> 
> Still get the following in 1229
> 
> 
> Script started on Mon Dec 29 07:45:39 2003
> doctor.nl2k.ab.ca//usr/source/openssl-0.9.7-stable-SNAP-20031229$ make
> making all in crypto...
> making all in crypto/md2...
> making all in crypto/md4...
> making all in crypto/md5...
> making all in crypto/sha...
> making all in crypto/mdc2...
> making all in crypto/hmac...
> making all in crypto/ripemd...
> making all in crypto/des...
> making all in crypto/rc2...
> making all in crypto/rc4...
> making all in crypto/rc5...
> making all in crypto/idea...
> making all in crypto/bf...
> making all in crypto/cast...
> making all in crypto/bn...
> making all in crypto/ec...
> making all in crypto/rsa...
> making all in crypto/dsa...
> making all in crypto/dh...
> making all in crypto/dso...
> making all in crypto/engine...
> making all in crypto/aes...
> making all in crypto/buffer...
> making all in crypto/bio...
> making all in crypto/stack...
> making all in crypto/lhash...
> making all in crypto/rand...
> making all in crypto/err...
> making all in crypto/objects...
> making all in crypto/evp...
> making all in crypto/asn1...
> making all in crypto/pem...
> making all in crypto/x509...
> making all in crypto/x509v3...
> making all in crypto/conf...
> making all in crypto/txt_db...
> making all in crypto/pkcs7...
> making all in crypto/pkcs12...
> making all in crypto/comp...
> making all in crypto/ocsp...
> making all in crypto/ui...
> making all in crypto/krb5...
> if [ -n "libcrypto.so.0.9.7 libssl.so.0.9.7" ]; then  (cd ..; make -f Makefile.ssl \
> libcrypto.so.0.9.7);  fi `libcrypto.so.0.9.7' is up to date.
> making all in ssl...
> if [ -n "libcrypto.so.0.9.7 libssl.so.0.9.7" ]; then  (cd ..; make -f Makefile.ssl \
> libssl.so.0.9.7);  fi `libssl.so.0.9.7' is up to date.
> making all in apps...
> making all in test...
> gcc -I.. -I../include  -fPIC -DZLIB_SHARED -DZLIB -DOPENSSL_THREADS -DDSO_DLFCN \
> -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DPERL5 -DL_ENDIAN -fomit-frame-pointer -O3 -m486 \
> -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -c ssltest.c ssltest.c:122: inttypes.h: No \
>                 such file or directory
> *** Error code 1
> 
> Stop.
> *** Error code 1
> 
> Stop.
> doctor.nl2k.ab.ca//usr/source/openssl-0.9.7-stable-SNAP-20031229$ exit
> exit
> 
> Script done on Mon Dec 29 07:45:47 2003
> > In message <20031228135944.GE15547@doctor.nl2k.ab.ca> on Sun, 28 Dec 2003 \
> > 06:59:44 -0700, The Doctor <doctor@doctor.nl2k.ab.ca> said: 
> > doctor> inttypes.h seems to be the culprit
> > doctor> 
> > doctor> Here is a script of the transaction
> > doctor> 
> > doctor> 
> > doctor> Script started on Sun Dec 28 06:51:25 2003
> > doctor> doctor.nl2k.ab.ca//usr/source/openssl-0.9.7-stable-SNAP-20031228$ make
> > doctor> making all in crypto...
> > doctor> making all in crypto/md2...
> > doctor> making all in crypto/md4...
> > doctor> making all in crypto/md5...
> > doctor> making all in crypto/sha...
> > doctor> making all in crypto/mdc2...
> > doctor> making all in crypto/hmac...
> > doctor> making all in crypto/ripemd...
> > doctor> making all in crypto/des...
> > doctor> making all in crypto/rc2...
> > doctor> making all in crypto/rc4...
> > doctor> making all in crypto/rc5...
> > doctor> making all in crypto/idea...
> > doctor> making all in crypto/bf...
> > doctor> making all in crypto/cast...
> > doctor> making all in crypto/bn...
> > doctor> making all in crypto/ec...
> > doctor> making all in crypto/rsa...
> > doctor> making all in crypto/dsa...
> > doctor> making all in crypto/dh...
> > doctor> making all in crypto/dso...
> > doctor> making all in crypto/engine...
> > doctor> making all in crypto/aes...
> > doctor> making all in crypto/buffer...
> > doctor> making all in crypto/bio...
> > doctor> making all in crypto/stack...
> > doctor> making all in crypto/lhash...
> > doctor> making all in crypto/rand...
> > doctor> making all in crypto/err...
> > doctor> making all in crypto/objects...
> > doctor> making all in crypto/evp...
> > doctor> making all in crypto/asn1...
> > doctor> making all in crypto/pem...
> > doctor> making all in crypto/x509...
> > doctor> making all in crypto/x509v3...
> > doctor> making all in crypto/conf...
> > doctor> making all in crypto/txt_db...
> > doctor> making all in crypto/pkcs7...
> > doctor> making all in crypto/pkcs12...
> > doctor> making all in crypto/comp...
> > doctor> making all in crypto/ocsp...
> > doctor> making all in crypto/ui...
> > doctor> making all in crypto/krb5...
> > doctor> if [ -n "libcrypto.so.0.9.7 libssl.so.0.9.7" ]; then  (cd ..; make -f \
> > Makefile.ssl libcrypto.so.0.9.7);  fi doctor> `libcrypto.so.0.9.7' is up to date.
> > doctor> making all in ssl...
> > doctor> if [ -n "libcrypto.so.0.9.7 libssl.so.0.9.7" ]; then  (cd ..; make -f \
> > Makefile.ssl libssl.so.0.9.7);  fi doctor> `libssl.so.0.9.7' is up to date.
> > doctor> making all in apps...
> > doctor> making all in test...
> > doctor> gcc -I.. -I../include  -fPIC -DZLIB_SHARED -DZLIB -DOPENSSL_THREADS \
> > -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_KRB5 -DPERL5 -DL_ENDIAN \
> > -fomit-frame-pointer -O3 -m486 -Wall -DSHA1_ASM -DMD5_ASM -DRMD160_ASM -c \
> > ssltest.c doctor> ssltest.c: In function `app_verify_callback':
> > doctor> ssltest.c:1512: `uintptr_t' undeclared (first use in this function)
> > doctor> ssltest.c:1512: (Each undeclared identifier is reported only once
> > doctor> ssltest.c:1512: for each function it appears in.)
> > doctor> ssltest.c:1512: syntax error before `ctx'
> > doctor> *** Error code 1
> > doctor> 
> > doctor> Stop.
> > doctor> *** Error code 1
> > doctor> 
> > doctor> Stop.
> > doctor> doctor.nl2k.ab.ca//usr/source/openssl-0.9.7-stable-SNAP-20031228$ uname
> > doctor> BSD/OS
> > doctor> doctor.nl2k.ab.ca//usr/source/openssl-0.9.7-stable-SNAP-20031228$ exit
> > doctor> exit
> > doctor> 
> > doctor> Script done on Sun Dec 28 06:51:35 2003
> > doctor> 
> > doctor> openssl-0.9.7-stable-stable-SNAP-20031227 did not have this problem.
> > 
> > -----
> > Please consider sponsoring my work on free software.
> > See http://www.free.lp.se/sponsoring.html for details.
> > You don't have to be rich, a $10 donation is appreciated!
> > 
> > -- 
> > Richard Levitte   \ Tunnlandsvägen 3  \ LeViMS@stacken.kth.se
> > Redakteur@Stacken  \ S-168 36  BROMMA  \ T: +46-8-26 52 47
> > \      SWEDEN       \ or +46-708-26 53 44
> > Procurator Odiosus Ex Infernis                -- poei@bofh.se
> > Member of the OpenSSL development team: http://www.openssl.org/
> > 
> > Unsolicited commercial email is subject to an archival fee of $400.
> > See <http://www.stacken.kth.se/~levitte/mail/> for more info.
> 
> -- 
> Member - Liberal International	On 11 Sept 2001 the WORLD was violated.
> This is doctor@nl2k.ab.ca	Ici doctor@nl2k.ab.ca
> Society MUST be saved! Extremists must dissolve.  
> Merry Christmas 2003 and Happy New Year 2004
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> Development Mailing List                       openssl-dev@openssl.org
> Automated List Manager                           majordomo@openssl.org
> 

-- 
Member - Liberal International	On 11 Sept 2001 the WORLD was violated.
This is doctor@nl2k.ab.ca	Ici doctor@nl2k.ab.ca
Society MUST be saved! Extremists must dissolve.  
Merry Christmas 2003 and Happy New Year 2004
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
CVS Repository Commit List                     openssl-cvs@openssl.org
Automated List Manager                           majordomo@openssl.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic