Skip to content

Console Output

17:44:12 + cd tmp.build/openmodelica-1.27.0~dev-68-g41b9c26
17:44:12 + dpkg-buildpackage -rfakeroot -b -j32
17:44:59 + cat ../log
17:44:59 dpkg-buildpackage: info: source package openmodelica
17:44:59 dpkg-buildpackage: info: source version 1.27.0~dev-68-g41b9c26-1
17:44:59 dpkg-buildpackage: info: source distribution unstable
17:44:59 dpkg-buildpackage: info: source changed by OpenModelica Build System <build@openmodelica.org>
17:44:59  dpkg-source --before-build .
17:44:59 dpkg-buildpackage: info: host architecture amd64
17:44:59 dpkg-source: info: using options from openmodelica-1.27.0~dev-68-g41b9c26/debian/source/options: --compression=xz
17:44:59  debian/rules clean
17:44:59 dh_testdir
17:44:59 dh_testroot
17:44:59 rm -f build-stamp
17:44:59 # Add here commands to clean up after the build process.
17:44:59 dh_clean
17:44:59 dh_clean: warning: Compatibility levels before 10 are deprecated (level 9 in use)
17:44:59  debian/rules binary
17:44:59 autoreconf --install
17:44:59 configure.ac:35: warning: The macro 'AC_TRY_LINK' is obsolete.
17:44:59 configure.ac:35: You should run autoupdate.
17:44:59 ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
17:44:59 configure.ac:35: the top level
17:44:59 configure.ac:38: warning: AC_OUTPUT should be used without arguments.
17:44:59 configure.ac:38: You should run autoupdate.
17:44:59 dh_testdir
17:44:59 # We might be cross-compiling. If so, we need a working omc. Easiest way? Build it ourselves.
17:44:59 # Cross-compile done, now configure for real
17:44:59 # wily armhf requires -lm for blas...
17:44:59 ./configure CFLAGS="-Os" CC="clang" CXX="clang++" LDFLAGS="" OMPCC="gcc -fopenmp" \
17:44:59 --host=x86_64-linux-gnu \
17:44:59 --build=x86_64-linux-gnu \
17:44:59 --prefix=/usr \
17:44:59 --with-lapack="-llapack -lblas -lm" \
17:44:59 --with-omniORB \
17:44:59 --without-paradiseo \
17:44:59 --without-omlibrary \
17:44:59 --disable-modelica3d \
17:44:59 --with-cppruntime --without-omc
17:44:59 checking for x86_64-linux-gnu-gcc... clang
17:44:59 checking whether the C compiler works... yes
17:44:59 checking for C compiler default output file name... a.out
17:44:59 checking for suffix of executables... 
17:44:59 checking whether we are cross compiling... no
17:44:59 checking for suffix of object files... o
17:44:59 checking whether the compiler supports GNU C... yes
17:44:59 checking whether clang accepts -g... yes
17:44:59 checking for clang option to enable C11 features... none needed
17:44:59 checking whether the compiler supports GNU C++... yes
17:44:59 checking whether clang++ accepts -g... yes
17:44:59 checking for clang++ option to enable C++11 features... none needed
17:44:59 checking how to run the C preprocessor... clang -E
17:44:59 checking build system type... x86_64-pc-linux-gnu
17:44:59 checking host system type... x86_64-pc-linux-gnu
17:44:59 checking target system type... x86_64-pc-linux-gnu
17:44:59 build_short: x86_64-linux-gnu
17:44:59 host_short: x86_64-linux-gnu
17:44:59 checking if cppruntime is requested... yes
17:44:59 checking for omniidl... /usr/bin/omniidl
17:44:59 checking for CORBA... omniorb
17:44:59 configure.ac:35: warning: The macro 'AC_TRY_LINK' is obsolete.
17:44:59 configure.ac:35: You should run autoupdate.
17:44:59 ./lib/autoconf/general.m4:2918: AC_TRY_LINK is expanded from...
17:44:59 configure.ac:35: the top level
17:44:59 configure.ac:38: warning: AC_OUTPUT should be used without arguments.
17:44:59 configure.ac:38: You should run autoupdate.
17:44:59 configure: "Subproject OMOptim does not exist"
17:44:59 configure: creating ./config.status
17:44:59 config.status: creating Makefile
17:44:59 === configuring in OMCompiler (/var/lib/jenkins3/ws/LINUX_BUILDS/tmp.build/openmodelica-1.27.0~dev-68-g41b9c26/OMCompiler)
17:44:59 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  'CFLAGS=-Os' 'CC=clang' 'CXX=clang++' 'LDFLAGS=' 'OMPCC=gcc -fopenmp' '--host=x86_64-linux-gnu' '--build=x86_64-linux-gnu' '--with-lapack=-llapack -lblas -lm' '--with-omniORB' '--without-paradiseo' '--without-omlibrary' '--disable-modelica3d' '--with-cppruntime' '--without-omc' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' '--with-ombuilddir=/var/lib/jenkins3/ws/LINUX_BUILDS/tmp.build/openmodelica-1.27.0~dev-68-g41b9c26/build' --cache-file=/dev/null --srcdir=.
17:44:59 checking build system type... x86_64-pc-linux-gnu
17:44:59 checking host system type... x86_64-pc-linux-gnu
17:44:59 checking target system type... x86_64-pc-linux-gnu
17:44:59 checking for x86_64-linux-gnu-gcc... clang
17:44:59 checking whether the C compiler works... yes
17:44:59 checking for C compiler default output file name... a.out
17:44:59 checking for suffix of executables... 
17:44:59 checking whether we are cross compiling... no
17:44:59 checking for suffix of object files... o
17:44:59 checking whether the compiler supports GNU C... yes
17:44:59 checking whether clang accepts -g... yes
17:44:59 checking for clang option to enable C11 features... none needed
17:44:59 checking for stdio.h... yes
17:44:59 checking for stdlib.h... yes
17:44:59 checking for string.h... yes
17:44:59 checking for inttypes.h... yes
17:44:59 checking for stdint.h... yes
17:44:59 checking for strings.h... yes
17:44:59 checking for sys/stat.h... yes
17:44:59 checking for sys/types.h... yes
17:44:59 checking for unistd.h... yes
17:44:59 checking size of void *... 8
17:44:59 build_short: x86_64-linux-gnu
17:44:59 host_short: x86_64-linux-gnu
17:44:59 checking for x86_64-linux-gnu-gcc... (cached) clang
17:44:59 checking whether the compiler supports GNU C... (cached) yes
17:44:59 checking whether clang accepts -g... (cached) yes
17:44:59 checking for clang option to enable C11 features... (cached) none needed
17:44:59 checking whether the compiler supports GNU C++... yes
17:44:59 checking whether clang++ accepts -g... yes
17:44:59 checking for clang++ option to enable C++11 features... none needed
17:44:59 checking how to run the C preprocessor... clang -E
17:44:59 checking whether make sets $(MAKE)... yes
17:44:59 checking for x86_64-linux-gnu-gfortran... x86_64-linux-gnu-gfortran
17:44:59 checking whether the compiler supports GNU Fortran... yes
17:44:59 checking whether x86_64-linux-gnu-gfortran accepts -g... yes
17:44:59 checking if -Werror works... ok
17:44:59 checking looking for --no-undefined... yes
17:44:59 clang
17:44:59 checking for flags to append to CFLAGS (-fno-stack-protector)... -Os -fno-stack-protector
17:44:59 checking for flags to append to LDFLAGS ( -Wl,--no-as-needed -Wl,--disable-new-dtags)...  -Wl,--no-as-needed -Wl,--disable-new-dtags
17:44:59 checking for flags to append to FCFLAGS...  -fallow-argument-mismatch
17:44:59 checking getconf LONG_BIT = 64 CFLAGS... adding -fPIC
17:44:59 checking whether clang++ supports C++17 features with -std=c++17... yes
17:44:59 checking for omc... building it through bootstrapping (you might end up unable to recompile omc if you modify source code)
17:44:59 checking for library containing clock_gettime... none required
17:44:59 checking for sys/time.h... yes
17:44:59 checking for antlr.Tool support... ANTLR Parser Generator   Version 2.7.7 (20060906)   1989-2005
17:44:59 yes
17:44:59 checking for expat.h... yes
17:44:59 checking for an ANSI C-conforming const... yes
17:44:59 checking for size_t... yes
17:44:59 checking for vprintf... yes
17:44:59 checking for getcwd... yes
17:44:59 checking for select... yes
17:44:59 checking for strdup... yes
17:44:59 checking for strerror... yes
17:44:59 checking for scandir... no
17:44:59 checking for OpenMP... -fopenmp=libomp
17:44:59 checking runtime compiler... clang ok
17:44:59 checking runtime compiler CFLAGS... -fPIC -falign-functions -mfpmath=sse -fno-dollars-in-identifiers -Wno-parentheses-equality
17:44:59 checking for library containing dlopen... none required
17:44:59 checking for socket... yes
17:44:59 checking for gethostbyname... yes
17:44:59 checking LAPACK/BLAS flags... -llapack -lblas -lm
17:44:59 -llapack -lblas -lm
17:44:59 checking for deprecated LAPACK routines... yes
17:44:59 checking for curl/curl.h... yes
17:44:59 checking for curl_global_init in -lcurl... yes
17:44:59 checking for locale.h... yes
17:44:59 checking for libintl.h... yes
17:44:59 checking gettext linking... in C-library
17:44:59 checking setlocale linking... in C-library
17:44:59 checking for uuid/uuid.h... yes
17:44:59 checking for uuid_unparse in -luuid... yes
17:44:59 checking for pthread_self in -lpthread... yes
17:44:59 checking for omniidl... /usr/bin/omniidl
17:44:59 checking for CORBA... omniorb
17:44:59 checking for OpenCL... checking for CL/cl.h... no
17:44:59 checking for OpenCL/cl.h... no
17:44:59 checking for revision... OpenModelica 1.27.0~dev-68-g41b9c26
17:44:59 checking for OpenModelica platform name... x86_64-linux
17:44:59 checking for Modelica platform name... linux64
17:44:59 checking add extra sundials cmake config flags on MacOS... 
17:44:59 configure: "Given CMAKE: cmake
17:44:59 configure: creating ./config.status
17:44:59 config.status: creating Makefile
17:44:59 config.status: creating omc_config.unix.h
17:44:59 config.status: creating revision.h
17:44:59 config.status: creating Compiler/Util/Autoconf.mo
17:44:59 config.status: creating Compiler/Makefile
17:44:59 config.status: creating Compiler/Script/Makefile
17:44:59 config.status: creating Compiler/Template/Makefile
17:44:59 config.status: creating Compiler/runtime/Makefile
17:44:59 config.status: creating Compiler/FrontEndCpp/Makefile
17:44:59 config.status: creating Parser/Makefile
17:44:59 config.status: creating SimulationRuntime/OMSICpp/Makefile.env
17:44:59 config.status: creating SimulationRuntime/cpp/Makefile.env
17:44:59 config.status: creating SimulationRuntime/c/Makefile
17:44:59 config.status: creating SimulationRuntime/opc/ua/Makefile
17:44:59 config.status: creating SimulationRuntime/fmi/export/buildproject/Makefile
17:44:59 config.status: creating SimulationRuntime/ParModelica/Makefile
17:44:59 config.status: creating SimulationRuntime/ParModelica/auto/Makefile
17:44:59 config.status: creating SimulationRuntime/ParModelica/explicit/openclrt/Makefile
17:44:59 config.status: creating Compiler/boot/Makefile
17:44:59 config.status: creating Compiler/Lexers/Makefile
17:44:59 config.status: executing omc_config.unix.h.fix commands
17:44:59 === configuring in SimulationRuntime/OMSICpp (/var/lib/jenkins3/ws/LINUX_BUILDS/tmp.build/openmodelica-1.27.0~dev-68-g41b9c26/OMCompiler/SimulationRuntime/OMSICpp)
17:44:59 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  'CFLAGS=-Os' 'CC=clang' 'CXX=clang++' 'LDFLAGS=' 'OMPCC=gcc -fopenmp' '--host=x86_64-linux-gnu' '--build=x86_64-linux-gnu' '--with-lapack=-llapack -lblas -lm' '--with-omniORB' '--without-paradiseo' '--without-omlibrary' '--disable-modelica3d' '--with-cppruntime' '--without-omc' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' '--with-ombuilddir=/var/lib/jenkins3/ws/LINUX_BUILDS/tmp.build/openmodelica-1.27.0~dev-68-g41b9c26/build' --cache-file=/dev/null --srcdir=.
17:44:59 checking for x86_64-linux-gnu-gcc... clang
17:44:59 checking whether the C compiler works... yes
17:44:59 checking for C compiler default output file name... a.out
17:44:59 checking for suffix of executables... 
17:44:59 checking whether we are cross compiling... no
17:44:59 checking for suffix of object files... o
17:44:59 checking whether the compiler supports GNU C... yes
17:44:59 checking whether clang accepts -g... yes
17:44:59 checking for clang option to enable C11 features... none needed
17:44:59 checking whether the compiler supports GNU C++... yes
17:44:59 checking whether clang++ accepts -g... yes
17:44:59 checking for clang++ option to enable C++11 features... none needed
17:44:59 checking how to run the C preprocessor... clang -E
17:44:59 checking build system type... x86_64-pc-linux-gnu
17:44:59 checking host system type... x86_64-pc-linux-gnu
17:44:59 checking target system type... x86_64-pc-linux-gnu
17:44:59 checking if boost static linking is requested... no
17:44:59 checking if boost real paths are requested... no
17:44:59 checking if c++03 support is requested... no
17:44:59 checking if runtime profiling is requested... no
17:44:59 checking if ScoreP is requested... no
17:44:59 ScoreP-home is set to 
17:44:59 checking if sundials for FMUs is requested... no
17:44:59 checking if parallel output is requested... no
17:44:59 checking if logger should be used... yes
17:44:59 Build type is set to RelWithDebInfo
17:44:59 configure: creating ./config.status
17:44:59 config.status: creating Makefile
17:44:59 === configuring in SimulationRuntime/cpp (/var/lib/jenkins3/ws/LINUX_BUILDS/tmp.build/openmodelica-1.27.0~dev-68-g41b9c26/OMCompiler/SimulationRuntime/cpp)
17:44:59 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  'CFLAGS=-Os' 'CC=clang' 'CXX=clang++' 'LDFLAGS=' 'OMPCC=gcc -fopenmp' '--host=x86_64-linux-gnu' '--build=x86_64-linux-gnu' '--with-lapack=-llapack -lblas -lm' '--with-omniORB' '--without-paradiseo' '--without-omlibrary' '--disable-modelica3d' '--with-cppruntime' '--without-omc' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' '--with-ombuilddir=/var/lib/jenkins3/ws/LINUX_BUILDS/tmp.build/openmodelica-1.27.0~dev-68-g41b9c26/build' --cache-file=/dev/null --srcdir=.
17:44:59 checking for x86_64-linux-gnu-gcc... clang
17:44:59 checking whether the C compiler works... yes
17:44:59 checking for C compiler default output file name... a.out
17:44:59 checking for suffix of executables... 
17:44:59 checking whether we are cross compiling... no
17:44:59 checking for suffix of object files... o
17:44:59 checking whether the compiler supports GNU C... yes
17:44:59 checking whether clang accepts -g... yes
17:44:59 checking for clang option to enable C11 features... none needed
17:44:59 checking whether the compiler supports GNU C++... yes
17:44:59 checking whether clang++ accepts -g... yes
17:44:59 checking for clang++ option to enable C++11 features... none needed
17:44:59 checking how to run the C preprocessor... clang -E
17:44:59 checking build system type... x86_64-pc-linux-gnu
17:44:59 checking host system type... x86_64-pc-linux-gnu
17:44:59 checking target system type... x86_64-pc-linux-gnu
17:44:59 checking if boost static linking is requested... no
17:44:59 checking if boost real paths are requested... no
17:44:59 checking if c++03 support is requested... no
17:44:59 checking if runtime profiling is requested... no
17:44:59 checking if ScoreP is requested... no
17:44:59 ScoreP-home is set to 
17:44:59 checking if sundials for FMUs is requested... no
17:44:59 checking if parallel output is requested... no
17:44:59 checking if logger should be used... yes
17:44:59 Build type is set to RelWithDebInfo
17:44:59 configure: creating ./config.status
17:44:59 config.status: creating Makefile
17:44:59 
17:44:59 Configured OpenModelica successfully using the following options:
17:44:59 Simulations may use sundials suite: Yes
17:44:59 Simulations may use SUITESPARSE: Yes
17:44:59 ParModelica: No
17:44:59 === configuring in OMPlot (/var/lib/jenkins3/ws/LINUX_BUILDS/tmp.build/openmodelica-1.27.0~dev-68-g41b9c26/OMPlot)
17:44:59 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr'  'CFLAGS=-Os' 'CC=clang' 'CXX=clang++' 'LDFLAGS=' 'OMPCC=gcc -fopenmp' '--host=x86_64-linux-gnu' '--build=x86_64-linux-gnu' '--with-lapack=-llapack -lblas -lm' '--with-omniORB' '--without-paradiseo' '--without-omlibrary' '--disable-modelica3d' '--with-cppruntime' '--without-omc' 'build_alias=x86_64-linux-gnu' 'host_alias=x86_64-linux-gnu' '--with-ombuilddir=/var/lib/jenkins3/ws/LINUX_BUILDS/tmp.build/openmodelica-1.27.0~dev-68-g41b9c26/build' --cache-file=/dev/null --srcdir=.
17:44:59 checking build system type... x86_64-pc-linux-gnu
17:44:59 checking host system type... x86_64-pc-linux-gnu
17:44:59 checking target system type... x86_64-pc-linux-gnu
17:44:59 checking for x86_64-linux-gnu-gcc... clang
17:44:59 checking whether the C compiler works... yes
17:44:59 checking for C compiler default output file name... a.out
17:44:59 checking for suffix of executables... 
17:44:59 checking whether we are cross compiling... no
17:44:59 checking for suffix of object files... o
17:44:59 checking whether the compiler supports GNU C... yes
17:44:59 checking whether clang accepts -g... yes
17:44:59 checking for clang option to enable C11 features... none needed
17:44:59 checking whether the compiler supports GNU C++... yes
17:44:59 checking whether clang++ accepts -g... yes
17:44:59 checking for clang++ option to enable C++11 features... none needed
17:44:59 checking whether clang++ supports C++17 features with -std=c++17... yes
17:44:59 trixie
17:44:59 Forcing qt6 as we don't have webkit in newer distros
17:44:59 checking if qt6 is requested... yes
17:44:59 checking for qmake arguments... qmake6
17:44:59 checking for lrelease... ./configure: line 5180: qmake6: command not found
17:44:59 ./configure: line 5181: qmake6: command not found
17:44:59 configure: error: /lrelease does not exist
17:44:59 configure: error: ./configure failed for OMPlot
17:44:59 make: *** [debian/rules:94: build-stamp] Error 1
17:44:59 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
17:44:59 + exit 1