-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with Make chap-version_0_9_1 #15
Comments
The installer fails to download a prerequisite library (GoogleTest), which should be downloaded automatically. As far as I can see, this is due to missing support for the When installing
(I found this solution here and can not guarantee it will work.) An alternative workaround may be to change the URL in line 101 of CHAP's
i.e. without the "s". I have not tried this and it may well be that GitHub rejects unsecure (s = secure) HTTP connections. |
Hi, I have tried to run Cmake, through it was successful, I could not able to install chap properly in my system. 0% tests passed, 1 tests failed out of 1 Total Test time (real) = 3.49 sec The following tests FAILED: |
It looks like the error you are seeing is originating from Could you try to run CHAP on the bundled examples as described in the documentation? If this works, you might be able to run CHAP on your own systems, as passing The unit test failure is still disconcerting and may be hard to diagnose from afar. What operating system are you using? Could you please post the output from running |
Thanks for quick and prompt reply. I am using Ubuntu 18.04.3 LTS 64 bit OS. While I try to run chap -help or chap -version It says Command 'chap' not found, did you mean: command 'chat' from deb ppp Try: sudo apt install |
You need to run |
bd422@support-OptiPlex-9020: Command 'chap' not found, did you mean: I ran sudo make install ..It is successful, but after that while I tried to run chap -version or chap -h...its not working... |
After running |
@Inniag Thank you so much for your valuable feedback. Its working now.. Thanks and regards |
make
Scanning dependencies of target googletest
[ 0%] Creating directories for 'googletest'
[ 1%] Performing download step (download, verify and extract) for 'googletest'
-- Downloading...
dst='/home/bd422/chap-version_0_9_1/build/googletest-prefix/src/release-1.7.0.zip'
timeout='none'
-- Using src='https://github.com/google/googletest/archive/release-1.7.0.zip'
-- Retrying...
-- Using src='https://github.com/google/googletest/archive/release-1.7.0.zip'
-- Retry after 5 seconds (attempt #2) ...
-- Using src='https://github.com/google/googletest/archive/release-1.7.0.zip'
-- Retry after 5 seconds (attempt #3) ...
-- Using src='https://github.com/google/googletest/archive/release-1.7.0.zip'
-- Retry after 15 seconds (attempt #4) ...
-- Using src='https://github.com/google/googletest/archive/release-1.7.0.zip'
-- Retry after 60 seconds (attempt #5) ...
-- Using src='https://github.com/google/googletest/archive/release-1.7.0.zip'
CMake Error at googletest-stamp/download-googletest.cmake:159 (message):
Each download failed!
Closing connection -1
Closing connection -1
Closing connection -1
Closing connection -1
Closing connection -1
Closing connection -1
CMakeFiles/googletest.dir/build.make:90: recipe for target 'googletest-prefix/src/googletest-stamp/googletest-download' failed
make[2]: *** [googletest-prefix/src/googletest-stamp/googletest-download] Error 1
CMakeFiles/Makefile2:404: recipe for target 'CMakeFiles/googletest.dir/all' failed
make[1]: *** [CMakeFiles/googletest.dir/all] Error 2
Makefile:140: recipe for target 'all' failed
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: