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

This page was generated on 2024-03-28 11:37:28 -0400 (Thu, 28 Mar 2024).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 22.04.3 LTS)x86_64R Under development (unstable) (2024-03-18 r86148) -- "Unsuffered Consequences" 4708
palomino3Windows Server 2022 Datacenterx64R Under development (unstable) (2024-03-16 r86144 ucrt) -- "Unsuffered Consequences" 4446
lconwaymacOS 12.7.1 Montereyx86_64R Under development (unstable) (2024-03-18 r86148) -- "Unsuffered Consequences" 4471
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch64R Under development (unstable) (2024-03-19 r86153) -- "Unsuffered Consequences" 4426
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 325/2270HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
ChemmineOB 1.41.2  (landing page)
Thomas Girke
Snapshot Date: 2024-03-27 14:00:18 -0400 (Wed, 27 Mar 2024)
git_url: https://git.bioconductor.org/packages/ChemmineOB
git_branch: devel
git_last_commit: fa407b1
git_last_commit_date: 2024-02-27 09:32:10 -0400 (Tue, 27 Feb 2024)
nebbiolo1Linux (Ubuntu 22.04.3 LTS) / x86_64  OK    OK    WARNINGS  UNNEEDED, same version is already published
palomino3Windows 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
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    WARNINGS  

INSTALL results for ChemmineOB on palomino3


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.41.2
Command: F:\biocbuild\bbs-3.19-bioc\R\bin\R.exe CMD INSTALL ChemmineOB
StartedAt: 2024-03-27 16:02:36 -0400 (Wed, 27 Mar 2024)
EndedAt: 2024-03-27 16:05:24 -0400 (Wed, 27 Mar 2024)
EllapsedTime: 167.1 seconds
RetCode: 0
Status:   OK  

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   F:\biocbuild\bbs-3.19-bioc\R\bin\R.exe CMD INSTALL ChemmineOB
###
##############################################################################
##############################################################################


* installing to library 'F:/biocbuild/bbs-3.19-bioc/R/library'
* 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.2.0'
g++ -std=gnu++17  -I"F:/biocbuild/bbs-3.19-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.19-bioc/R/library/BH/include' -I'F:/biocbuild/bbs-3.19-bioc/R/library/Rcpp/include' -I'F:/biocbuild/bbs-3.19-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.2.0/include/c++/string:49,
                 from C:/rtools44/x86_64-w64-mingw32.static.posix/lib/gcc/x86_64-w64-mingw32.static.posix/13.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.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.2.0/include/c++/bits/stl_function.h:131:12: note: declared here
  131 |     struct binary_function
      |            ^~~~~~~~~~~~~~~
g++ -std=gnu++17  -I"F:/biocbuild/bbs-3.19-bioc/R/include" -DNDEBUG  -I'F:/biocbuild/bbs-3.19-bioc/R/library/BH/include' -I'F:/biocbuild/bbs-3.19-bioc/R/library/Rcpp/include' -I'F:/biocbuild/bbs-3.19-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.2.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.2.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 -LF:/biocbuild/bbs-3.19-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 -LF:/biocbuild/bbs-3.19-bioc/R/bin/x64 -lR
installing to F:/biocbuild/bbs-3.19-bioc/R/library/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
* DONE (ChemmineOB)