> On Wed, Aug 14, 2013 at 02:02:55PM -0400, Dennis Clarke wrote: > > I have four tests fail on Solaris 10 SPARC .. where should I look > given the results below ? > > All four tests have to do with 8-bit character handling. What locale are > you running these tests under? I'm assuming it's not a UTF-8 one. The > punycode and base64 parts of the tests show that something isn't interpreting > the characters correctly. Could it be the source files were converted > to > something other than UTF-8 at some point before running the tests?
Excellent catch. When I went back and did a rebuild using locale set to POSIX ( C ) I get great results : configure: Configured to build curl/libcurl: curl version: 7.32.0 Host setup: sparc-sun-solaris2.10 Install prefix: /usr/local Compiler: /opt/solarisstudio12.3/bin/cc SSL support: enabled (OpenSSL) SSH support: enabled (libSSH2) zlib support: enabled krb4 support: no (--with-krb4*) GSSAPI support: no (--with-gssapi) SPNEGO support: no (--with-spnego) TLS-SRP support: enabled resolver: default (--enable-ares / --enable-threaded-resolver) ipv6 support: enabled IDN support: enabled Build libcurl: Shared=yes, Static=yes Built-in manual: enabled --libcurl option: enabled (--disable-libcurl-option) Verbose errors: enabled (--disable-verbose) SSPI support: no (--enable-sspi) ca cert bundle: no ca cert path: /usr/local/ssl/certs LDAP support: enabled (OpenLDAP) LDAPS support: enabled RTSP support: enabled RTMP support: no (--with-librtmp) metalink support: no (--with-libmetalink) Protocols: DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS LDAP LDAPS POP3 POP3S RTSP SCP SFTP SMTP SMTPS TELNET TFTP gmake and then gmake check results in : TESTDONE: 625 tests out of 625 reported OK: 100% TESTDONE: 839 tests were considered during 610 seconds. flawless :-) Dennis ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
