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

NextSV3 can't install #18

Open
weriss opened this issue Feb 18, 2023 · 1 comment
Open

NextSV3 can't install #18

weriss opened this issue Feb 18, 2023 · 1 comment

Comments

@weriss
Copy link

weriss commented Feb 18, 2023

I'm installing NextSV3, but I'm encountering some errors:

I have installed these
minimap2 =2.22
CuteSV=2.0.1
samtools=1.9
gcc=4.8.2
sniffles=2.0.7

My Syetem: Ubuntu 18

I have cloned the repository using "git clone --recursive https://github.com/Nextomics/nextsv.git"
And already "cd nextsv/"

but when I "sh build.sh", I get some error

In file included from longreadqc.c:1:0:
/usr/include/stdio.h:27:36: fatal error: bits/libc-header-start.h: No such file or directory
#include <bits/libc-header-start.h>
^
compilation terminated.
In file included from filter_fq.c:1:0:
/usr/include/stdio.h:27:36: fatal error: bits/libc-header-start.h: No such file or directory
#include <bits/libc-header-start.h>
^
compilation terminated.
In file included from qc_bam.c:1:0:
/usr/include/stdio.h:27:36: fatal error: bits/libc-header-start.h: No such file or directory
#include <bits/libc-header-start.h>
^
compilation terminated.
In file included from qc_fq.c:1:0:
/usr/include/stdio.h:27:36: fatal error: bits/libc-header-start.h: No such file or directory
#include <bits/libc-header-start.h>
^
compilation terminated.
In file included from qc_fa.c:1:0:
/usr/include/stdio.h:27:36: fatal error: bits/libc-header-start.h: No such file or directory
#include <bits/libc-header-start.h>
^
compilation terminated.
In file included from tk.c:1:0:
/usr/include/stdio.h:27:36: fatal error: bits/libc-header-start.h: No such file or directory
#include <bits/libc-header-start.h>
^
compilation terminated.
cp: cannot stat 'longreadqc': No such file or directory
gcc -O3 -Wall -Wextra -Wno-unknown-pragmas -c -o pigz.o pigz.c
In file included from pigz.c:328:0:
/usr/include/stdio.h:27:36: fatal error: bits/libc-header-start.h: No such file or directory
#include <bits/libc-header-start.h>
^
compilation terminated.
make: *** [: pigz.o] Error 1
cp: cannot stat 'pigz': No such file or directory
cp: cannot stat 'unpigz': No such file or directory

I have tried to install pigz in conda, but it doesn't solved.

@fangli80
Copy link
Collaborator

fangli80 commented Apr 2, 2023

It looks like your system is lacking some header files. Please try sudo apt install build-essential

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