Environment:

protobuf 2.2.0

$ uname -a
SunOS arson 5.10 Generic_118833-23 sun4u sparc SUNW,Sun-Fire-280R

$ g++ -v
Reading specs from /usr/local/lib/gcc/sparc-sun-solaris2.10/3.4.6/specs
Configured with: ../configure --with-as=/usr/ccs/bin/as
--with-ld=/usr/ccs/bin/ld --enable-shared --enable-languages=c,c++,f77
Thread model: posix
gcc version 3.4.6

Configured with:
$ ./configure --prefix=/usr/local/protobuf/2.2.0 --disable-64bit-solaris

The tests start failing here:

> [----------] 14 tests from IoTest
> [ RUN      ] IoTest.ArrayIo
> [       OK ] IoTest.ArrayIo (4 ms)
> [ RUN      ] IoTest.GzipIo
> google/protobuf/io/zero_copy_stream_unittest.cc:194: Failure
> Value of: WriteToOutput(output, str.c_str(), str.size())
>   Actual: false
> Expected: true
> google/protobuf/io/zero_copy_stream_unittest.cc:194: Failure
> Value of: WriteToOutput(output, str.c_str(), str.size())
>   Actual: false
> Expected: true
> google/protobuf/io/zero_copy_stream_unittest.cc:194: Failure
> Value of: WriteToOutput(output, str.c_str(), str.size())
>   Actual: false
> Expected: true

and it all goes downhill from there.

zlib is the system-installed /usr/lib/libz.so, which appears to be zlib
1.1.4.

I've attached the (gzipped, since it's not short) output of "make
check". Any ideas?

-O

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to protobuf@googlegroups.com
To unsubscribe from this group, send email to 
protobuf+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en
-~----------~----~----~----~------~----~------~--~---

Attachment: make-check.log.gz
Description: GNU Zip compressed data

Reply via email to