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

Make quits halfway without the nanopolish executable #1124

Open
ZachChua opened this issue Jan 12, 2024 · 3 comments
Open

Make quits halfway without the nanopolish executable #1124

ZachChua opened this issue Jan 12, 2024 · 3 comments

Comments

@ZachChua
Copy link

Hi, I'm currently trying to install nanopolish on a linux server and have used the following:

$git clone --recursive https://github.com/jts/nanopolish.git
cd nanopolish
make

After running for a few minutes, the following error appears and make quits halfway without the nanopolish executable:

/scratch/users/nus/e0540727/nanopolish/minimap2/ksw2_extz2_sse.c:97: undefined reference to __cray_sset_detect' /opt/cray/pe/cce/13.0.2/binutils/x86_64/x86_64-pc-linux-gnu/bin/ld: ./minimap2/libminimap2.a(ksw2_extd2_sse2.o):/scratch/users/nus/e0540727/nanopolish/minimap2/ksw2_extd2_sse.c:119: more undefined references to __cray_sset_detect' follow
collect2: error: ld returned 1 exit status
make: *** [Makefile:198: nanopolish] Error 1

May I know how to solve the issue? Could I run make again on the same nanopolish directory or do I need to delete the files and clone again?

Thanks in advance!

@jts
Copy link
Owner

jts commented Jan 12, 2024

The error message (__cray_sset_detect) suggests you are using a Cray computer. What architecture is the machine? Can you post the output of uname -a?

@ZachChua
Copy link
Author

Hi, apologies for the delayed response here is the output:

Linux asp2a-login-nus02 4.18.0-305.25.1.el8_4.x86_64 #1 SMP Mon Oct 18 14:34:11 EDT 2021 x86_64 x86_64 x86_64 GNU/Linux

@jts
Copy link
Owner

jts commented Jan 15, 2024

Thanks. It looks like your development environment is based on Cray, which differs from the gnu dev environment that nanopolish expects. You should contact your sysadmins for help on compiling software on their system.

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

No branches or pull requests

2 participants