From: Allister L. S. <all...@gm...> - 2008-08-09 06:20:41
|
Hi again, I did a test with GCC 4.2.3 (Kubuntu 8.04 LTS as VM guest on Windows Vista) with Dean's latest commit on http_integration branch. Here's the result. As in my Windows Vista test, I get an error during the localhost_tests. The python server window pops up with this log: ================== start: python server log localhost - - [09/Aug/2008 08:02:42] "GET / HTTP/1.0" 200 - localhost - - [09/Aug/2008 08:02:42] "GET / HTTP/1.0" 200 - localhost - - [09/Aug/2008 08:02:42] "GET /boost.jpg HTTP/1.0" 200 - localhost - - [09/Aug/2008 08:02:42] "GET /test.xml HTTP/1.0" 200 - localhost - - [09/Aug/2008 08:02:42] "GET /test.xml HTTP/1.0" 200 - localhost - - [09/Aug/2008 08:02:42] "GET /boost.jpg HTTP/1.0" 200 - localhost - - [09/Aug/2008 08:02:42] "GET /cgi-bin/requestinfo.py?query=1 HTTP/1.0" 200 - Traceback (most recent call last): File "/usr/lib/python2.5/CGIHTTPServer.py", line 251, in run_cgi os.execve(scriptfile, args, os.environ) OSError: [Errno 13] Permission denied localhost - - [09/Aug/2008 08:02:42] CGI script exit status 0x7f00 localhost - - [09/Aug/2008 08:02:42] code 404, message File not found localhost - - [09/Aug/2008 08:02:42] "GET /file_not_found HTTP/1.0" 404 - ================== end: python server log Now, unlike on Visual C++ 2008, the build pauses after gcc.link libs/network/test/bin/gcc-4.2.3/debug/link-static/localhost_tests and waits for the python server (xterm?) window to be closed. Once I closed that window, the build resumes with this error message: ==================================== snip: log start gcc.link libs/network/test/bin/gcc-4.2.3/debug/link-static/localhost_tests testing.unit-test libs/network/test/bin/gcc-4.2.3/debug/link-static/localhost_tests.passed Running 10 test cases... unknown location(0): fatal error in "cgi_query": std::runtime_error: End of file libs/network/test/localhost_tests.cpp(182): last checkpoint *** 1 failure detected in test suite "http 1.0 localhost tests" LD_LIBRARY_PATH=/usr/bin:/usr/lib:/usr/lib32:/usr/lib64:$LD_LIBRARY_PATH export LD_LIBRARY_PATH libs/network/test/bin/gcc-4.2.3/debug/link-static/localhost_tests && touch libs/network/test/bin/gcc-4.2.3/debug/link-static/localhost_tests.passed ...failed testing.unit-test libs/network/test/bin/gcc-4.2.3/debug/link-static/localhost_tests.passed... gcc.compile.c++ libs/network/test/bin/gcc-4.2.3/debug/link-static/message_test.o gcc.link libs/network/test/bin/gcc-4.2.3/debug/link-static/message_test testing.unit-test libs/network/test/bin/gcc-4.2.3/debug/link-static/message_test.passed Running 5 test cases... ==================================== snip: log end Hope that helps a bit. Cheers, Allister On Fri, Aug 8, 2008 at 9:34 PM, Dean Michael C. Berris < dmb...@fr...> wrote: > I've just committed changes that fixes the errors on MSVC. Can someone > with access to GCC and other compilers try the latest in the > http_integration branch? > > Thanks in advance. :) > > -- > Dean Michael Berris > Software Engineer, Friendster, Inc. > > |