You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error:
...
Compiling and linking ResponseToXSPEC ...
/usr/bin/ld: cannot find -lbz2: No such file or directory
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:82: /sims/MEGAlib/bin/TraFitsConverter] Error 1
make[2]: *** Waiting for unfinished jobs....
/usr/bin/ld: cannot find -lbz2: No such file or directory
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:82: /sims/MEGAlib/bin/ConvertMGGPOD] Error 1
/usr/bin/ld: cannot find -lbz2: No such file or directory
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:82: /sims/MEGAlib/bin/ResponseToXSPEC] Error 1
make[1]: *** [Makefile:227: add] Error 2
make: *** [Makefile:121: add] Error 2
ERROR: Something went wrong while compiling MEGAlib!
Please take a look if you find the issue here (look at open and closed issues):
https://github.com/zoglauer/megalib/issues
If not add your problem and write me an email!
Solved adding apt-get install -yq libbz2-dev in Dockerfile
Tested with Docker 26.1.1. on Mac OS Intel (Ventura 13.7.1)
The text was updated successfully, but these errors were encountered:
Error:
...
Compiling and linking ResponseToXSPEC ...
/usr/bin/ld: cannot find -lbz2: No such file or directory
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:82: /sims/MEGAlib/bin/TraFitsConverter] Error 1
make[2]: *** Waiting for unfinished jobs....
/usr/bin/ld: cannot find -lbz2: No such file or directory
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:82: /sims/MEGAlib/bin/ConvertMGGPOD] Error 1
/usr/bin/ld: cannot find -lbz2: No such file or directory
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:82: /sims/MEGAlib/bin/ResponseToXSPEC] Error 1
make[1]: *** [Makefile:227: add] Error 2
make: *** [Makefile:121: add] Error 2
ERROR: Something went wrong while compiling MEGAlib!
Solved adding apt-get install -yq libbz2-dev in Dockerfile
Tested with Docker 26.1.1. on Mac OS Intel (Ventura 13.7.1)
The text was updated successfully, but these errors were encountered: