RE: OpenSSL 0.9.8j build problem on ia64 SuSE 9.2

2009-01-14 Thread Mark Lavi
> On Wed, Jan 14, 2009, Dr. Stephen Henson wrote: >Ah, forget those changes I suggested try this instead: >http://cvs.openssl.org/chngview?cn=17786 Perfect, that solved the build issue: my build completes, passes make test, and installs. I'll report back if I encounter any other issues, but all l

Re: OpenSSL 0.9.8j build problem on ia64 SuSE 9.2

2009-01-14 Thread Dr. Stephen Henson
On Tue, Jan 13, 2009, Mark Lavi wrote: > On Tue, Jan 13, 2009, Dr. Stephen Henson wrote: > > >In these three lines in crypto/sha/Makefile: > > (cd asm; $(PERL) sha1-ia64.pl ../$@ $(CFLAGS)) > > (cd asm; $(PERL) sha512-ia64.pl ../$@ $(CFLAGS)) > > (cd asm; $(PERL) sha512-ia64.pl ../$@ $(CFLAGS)) >

Re: OpenSSL 0.9.8j build problem on ia64 SuSE 9.2

2009-01-14 Thread Lutz Jaenicke
Mark Lavi wrote: > On Tue, Jan 13, 2009, Dr. Stephen Henson wrote: > > >> In these three lines in crypto/sha/Makefile: >> (cd asm; $(PERL) sha1-ia64.pl ../$@ $(CFLAGS)) >> (cd asm; $(PERL) sha512-ia64.pl ../$@ $(CFLAGS)) >> (cd asm; $(PERL) sha512-ia64.pl ../$@ $(CFLAGS)) >> >> Try changing ../$

RE: OpenSSL 0.9.8j build problem on ia64 SuSE 9.2

2009-01-13 Thread Mark Lavi
On Tue, Jan 13, 2009, Dr. Stephen Henson wrote: >In these three lines in crypto/sha/Makefile: > (cd asm; $(PERL) sha1-ia64.pl ../$@ $(CFLAGS)) > (cd asm; $(PERL) sha512-ia64.pl ../$@ $(CFLAGS)) > (cd asm; $(PERL) sha512-ia64.pl ../$@ $(CFLAGS)) > >Try changing ../$@ to >../$@ Dr. Steve: I have d

Re: OpenSSL 0.9.8j build problem on ia64 SuSE 9.2

2009-01-13 Thread Dr. Stephen Henson
On Tue, Jan 13, 2009, Mark Lavi wrote: > Hello all, > > I've run into a strange build problem that I did not encounter under > relatively identical conditions with OpenSSL 0.9.8i on SuSE 9.2 on ia64. > Even when I simplify my configure arguments to only --prefix and then > repeat make clean and m

OpenSSL 0.9.8j build problem on ia64 SuSE 9.2

2009-01-13 Thread Mark Lavi
Hello all, I've run into a strange build problem that I did not encounter under relatively identical conditions with OpenSSL 0.9.8i on SuSE 9.2 on ia64. Even when I simplify my configure arguments to only --prefix and then repeat make clean and make again, the issue is consistently reproducible. I