Skip to content
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

indi-qhy fails to build #227

Closed
fmozza opened this issue Oct 19, 2020 · 0 comments
Closed

indi-qhy fails to build #227

fmozza opened this issue Oct 19, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@fmozza
Copy link

fmozza commented Oct 19, 2020

Describe the bug
indi-qhy fails to build as it is attempting to link with with libc-2.29 on ubuntu 18.04. default libc on 18.04 is 2.27.

To Reproduce
build libqhy
build indi-qhy

Expected behavior
indi-qhy binaries should build and be installed

Screenshots
[ 50%] Linking CXX executable indi_qhy_ccd
[ 50%] Linking CXX executable qhy_video_test
[ 50%] Linking CXX executable qhy_ccd_test
/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/libqhyccd.so: undefined reference to log@GLIBC_2.29' /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/libqhyccd.so: undefined reference to exp@GLIBC_2.29'
/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/libqhyccd.so: undefined reference to pow@GLIBC_2.29' collect2: error: ld returned 1 exit status CMakeFiles/qhy_video_test.dir/build.make:96: recipe for target 'qhy_video_test' failed make[2]: *** [qhy_video_test] Error 1 CMakeFiles/Makefile2:141: recipe for target 'CMakeFiles/qhy_video_test.dir/all' failed make[1]: *** [CMakeFiles/qhy_video_test.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/libqhyccd.so: undefined reference to log@GLIBC_2.29'
/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/libqhyccd.so: undefined reference to exp@GLIBC_2.29' /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/libqhyccd.so: undefined reference to pow@GLIBC_2.29'
collect2: error: ld returned 1 exit status
CMakeFiles/qhy_ccd_test.dir/build.make:96: recipe for target 'qhy_ccd_test' failed
make[2]: *** [qhy_ccd_test] Error 1
CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/qhy_ccd_test.dir/all' failed
make[1]: *** [CMakeFiles/qhy_ccd_test.dir/all] Error 2
/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/libqhyccd.so: undefined reference to exp@GLIBC_2.29' /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/libqhyccd.so: undefined reference to log@GLIBC_2.29'
/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/libqhyccd.so: undefined reference to `pow@GLIBC_2.29'
collect2: error: ld returned 1 exit status
CMakeFiles/indi_qhy_ccd.dir/build.make:100: recipe for target 'indi_qhy_ccd' failed
make[2]: *** [indi_qhy_ccd] Error 1
CMakeFiles/Makefile2:104: recipe for target 'CMakeFiles/indi_qhy_ccd.dir/all' failed
make[1]: *** [CMakeFiles/indi_qhy_ccd.dir/all] Error 2
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2

Desktop (please complete the following information):

  • OS: Ubuntu
  • Version [e.g. 1.7.6, GIT..etc] 18.04

$ uname -a
Linux cauchy 5.4.0-51-generic #56~18.04.1-Ubuntu SMP Tue Oct 6 09:47:18 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

@fmozza fmozza added the bug Something isn't working label Oct 19, 2020
@knro knro closed this as completed in 45e0aa6 Oct 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant