#4287: CMake-2.8.12.1 -------------------------+----------------------- Reporter: izivkov | Owner: fo Type: enhancement | Status: assigned Priority: normal | Milestone: current Component: BOOK | Version: SVN Severity: normal | Resolution: Keywords: | -------------------------+-----------------------
Comment (by fo): I am investigating: three tests fail: {{{ Total Test time (real) = 952.57 sec The following tests FAILED: 201 - CTestTestFailedSubmit-ftp (Failed) http://public.kitware.com/Bug/print_bug_page.php?bug_id=13304 202 - CTestTestFailedSubmit-http (Failed) 203 - CTestTestFailedSubmit-https (Failed) Errors while running CTest make: *** [test] Error 8 }}} In the log, found: {{{ $ grep SSL Downloads/blfs/cmake-2.8.12.1-make-k-test-2013.11.09-09h03m58s.log 201/312 Test #201: CTestTestFailedSubmit-ftp ........................***Failed Required regular expression not found.Regex=[(Problems when submitting via S*CP|Error message was: ([Cc]ould *n.t resolve host|[Cc]ould *n.t connect to host|Empty reply from server|The requested URL returned error|libcurl was built with SSL disabled. https: not supported)|Submission method .xmlrpc. not compiled into CTest|Submission problem|Submission successful) 202/312 Test #202: CTestTestFailedSubmit-http .......................***Failed Required regular expression not found.Regex=[(Problems when submitting via S*CP|Error message was: ([Cc]ould *n.t resolve host|[Cc]ould *n.t connect to host|Empty reply from server|The requested URL returned error|libcurl was built with SSL disabled. https: not supported)|Submission method .xmlrpc. not compiled into CTest|Submission problem|Submission successful) 203/312 Test #203: CTestTestFailedSubmit-https ......................***Failed Required regular expression not found.Regex=[(Problems when submitting via S*CP|Error message was: ([Cc]ould *n.t resolve host|[Cc]ould *n.t connect to host|Empty reply from server|The requested URL returned error|libcurl was built with SSL disabled. https: not supported)|Submission method .xmlrpc. not compiled into CTest|Submission problem|Submission successful) }}} These failures have been reported, but have not found solutions. Searched in curl-7.33.0 about the "libcurl was built with SSL disabled. https: not supported": {{{ $ xzgrep -i --color ssh Downloads/blfs/curl-7.33.0-simulation-2013.10.19-13h12m14s.log.xz checking for libssh2_channel_open_ex in -lssh2... no checking libssh2.h usability... no checking libssh2.h presence... no checking for libssh2.h... no SSH support: no (--with-libssh2) }}} Then, tried: {{{ ./configure \ --prefix=/usr \ --disable-static \ --with-libssh2 \ --enable-threaded-resolver }}} And got an error: {{{ checking for libssh2 options with pkg-config... no checking for libssh2_channel_open_ex in -lssh2... no checking libssh2.h usability... no checking libssh2.h presence... no checking for libssh2.h... no configure: error: libSSH2 libs and/or directories were not found where specified! }}} It seems that libssh2 is necessary for these tests: [http://www.libssh2.org/] 1. Are these related to what we have in the book? "Optional for Running the Test Suite stunnel-4.56 (for the HTTPS and FTPS tests)" I do not have it installed and do not wish to install it. 2. Do I need to add libssh2 as optional for the tests? Or 3. Only add that those tests may fail? -- Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/4287#comment:2> BLFS Trac <http://wiki.linuxfromscratch.org/blfs> Beyond Linux From Scratch -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page