############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.21-bioc/R/bin/R CMD build --keep-empty-dirs --no-resave-data rsbml ### ############################################################################## ############################################################################## * checking for file ‘rsbml/DESCRIPTION’ ... OK * preparing ‘rsbml’: * checking DESCRIPTION meta-information ... OK * cleaning src * installing the package to build vignettes ----------------------------------- * installing *source* package ‘rsbml’ ... ** this is package ‘rsbml’ version ‘2.65.0’ ** using staged installation checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for LIBSBML... yes configure: === Begin local SOSLib build === checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for C++ compiler default output file name... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether g++ -std=gnu++17 accepts -g... yes checking for style of include used by make... GNU checking dependency style of g++ -std=gnu++17... gcc3 checking for gcc... gcc -std=gnu2x checking whether we are using the GNU C compiler... yes checking whether gcc -std=gnu2x accepts -g... yes checking for gcc -std=gnu2x option to accept ISO C89... none needed checking dependency style of gcc -std=gnu2x... gcc3 checking whether gcc -std=gnu2x accepts -fpic... yes checking how to run the C preprocessor... gcc -std=gnu2x -E checking for ranlib... ranlib checking for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... (cached) yes checking for autoconf... /usr/bin/autoconf checking for aclocal... /usr/bin/aclocal checking for make... /usr/bin/make checking for ar... /usr/bin/ar checking for swig... swig checking for perl... /usr/bin/perl checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for SBML... yes checking for correct functioning of SBML... yes checking for SUNDIALS Library headers... checking for SUNDIALS Library... checking correct functioning of SUNDIALS... no: CFLAGS=-g -O2 -pg -Wno-unknown-pragmas -Wall -ansi -std=iso9899:1990 LDFLAGS=-L/usr/local/lib LIBS= -lm -lstdc++ configure: error: Can not link to SUNDIALS Library configure: === End local SOSLib build === configure: creating ./config.status config.status: creating src/Makevars ** libs using C compiler: ‘gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ using C++ compiler: ‘g++ (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0’ gcc -std=gnu2x -I"/home/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG -I/usr/include -I/usr/local/include -fpic -g -O2 -c StringMap.c -o StringMap.o gcc -std=gnu2x -I"/home/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG -I/usr/include -I/usr/local/include -fpic -g -O2 -c check.c -o check.o gcc -std=gnu2x -I"/home/biocbuild/bbs-3.21-bioc/R/include" -DNDEBUG -I/usr/include -I/usr/local/include -fpic -g -O2 -c doc.c -o doc.o doc.c: In function ‘rsbml_build_doc_model_creator’: doc.c:893:19: error: too many arguments to function ‘ModelCreator_create’ 893 | model_creator = ModelCreator_create(SBML_LEVEL, SBML_VERSION); | ^~~~~~~~~~~~~~~~~~~ In file included from /usr/include/sbml/annotation/ModelHistory.h:123, from /usr/include/sbml/annotation/RDFAnnotationParser.h:81, from /usr/include/sbml/annotation/RDFAnnotation.h:45, from /usr/include/sbml/SBase.h:153, from /usr/include/sbml/SBMLDocument.h:306, from /usr/include/sbml/SBMLTypes.h:48, from rsbml.h:1, from doc.c:1: /usr/include/sbml/annotation/ModelCreator.h:480:1: note: declared here 480 | ModelCreator_create(); | ^~~~~~~~~~~~~~~~~~~ doc.c: In function ‘rsbml_build_doc_model_history’: doc.c:912:19: error: too many arguments to function ‘ModelHistory_create’ 912 | model_history = ModelHistory_create(SBML_LEVEL, SBML_VERSION); | ^~~~~~~~~~~~~~~~~~~ /usr/include/sbml/annotation/ModelHistory.h:439:18: note: declared here 439 | ModelHistory_t * ModelHistory_create (); | ^~~~~~~~~~~~~~~~~~~ make: *** [/home/biocbuild/bbs-3.21-bioc/R/etc/Makeconf:201: doc.o] Error 1 ERROR: compilation failed for package ‘rsbml’ * removing ‘/tmp/RtmpKLRdhS/Rinst219495352b5185/rsbml’ ----------------------------------- ERROR: package installation failed