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

BUILD report for flipflop on malbec2

This page was generated on 2019-04-09 11:36:48 -0400 (Tue, 09 Apr 2019).

Package 545/1703HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
flipflop 1.21.0
Elsa Bernard
Snapshot Date: 2019-04-08 17:01:18 -0400 (Mon, 08 Apr 2019)
URL: https://git.bioconductor.org/packages/flipflop
Branch: master
Last Commit: b82d464
Last Changed Date: 2018-10-30 11:54:32 -0400 (Tue, 30 Oct 2018)
malbec2 Linux (Ubuntu 18.04.2 LTS) / x86_64  ERROR [ ERROR ] skipped 
tokay2 Windows Server 2012 R2 Standard / x64  OK  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository
celaya2 OS X 10.11.6 El Capitan / x86_64  ERROR  ERROR  skipped  skipped 
merida2 OS X 10.11.6 El Capitan / x86_64  ERROR  ERROR  skipped  skipped 

Summary

Package: flipflop
Version: 1.21.0
Command: /home/biocbuild/bbs-3.9-bioc/R/bin/R CMD build --keep-empty-dirs --no-resave-data flipflop
StartedAt: 2019-04-08 20:07:49 -0400 (Mon, 08 Apr 2019)
EndedAt: 2019-04-08 20:07:52 -0400 (Mon, 08 Apr 2019)
EllapsedTime: 3.0 seconds
RetCode: 1
Status:  ERROR 
PackageFile: None
PackageFileSize: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.9-bioc/R/bin/R CMD build --keep-empty-dirs --no-resave-data flipflop
###
##############################################################################
##############################################################################


* checking for file ‘flipflop/DESCRIPTION’ ... OK
* preparing ‘flipflop’:
* checking DESCRIPTION meta-information ... OK
* cleaning src
* installing the package to build vignettes
      -----------------------------------
* installing *source* package ‘flipflop’ ...
** using staged installation
** libs
g++ -std=gnu++11 -I"/home/biocbuild/bbs-3.9-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.9-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.9-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:519: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:519: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.9-bioc/R/etc/Makeconf:175: recipe for target 'align.o' failed
make: *** [align.o] Error 1
ERROR: compilation failed for package ‘flipflop’
* removing ‘/tmp/Rtmp0UI6d7/Rinst258e63f714e4/flipflop’
      -----------------------------------
ERROR: package installation failed