Back to Multiple platform build/check report for BioC 3.21:   simplified   long
AB[C]DEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2024-11-28 12:15 -0500 (Thu, 28 Nov 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.1 LTS)x86_64R Under development (unstable) (2024-10-21 r87258) -- "Unsuffered Consequences" 4748
palomino7Windows Server 2022 Datacenterx64R Under development (unstable) (2024-10-26 r87273 ucrt) -- "Unsuffered Consequences" 4459
lconwaymacOS 12.7.1 Montereyx86_64R Under development (unstable) (2024-11-20 r87352) -- "Unsuffered Consequences" 4398
Click on any hostname to see more info about the system (e.g. compilers)      (*) as reported by 'uname -p', except on Windows and Mac OS X

Package 320/2272HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
ChemmineOB 1.45.0  (landing page)
Thomas Girke
Snapshot Date: 2024-11-27 13:40 -0500 (Wed, 27 Nov 2024)
git_url: https://git.bioconductor.org/packages/ChemmineOB
git_branch: devel
git_last_commit: e269adf
git_last_commit_date: 2024-10-29 09:47:40 -0500 (Tue, 29 Oct 2024)
nebbiolo1Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
palomino7Windows Server 2022 Datacenter / x64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published
lconwaymacOS 12.7.1 Monterey / x86_64  OK    OK    WARNINGS    OK  UNNEEDED, same version is already published


BUILD BIN results for ChemmineOB on palomino7

To the developers/maintainers of the ChemmineOB package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/ChemmineOB.git to reflect on this report. See Troubleshooting Build Report for more information.
- Use the following Renviron settings to reproduce errors and warnings.
- If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information.

raw results


Summary

Package: ChemmineOB
Version: 1.45.0
Command: rm -rf ChemmineOB.buildbin-libdir && mkdir ChemmineOB.buildbin-libdir && E:\biocbuild\bbs-3.21-bioc\R\bin\R.exe CMD INSTALL --build --library=ChemmineOB.buildbin-libdir ChemmineOB_1.45.0.tar.gz
StartedAt: 2024-11-28 06:35:43 -0500 (Thu, 28 Nov 2024)
EndedAt: 2024-11-28 06:46:48 -0500 (Thu, 28 Nov 2024)
EllapsedTime: 664.8 seconds
RetCode: 0
Status:   OK  
PackageFile: ChemmineOB_1.45.0.zip
PackageFileSize: 7.222 MiB

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   rm -rf ChemmineOB.buildbin-libdir && mkdir ChemmineOB.buildbin-libdir && E:\biocbuild\bbs-3.21-bioc\R\bin\R.exe CMD INSTALL --build --library=ChemmineOB.buildbin-libdir ChemmineOB_1.45.0.tar.gz
###
##############################################################################
##############################################################################


* installing *source* package 'ChemmineOB' ...
** using staged installation

   **********************************************
   WARNING: this package has a configure script
         It probably needs manual configuration
   **********************************************


** libs
using C++ compiler: 'G__~1.EXE (GCC) 13.3.0'
g++ -std=gnu++17  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG  -I'E:/biocbuild/bbs-3.21-bioc/R/library/BH/include' -I'E:/biocbuild/bbs-3.21-bioc/R/library/Rcpp/include' -I'E:/biocbuild/bbs-3.21-bioc/R/library/zlibbioc/include'   -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"   -Ic:/openbabel3/src/x64/include -IC:/openbabel3/deps/eigen-3.4.0  -DHAVE_EIGEN -DHAVE_ISFINITE -Wno-misleading-indentation -fPIC   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c ChemmineOB.cpp -o ChemmineOB.o
In file included from c:/openbabel3/src/x64/include/openbabel/generic.h:31,
                 from ChemmineOB.cpp:1575:
c:/openbabel3/src/x64/include/openbabel/base.h:228:32: warning: 'virtual const std::string& OpenBabel::OBGenericData::GetValue() const' was hidden [-Woverloaded-virtual=]
  228 |     virtual const std::string &GetValue()  const
      |                                ^~~~~~~~
In file included from ChemmineOB.cpp:1576:
c:/openbabel3/src/x64/include/openbabel/griddata.h:76:12: note:   by 'OpenBabel::OBGridData::GetValue'
   76 |     double GetValue (vector3 pos) const;
      |            ^~~~~~~~
c:/openbabel3/src/x64/include/openbabel/base.h:287:21: warning: 'virtual void OpenBabel::OBBase::SetTitle(const char*)' was hidden [-Woverloaded-virtual=]
  287 |       virtual void  SetTitle(const char *) {}
      |                     ^~~~~~~~
In file included from ChemmineOB.cpp:1582:
c:/openbabel3/src/x64/include/openbabel/reaction.h:101:8: note:   by 'void OpenBabel::OBReaction::SetTitle(const std::string&)'
  101 |   void SetTitle(const std::string& title) { _title=title; }
      |        ^~~~~~~~
c:/openbabel3/src/x64/include/openbabel/base.h:286:28: warning: 'virtual const char* OpenBabel::OBBase::GetTitle(bool) const' was hidden [-Woverloaded-virtual=]
  286 |       virtual const char  *GetTitle(bool UNUSED(replaceNewlines) = true) const { return "";}
      |                            ^~~~~~~~
c:/openbabel3/src/x64/include/openbabel/reaction.h:99:15: note:   by 'std::string OpenBabel::OBReaction::GetTitle() const'
   99 |   std::string GetTitle()        const { return _title; }
      |               ^~~~~~~~
In file included from c:/openbabel3/src/x64/include/openbabel/format.h:22,
                 from c:/openbabel3/src/x64/include/openbabel/obconversion.h:37,
                 from ChemmineOB.cpp:1587:
c:/openbabel3/src/x64/include/openbabel/plugin.h:41:42: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations]
   41 | struct OBERROR CharPtrLess : public std::binary_function<const char*,const char*, bool>
      |                                          ^~~~~~~~~~~~~~~
In file included from c:\rtools44\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\13.3.0\include\c++\string:49,
                 from c:\rtools44\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\13.3.0\include\c++\stdexcept:39,
                 from ChemmineOB.cpp:1559:
c:\rtools44\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\13.3.0\include\c++\bits\stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
ChemmineOB.cpp: In function 'void _p_f_enum_std__ios_base__event_r_std__ios_base_int__void(std::ios_base::event, std::ios_base&, int)':
ChemmineOB.cpp:4160:7: warning: unused variable 'ecode' [-Wunused-variable]
 4160 |   int ecode = 0; arg1 = (std::ios_base::event) swigarg_arg1; arg2 = (std::ios_base *) &swigarg_arg2; arg3 = (int) swigarg_arg3;
      |       ^~~~~
ChemmineOB.cpp: In function 'SEXPREC* R_swig_new_dummy()':
ChemmineOB.cpp:13728:45: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations]
13728 | SWIGEXPORT SEXP R_swig_new_dummy ( ) { std::binary_function< char const *,char const *,bool > *result = 0 ;
      |                                             ^~~~~~~~~~~~~~~
c:\rtools44\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\13.3.0\include\c++\bits\stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
ChemmineOB.cpp:13730:18: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations]
13730 |   result = (std::binary_function< char const *,char const *,bool > *)new std::binary_function< char const *,char const *,bool >();
      |                  ^~~~~~~~~~~~~~~
c:\rtools44\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\13.3.0\include\c++\bits\stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
ChemmineOB.cpp:13730:79: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations]
13730 |   result = (std::binary_function< char const *,char const *,bool > *)new std::binary_function< char const *,char const *,bool >();
      |                                                                               ^~~~~~~~~~~~~~~
c:\rtools44\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\13.3.0\include\c++\bits\stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
ChemmineOB.cpp: In function 'SEXPREC* R_swig_delete_dummy(SEXP)':
ChemmineOB.cpp:13734:8: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations]
13734 |   std::binary_function< char const *,char const *,bool > *arg1 = (std::binary_function< char const *,char const *,bool > *) 0 ;
      |        ^~~~~~~~~~~~~~~
c:\rtools44\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\13.3.0\include\c++\bits\stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
ChemmineOB.cpp:13734:72: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations]
13734 |   std::binary_function< char const *,char const *,bool > *arg1 = (std::binary_function< char const *,char const *,bool > *) 0 ;
      |                                                                        ^~~~~~~~~~~~~~~
c:\rtools44\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\13.3.0\include\c++\bits\stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
ChemmineOB.cpp:13739:34: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations]
13739 |    arg1 = reinterpret_cast< std::binary_function< char const *,char const *,bool > * >(argp1); delete arg1; r_ans = R_NilValue;
      |                                  ^~~~~~~~~~~~~~~
c:\rtools44\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\13.3.0\include\c++\bits\stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
ChemmineOB.cpp: In function 'void* _p_OpenBabel__CharPtrLessTo_p_std__binary_functionT_char_const_p_char_const_p_bool_t(void*, int*)':
ChemmineOB.cpp:39656:27: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations]
39656 |     return (void *)((std::binary_function< char const *,char const *,bool > *)  ((OpenBabel::CharPtrLess *) x));
      |                           ^~~~~~~~~~~~~~~
c:\rtools44\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\13.3.0\include\c++\bits\stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
g++ -std=gnu++17  -I"E:/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG  -I'E:/biocbuild/bbs-3.21-bioc/R/library/BH/include' -I'E:/biocbuild/bbs-3.21-bioc/R/library/Rcpp/include' -I'E:/biocbuild/bbs-3.21-bioc/R/library/zlibbioc/include'   -I"C:/rtools44/x86_64-w64-mingw32.static.posix/include"   -Ic:/openbabel3/src/x64/include -IC:/openbabel3/deps/eigen-3.4.0  -DHAVE_EIGEN -DHAVE_ISFINITE -Wno-misleading-indentation -fPIC   -O2 -Wall  -mfpmath=sse -msse2 -mstackrealign   -c canonical.cpp -o canonical.o
In file included from c:/openbabel3/src/x64/include/openbabel/op.h:25,
                 from canonical.cpp:3:
c:/openbabel3/src/x64/include/openbabel/plugin.h:41:42: warning: 'template<class _Arg1, class _Arg2, class _Result> struct std::binary_function' is deprecated [-Wdeprecated-declarations]
   41 | struct OBERROR CharPtrLess : public std::binary_function<const char*,const char*, bool>
      |                                          ^~~~~~~~~~~~~~~
In file included from c:\rtools44\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\13.3.0\include\c++\string:49,
                 from c:/openbabel3/src/x64/include/openbabel/op.h:23:
c:\rtools44\x86_64-w64-mingw32.static.posix\lib\gcc\x86_64-w64-mingw32.static.posix\13.3.0\include\c++\bits\stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
g++ -std=gnu++17 -shared -s -static-libgcc -o ChemmineOB.dll tmp.def ChemmineOB.o canonical.o -Lc:/openbabel3/bin/x64/bin -lopenbabel -LE:/biocbuild/bbs-3.21-bioc/R/library/zlibbioc/libs/x64 -lzlib1bioc -LC:/rtools44/x86_64-w64-mingw32.static.posix/lib/x64 -LC:/rtools44/x86_64-w64-mingw32.static.posix/lib -LE:/biocbuild/bbs-3.21-bioc/R/bin/x64 -lR
installing to E:/biocbuild/bbs-3.21-bioc/meat/ChemmineOB.buildbin-libdir/00LOCK-ChemmineOB/00new/ChemmineOB/libs/x64
** R
** inst
** byte-compile and prepare package for lazy loading
in method for 'copyToR' with signature '"_p_std::char_traits<(char)>"': no definition for class "_p_std::char_traits<(char)>"
in method for 'copyToR' with signature '"_p_std::pair<(unsigned int,unsigned int)>"': no definition for class "_p_std::pair<(unsigned int,unsigned int)>"
in method for 'copyToR' with signature '"_p_OpenBabel::CharPtrLess"': no definition for class "_p_OpenBabel::CharPtrLess"
in method for 'copyToR' with signature '"_p_OpenBabel::FptIndexHeader"': no definition for class "_p_OpenBabel::FptIndexHeader"
in method for 'copyToR' with signature '"_p_OpenBabel::OBStereo"': no definition for class "_p_OpenBabel::OBStereo"
in method for 'copyToR' with signature '"_p_OpenBabel::OBStereoUnit"': no definition for class "_p_OpenBabel::OBStereoUnit"
in method for 'copyToR' with signature '"_p_OpenBabel::LineSearchType"': no definition for class "_p_OpenBabel::LineSearchType"
in method for 'copyToR' with signature '"_p_OpenBabel::OBTetrahedralConfig"': no definition for class "_p_OpenBabel::OBTetrahedralConfig"
in method for 'copyToR' with signature '"_p_OpenBabel::OBCisTransConfig"': no definition for class "_p_OpenBabel::OBCisTransConfig"
in method for 'copyToR' with signature '"_p_OpenBabel::OBSquarePlanarConfig"': no definition for class "_p_OpenBabel::OBSquarePlanarConfig"
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'ChemmineOB' as ChemmineOB_1.45.0.zip
* DONE (ChemmineOB)