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

Installation failure #1742

Open
Sunyp-IM opened this issue Jan 16, 2023 · 1 comment
Open

Installation failure #1742

Sunyp-IM opened this issue Jan 16, 2023 · 1 comment

Comments

@Sunyp-IM
Copy link

I am trying to install your STAR program in a Linux cluster (CentOS 7.9) following your instruction in github, but the “make STAR” command gives the following errors:

/usr/bin/ld: htslib/libhts.a(kfunc.o): unable to initialize decompress status for section .debug_info
/usr/bin/ld: htslib/libhts.a(kfunc.o): unable to initialize decompress status for section .debug_info
/usr/bin/ld: htslib/libhts.a(bgzf.o): unable to initialize decompress status for section .debug_info
/usr/bin/ld: htslib/libhts.a(bgzf.o): unable to initialize decompress status for section .debug_info
htslib/libhts.a: error adding symbols: File format not recognized
collect2: error: ld returned 1 exit status

The full output of the “make” command can be found at [https://drive.google.com/file/d/1alv5yU_CPAgRwzRnokE3kyZzU2muDQKf/view?usp=sharing]

Could you help me out with this problem?

Thank you very much!

@alexdobin
Copy link
Owner

Hi @Sunyp-IM

Not sure what the problem is here since it's coming from the htslib library.
Have you tried using pre-compiled STAR executables?

Also, you may want to consider this pull request that unbundles htslib PR #1586, so you can use htslib installed on your system.
I did not have time to test it, but will try to get to it soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants