samtools / htslib

C library for high-throughput sequencing data formats
Other
802 stars 446 forks source link

Failed to locate HTSLib on your system. HTSLib library and headers can't be found. #1333

Closed Hannah1746 closed 2 years ago

Hannah1746 commented 3 years ago

I am trying to install a program called methpipe witch uses HTSLib. I have installed HTSLib on my computer: (base) lab@lab:~/Documents/apps/htslib$ ./configure checking for gcc... lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc accepts -g... yes checking for lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc option to accept ISO C89... none needed checking for ranlib... lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-ranlib checking for grep that handles long lines and -e... /bin/grep checking for C compiler warning flags... -Wall checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking shared library type for unknown-Linux... plain .so checking whether the compiler accepts -fvisibility=hidden... yes checking how to run the C preprocessor... lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cpp checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for getpagesize... yes checking for working mmap... yes checking for gmtime_r... yes checking for fsync... yes checking for drand48... yes checking for srand48_deterministic... no checking whether fdatasync is declared... yes checking for fdatasync... yes checking for library containing log... -lm checking for zlib.h... yes checking for inflate in -lz... yes checking for library containing recv... none required checking for bzlib.h... yes checking for BZ2_bzBuffToBuffCompress in -lbz2... yes checking for lzma.h... yes checking for lzma_easy_buffer_encode in -llzma... yes checking whether htscodecs files are present... yes checking for libdeflate.h... yes checking for libdeflate_deflate_compress in -ldeflate... yes checking for curl/curl.h... yes checking for curl_easy_pause in -lcurl... yes checking for CCHmac... no checking for library containing HMAC... -lcrypto checking for library containing regcomp... none required checking whether PTHREAD_MUTEX_RECURSIVE is declared... yes configure: creating ./config.status config.status: creating config.mk config.status: creating htslib.pc.tmp config.status: creating config.h config.status: linking htscodecs_bundled.mk to htscodecs.mk (base) lab@lab:~/Documents/apps/htslib$ make lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o kfunc.o kfunc.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o kstring.o kstring.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o bcf_sr_sort.o bcf_sr_sort.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o bgzf.o bgzf.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o errmod.o errmod.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o faidx.o faidx.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o header.o header.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o hfile.o hfile.c echo '#define HTS_VERSION_TEXT "1.13-23-g3eada2f"' > version.h echo '#define HTS_CC "lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc"' > config_vars.h echo '#define HTS_CPPFLAGS "-DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include"' >> config_vars.h echo '#define HTS_CFLAGS "-Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden"' >> config_vars.h echo '#define HTS_LDFLAGS "-Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,lab/Documents/apps/anaconda3/lib -Wl,-rpath-link,lab/Documents/apps/anaconda3/lib -Llab/Documents/apps/anaconda3/lib -fvisibility=hidden "' >> config_vars.h echo '#define HTS_LIBS "-ldeflate -llzma -lbz2 -lz -lm -lcurl -lcrypto"' >> config_vars.h Updating htscodecs/htscodecs/version.h : #define HTSCODECS_VERSION_TEXT "1.1.1-1-ged325d7" lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o hts.o hts.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o hts_expr.o hts_expr.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o hts_os.o hts_os.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o md5.o md5.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o multipart.o multipart.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o probaln.o probaln.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o realn.o realn.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o regidx.o regidx.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o region.o region.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o sam.o sam.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o synced_bcf_reader.o synced_bcf_reader.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o vcf_sweep.o vcf_sweep.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o tbx.o tbx.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o textutils.o textutils.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o thread_pool.o thread_pool.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o vcf.o vcf.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o vcfutils.o vcfutils.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o cram/cram_codecs.o cram/cram_codecs.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o cram/cram_decode.o cram/cram_decode.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o cram/cram_encode.o cram/cram_encode.c cram/cram_encode.c: In function 'process_one_read': cram/cram_encode.c:3059:24: warning: unused variable 'brg' [-Wunused-variable] sam_hrec_rg_t *brg = sam_hrecs_find_rg(fd->header->hrecs, "UNKNOWN"); ^~~ lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o cram/cram_external.o cram/cram_external.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o cram/cram_index.o cram/cram_index.c cram/cram_index.c: In function 'cram_index_build': cram/cram_index.c:738:17: warning: variable 'hpos' set but not used [-Wunused-but-set-variable] off_t cpos, hpos; ^~~~ lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o cram/cram_io.o cram/cram_io.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o cram/cram_stats.o cram/cram_stats.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o cram/mFILE.o cram/mFILE.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o cram/open_trace_file.o cram/open_trace_file.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o cram/pooled_alloc.o cram/pooled_alloc.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o cram/string_alloc.o cram/string_alloc.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o htscodecs/htscodecs/arith_dynamic.o htscodecs/htscodecs/arith_dynamic.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o htscodecs/htscodecs/fqzcomp_qual.o htscodecs/htscodecs/fqzcomp_qual.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o htscodecs/htscodecs/htscodecs.o htscodecs/htscodecs/htscodecs.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o htscodecs/htscodecs/pack.o htscodecs/htscodecs/pack.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o htscodecs/htscodecs/rANS_static4x16pr.o htscodecs/htscodecs/rANS_static4x16pr.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o htscodecs/htscodecs/rANS_static.o htscodecs/htscodecs/rANS_static.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o htscodecs/htscodecs/rle.o htscodecs/htscodecs/rle.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o htscodecs/htscodecs/tokenise_name3.o htscodecs/htscodecs/tokenise_name3.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o hfile_libcurl.o hfile_libcurl.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o hfile_gcs.o hfile_gcs.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o hfile_s3.o hfile_s3.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o hfile_s3_write.o hfile_s3_write.c ar -rc libhts.a kfunc.o kstring.o bcf_sr_sort.o bgzf.o errmod.o faidx.o header.o hfile.o hts.o hts_expr.o hts_os.o md5.o multipart.o probaln.o realn.o regidx.o region.o sam.o synced_bcf_reader.o vcf_sweep.o tbx.o textutils.o thread_pool.o vcf.o vcfutils.o cram/cram_codecs.o cram/cram_decode.o cram/cram_encode.o cram/cram_external.o cram/cram_index.o cram/cram_io.o cram/cram_stats.o cram/mFILE.o cram/open_trace_file.o cram/pooled_alloc.o cram/string_alloc.o htscodecs/htscodecs/arith_dynamic.o htscodecs/htscodecs/fqzcomp_qual.o htscodecs/htscodecs/htscodecs.o htscodecs/htscodecs/pack.o htscodecs/htscodecs/rANS_static4x16pr.o htscodecs/htscodecs/rANS_static.o htscodecs/htscodecs/rle.o htscodecs/htscodecs/tokenise_name3.o hfile_libcurl.o hfile_gcs.o hfile_s3.o hfile_s3_write.o lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-ranlib libhts.a lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o kfunc.pico kfunc.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o kstring.pico kstring.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o bcf_sr_sort.pico bcf_sr_sort.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o bgzf.pico bgzf.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o errmod.pico errmod.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o faidx.pico faidx.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o header.pico header.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o hfile.pico hfile.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o hts.pico hts.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o hts_expr.pico hts_expr.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o hts_os.pico hts_os.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o md5.pico md5.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o multipart.pico multipart.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o probaln.pico probaln.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o realn.pico realn.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o regidx.pico regidx.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o region.pico region.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o sam.pico sam.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o synced_bcf_reader.pico synced_bcf_reader.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o vcf_sweep.pico vcf_sweep.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o tbx.pico tbx.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o textutils.pico textutils.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o thread_pool.pico thread_pool.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o vcf.pico vcf.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o vcfutils.pico vcfutils.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o cram/cram_codecs.pico cram/cram_codecs.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o cram/cram_decode.pico cram/cram_decode.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o cram/cram_encode.pico cram/cram_encode.c cram/cram_encode.c: In function 'process_one_read': cram/cram_encode.c:3059:24: warning: unused variable 'brg' [-Wunused-variable] sam_hrec_rg_t *brg = sam_hrecs_find_rg(fd->header->hrecs, "UNKNOWN"); ^~~ lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o cram/cram_external.pico cram/cram_external.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o cram/cram_index.pico cram/cram_index.c cram/cram_index.c: In function 'cram_index_build': cram/cram_index.c:738:17: warning: variable 'hpos' set but not used [-Wunused-but-set-variable] off_t cpos, hpos; ^~~~ lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o cram/cram_io.pico cram/cram_io.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o cram/cram_stats.pico cram/cram_stats.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o cram/mFILE.pico cram/mFILE.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o cram/open_trace_file.pico cram/open_trace_file.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o cram/pooled_alloc.pico cram/pooled_alloc.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o cram/string_alloc.pico cram/string_alloc.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o htscodecs/htscodecs/arith_dynamic.pico htscodecs/htscodecs/arith_dynamic.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o htscodecs/htscodecs/fqzcomp_qual.pico htscodecs/htscodecs/fqzcomp_qual.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o htscodecs/htscodecs/htscodecs.pico htscodecs/htscodecs/htscodecs.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o htscodecs/htscodecs/pack.pico htscodecs/htscodecs/pack.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o htscodecs/htscodecs/rANS_static4x16pr.pico htscodecs/htscodecs/rANS_static4x16pr.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o htscodecs/htscodecs/rANS_static.pico htscodecs/htscodecs/rANS_static.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o htscodecs/htscodecs/rle.pico htscodecs/htscodecs/rle.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o htscodecs/htscodecs/tokenise_name3.pico htscodecs/htscodecs/tokenise_name3.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o hfile_libcurl.pico hfile_libcurl.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o hfile_gcs.pico hfile_gcs.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o hfile_s3.pico hfile_s3.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -fpic -c -o hfile_s3_write.pico hfile_s3_write.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -shared -Wl,-soname,libhts.so.3 -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,lab/Documents/apps/anaconda3/lib -Wl,-rpath-link,lab/Documents/apps/anaconda3/lib -Llab/Documents/apps/anaconda3/lib -fvisibility=hidden -o libhts.so kfunc.pico kstring.pico bcf_sr_sort.pico bgzf.pico errmod.pico faidx.pico header.pico hfile.pico hts.pico hts_expr.pico hts_os.pico md5.pico multipart.pico probaln.pico realn.pico regidx.pico region.pico sam.pico synced_bcf_reader.pico vcf_sweep.pico tbx.pico textutils.pico thread_pool.pico vcf.pico vcfutils.pico cram/cram_codecs.pico cram/cram_decode.pico cram/cram_encode.pico cram/cram_external.pico cram/cram_index.pico cram/cram_io.pico cram/cram_stats.pico cram/mFILE.pico cram/open_trace_file.pico cram/pooled_alloc.pico cram/string_alloc.pico htscodecs/htscodecs/arith_dynamic.pico htscodecs/htscodecs/fqzcomp_qual.pico htscodecs/htscodecs/htscodecs.pico htscodecs/htscodecs/pack.pico htscodecs/htscodecs/rANS_static4x16pr.pico htscodecs/htscodecs/rANS_static.pico htscodecs/htscodecs/rle.pico htscodecs/htscodecs/tokenise_name3.pico hfile_libcurl.pico hfile_gcs.pico hfile_s3.pico hfile_s3_write.pico -ldeflate -llzma -lbz2 -lz -lm -lcurl -lcrypto -lpthread ln -sf libhts.so libhts.so.3 lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o bgzip.o bgzip.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,lab/Documents/apps/anaconda3/lib -Wl,-rpath-link,lab/Documents/apps/anaconda3/lib -Llab/Documents/apps/anaconda3/lib -fvisibility=hidden -o bgzip bgzip.o libhts.a -ldeflate -llzma -lbz2 -lz -lm -lcurl -lcrypto -lpthread lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o htsfile.o htsfile.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,lab/Documents/apps/anaconda3/lib -Wl,-rpath-link,lab/Documents/apps/anaconda3/lib -Llab/Documents/apps/anaconda3/lib -fvisibility=hidden -o htsfile htsfile.o libhts.a -ldeflate -llzma -lbz2 -lz -lm -lcurl -lcrypto -lpthread lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o tabix.o tabix.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,lab/Documents/apps/anaconda3/lib -Wl,-rpath-link,lab/Documents/apps/anaconda3/lib -Llab/Documents/apps/anaconda3/lib -fvisibility=hidden -o tabix tabix.o libhts.a -ldeflate -llzma -lbz2 -lz -lm -lcurl -lcrypto -lpthread lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o test/hts_endian.o test/hts_endian.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,lab/Documents/apps/anaconda3/lib -Wl,-rpath-link,lab/Documents/apps/anaconda3/lib -Llab/Documents/apps/anaconda3/lib -fvisibility=hidden -o test/hts_endian test/hts_endian.o -ldeflate -llzma -lbz2 -lz -lm -lcurl -lcrypto lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o test/fieldarith.o test/fieldarith.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,lab/Documents/apps/anaconda3/lib -Wl,-rpath-link,lab/Documents/apps/anaconda3/lib -Llab/Documents/apps/anaconda3/lib -fvisibility=hidden -o test/fieldarith test/fieldarith.o libhts.a -ldeflate -llzma -lbz2 -lz -lm -lcurl -lcrypto -lpthread lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o test/hfile.o test/hfile.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,lab/Documents/apps/anaconda3/lib -Wl,-rpath-link,lab/Documents/apps/anaconda3/lib -Llab/Documents/apps/anaconda3/lib -fvisibility=hidden -o test/hfile test/hfile.o libhts.a -ldeflate -llzma -lbz2 -lz -lm -lcurl -lcrypto -lpthread lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o test/pileup.o test/pileup.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,lab/Documents/apps/anaconda3/lib -Wl,-rpath-link,lab/Documents/apps/anaconda3/lib -Llab/Documents/apps/anaconda3/lib -fvisibility=hidden -o test/pileup test/pileup.o libhts.a -ldeflate -llzma -lbz2 -lz -lm -lcurl -lcrypto -lpthread lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o test/pileup_mod.o test/pileup_mod.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,lab/Documents/apps/anaconda3/lib -Wl,-rpath-link,lab/Documents/apps/anaconda3/lib -Llab/Documents/apps/anaconda3/lib -fvisibility=hidden -o test/pileup_mod test/pileup_mod.o libhts.a -ldeflate -llzma -lbz2 -lz -lm -lcurl -lcrypto -lpthread lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o test/plugins-dlhts.o test/plugins-dlhts.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,lab/Documents/apps/anaconda3/lib -Wl,-rpath-link,lab/Documents/apps/anaconda3/lib -Llab/Documents/apps/anaconda3/lib -fvisibility=hidden -o test/plugins-dlhts test/plugins-dlhts.o -ldeflate -llzma -lbz2 -lz -lm -lcurl -lcrypto lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o test/sam.o test/sam.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,lab/Documents/apps/anaconda3/lib -Wl,-rpath-link,lab/Documents/apps/anaconda3/lib -Llab/Documents/apps/anaconda3/lib -fvisibility=hidden -o test/sam test/sam.o libhts.a -ldeflate -llzma -lbz2 -lz -lm -lcurl -lcrypto -lpthread lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o test/test_bgzf.o test/test_bgzf.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,lab/Documents/apps/anaconda3/lib -Wl,-rpath-link,lab/Documents/apps/anaconda3/lib -Llab/Documents/apps/anaconda3/lib -fvisibility=hidden -o test/test_bgzf test/test_bgzf.o libhts.a -lz -ldeflate -llzma -lbz2 -lz -lm -lcurl -lcrypto -lpthread lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o test/test_expr.o test/test_expr.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,lab/Documents/apps/anaconda3/lib -Wl,-rpath-link,lab/Documents/apps/anaconda3/lib -Llab/Documents/apps/anaconda3/lib -fvisibility=hidden -o test/test_expr test/test_expr.o libhts.a -lz -ldeflate -llzma -lbz2 -lz -lm -lcurl -lcrypto -lpthread lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o test/test_kfunc.o test/test_kfunc.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,lab/Documents/apps/anaconda3/lib -Wl,-rpath-link,lab/Documents/apps/anaconda3/lib -Llab/Documents/apps/anaconda3/lib -fvisibility=hidden -o test/test_kfunc test/test_kfunc.o libhts.a -lz -ldeflate -llzma -lbz2 -lz -lm -lcurl -lcrypto -lpthread lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o test/test_kstring.o test/test_kstring.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,lab/Documents/apps/anaconda3/lib -Wl,-rpath-link,lab/Documents/apps/anaconda3/lib -Llab/Documents/apps/anaconda3/lib -fvisibility=hidden -o test/test_kstring test/test_kstring.o libhts.a -lz -ldeflate -llzma -lbz2 -lz -lm -lcurl -lcrypto -lpthread lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o test/test_mod.o test/test_mod.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,lab/Documents/apps/anaconda3/lib -Wl,-rpath-link,lab/Documents/apps/anaconda3/lib -Llab/Documents/apps/anaconda3/lib -fvisibility=hidden -o test/test_mod test/test_mod.o libhts.a -ldeflate -llzma -lbz2 -lz -lm -lcurl -lcrypto -lpthread lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o test/test_realn.o test/test_realn.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,lab/Documents/apps/anaconda3/lib -Wl,-rpath-link,lab/Documents/apps/anaconda3/lib -Llab/Documents/apps/anaconda3/lib -fvisibility=hidden -o test/test_realn test/test_realn.o libhts.a -ldeflate -llzma -lbz2 -lz -lm -lcurl -lcrypto -lpthread lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o test/test-regidx.o test/test-regidx.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,lab/Documents/apps/anaconda3/lib -Wl,-rpath-link,lab/Documents/apps/anaconda3/lib -Llab/Documents/apps/anaconda3/lib -fvisibility=hidden -o test/test-regidx test/test-regidx.o libhts.a -ldeflate -llzma -lbz2 -lz -lm -lcurl -lcrypto -lpthread lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o test/test_str2int.o test/test_str2int.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,lab/Documents/apps/anaconda3/lib -Wl,-rpath-link,lab/Documents/apps/anaconda3/lib -Llab/Documents/apps/anaconda3/lib -fvisibility=hidden -o test/test_str2int test/test_str2int.o libhts.a -ldeflate -llzma -lbz2 -lz -lm -lcurl -lcrypto -lpthread lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o test/test_view.o test/test_view.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,lab/Documents/apps/anaconda3/lib -Wl,-rpath-link,lab/Documents/apps/anaconda3/lib -Llab/Documents/apps/anaconda3/lib -fvisibility=hidden -o test/test_view test/test_view.o libhts.a -ldeflate -llzma -lbz2 -lz -lm -lcurl -lcrypto -lpthread lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o test/test_index.o test/test_index.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,lab/Documents/apps/anaconda3/lib -Wl,-rpath-link,lab/Documents/apps/anaconda3/lib -Llab/Documents/apps/anaconda3/lib -fvisibility=hidden -o test/test_index test/test_index.o libhts.a -ldeflate -llzma -lbz2 -lz -lm -lcurl -lcrypto -lpthread lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o test/test-vcf-api.o test/test-vcf-api.c test/test-vcf-api.c: In function 'bcf_to_vcf': test/test-vcf-api.c:361:9: warning: ignoring return value of 'fwrite', declared with attribute warn_unused_result [-Wunused-result] fwrite(line.s,1,line.l,stdout); ^~~~~~~~~~ lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,lab/Documents/apps/anaconda3/lib -Wl,-rpath-link,lab/Documents/apps/anaconda3/lib -Llab/Documents/apps/anaconda3/lib -fvisibility=hidden -o test/test-vcf-api test/test-vcf-api.o libhts.a -ldeflate -llzma -lbz2 -lz -lm -lcurl -lcrypto -lpthread lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o test/test-vcf-sweep.o test/test-vcf-sweep.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,lab/Documents/apps/anaconda3/lib -Wl,-rpath-link,lab/Documents/apps/anaconda3/lib -Llab/Documents/apps/anaconda3/lib -fvisibility=hidden -o test/test-vcf-sweep test/test-vcf-sweep.o libhts.a -ldeflate -llzma -lbz2 -lz -lm -lcurl -lcrypto -lpthread lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o test/test-bcf-sr.o test/test-bcf-sr.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,lab/Documents/apps/anaconda3/lib -Wl,-rpath-link,lab/Documents/apps/anaconda3/lib -Llab/Documents/apps/anaconda3/lib -fvisibility=hidden -o test/test-bcf-sr test/test-bcf-sr.o libhts.a -lz -ldeflate -llzma -lbz2 -lz -lm -lcurl -lcrypto -lpthread lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o test/fuzz/hts_open_fuzzer.o test/fuzz/hts_open_fuzzer.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o test/test-bcf-translate.o test/test-bcf-translate.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,lab/Documents/apps/anaconda3/lib -Wl,-rpath-link,lab/Documents/apps/anaconda3/lib -Llab/Documents/apps/anaconda3/lib -fvisibility=hidden -o test/test-bcf-translate test/test-bcf-translate.o libhts.a -lz -ldeflate -llzma -lbz2 -lz -lm -lcurl -lcrypto -lpthread lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o test/test-parse-reg.o test/test-parse-reg.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,lab/Documents/apps/anaconda3/lib -Wl,-rpath-link,lab/Documents/apps/anaconda3/lib -Llab/Documents/apps/anaconda3/lib -fvisibility=hidden -o test/test-parse-reg test/test-parse-reg.o libhts.a -ldeflate -llzma -lbz2 -lz -lm -lcurl -lcrypto -lpthread lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wall -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -fvisibility=hidden -I. -DNDEBUG -D_FORTIFY_SOURCE=2 -O2 -isystem lab/Documents/apps/anaconda3/include -c -o test/test_introspection.o test/test_introspection.c lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc -Wl,-O2 -Wl,--sort-common -Wl,--as-needed -Wl,-z,relro -Wl,-z,now -Wl,--disable-new-dtags -Wl,--gc-sections -Wl,-rpath,lab/Documents/apps/anaconda3/lib -Wl,-rpath-link,lab/Documents/apps/anaconda3/lib -Llab/Documents/apps/anaconda3/lib -fvisibility=hidden -o test/test_introspection test/test_introspection.o libhts.a -ldeflate -llzma -lbz2 -lz -lm -lcurl -lcrypto -lpthread sed -n '/^static_libs=/s/[^=]=/HTSLIB_static_LIBS = /p;/^static_ldflags=/s/[^=]=/HTSLIB_static_LDFLAGS = /p' htslib.pc.tmp > htslib_static.mk sed -e 's#@-includedir@#'pwd'#g;s#@-libdir@#'pwd'#g' htslib.pc.tmp > htslib-uninstalled.pc (base) lab@lab:~/Documents/apps/htslib$ make install mkdir -p -m 755 /usr/local/bin /usr/local/include /usr/local/include/htslib /usr/local/lib /usr/local/share/man/man1 /usr/local/share/man/man5 /usr/local/share/man/man7 /usr/local/lib/pkgconfig if test -n ""; then mkdir -p -m 755 ; fi install -p -m 644 libhts.so /usr/local/lib/libhts.so.1.13-23-g3eada2f install: cannot create regular file '/usr/local/lib/libhts.so.1.13-23-g3eada2f': Permission denied make: ** [Makefile:729: install-so] Error 1 (base) lab@lab:~/Documents/apps/htslib$ sudo make install [sudo] password for krablab: mkdir -p -m 755 /usr/local/bin /usr/local/include /usr/local/include/htslib /usr/local/lib /usr/local/share/man/man1 /usr/local/share/man/man5 /usr/local/share/man/man7 /usr/local/lib/pkgconfig if test -n ""; then mkdir -p -m 755 ; fi install -p -m 644 libhts.so /usr/local/lib/libhts.so.1.13-23-g3eada2f ln -sf libhts.so.1.13-23-g3eada2f /usr/local/lib/libhts.so ln -sf libhts.so.1.13-23-g3eada2f /usr/local/lib/libhts.so.3 sed -e 's#@-includedir@#/usr/local/include#g;s#@-libdir@#/usr/local/lib#g;s#@-PACKAGE_VERSION@#1.13-23-g3eada2f#g' htslib.pc.tmp > /usr/local/lib/pkgconfig/htslib.pc chmod 644 /usr/local/lib/pkgconfig/htslib.pc install -p bgzip htsfile tabix /usr/local/bin if test -n ""; then install -p ; fi install -p -m 644 htslib/.h /usr/local/include/htslib install -p -m 644 libhts.a /usr/local/lib/libhts.a install -p -m 644 bgzip.1 htsfile.1 tabix.1 /usr/local/share/man/man1 install -p -m 644 faidx.5 sam.5 vcf.5 /usr/local/share/man/man5 install -p -m 644 htslib-s3-plugin.7 /usr/local/share/man/man7

When I try to install methpipe I get this message: configure: error: in `lab/Documents/apps/methpipe-5.0.0/build': configure: error: Failed to locate HTSLib on your system. Please use the LDFLAGS and CPPFLAGS variables to specify the directories where the HTSLib library and headers can be found.

Where are the location of the files I need to flag?

Thank you so much, Hannah

daviesrob commented 3 years ago

It looks like you were trying to build HTSlib in a conda environment. This rarely goes well. You need to install the HTSlib conda package, or build it outside of conda.

Something like this should work for conda HTSlib:

conda config --add channels defaults
conda config --add channels bioconda
conda config --add channels conda-forge
conda install 'htslib>=1.13'

You may also be able to get the installation you already made to work using:

CPPFLAGS='-I/usr/local/include' LDFLAGS='-L/usr/local/lib -Wl,-R/usr/local/lib'

but I wouldn't like to guarantee it.

You may also have similar conda compatibility problems with methpipe, if you didn't install it using a conda package.

Hannah1746 commented 3 years ago

Hey Daviesrob,

So I am not in a conda environment when I was installing the HTSLib I install it on the base and git clone it from https://github.com/samtools/htslib.git.

Ether way when I try to just install it in a conda env it install: Solving environment: done

==> WARNING: A newer version of conda exists. <== current version: 4.5.12 latest version: 4.10.3

Please update conda by running

$ conda update -n base -c defaults conda

Package Plan

environment location: /home/krablab/Documents/apps/smcpp/envs/methpipe

added / updated specs:

The following packages will be downloaded:

package                    |            build
---------------------------|-----------------
libstdcxx-ng-11.2.0        |       he4da1e4_8         4.2 MB  conda-forge
libgomp-11.2.0             |       h1d223b6_8         428 KB  conda-forge
libgcc-ng-11.2.0           |       h1d223b6_8         892 KB  conda-forge
libcurl-7.79.0             |       h2574ce0_0         335 KB  conda-forge
------------------------------------------------------------
                                       Total:         5.8 MB

The following NEW packages will be INSTALLED:

_libgcc_mutex:   0.1-conda_forge         conda-forge
_openmp_mutex:   4.5-1_gnu               conda-forge
bzip2:           1.0.8-h7f98852_4        conda-forge
c-ares:          1.17.2-h7f98852_0       conda-forge
ca-certificates: 2021.5.30-ha878542_0    conda-forge
htslib:          1.13-h9093b5e_0         bioconda   
krb5:            1.19.2-hcc1bbae_0       conda-forge
libcurl:         7.79.0-h2574ce0_0       conda-forge
libdeflate:      1.7-h7f98852_5          conda-forge
libedit:         3.1.20191231-he28a2e2_2 conda-forge
libev:           4.33-h516909a_1         conda-forge
libgcc-ng:       11.2.0-h1d223b6_8       conda-forge
libgomp:         11.2.0-h1d223b6_8       conda-forge
libnghttp2:      1.43.0-h812cca2_0       conda-forge
libssh2:         1.10.0-ha56f1ee_0       conda-forge
libstdcxx-ng:    11.2.0-he4da1e4_8       conda-forge
ncurses:         6.2-h58526e2_4          conda-forge
openssl:         1.1.1l-h7f98852_0       conda-forge
tk:              8.6.11-h27826a3_1       conda-forge
xz:              5.2.5-h516909a_1        conda-forge
zlib:            1.2.11-h516909a_1010    conda-forge

Proceed ([y]/n)? y

Downloading and Extracting Packages libstdcxx-ng-11.2.0 | 4.2 MB | ######################################################################################################################################################### | 100% libgomp-11.2.0 | 428 KB | ######################################################################################################################################################### | 100% libgcc-ng-11.2.0 | 892 KB | ######################################################################################################################################################### | 100% libcurl-7.79.0 | 335 KB | ######################################################################################################################################################### | 100% Preparing transaction: done Verifying transaction: done Executing transaction: done

but I still can't get methpipe to run:

lab@lab-VAA:~/Documents/apps/methpipe-5.0.0/build$ ../configure CPPFLAGS='-I/usr/local/include' LDFLAGS='-L/usr/local/lib -Wl,-R/usr/local/lib' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes /bin/bash: lab/Documents/apps/methpipe-5.0.0/build/missing: No such file or directory configure: WARNING: 'missing' script is too old or missing checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-c++ accepts -g... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-c++... none checking whether lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-c++ supports C++11 features with -std=c++11... yes checking for ranlib... lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-ranlib checking for library containing hts_version... no configure: error: in `lab/Documents/apps/methpipe-5.0.0/build': configure: error: Failed to locate HTSLib on your system. Please use the LDFLAGS and CPPFLAGS variables to specify the directories where the HTSLib library and headers can be found.

daviesrob commented 3 years ago

Your original htslib build used lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-cc, which is why I think you have bits of conda in your environment. Conda's gcc seems to have its own special settings that don't work too well on packages that come from outside the conda ecosystem.

You could look in config.log to see if there are any clues as to what went wrong (search for "hts_version" to find the right test). You could also try running ldd /usr/local/lib/libhts.so to see if the HTSlib shared library you built can find all of its dependencies.

Hannah1746 commented 3 years ago

Okay so when I run: lab@lab:~/Documents/apps/methpipe-5.0.0/build$ ldd /usr/local/lib/libhts.so linux-vdso.so.1 => (0x00007ffe87de0000) libdeflate.so => lab/Documents/apps/anaconda3/lib/libdeflate.so (0x00007fd386343000) liblzma.so.5 => lab/Documents/apps/anaconda3/lib/liblzma.so.5 (0x00007fd385fff000) libbz2.so.1.0 => lab/Documents/apps/anaconda3/lib/libbz2.so.1.0 (0x00007fd38632f000) libz.so.1 => lab/Documents/apps/anaconda3/lib/libz.so.1 (0x00007fd38630e000) libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fd385cf6000) libcurl.so.4 => lab/Documents/apps/anaconda3/lib/libcurl.so.4 (0x00007fd38626a000) libcrypto.so.1.1 => lab/Documents/apps/anaconda3/lib/libcrypto.so.1.1 (0x00007fd385a48000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fd38582b000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fd385461000) librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007fd385259000) /lib64/ld-linux-x86-64.so.2 (0x00007fd386225000) libssh2.so.1 => lab/Documents/apps/anaconda3/lib/./libssh2.so.1 (0x00007fd385227000) libssl.so.1.1 => lab/Documents/apps/anaconda3/lib/./libssl.so.1.1 (0x00007fd385197000) libgssapi_krb5.so.2 => lab/Documents/apps/anaconda3/lib/./libgssapi_krb5.so.2 (0x00007fd385148000) libkrb5.so.3 => lab/Documents/apps/anaconda3/lib/./libkrb5.so.3 (0x00007fd38506c000) libk5crypto.so.3 => lab/Documents/apps/anaconda3/lib/./libk5crypto.so.3 (0x00007fd38504d000) libcom_err.so.3 => lab/Documents/apps/anaconda3/lib/./libcom_err.so.3 (0x00007fd386260000) libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007fd384e49000) libkrb5support.so.0 => lab/Documents/apps/anaconda3/lib/././libkrb5support.so.0 (0x00007fd386250000) libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2 (0x00007fd384c2e000)

And this is my config.log lab@lab:~/Documents/apps/methpipe-5.0.0/build$ cat config.log This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake.

It was created by methpipe configure 5.0.0, which was generated by GNU Autoconf 2.69. Invocation command line was

$ ../configure CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib -Wl,-R/usr/local/lib

---------

Platform.

---------

hostname = Krablab-VAA uname -m = x86_64 uname -r = 4.15.0-122-generic uname -s = Linux uname -v = #124~16.04.1-Ubuntu SMP Thu Oct 15 16:08:36 UTC 2020

/usr/bin/uname -p = unknown /bin/uname -X = unknown

/bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown

PATH: lab/bin PATH: lab/.local/bin PATH: lab/Documents/apps/smcpp/envs/methpipe/bin PATH: lab/.local/bin PATH: lab/Documents/apps/anaconda3/bin PATH: lab/Documents/apps/anaconda3/condabin PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/games PATH: /usr/local/games PATH: /snap/bin PATH: lab/Documents/apps/LTR_Finder/source PATH: lab/Documents/apps/globusconnectpersonal-3.1.2 PATH: lab/Documents/apps/MCScanX PATH: lab/Documents/apps/MCScanX/downstream_analyses PATH: lab/bin/gffread

-----------

Core tests.

-----------

configure:1869: checking for a BSD-compatible install configure:1937: result: /usr/bin/install -c configure:1948: checking whether build environment is sane configure:2003: result: yes configure:2041: WARNING: 'missing' script is too old or missing configure:2154: checking for a thread-safe mkdir -p configure:2193: result: /bin/mkdir -p configure:2200: checking for gawk configure:2216: found /usr/bin/gawk configure:2227: result: gawk configure:2238: checking whether make sets $(MAKE) configure:2260: result: yes configure:2289: checking whether make supports nested variables configure:2306: result: yes configure:2553: checking for C++ compiler version configure:2562: lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-c++ --version >&5 x86_64-conda_cos6-linux-gnu-c++ (crosstool-NG 1.23.0.449-a04d0) 7.3.0 Copyright (C) 2017 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2573: $? = 0 configure:2562: lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-c++ -v >&5 Reading specs from lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/specs COLLECT_GCC=lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-c++ COLLECT_LTO_WRAPPER=lab/Documents/apps/anaconda3/bin/../libexec/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/lto-wrapper Target: x86_64-conda_cos6-linux-gnu Configured with: /home/rdonnelly/mc/conda-bld/compilers_linux-64_1534865402226/work/.build/x86_64-conda_cos6-linux-gnu/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-build_pc-linux-gnu --target=x86_64-conda_cos6-linux-gnu --prefix=/home/rdonnelly/mc/conda-bld/compilers_linux-64_1534865402226/work/gcc_built --with-sysroot=/home/rdonnelly/mc/conda-bld/compilers_linux-64_1534865402226/work/gcc_built/x86_64-conda_cos6-linux-gnu/sysroot --enable-languages=c,c++,fortran,objc,obj-c++ --with-pkgversion='crosstool-NG 1.23.0.449-a04d0' --enable-cxa_atexit --disable-libmudflap --enable-libgomp --disable-libssp --enable-libquadmath --enable-libquadmath-support --enable-libsanitizer --enable-libmpx --with-gmp=/home/rdonnelly/mc/conda-bld/compilers_linux-64_1534865402226/work/.build/x86_64-conda_cos6-linux-gnu/buildtools --with-mpfr=/home/rdonnelly/mc/conda-bld/compilers_linux-64_1534865402226/work/.build/x86_64-conda_cos6-linux-gnu/buildtools --with-mpc=/home/rdonnelly/mc/conda-bld/compilers_linux-64_1534865402226/work/.build/x86_64-conda_cos6-linux-gnu/buildtools --with-isl=/home/rdonnelly/mc/conda-bld/compilers_linux-64_1534865402226/work/.build/x86_64-conda_cos6-linux-gnu/buildtools --enable-lto --enable-threads=posix --enable-target-optspace --enable-plugin --enable-gold --disable-nls --disable-multilib --with-local-prefix=/home/rdonnelly/mc/conda-bld/compilers_linux-64_1534865402226/work/gcc_built/x86_64-conda_cos6-linux-gnu/sysroot --enable-long-long --enable-default-pie Thread model: posix gcc version 7.3.0 (crosstool-NG 1.23.0.449-a04d0) configure:2573: $? = 0 configure:2562: lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-c++ -V >&5 x86_64-conda_cos6-linux-gnu-c++: error: unrecognized command line option '-V' x86_64-conda_cos6-linux-gnu-c++: fatal error: no input files compilation terminated. configure:2573: $? = 1 configure:2562: lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-c++ -qversion >&5 x86_64-conda_cos6-linux-gnu-c++: error: unrecognized command line option '-qversion'; did you mean '--version'? x86_64-conda_cos6-linux-gnu-c++: fatal error: no input files compilation terminated. configure:2573: $? = 1 configure:2593: checking whether the C++ compiler works configure:2615: lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-c++ -fvisibility-inlines-hidden -std=c++17 -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -I/usr/local/include -L/usr/local/lib -Wl,-R/usr/local/lib conftest.cpp >&5 configure:2619: $? = 0 configure:2667: result: yes configure:2670: checking for C++ compiler default output file name configure:2672: result: a.out configure:2678: checking for suffix of executables configure:2685: lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-c++ -o conftest -fvisibility-inlines-hidden -std=c++17 -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -I/usr/local/include -L/usr/local/lib -Wl,-R/usr/local/lib conftest.cpp >&5 configure:2689: $? = 0 configure:2711: result: configure:2733: checking whether we are cross compiling configure:2741: lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-c++ -o conftest -fvisibility-inlines-hidden -std=c++17 -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -I/usr/local/include -L/usr/local/lib -Wl,-R/usr/local/lib conftest.cpp >&5 configure:2745: $? = 0 configure:2752: ./conftest configure:2756: $? = 0 configure:2771: result: no configure:2776: checking for suffix of object files configure:2798: lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-c++ -c -fvisibility-inlines-hidden -std=c++17 -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -I/usr/local/include conftest.cpp >&5 configure:2802: $? = 0 configure:2823: result: o configure:2827: checking whether we are using the GNU C++ compiler configure:2846: lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-c++ -c -fvisibility-inlines-hidden -std=c++17 -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -I/usr/local/include conftest.cpp >&5 configure:2846: $? = 0 configure:2855: result: yes configure:2864: checking whether lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-c++ accepts -g configure:2884: lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-c++ -c -g -I/usr/local/include conftest.cpp >&5 configure:2884: $? = 0 configure:2925: result: yes configure:2951: checking whether make supports the include directive configure:2966: make -f confmf.GNU && cat confinc.out this is the amdoit target configure:2969: $? = 0 configure:2988: result: yes (GNU style) configure:3013: checking dependency style of lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-c++ configure:3124: result: none configure:3154: checking whether lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-c++ supports C++11 features with -std=c++11 configure:3452: lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-c++ -std=c++11 -c -fvisibility-inlines-hidden -std=c++17 -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -I/usr/local/include conftest.cpp >&5 configure:3452: $? = 0 configure:3461: result: yes configure:3543: checking for ranlib configure:3570: result: lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-ranlib configure:3725: checking for library containing hts_version configure:3756: lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-c++ -std=c++11 -o conftest -fvisibility-inlines-hidden -std=c++17 -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -I/usr/local/include -L/usr/local/lib -Wl,-R/usr/local/lib conftest.cpp >&5 lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /tmp/cc0bxTJw.o: in function main': conftest.cpp:(.text.startup.main+0x6): undefined reference tohts_version' collect2: error: ld returned 1 exit status configure:3756: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "methpipe" #define PACKAGE_TARNAME "methpipe" #define PACKAGE_VERSION "5.0.0" #define PACKAGE_STRING "methpipe 5.0.0" #define PACKAGE_BUGREPORT "andrewds@usc.edu" #define PACKAGE_URL "https://github.com/smithlabcode/methpipe" #define PACKAGE "methpipe" #define VERSION "5.0.0" #define HAVE_CXX11 1 / end confdefs.h. /
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char hts_version ();
int
main ()
{
return hts_version ();
;
return 0;
}
configure:3756: lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-c++ -std=c++11 -o conftest -fvisibility-inlines-hidden -std=c++17 -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -I/usr/local/include -L/usr/local/lib -Wl,-R/usr/local/lib conftest.cpp -lhts >&5 lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: warning: libdeflate.so, needed by /usr/local/lib/libhts.so, not found (try using -rpath or -rpath-link) lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: warning: liblzma.so.5, needed by /usr/local/lib/libhts.so, not found (try using -rpath or -rpath-link) lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: warning: libbz2.so.1.0, needed by /usr/local/lib/libhts.so, not found (try using -rpath or -rpath-link) lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: warning: libz.so.1, needed by /usr/local/lib/libhts.so, not found (try using -rpath or -rpath-link) lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: warning: libcurl.so.4, needed by /usr/local/lib/libhts.so, not found (try using -rpath or -rpath-link) lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: warning: libcrypto.so.1.1, needed by /usr/local/lib/libhts.so, not found (try using -rpath or -rpath-link) lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference to libdeflate_free_compressor' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference tocurl_easy_perform' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-condacos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference to `deflateInit2' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference to curl_easy_getinfo' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference tocurl_easy_reset' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference to curl_share_init' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference tolzma_easy_decoder_memusage@XZ_5.0' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference to curl_easy_init' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference toSHA256@OPENSSL_1_1_0' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference to curl_share_setopt' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference tocurl_easy_strerror' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference to curl_easy_duphandle' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference tolibdeflate_deflate_decompress' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference to curl_slist_append' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference tolzma_stream_buffer_bound@XZ_5.0' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference to deflate' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference tolibdeflate_alloc_compressor' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference to EVP_sha256@OPENSSL_1_1_0' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference tocurl_multi_add_handle' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference to BZ2_bzBuffToBuffCompress' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference todeflateEnd' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference to EVP_sha1@OPENSSL_1_1_0' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference tocurl_version_info' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference to libdeflate_gzip_decompress' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference tocurl_multi_fdset' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference to curl_share_cleanup' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference tocurl_easy_pause' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference to inflate' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference toinflateInit2_' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference to curl_multi_init' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference tocurl_easy_cleanup' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference to curl_multi_perform' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference tolibdeflate_free_decompressor' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference to inflateEnd' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference tolzma_easy_buffer_encode@XZ_5.0' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference to lzma_code@XZ_5.0' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference tolzma_stream_decoder@XZ_5.0' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference to curl_multi_cleanup' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference toBZ2_bzBuffToBuffDecompress' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference to curl_multi_remove_handle' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference tocurl_slist_free_all' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference to libdeflate_crc32' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference tolibdeflate_deflate_compress' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference to libdeflate_gzip_compress' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference toinflateReset' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference to curl_multi_info_read' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference tocurl_easy_setopt' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference to libdeflate_alloc_decompressor' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference tocurl_global_init' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference to curl_multi_timeout' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference toHMAC@OPENSSL_1_1_0' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference to curl_multi_strerror' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference tocurl_global_cleanup' lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: /usr/local/lib/libhts.so: undefined reference to `lzma_end@XZ_5.0' collect2: error: ld returned 1 exit status configure:3756: $? = 1 configure: failed program was: / confdefs.h / #define PACKAGE_NAME "methpipe" #define PACKAGE_TARNAME "methpipe" #define PACKAGE_VERSION "5.0.0" #define PACKAGE_STRING "methpipe 5.0.0" #define PACKAGE_BUGREPORT "andrewds@usc.edu" #define PACKAGE_URL "https://github.com/smithlabcode/methpipe" #define PACKAGE "methpipe" #define VERSION "5.0.0" #define HAVE_CXX11 1 / end confdefs.h. /
/* Override any GCC internal prototype to avoid an error.
Use char because int might match the return type of a GCC
builtin and then its argument prototype would still apply. */
#ifdef __cplusplus
extern "C"
#endif
char hts_version ();
int
main ()
{
return hts_version ();
;
return 0;
}

configure:3773: result: no configure:3780: error: in `lab/Documents/apps/methpipe-5.0.0/build': configure:3782: error: Failed to locate HTSLib on your system. Please use the LDFLAGS and CPPFLAGS variables to specify the directories where the HTSLib library and headers can be found.

See `config.log' for more details

----------------

Cache variables.

----------------

ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value=-I/usr/local/include ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value='-fvisibility-inlines-hidden -std=c++17 -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include' ac_cv_env_CXX_set=set ac_cv_env_CXX_value=lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-c++ ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-L/usr/local/lib -Wl,-R/usr/local/lib' ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_objext=o ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_ac_ct_RANLIB=lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-ranlib ac_cv_prog_cxx_g=yes ac_cv_prog_make_make_set=yes ac_cv_search_hts_version=no am_cv_CXX_dependencies_compiler_type=none am_cv_make_support_nested_variables=yes ax_cv_cxx_compile_cxx11__std_cpp11=yes

-----------------

Output variables.

-----------------

ACLOCAL='aclocal-1.16' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' AUTOCONF='autoconf' AUTOHEADER='autoheader' AUTOMAKE='automake-1.16' AWK='gawk' CPPFLAGS='-I/usr/local/include' CXX='lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-c++ -std=c++11' CXXDEPMODE='depmode=none' CXXFLAGS='-fvisibility-inlines-hidden -std=c++17 -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EXEEXT='' HAVE_CXX11='1' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LDFLAGS='-L/usr/local/lib -Wl,-R/usr/local/lib' LIBOBJS='' LIBS='' LTLIBOBJS='' MAKEINFO='makeinfo' MKDIR_P='/bin/mkdir -p' OBJEXT='o' PACKAGE='methpipe' PACKAGE_BUGREPORT='andrewds@usc.edu' PACKAGE_NAME='methpipe' PACKAGE_STRING='methpipe 5.0.0' PACKAGE_TARNAME='methpipe' PACKAGE_URL='https://github.com/smithlabcode/methpipe' PACKAGE_VERSION='5.0.0' PATH_SEPARATOR=':' RANLIB='lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-ranlib' SET_MAKE='' SHELL='/bin/bash' STRIP='lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-strip' VERSION='5.0.0' ac_ct_CXX='' amEXEEXT_FALSE='' am__EXEEXT_TRUE='' amfastdepCXX_FALSE='' amfastdepCXX_TRUE='#' aminclude='include' amisrc=' -I$(srcdir)' am__leading_dot='.' amnodep='_no' amquote='' amtar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindir='${exec_prefix}/bin' build_alias='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host_alias='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} lab/Documents/apps/methpipe-5.0.0/build/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='NONE' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' subdirs='' subdirs_extra='' sysconfdir='${prefix}/etc' target_alias=''

-----------

confdefs.h.

-----------

/ confdefs.h /

define PACKAGE_NAME "methpipe"

define PACKAGE_TARNAME "methpipe"

define PACKAGE_VERSION "5.0.0"

define PACKAGE_STRING "methpipe 5.0.0"

define PACKAGE_BUGREPORT "andrewds@usc.edu"

define PACKAGE_URL "https://github.com/smithlabcode/methpipe"

define PACKAGE "methpipe"

define VERSION "5.0.0"

define HAVE_CXX11 1

configure: exit 1

It seems as if it just can't find or define hts_version.

daviesrob commented 3 years ago

It looks (from the ldd output) like you can find the dependencies for HTSlib, but for some reason the C compiler can't when you're running configure. E.g., in config.log there are messages like:

configure:3756: lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-c++ -std=c++11 -o conftest -fvisibility-inlines-hidden -std=c++17 -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -I/usr/local/include -L/usr/local/lib -Wl,-R/usr/local/lib conftest.cpp -lhts >&5
lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/../../../../x86_64-conda_cos6-linux-gnu/bin/ld: warning: libdeflate.so, needed by /usr/local/lib/libhts.so, not found (try using -rpath or -rpath-link)

However, we know from ldd that you do have libdeflate, in:

libdeflate.so => lab/Documents/apps/anaconda3/lib/libdeflate.so (0x00007fd386343000)

I think the problem might be that setting LDFLAGS has erased some of the settings you need to link against these conda-installed libraries (or maybe they were never there to bein with). So you could try adding them back using:

CPPFLAGS='-I/usr/local/include' LDFLAGS='L/usr/local/lib -Wl,-R/usr/local/lib -Wl,-rpath,lab/Documents/apps/anaconda3/lib -Wl,-rpath-link,lab/Documents/apps/anaconda3/lib -Llab/Documents/apps/anaconda3/lib'

to see if that gets them back. Note that you may also need to give a full path to lab/Documents/apps/anaconda3/lib to get it to work.

Hannah1746 commented 3 years ago

hmmmm when I do that I get: lab@lab:~/Documents/apps/methpipe-5.0.0/build$ ../configure CPPFLAGS='-I/usr/local/include' LDFLAGS='L/usr/local/lib -Wl,-R/usr/local/lib -Wl,-rpath,lab/Documents/apps/anaconda3/lib -Wl,-rpath-link,lab/Documents/apps/anaconda3/lib -Llab/Documents/apps/anaconda3/lib' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes /bin/bash: lab/Documents/apps/methpipe-5.0.0/build/missing: No such file or directory configure: WARNING: 'missing' script is too old or missing checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether the C++ compiler works... no configure: error: in lab/Documents/apps/methpipe-5.0.0/build': configure: error: C++ compiler cannot create executables Seeconfig.log' for more details

this is my config.log: lab@lab:~/Documents/apps/methpipe-5.0.0/build$ cat config.log This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake.

It was created by methpipe configure 5.0.0, which was generated by GNU Autoconf 2.69. Invocation command line was

$ ../configure CPPFLAGS=-I/usr/local/include LDFLAGS=L/usr/local/lib -Wl,-R/usr/local/lib -Wl,-rpath,lab/Documents/apps/anaconda3/lib -Wl,-rpath-link,lab/Documents/apps/anaconda3/lib -Llab/Documents/apps/anaconda3/lib

---------

Platform.

---------

hostname = Krablab-VAA uname -m = x86_64 uname -r = 4.15.0-122-generic uname -s = Linux uname -v = #124~16.04.1-Ubuntu SMP Thu Oct 15 16:08:36 UTC 2020

/usr/bin/uname -p = unknown /bin/uname -X = unknown

/bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown

PATH: lab/bin PATH: lab/.local/bin PATH: lab/Documents/apps/smcpp/envs/methpipe/bin PATH: lab/.local/bin PATH: lab/Documents/apps/anaconda3/bin PATH: lab/Documents/apps/anaconda3/condabin PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/games PATH: /usr/local/games PATH: /snap/bin PATH: lab/Documents/apps/LTR_Finder/source PATH: lab/Documents/apps/globusconnectpersonal-3.1.2 PATH: lab/Documents/apps/MCScanX PATH: lab/Documents/apps/MCScanX/downstream_analyses PATH: lab/bin/gffread

-----------

Core tests.

-----------

configure:1869: checking for a BSD-compatible install configure:1937: result: /usr/bin/install -c configure:1948: checking whether build environment is sane configure:2003: result: yes configure:2041: WARNING: 'missing' script is too old or missing configure:2154: checking for a thread-safe mkdir -p configure:2193: result: /bin/mkdir -p configure:2200: checking for gawk configure:2216: found /usr/bin/gawk configure:2227: result: gawk configure:2238: checking whether make sets $(MAKE) configure:2260: result: yes configure:2289: checking whether make supports nested variables configure:2306: result: yes configure:2553: checking for C++ compiler version configure:2562: lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-c++ --version >&5 x86_64-conda_cos6-linux-gnu-c++ (crosstool-NG 1.23.0.449-a04d0) 7.3.0 Copyright (C) 2017 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2573: $? = 0 configure:2562: lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-c++ -v >&5 Reading specs from lab/Documents/apps/anaconda3/bin/../lib/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/specs COLLECT_GCC=lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-c++ COLLECT_LTO_WRAPPER=lab/Documents/apps/anaconda3/bin/../libexec/gcc/x86_64-conda_cos6-linux-gnu/7.3.0/lto-wrapper Target: x86_64-conda_cos6-linux-gnu Configured with: /home/rdonnelly/mc/conda-bld/compilers_linux-64_1534865402226/work/.build/x86_64-conda_cos6-linux-gnu/src/gcc/configure --build=x86_64-build_pc-linux-gnu --host=x86_64-build_pc-linux-gnu --target=x86_64-conda_cos6-linux-gnu --prefix=/home/rdonnelly/mc/conda-bld/compilers_linux-64_1534865402226/work/gcc_built --with-sysroot=/home/rdonnelly/mc/conda-bld/compilers_linux-64_1534865402226/work/gcc_built/x86_64-conda_cos6-linux-gnu/sysroot --enable-languages=c,c++,fortran,objc,obj-c++ --with-pkgversion='crosstool-NG 1.23.0.449-a04d0' --enable-__cxa_atexit --disable-libmudflap --enable-libgomp --disable-libssp --enable-libquadmath --enable-libquadmath-support --enable-libsanitizer --enable-libmpx --with-gmp=/home/rdonnelly/mc/conda-bld/compilers_linux-64_1534865402226/work/.build/x86_64-conda_cos6-linux-gnu/buildtools --with-mpfr=/home/rdonnelly/mc/conda-bld/compilers_linux-64_1534865402226/work/.build/x86_64-conda_cos6-linux-gnu/buildtools --with-mpc=/home/rdonnelly/mc/conda-bld/compilers_linux-64_1534865402226/work/.build/x86_64-conda_cos6-linux-gnu/buildtools --with-isl=/home/rdonnelly/mc/conda-bld/compilers_linux-64_1534865402226/work/.build/x86_64-conda_cos6-linux-gnu/buildtools --enable-lto --enable-threads=posix --enable-target-optspace --enable-plugin --enable-gold --disable-nls --disable-multilib --with-local-prefix=/home/rdonnelly/mc/conda-bld/compilers_linux-64_1534865402226/work/gcc_built/x86_64-conda_cos6-linux-gnu/sysroot --enable-long-long --enable-default-pie Thread model: posix gcc version 7.3.0 (crosstool-NG 1.23.0.449-a04d0) configure:2573: $? = 0 configure:2562: lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-c++ -V >&5 x86_64-conda_cos6-linux-gnu-c++: error: unrecognized command line option '-V' x86_64-conda_cos6-linux-gnu-c++: fatal error: no input files compilation terminated. configure:2573: $? = 1 configure:2562: lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-c++ -qversion >&5 x86_64-conda_cos6-linux-gnu-c++: error: unrecognized command line option '-qversion'; did you mean '--version'? x86_64-conda_cos6-linux-gnu-c++: fatal error: no input files compilation terminated. configure:2573: $? = 1 configure:2593: checking whether the C++ compiler works configure:2615: lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-c++ -fvisibility-inlines-hidden -std=c++17 -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include -I/usr/local/include L/usr/local/lib -Wl,-R/usr/local/lib -Wl,-rpath,lab/Documents/apps/anaconda3/lib -Wl,-rpath-link,lab/Documents/apps/anaconda3/lib -Llab/Documents/apps/anaconda3/lib conftest.cpp >&5 x86_64-conda_cos6-linux-gnu-c++: error: L/usr/local/lib: No such file or directory configure:2619: $? = 1 configure:2657: result: no configure: failed program was: / confdefs.h / #define PACKAGE_NAME "methpipe" #define PACKAGE_TARNAME "methpipe" #define PACKAGE_VERSION "5.0.0" #define PACKAGE_STRING "methpipe 5.0.0" #define PACKAGE_BUGREPORT "andrewds@usc.edu" #define PACKAGE_URL "https://github.com/smithlabcode/methpipe" #define PACKAGE "methpipe" #define VERSION "5.0.0" / end confdefs.h. /
int
main ()
{
;
return 0;
}

configure:2662: error: in lab/Documents/apps/methpipe-5.0.0/build': configure:2664: error: C++ compiler cannot create executables Seeconfig.log' for more details

----------------

Cache variables.

----------------

ac_cv_env_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CPPFLAGS_set=set ac_cv_env_CPPFLAGS_value=-I/usr/local/include ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value='-fvisibility-inlines-hidden -std=c++17 -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include' ac_cv_env_CXX_set=set ac_cv_env_CXX_value=lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-c++ ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='L/usr/local/lib -Wl,-R/usr/local/lib -Wl,-rpath,lab/Documents/apps/anaconda3/lib -Wl,-rpath-link,lab/Documents/apps/anaconda3/lib -Llab/Documents/apps/anaconda3/lib' ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_path_install='/usr/bin/install -c' ac_cv_path_mkdir=/bin/mkdir ac_cv_prog_AWK=gawk ac_cv_prog_make_make_set=yes am_cv_make_support_nested_variables=yes

-----------------

Output variables.

-----------------

ACLOCAL='aclocal-1.16' AMDEPBACKSLASH='' AMDEP_FALSE='' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='1' AM_V='$(V)' AUTOCONF='autoconf' AUTOHEADER='autoheader' AUTOMAKE='automake-1.16' AWK='gawk' CPPFLAGS='-I/usr/local/include' CXX='lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-c++' CXXDEPMODE='' CXXFLAGS='-fvisibility-inlines-hidden -std=c++17 -fmessage-length=0 -march=nocona -mtune=haswell -ftree-vectorize -fPIC -fstack-protector-strong -fno-plt -O2 -ffunction-sections -pipe -isystem lab/Documents/apps/anaconda3/include' CYGPATH_W='echo' DEFS='' DEPDIR='' ECHO_C='' ECHO_N='-n' ECHO_T='' EXEEXT='' HAVE_CXX11='' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LDFLAGS='L/usr/local/lib -Wl,-R/usr/local/lib -Wl,-rpath,lab/Documents/apps/anaconda3/lib -Wl,-rpath-link,lab/Documents/apps/anaconda3/lib -Llab/Documents/apps/anaconda3/lib' LIBOBJS='' LIBS='' LTLIBOBJS='' MAKEINFO='makeinfo' MKDIR_P='/bin/mkdir -p' OBJEXT='' PACKAGE='methpipe' PACKAGE_BUGREPORT='andrewds@usc.edu' PACKAGE_NAME='methpipe' PACKAGE_STRING='methpipe 5.0.0' PACKAGE_TARNAME='methpipe' PACKAGE_URL='https://github.com/smithlabcode/methpipe' PACKAGE_VERSION='5.0.0' PATH_SEPARATOR=':' RANLIB='lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-ranlib' SET_MAKE='' SHELL='/bin/bash' STRIP='lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-strip' VERSION='5.0.0' ac_ct_CXX='' amEXEEXT_FALSE='' am__EXEEXT_TRUE='' amfastdepCXX_FALSE='' amfastdepCXX_TRUE='' aminclude='' amisrc=' -I$(srcdir)' am__leading_dot='.' amnodep='' amquote='' amtar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindir='${exec_prefix}/bin' build_alias='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' host_alias='' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} lab/Documents/apps/methpipe-5.0.0/build/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='NONE' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' subdirs='' subdirs_extra='' sysconfdir='${prefix}/etc' target_alias=''

-----------

confdefs.h.

-----------

/ confdefs.h /

define PACKAGE_NAME "methpipe"

define PACKAGE_TARNAME "methpipe"

define PACKAGE_VERSION "5.0.0"

define PACKAGE_STRING "methpipe 5.0.0"

define PACKAGE_BUGREPORT "andrewds@usc.edu"

define PACKAGE_URL "https://github.com/smithlabcode/methpipe"

define PACKAGE "methpipe"

define VERSION "5.0.0"

configure: exit 77

daviesrob commented 2 years ago

Sorry, I missed out the leading - when pasting in the LDFLAGS part. That should have been:

CPPFLAGS='-I/usr/local/include' LDFLAGS='-L/usr/local/lib -Wl,-R/usr/local/lib -Wl,-rpath,lab/Documents/apps/anaconda3/lib -Wl,-rpath-link,lab/Documents/apps/anaconda3/lib -Llab/Documents/apps/anaconda3/lib'
Hannah1746 commented 2 years ago

So that fixed my problem but now it is asking from my GSL location:

lab@lab:~/Documents/apps/methpipe-5.0.0/build$ ../configure CPPFLAGS='-I/usr/local/include' LDFLAGS='-L/usr/local/lib -Wl,-R/usr/local/lib -Wl,-rpath,lab/Documents/apps/anaconda3/lib -Wl,-rpath-link,lab/Documents/apps/anaconda3/lib -Llab/Documents/apps/anaconda3/lib' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes /bin/bash: lab/Documents/apps/methpipe-5.0.0/build/missing: No such file or directory configure: WARNING: 'missing' script is too old or missing checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether the C++ compiler works... yes checking for C++ compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-c++ accepts -g... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-c++... none checking whether lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-c++ supports C++11 features with -std=c++11... yes checking for ranlib... lab/Documents/apps/anaconda3/bin/x86_64-conda_cos6-linux-gnu-ranlib checking for library containing hts_version... -lhts checking for library containing zlibVersion... -lz checking for library containing cblas_dgemm... no configure: error: in `lab/Documents/apps/methpipe-5.0.0/build': configure: error: Failed to locate the GNU Scientific Library (GSL) on your system. Please use the LDFLAGS and CPPFLAGS variables to specify the directories where the GSL library and headers can be found.

Can you help me add this location in to my flags.

Thank you so much for your time and patience.

daviesrob commented 2 years ago

As you appear to have sudo access, it might be easiest to install it using:

apt install libgsl-dev

The -dev package will also include the files you need to use when compiling and linking code that uses it.