Thread: [Cppcms-users] Compile error on UBuntu11.10
Brought to you by:
artyom-beilis
From: chenshu <csf...@gm...> - 2011-10-14 05:58:11
|
Before releasing my first service based on CppCMS,I tried UBuntu 11.10 amd64 server today.Unfortunately, I got the following error when executed 'cmake -DCMAKE_INSTALL_PREFIX=/usr ..' command: root@n2:/usr/src/cppcms-0.99.10/build# cmake -DCMAKE_INSTALL_PREFIX=/usr .. CMake Warning at /usr/share/cmake-2.8/Modules/CPack.cmake:236 (MESSAGE): CPack.cmake has already been included!! Call Stack (most recent call first): booster/CMakeLists.txt:14 (include) -- Looking for ICU libraries -- ICU Found, building booster locale CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: PCRE_LIB linked by target "booster" in directory /usr/src/cppcms-0.99.10/booster linked by target "booster-static" in directory /usr/src/cppcms-0.99.10/booster -- Configuring incomplete, errors occurred! |
From: chenshu <csf...@gm...> - 2011-10-14 06:15:33
|
The compile error was fixed after install PCRE_LIB. But some test cases failed: The following tests FAILED: 22 - file_server_test (Failed) 23 - file_server_with_listing_test (Failed) Errors while running CTest On 10/14/2011 01:57 PM, chenshu wrote: > Before releasing my first service based on CppCMS,I tried UBuntu 11.10 > amd64 server today.Unfortunately, I got the following error when > executed 'cmake -DCMAKE_INSTALL_PREFIX=/usr ..' command: > > root@n2:/usr/src/cppcms-0.99.10/build# cmake > -DCMAKE_INSTALL_PREFIX=/usr .. > CMake Warning at /usr/share/cmake-2.8/Modules/CPack.cmake:236 (MESSAGE): > CPack.cmake has already been included!! > Call Stack (most recent call first): > booster/CMakeLists.txt:14 (include) > > > -- Looking for ICU libraries > -- ICU Found, building booster locale > CMake Error: The following variables are used in this project, but > they are set to NOTFOUND. > Please set them or make sure they are set and tested correctly in the > CMake files: > PCRE_LIB > linked by target "booster" in directory > /usr/src/cppcms-0.99.10/booster > linked by target "booster-static" in directory > /usr/src/cppcms-0.99.10/booster > > -- Configuring incomplete, errors occurred! > |
From: Artyom B. <art...@ya...> - 2011-10-16 18:37:22
|
--- On Fri, 10/14/11, chenshu <csf...@gm...> wrote: > From: chenshu <csf...@gm...> > Subject: Re: [Cppcms-users] Compile error on UBuntu11.10 > To: cpp...@li... > Date: Friday, October 14, 2011, 8:15 AM > The compile error was fixed after > install PCRE_LIB. > > But some test cases failed: > > The following tests FAILED: > 22 - file_server_test (Failed) > 23 - file_server_with_listing_test > (Failed) > Errors while running CTest > > Can you please send me the content of the Test log so I can see what exactly fails. It can be found in your build directory in Testing/Temporary/LastTest.log Artyom Beilis |
From: 陈抒 <csf...@gm...> - 2011-10-19 06:52:40
|
I am on holiday now.Will collect necessary info for my questions at the end of this month. Thank you. 陈抒 Best regards http://blog.csdn.net/sheismylife On Mon, Oct 17, 2011 at 2:36 AM, Artyom Beilis <art...@ya...> wrote: > > --- On Fri, 10/14/11, chenshu <csf...@gm...> wrote: > > > From: chenshu <csf...@gm...> > > Subject: Re: [Cppcms-users] Compile error on UBuntu11.10 > > To: cpp...@li... > > Date: Friday, October 14, 2011, 8:15 AM > > The compile error was fixed after > > install PCRE_LIB. > > > > But some test cases failed: > > > > The following tests FAILED: > > 22 - file_server_test (Failed) > > 23 - file_server_with_listing_test > > (Failed) > > Errors while running CTest > > > > > > > Can you please send me the content of the Test log so I can > see what exactly fails. > > It can be found in your build directory in > > Testing/Temporary/LastTest.log > > > Artyom Beilis > > > > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure contains a > definitive record of customers, application performance, security > threats, fraudulent activity and more. Splunk takes this data and makes > sense of it. Business sense. IT sense. Common sense. > http://p.sf.net/sfu/splunk-d2d-oct > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > |
From: 陈抒 <csf...@gm...> - 2011-10-29 05:22:18
|
I tested newest version cppcms-0.99.10.1 on three computers(two UBuntu server and one UBuntu desktop),All tests passed now. 陈抒 Best regards http://blog.csdn.net/sheismylife On Wed, Oct 19, 2011 at 2:52 PM, 陈抒 <csf...@gm...> wrote: > I am on holiday now.Will collect necessary info for my questions at the end > of this month. > Thank you. > > 陈抒 > Best regards > http://blog.csdn.net/sheismylife > > > > On Mon, Oct 17, 2011 at 2:36 AM, Artyom Beilis <art...@ya...>wrote: > >> >> --- On Fri, 10/14/11, chenshu <csf...@gm...> wrote: >> >> > From: chenshu <csf...@gm...> >> > Subject: Re: [Cppcms-users] Compile error on UBuntu11.10 >> > To: cpp...@li... >> > Date: Friday, October 14, 2011, 8:15 AM >> > The compile error was fixed after >> > install PCRE_LIB. >> > >> > But some test cases failed: >> > >> > The following tests FAILED: >> > 22 - file_server_test (Failed) >> > 23 - file_server_with_listing_test >> > (Failed) >> > Errors while running CTest >> > >> > >> >> >> Can you please send me the content of the Test log so I can >> see what exactly fails. >> >> It can be found in your build directory in >> >> Testing/Temporary/LastTest.log >> >> >> Artyom Beilis >> >> >> >> >> ------------------------------------------------------------------------------ >> All the data continuously generated in your IT infrastructure contains a >> definitive record of customers, application performance, security >> threats, fraudulent activity and more. Splunk takes this data and makes >> sense of it. Business sense. IT sense. Common sense. >> http://p.sf.net/sfu/splunk-d2d-oct >> _______________________________________________ >> Cppcms-users mailing list >> Cpp...@li... >> https://lists.sourceforge.net/lists/listinfo/cppcms-users >> > > |
From: chenshu <csf...@gm...> - 2011-10-14 06:40:12
|
It was fixed after installing PCRE_LIB. But two test cases about file server failed,why? On 10/14/2011 01:57 PM, chenshu wrote: > Before releasing my first service based on CppCMS,I tried UBuntu 11.10 > amd64 server today.Unfortunately, I got the following error when > executed 'cmake -DCMAKE_INSTALL_PREFIX=/usr ..' command: > > root@n2:/usr/src/cppcms-0.99.10/build# cmake > -DCMAKE_INSTALL_PREFIX=/usr .. > CMake Warning at /usr/share/cmake-2.8/Modules/CPack.cmake:236 (MESSAGE): > CPack.cmake has already been included!! > Call Stack (most recent call first): > booster/CMakeLists.txt:14 (include) > > > -- Looking for ICU libraries > -- ICU Found, building booster locale > CMake Error: The following variables are used in this project, but > they are set to NOTFOUND. > Please set them or make sure they are set and tested correctly in the > CMake files: > PCRE_LIB > linked by target "booster" in directory > /usr/src/cppcms-0.99.10/booster > linked by target "booster-static" in directory > /usr/src/cppcms-0.99.10/booster > > -- Configuring incomplete, errors occurred! > |