Re: Build errors on installation

2009-01-05 Thread mikesparr...@gmail.com

Ah, ok,

The tests show RUN -> OK, but with the output to stderr it looked like
a failure to me.
Sorry for the false alarm.

Regards,
Mike

On Jan 5, 1:31 pm, Kenton Varda  wrote:
> Which tests fail?  tests.exe should print a list of all failed tests at the
> end of its output.  Note that just because the messages you pointed out said
> "ERROR" does not mean the test failed -- it may be that the test is just
> testing an error case.
>
> On Mon, Jan 5, 2009 at 12:48 PM, mikesparr...@gmail.com <
>
> mikesparr...@gmail.com> wrote:
>
> > It appears that two fail and one is a warning.
> > When the tests.exe output is redirected to a file, I still have the
> > three problems below listed in the cmd window. I presume that these
> > are non normal terminations for these tests.
>
> > Mike
>
> > On Jan 5, 12:19 pm, Kenton Varda  wrote:
> > > Did the tests pass or fail?  The tests explicitly test the code which
> > > produces those warnings, so seeing them is expected.  As long as the
> > tests
> > > report that they passed you are fine.
>
> > > On Mon, Jan 5, 2009 at 12:12 PM, mikesparr...@gmail.com <
>
> > > mikesparr...@gmail.com> wrote:
>
> > > > Starting a clean installation
>
> > > > Running MS Visual Studio 2008(version 9.0.30729.1 SP) and following
> > > > the readme.txt instructions
> > > > I open the sln file and get a "convert this solution message" which
> > > > appears to go ok.
> > > > I build the solution in Debug mode
> > > > I open a cmd window and run tests.exe and get the following errors/
> > > > warnings:
>
> > > > libprotobuf ERROR c:\proj\protobuf-2.0.3\src\google\protobuf\io
> > > > \coded_stream.cc:
> > > > 170] A protocol message was rejected because it was too big (more than
> > > > 16 bytes)
> > > > .  To increase the limit (or to disable these warnings), see
> > > > CodedInputStream::S
> > > > etTotalBytesLimit() in google/protobuf/io/coded_stream.h.
>
> > > > libprotobuf WARNING c:\proj\protobuf-2.0.3\src\google\protobuf\stubs
> > > > \strutil_uni
> > > > ttest.cc:67] Couldn't set locale to es_ES.  Skipping this test.
>
> > > > libprotobuf ERROR c:\proj\protobuf-2.0.3\src\google\protobuf
> > > > \wire_format_inl.h:2
> > > > 89] Encountered string containing invalid UTF-8 data while serializing
> > > > protocol
> > > > buffer. Strings must contain only UTF-8; use the 'bytes' type for raw
> > > > bytes.
>
> > > > Thanks in advance,
> > > > Mike
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Build errors on installation

2009-01-05 Thread Kenton Varda
Which tests fail?  tests.exe should print a list of all failed tests at the
end of its output.  Note that just because the messages you pointed out said
"ERROR" does not mean the test failed -- it may be that the test is just
testing an error case.

On Mon, Jan 5, 2009 at 12:48 PM, mikesparr...@gmail.com <
mikesparr...@gmail.com> wrote:

>
> It appears that two fail and one is a warning.
> When the tests.exe output is redirected to a file, I still have the
> three problems below listed in the cmd window. I presume that these
> are non normal terminations for these tests.
>
> Mike
>
>
> On Jan 5, 12:19 pm, Kenton Varda  wrote:
> > Did the tests pass or fail?  The tests explicitly test the code which
> > produces those warnings, so seeing them is expected.  As long as the
> tests
> > report that they passed you are fine.
> >
> > On Mon, Jan 5, 2009 at 12:12 PM, mikesparr...@gmail.com <
> >
> > mikesparr...@gmail.com> wrote:
> >
> > > Starting a clean installation
> >
> > > Running MS Visual Studio 2008(version 9.0.30729.1 SP) and following
> > > the readme.txt instructions
> > > I open the sln file and get a "convert this solution message" which
> > > appears to go ok.
> > > I build the solution in Debug mode
> > > I open a cmd window and run tests.exe and get the following errors/
> > > warnings:
> >
> > > libprotobuf ERROR c:\proj\protobuf-2.0.3\src\google\protobuf\io
> > > \coded_stream.cc:
> > > 170] A protocol message was rejected because it was too big (more than
> > > 16 bytes)
> > > .  To increase the limit (or to disable these warnings), see
> > > CodedInputStream::S
> > > etTotalBytesLimit() in google/protobuf/io/coded_stream.h.
> >
> > > libprotobuf WARNING c:\proj\protobuf-2.0.3\src\google\protobuf\stubs
> > > \strutil_uni
> > > ttest.cc:67] Couldn't set locale to es_ES.  Skipping this test.
> >
> > > libprotobuf ERROR c:\proj\protobuf-2.0.3\src\google\protobuf
> > > \wire_format_inl.h:2
> > > 89] Encountered string containing invalid UTF-8 data while serializing
> > > protocol
> > > buffer. Strings must contain only UTF-8; use the 'bytes' type for raw
> > > bytes.
> >
> > > Thanks in advance,
> > > Mike
> >
>

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Build errors on installation

2009-01-05 Thread mikesparr...@gmail.com

It appears that two fail and one is a warning.
When the tests.exe output is redirected to a file, I still have the
three problems below listed in the cmd window. I presume that these
are non normal terminations for these tests.

Mike


On Jan 5, 12:19 pm, Kenton Varda  wrote:
> Did the tests pass or fail?  The tests explicitly test the code which
> produces those warnings, so seeing them is expected.  As long as the tests
> report that they passed you are fine.
>
> On Mon, Jan 5, 2009 at 12:12 PM, mikesparr...@gmail.com <
>
> mikesparr...@gmail.com> wrote:
>
> > Starting a clean installation
>
> > Running MS Visual Studio 2008(version 9.0.30729.1 SP) and following
> > the readme.txt instructions
> > I open the sln file and get a "convert this solution message" which
> > appears to go ok.
> > I build the solution in Debug mode
> > I open a cmd window and run tests.exe and get the following errors/
> > warnings:
>
> > libprotobuf ERROR c:\proj\protobuf-2.0.3\src\google\protobuf\io
> > \coded_stream.cc:
> > 170] A protocol message was rejected because it was too big (more than
> > 16 bytes)
> > .  To increase the limit (or to disable these warnings), see
> > CodedInputStream::S
> > etTotalBytesLimit() in google/protobuf/io/coded_stream.h.
>
> > libprotobuf WARNING c:\proj\protobuf-2.0.3\src\google\protobuf\stubs
> > \strutil_uni
> > ttest.cc:67] Couldn't set locale to es_ES.  Skipping this test.
>
> > libprotobuf ERROR c:\proj\protobuf-2.0.3\src\google\protobuf
> > \wire_format_inl.h:2
> > 89] Encountered string containing invalid UTF-8 data while serializing
> > protocol
> > buffer. Strings must contain only UTF-8; use the 'bytes' type for raw
> > bytes.
>
> > Thanks in advance,
> > Mike
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Build errors on installation

2009-01-05 Thread Kenton Varda
Did the tests pass or fail?  The tests explicitly test the code which
produces those warnings, so seeing them is expected.  As long as the tests
report that they passed you are fine.

On Mon, Jan 5, 2009 at 12:12 PM, mikesparr...@gmail.com <
mikesparr...@gmail.com> wrote:

>
> Starting a clean installation
>
> Running MS Visual Studio 2008(version 9.0.30729.1 SP) and following
> the readme.txt instructions
> I open the sln file and get a "convert this solution message" which
> appears to go ok.
> I build the solution in Debug mode
> I open a cmd window and run tests.exe and get the following errors/
> warnings:
>
> libprotobuf ERROR c:\proj\protobuf-2.0.3\src\google\protobuf\io
> \coded_stream.cc:
> 170] A protocol message was rejected because it was too big (more than
> 16 bytes)
> .  To increase the limit (or to disable these warnings), see
> CodedInputStream::S
> etTotalBytesLimit() in google/protobuf/io/coded_stream.h.
>
> libprotobuf WARNING c:\proj\protobuf-2.0.3\src\google\protobuf\stubs
> \strutil_uni
> ttest.cc:67] Couldn't set locale to es_ES.  Skipping this test.
>
> libprotobuf ERROR c:\proj\protobuf-2.0.3\src\google\protobuf
> \wire_format_inl.h:2
> 89] Encountered string containing invalid UTF-8 data while serializing
> protocol
> buffer. Strings must contain only UTF-8; use the 'bytes' type for raw
> bytes.
>
> Thanks in advance,
> Mike
> >
>

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---