Re: [GNU Autoconf 2.61] testsuite: 97 failed

2007-02-28 Thread Paul Eggert
Hiroyuki NISHIMURA [EMAIL PROTECTED] writes: I am afraid that I think Sun's sed is No Good, GNU sed is Good. I cannot reproduce the problem on my Solaris 9 sparc host. Perhaps you need to patch your Solaris installation? Here's the 'sed' I have: 136-pete $ ls -l /usr/bin/sed -r-xr-xr-x 1

Re: Building universal binaries makes 'check' fail

2007-02-28 Thread Elias Pipping
Hello, since I only own one machine (a ppc mac) that's the only platform i can test on. Modifying config.h the way you described has these effects, though: * make check completes without any errors * the output of md5sum matches the output of openssl's md5. Regards, Elias Pipping On Feb

Re: Building universal binaries makes 'check' fail

2007-02-28 Thread Paolo Bonzini
+[[#if ! (defined __BIG_ENDIAN__ || defined __LITLE_ENDIAN__) typo

Re: Building universal binaries makes 'check' fail

2007-02-28 Thread Paul Eggert
Elias Pipping [EMAIL PROTECTED] writes: autoconf fails for me with 177: AC_C_BIGENDIAN FAILED (semantics.at:478) Thanks for testing this. I have installed the following additional patch, which I hope fixes your problem. It also fixes the misspelling noted by Paolo Bonzini. Please give

Re: Building universal binaries makes 'check' fail

2007-02-28 Thread Peter O'Gorman
On Feb 28, 2007, at 12:47 PM, Elias Pipping wrote: Hello, autoconf fails for me with 177: AC_C_BIGENDIAN FAILED (semantics.at:478) I am not sure it is worth the effort to get autoconf clean for Apple's universal builds. The whole autoconf philosophy is about checking

Re: Building universal binaries makes 'check' fail

2007-02-28 Thread Elias Pipping
seems to work! == building == ./configure \ --prefix=/opt/local \ --infodir=/opt/local/share/info \ --mandir=/opt/local/share/man make make -k check ~/logs/autoconf-cvs.check.log; \ cp config.log ~/logs/autoconf-cvs.config.log == files ==