Thread: Re: [Cppcms-users] make test failed
Brought to you by:
artyom-beilis
From: Jean-Michel C. <jea...@la...> - 2010-06-07 07:01:11
|
Hello, I did a new test with your lastest cppcms 1.x.x on a new Debian testing system. All works :) I can run hello app but I cannot run chat or stock app. To run stock app, I use this url : http://127.0.0.1/hello_world/stock Is it correct ? Thanks. - Jean-Michel > Message du 04/06/10 17:16 > De : "Artyom" > A : "Jean-Michel Caricand" > Copie à : > Objet : Re: [Cppcms-users] make test failed > > > > According to the error log > _ZNSt6locale5facet19_S_destroy_c_localeERP15__locale_struct, version GLIBCXX_3.4 not defined in file libstdc++.so.6 with link time reference > > It looks like you have broken libstdc++ or compiler, make sure that > the version of gcc you use and the library are same. > > Also bring me ldd on booster.so library and tell me what exactly > the compiler version you are using. > > Artyom > > > --- On Fri, 6/4/10, Jean-Michel Caricand wrote: > > > From: Jean-Michel Caricand > > Subject: Re: [Cppcms-users] make test failed > > To: "Artyom" > > Date: Friday, June 4, 2010, 2:42 PM > > Hi, > > > > version 1250 > > > > I added stdint.h in archive.cpp, because I got uint32_t not > > defined without. > > > > There is a problem with libbooster.so.0. See LastTest.log > > > > - Jean-Michel > > > > > > > > > > > Message du 02/06/10 16:16 > > > De : "Artyom" > > > A : cpp...@li... > > > Copie à : > > > Objet : Re: [Cppcms-users] make test failed > > > > > > > > > > Hello, > > > > > > > > I want to test cppcms 1.x.x. So, I' > > > > > > > > When I run 'make test', some tests failed : > > > > > > > > 52% tests passed, 20 tests failed out of 42 > > > > > > > > [---] > > > > > > > > My system is Debian testing. > > > > > > Ok: > > > > > > 1. What version are you using (svn revision number) > > > 2. It looks like something went wrong... > > > > > > Can you send the error log? > > > It us under your build directory: > > Testing/Temporary/LastTest.log > > > > > > Also please provide following information: > > > > > > - Testing log I've pointed at. > > > - What version of Python are you using > > > - What version of ICU are you using. > > > > > > Because all tests that failed actually use Python for > > testing > > > or connected to Localization library - ICU. > > > > > > Also please provide me: > > > > > > - What version of CMake are you using > > > - What versions of ICU, zlib, pcre are you using. > > > - What version of GCC are you using. > > > - Did you have any warnings? > > > - Have you had any build faults? > > > > > > Can you please give me an output of: > > > > > > ldd ./proto_test > > > ldd ./internal_forwarder_test > > > > > > I just want to see that everything looks on correct > > libraries. > > > > > > > I think cppcms 1.x.x is not yet ready for > > production ? > > > > > > 1. CppCMS 1.x.x is still on beta stage - but it is > > slowly becomes > > > production ready > > > > > > 2. As you probably expect, 100% of tests are usually > > passed. > > > > > > So if so many tests fail then probably something is > > wrong with > > > build or libraries combination because as you can see > > according to > > > > > > http://art-blog.no-ip.info/wikipp/en/page/cppcms_1x_platforms > > > > > > There is quite good coverage of platforms passing > > these tests. > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------------ > > > > > > _______________________________________________ > > > Cppcms-users mailing list > > > Cpp...@li... > > > https://lists.sourceforge.net/lists/listinfo/cppcms-users > > > > > > > > > > > > > > > > > > > > > > Une messagerie gratuite, garantie à vie et des services en > > plus, ça vous tente ? > > Je crée ma boîte mail www.laposte.net > > > > > > > Une messagerie gratuite, garantie à vie et des services en plus, ça vous tente ? Je crée ma boîte mail www.laposte.net |
From: Artyom <art...@ya...> - 2010-06-07 10:05:23
|
Hello The "stock" application is just a small server side part API only. At localhost:8080/stock/update you have a form that allows you to update a price and using At localhost:8080/stock/get?from=NUMBER You can get NUMBER'th price. So if you didn't get it yet you'll wait for update from server. For little bit better comet application try chat application: go to src directory and run ../build/hello_world -c config.js Now you can go to localhost:8080/the_chat.html and chat ;-) Of course it is very simple one especially on the client side were I almost don't do any checks. It is written mostly to check that comet works. Artyom --- On Mon, 6/7/10, Jean-Michel Caricand <jea...@la...> wrote: > From: Jean-Michel Caricand <jea...@la...> > Subject: Re: [Cppcms-users] make test failed > To: "Artyom" <art...@ya...>, cpp...@li... > Date: Monday, June 7, 2010, 10:00 AM > > Hello, > > I did a new test with your lastest cppcms 1.x.x on a new > Debian testing system. All works :) > > I can run hello app but I cannot run chat or stock app. To > run stock app, I use this url : > > http://127.0.0.1/hello_world/stock > > Is it correct ? > > Thanks. > > - Jean-Michel > > > > > > Message du 04/06/10 17:16 > > De : "Artyom" > > A : "Jean-Michel Caricand" > > Copie à : > > Objet : Re: [Cppcms-users] make test failed > > > > > > > > According to the error log > > > _ZNSt6locale5facet19_S_destroy_c_localeERP15__locale_struct, > version GLIBCXX_3.4 not defined in file libstdc++.so.6 with > link time reference > > > > It looks like you have broken libstdc++ or compiler, > make sure that > > the version of gcc you use and the library are same. > > > > Also bring me ldd on booster.so library and tell me > what exactly > > the compiler version you are using. > > > > Artyom > > > > > > --- On Fri, 6/4/10, Jean-Michel Caricand wrote: > > > > > From: Jean-Michel Caricand > > > Subject: Re: [Cppcms-users] make test failed > > > To: "Artyom" > > > Date: Friday, June 4, 2010, 2:42 PM > > > Hi, > > > > > > version 1250 > > > > > > I added stdint.h in archive.cpp, because I got > uint32_t not > > > defined without. > > > > > > There is a problem with libbooster.so.0. See > LastTest.log > > > > > > - Jean-Michel > > > > > > > > > > > > > > > > Message du 02/06/10 16:16 > > > > De : "Artyom" > > > > A : cpp...@li... > > > > Copie à : > > > > Objet : Re: [Cppcms-users] make test failed > > > > > > > > > > > > > Hello, > > > > > > > > > > I want to test cppcms 1.x.x. So, I' > > > > > > > > > > When I run 'make test', some tests > failed : > > > > > > > > > > 52% tests passed, 20 tests failed out > of 42 > > > > > > > > > > [---] > > > > > > > > > > My system is Debian testing. > > > > > > > > Ok: > > > > > > > > 1. What version are you using (svn revision > number) > > > > 2. It looks like something went wrong... > > > > > > > > Can you send the error log? > > > > It us under your build directory: > > > Testing/Temporary/LastTest.log > > > > > > > > Also please provide following information: > > > > > > > > - Testing log I've pointed at. > > > > - What version of Python are you using > > > > - What version of ICU are you using. > > > > > > > > Because all tests that failed actually use > Python for > > > testing > > > > or connected to Localization library - ICU. > > > > > > > > Also please provide me: > > > > > > > > - What version of CMake are you using > > > > - What versions of ICU, zlib, pcre are you > using. > > > > - What version of GCC are you using. > > > > - Did you have any warnings? > > > > - Have you had any build faults? > > > > > > > > Can you please give me an output of: > > > > > > > > ldd ./proto_test > > > > ldd ./internal_forwarder_test > > > > > > > > I just want to see that everything looks on > correct > > > libraries. > > > > > > > > > I think cppcms 1.x.x is not yet ready > for > > > production ? > > > > > > > > 1. CppCMS 1.x.x is still on beta stage - but > it is > > > slowly becomes > > > > production ready > > > > > > > > 2. As you probably expect, 100% of tests are > usually > > > passed. > > > > > > > > So if so many tests fail then probably > something is > > > wrong with > > > > build or libraries combination because as > you can see > > > according to > > > > > > > > http://art-blog.no-ip.info/wikipp/en/page/cppcms_1x_platforms > > > > > > > > There is quite good coverage of platforms > passing > > > these tests. > > > > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------------------------------ > > > > > > > > > _______________________________________________ > > > > Cppcms-users mailing list > > > > Cpp...@li... > > > > https://lists.sourceforge.net/lists/listinfo/cppcms-users > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Une messagerie gratuite, garantie à vie et des > services en > > > plus, ça vous tente ? > > > Je crée ma boîte mail www.laposte.net > > > > > > > > > > > > > > > > > > > > > Une messagerie gratuite, garantie à vie et des services en > plus, ça vous tente ? > Je crée ma boîte mail www.laposte.net > > |