You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created an environment for seal and want to link VEP with it.
./vep_install not working.
Then, I have manually installed API. added them to PERL5LIB environment specific to conda_prefix. installed gcc, g++, cpanm in conda also.
cpanm method is not working, same error.
Error as below,
*** Building Bio::DB::HTS *** CMD : env HTSLIB_DIR=/tmp/HcSxsEQ4FZ/htslib perl Build.PL
/home/genexp/miniconda3/envs/seal/bin/x86_64-conda-linux-gnu-ld: unrecognized option '-Wl,-O2'
/home/genexp/miniconda3/envs/seal/bin/x86_64-conda-linux-gnu-ld: use the --help option for usage information
Warning: ExtUtils::CBuilder not installed or no compiler detected
Proceeding with configuration, but compilation may fail during Build
Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Bio-DB-HTS' version '3.01'
Building Bio-DB-HTS
Error: no compiler detected to compile 'lib/Bio/DB/HTS.c'. Aborting
Error: no compiler detected to compile 'lib/Bio/DB/HTS.c'. Aborting
Build test failed. Not continuing at INSTALL.pl line 201.
cannot remove path when cwd is /tmp/HcSxsEQ4FZ/Bio-DB-HTS for /tmp/HcSxsEQ4FZ: at /home/genexp/miniconda3/envs/seal/lib/perl5/core_perl/File/Temp.pm line 916.
Please help.
The text was updated successfully, but these errors were encountered:
Hello @zuber-bioinfo - thanks for raising this.
From what you posted, I am not sure the issue is related to Bio::DB::HTS.
I am under the impression something is not quite right with your environment: it seems the installer/your session cannot find the compiler and/or something is wrong with the linker.
I have created an environment for seal and want to link VEP with it.
./vep_install not working.
Then, I have manually installed API. added them to PERL5LIB environment specific to conda_prefix. installed gcc, g++, cpanm in conda also.
cpanm method is not working, same error.
Error as below,
*** Building Bio::DB::HTS ***
CMD : env HTSLIB_DIR=/tmp/HcSxsEQ4FZ/htslib perl Build.PL
/home/genexp/miniconda3/envs/seal/bin/x86_64-conda-linux-gnu-ld: unrecognized option '-Wl,-O2'
/home/genexp/miniconda3/envs/seal/bin/x86_64-conda-linux-gnu-ld: use the --help option for usage information
Warning: ExtUtils::CBuilder not installed or no compiler detected
Proceeding with configuration, but compilation may fail during Build
Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Bio-DB-HTS' version '3.01'
Building Bio-DB-HTS
Error: no compiler detected to compile 'lib/Bio/DB/HTS.c'. Aborting
Error: no compiler detected to compile 'lib/Bio/DB/HTS.c'. Aborting
Build test failed. Not continuing at INSTALL.pl line 201.
cannot remove path when cwd is /tmp/HcSxsEQ4FZ/Bio-DB-HTS for /tmp/HcSxsEQ4FZ: at /home/genexp/miniconda3/envs/seal/lib/perl5/core_perl/File/Temp.pm line 916.
Please help.
The text was updated successfully, but these errors were encountered: