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
There seem to be two potential issues (see log below):
/bin/bash: -c: line 0: syntax error near unexpected token ('`
/opt/microsoft/ropen/4.0.2/lib64/R/etc/Makeconf:159: recipe for target 'Biostrings_stubs.o' failed
Would anyone have any suggestions on what's happening and how to tackle this?
SYSTEM: Ubuntu 18.04LTS
> BiocManager::install('Rsamtools')
'getOption("repos")' replaces Bioconductor standard repositories, see '?repositories' for details
replacement repositories:
CRAN: https://mran.microsoft.com/snapshot/2020-07-16
Bioconductor version 3.12 (BiocManager 1.30.15), R 4.0.2 (2020-06-22)
Installing package(s) 'Rsamtools'
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 2838k 100 2838k 0 0 35.0M 0 --:--:-- --:--:-- --:--:-- 35.0M
Microsoft R Open 4.0.2
The enhanced R distribution from Microsoft
Microsoft packages Copyright (C) 2020 Microsoft Corporation
Using the Intel MKL for parallel mathematical computing (using 24 cores).
Default CRAN mirror snapshot taken on 2020-07-16.
See: https://mran.microsoft.com/.
* installing *source* package ‘Rsamtools’ ...
** using staged installation
** libs
gcc -std=gnu99 -I/opt/microsoft/ropen/4.0.2/lib64/R/include -DNDEBUG Microsoft R Open 4.0.2 The enhanced R distribution from Microsoft Microsoft packages Copyright (C) 2020 Microsoft Corporation Using the Intel MKL for parallel mathematical computing (using 24 cores). Default CRAN mirror snapshot taken on 2020-07-16. See: https://mran.microsoft.com/. -D_FILE_OFFSET_BITS=64 -I'/home/sam/R/x86_64-pc-linux-gnu-library/4.0/Rhtslib/include' -I'/home/sam/R/x86_64-pc-linux-gnu-library/4.0/S4Vectors/include' -I'/home/sam/R/x86_64-pc-linux-gnu-library/4.0/IRanges/include' -I'/home/sam/R/x86_64-pc-linux-gnu-library/4.0/XVector/include' -I'/home/sam/R/x86_64-pc-linux-gnu-library/4.0/Biostrings/include' -DU_STATIC_IMPLEMENTATION -fpic -DU_STATIC_IMPLEMENTATION -O2 -g -c Biostrings_stubs.c -o Biostrings_stubs.o
/bin/bash: -c: line 0: syntax error near unexpected token `('
/bin/bash: -c: line 0: `gcc -std=gnu99 -I/opt/microsoft/ropen/4.0.2/lib64/R/include -DNDEBUG Microsoft R Open 4.0.2 The enhanced R distribution from Microsoft Microsoft packages Copyright (C) 2020 Microsoft Corporation Using the Intel MKL for parallel mathematical computing (using 24 cores). Default CRAN mirror snapshot taken on 2020-07-16. See: https://mran.microsoft.com/. -D_FILE_OFFSET_BITS=64 -I'/home/sam/R/x86_64-pc-linux-gnu-library/4.0/Rhtslib/include' -I'/home/sam/R/x86_64-pc-linux-gnu-library/4.0/S4Vectors/include' -I'/home/sam/R/x86_64-pc-linux-gnu-library/4.0/IRanges/include' -I'/home/sam/R/x86_64-pc-linux-gnu-library/4.0/XVector/include' -I'/home/sam/R/x86_64-pc-linux-gnu-library/4.0/Biostrings/include' -DU_STATIC_IMPLEMENTATION -fpic -DU_STATIC_IMPLEMENTATION -O2 -g -c Biostrings_stubs.c -o Biostrings_stubs.o'
/opt/microsoft/ropen/4.0.2/lib64/R/etc/Makeconf:159: recipe for target 'Biostrings_stubs.o' failed
make: *** [Biostrings_stubs.o] Error 1
ERROR: compilation failed for package ‘Rsamtools’
* removing ‘/home/sam/R/x86_64-pc-linux-gnu-library/4.0/Rsamtools’
The downloaded source packages are in
‘/tmp/RtmpyAH6eS/downloaded_packages’
Installation paths not writeable, unable to update packages
path: /opt/microsoft/ropen/4.0.2/lib64/R/library
packages:
checkpoint, curl, doParallel, iterators, jsonlite, R6, RUnit
Warning message:
In .inet_warning(msg) :
installation of package ‘Rsamtools’ had non-zero exit status
The text was updated successfully, but these errors were encountered:
There seem to be two potential issues (see log below):
/bin/bash: -c: line 0: syntax error near unexpected token
('`/opt/microsoft/ropen/4.0.2/lib64/R/etc/Makeconf:159: recipe for target 'Biostrings_stubs.o' failed
Would anyone have any suggestions on what's happening and how to tackle this?
SYSTEM: Ubuntu 18.04LTS
The text was updated successfully, but these errors were encountered: