Gentoo Archives: gentoo-alt

From: Perry Smith <pedzsan@×××××.com>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] prefix installer, AIX 5.3 gcc failed to build
Date: Thu, 23 Dec 2010 01:17:55
Message-Id: F847B3DB-6D71-40DD-8B93-0CC9F9621E34@gmail.com
In Reply to: Re: [gentoo-alt] prefix installer, AIX 5.3 gcc failed to build by Michael Haubenwallner
1 My bootstrap saga continues:
2
3 > + powerpc-ibm-aix5.3.0.0-gcc -DZLIB -DOPENSSL_THREADS -pthread -DDSO_DLFCN -DHAVE_DLFCN_H -O -DB_ENDIAN -DSHA1_ASM -DSHA256_ASM -DAES_ASM -fno-strict-aliasing -shared -Wl,-G -L/gsa/ausgsa-p12/04/prefix/lib -L/gsa/ausgsa-p12/04/prefix/usr/lib -shared -Wl,-bexpall,-bnolibpath,-G,-bernotok,-bsymbolic,-bexpall -o libssl.so.1.0.0 link_tmp.336100/bio_ssl.o link_tmp.336100/d1_both.o link_tmp.336100/d1_clnt.o link_tmp.336100/d1_enc.o link_tmp.336100/d1_lib.o link_tmp.336100/d1_meth.o link_tmp.336100/d1_pkt.o link_tmp.336100/d1_srvr.o link_tmp.336100/kssl.o link_tmp.336100/s23_clnt.o link_tmp.336100/s23_lib.o link_tmp.336100/s23_meth.o link_tmp.336100/s23_pkt.o link_tmp.336100/s23_srvr.o link_tmp.336100/s2_clnt.o link_tmp.336100/s2_enc.o link_tmp.336100/s2_lib.o link_tmp.336100/s2_meth.o link_tmp.336100/s2_pkt.o link_tmp.336100/s2_srvr.o link_tmp.336100/s3_both.o link_tmp.336100/s3_clnt.o link_tmp.336100/s3_enc.o link_tmp.336100/s3_lib.o link_tmp.336100/s3_meth.o link_tmp.336100/s3_pkt.o link_tmp.336100/s3_srvr.o link_tmp.336100/ssl_algs.o link_tmp.336100/ssl_asn1.o link_tmp.336100/ssl_cert.o link_tmp.336100/ssl_ciph.o link_tmp.336100/ssl_err.o link_tmp.336100/ssl_err2.o link_tmp.336100/ssl_lib.o link_tmp.336100/ssl_rsa.o link_tmp.336100/ssl_sess.o link_tmp.336100/ssl_stat.o link_tmp.336100/ssl_txt.o link_tmp.336100/t1_clnt.o link_tmp.336100/t1_enc.o link_tmp.336100/t1_lib.o link_tmp.336100/t1_meth.o link_tmp.336100/t1_reneg.o link_tmp.336100/t1_srvr.o -L. -lcrypto -lz
4 > ld: 0711-317 ERROR: Undefined symbol: .OPENSSL_cleanse
5
6
7 OPENSSL_cleanse is defined in crypto/mem_clr.c but there is no .o file and no mention of mem_clr in the log files.
8
9 I pulled down the source and put it in a stand alone build, made my patch (previous email), and it config'ed and made without incident.
10
11 Thanks,
12 pedz

Replies

Subject Author
Re: [gentoo-alt] prefix installer, AIX 5.3 gcc failed to build Michael Haubenwallner <haubi@g.o>