Back to Multiple platform build/check report for BioC 3.10
ABCDE[F]GHIJKLMNOPQRSTUVWXYZ

INSTALL report for flipflop on malbec1

This page was generated on 2020-04-15 12:08:11 -0400 (Wed, 15 Apr 2020).

Package 577/1823HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
flipflop 1.24.0
Elsa Bernard
Snapshot Date: 2020-04-14 16:46:13 -0400 (Tue, 14 Apr 2020)
URL: https://git.bioconductor.org/packages/flipflop
Branch: RELEASE_3_10
Last Commit: a968570
Last Changed Date: 2019-10-29 13:08:50 -0400 (Tue, 29 Oct 2019)
malbec1 Linux (Ubuntu 18.04.4 LTS) / x86_64 [ ERROR ] ERROR  skipped 
tokay1 Windows Server 2012 R2 Standard / x64  ERROR  ERROR  skipped  skipped 
merida1 OS X 10.11.6 El Capitan / x86_64  ERROR  ERROR  skipped  skipped 

Summary

Package: flipflop
Version: 1.24.0
Command: /home/biocbuild/bbs-3.10-bioc/R/bin/R CMD INSTALL flipflop
StartedAt: 2020-04-14 18:27:36 -0400 (Tue, 14 Apr 2020)
EndedAt: 2020-04-14 18:27:38 -0400 (Tue, 14 Apr 2020)
EllapsedTime: 2.3 seconds
RetCode: 1
Status:  ERROR 

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.10-bioc/R/bin/R CMD INSTALL flipflop
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.10-bioc/R/library’
* installing *source* package ‘flipflop’ ...
** using staged installation
** libs
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.10-bioc/R/include" -DNDEBUG   -I/usr/local/include -I. -Ispams/linalg -Ispams/prox -Ispams/decomp -Ispams/dags -fopenmp   -DUSE_BLAS_LIB -DNDEBUG -fpic  -g -O2  -Wall -c FileSplitter.cpp -o FileSplitter.o
gcc -I"/home/biocbuild/bbs-3.10-bioc/R/include" -DNDEBUG   -I/usr/local/include  -fpic  -g -O2  -Wall -c R_init_flipflop.c -o R_init_flipflop.o
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.10-bioc/R/include" -DNDEBUG   -I/usr/local/include -I. -Ispams/linalg -Ispams/prox -Ispams/decomp -Ispams/dags -fopenmp   -DUSE_BLAS_LIB -DNDEBUG -fpic  -g -O2  -Wall -c align.cpp -o align.o
In file included from align.h:5:0,
                 from align.cpp:5:
commontype.h: In function ‘range_t make_range_t(long int, long int)’:
commontype.h:18:75: error: no matching function for call to ‘make_pair<long int, long int>(long int&, long int&)’
 inline range_t make_range_t(long a,long b){return make_pair<long,long>(a,b);}
                                                                           ^
In file included from /usr/include/c++/7/bits/stl_algobase.h:64:0,
                 from /usr/include/c++/7/bits/char_traits.h:39,
                 from /usr/include/c++/7/ios:40,
                 from /usr/include/c++/7/ostream:38,
                 from /usr/include/c++/7/iostream:39,
                 from align.cpp:1:
/usr/include/c++/7/bits/stl_pair.h:524:5: note: candidate: template<class _T1, class _T2> constexpr std::pair<typename std::__decay_and_strip<_Tp>::__type, typename std::__decay_and_strip<_T2>::__type> std::make_pair(_T1&&, _T2&&)
     make_pair(_T1&& __x, _T2&& __y)
     ^~~~~~~~~
/usr/include/c++/7/bits/stl_pair.h:524:5: note:   template argument deduction/substitution failed:
In file included from align.h:5:0,
                 from align.cpp:5:
commontype.h:18:75: note:   cannot convert ‘a’ (type ‘long int’) to type ‘long int&&’
 inline range_t make_range_t(long a,long b){return make_pair<long,long>(a,b);}
                                                                           ^
align.cpp: In function ‘std::ostream& operator<<(std::ostream&, Align&)’:
align.cpp:11:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int i=0;i<a.start.size();i++) out<<a.start[i]<<"-"<<a.end[i]<<",";
               ~^~~~~~~~~~~~~~~
align.cpp: In member function ‘int Align::getReadLen() const’:
align.cpp:19:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(int i=0;i<start.size();i++)
               ~^~~~~~~~~~~~~
/home/biocbuild/bbs-3.10-bioc/R/etc/Makeconf:177: recipe for target 'align.o' failed
make: *** [align.o] Error 1
ERROR: compilation failed for package ‘flipflop’
* removing ‘/home/biocbuild/bbs-3.10-bioc/R/library/flipflop’