Skip to content

Instantly share code, notes, and snippets.

/error.txt Secret

Created November 14, 2017 23:13
Show Gist options
  • Save anonymous/eb8ee11cb12058863a903eeecd23cf74 to your computer and use it in GitHub Desktop.
Save anonymous/eb8ee11cb12058863a903eeecd23cf74 to your computer and use it in GitHub Desktop.
[ 96%] Linking CXX shared library libcocl.so
/usr/bin/ld: cannot find -ltinfo
collect2: error: ld returned 1 exit status
CMakeFiles/cocl.dir/build.make:1733: recipe for target 'libcocl.so' failed
make[2]: *** [libcocl.so] Error 1
CMakeFiles/Makefile2:208: recipe for target 'CMakeFiles/cocl.dir/all' failed
make[1]: *** [CMakeFiles/cocl.dir/all] Error 2
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2
p.returncode 2
Traceback (most recent call last):
File "install_distro.py", line 222, in <module>
main(**args.__dict__)
File "install_distro.py", line 207, in main
install_coriander(install_dir=install_dir)
File "install_distro.py", line 175, in install_coriander
run(['make', '-j', '8'])
File "install_distro.py", line 88, in run
assert p.returncode == 0
AssertionError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment