Your message dated Sat, 23 Jan 2021 16:34:06 +0000
with message-id <e1l3lrs-000fek...@fasolo.debian.org>
and subject line Bug#980651: fixed in quaternion 0.0.9.5~beta2-1
has caused the Debian Bug report #980651,
regarding quaternion: FTBFS: dh_auto_configure: error: cd obj-x86_64-linux-gnu
&& cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None
-DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var
-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run
"-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON
-DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu .. returned exit code 1
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
980651: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=980651
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: quaternion
Version: 0.0.9.4e-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20210120 ftbfs-bullseye
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> debian/rules build
> dh build
> dh_update_autotools_config
> dh_autoreconf
> dh_auto_configure
> cd obj-x86_64-linux-gnu && cmake -DCMAKE_INSTALL_PREFIX=/usr
> -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc
> -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON
> -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run
> "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON
> -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu ..
> -- The CXX compiler identification is GNU 10.2.1
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> -- Check for working CXX compiler: /usr/bin/c++ - skipped
> -- Detecting CXX compile features
> -- Detecting CXX compile features - done
> -- Performing Test WARN__SUPPORTED
> -- Performing Test WARN__SUPPORTED - Success
> -- Performing Test WARN_all_SUPPORTED
> -- Performing Test WARN_all_SUPPORTED - Success
> -- Performing Test WARN_pedantic_SUPPORTED
> -- Performing Test WARN_pedantic_SUPPORTED - Success
> -- Performing Test WARN_extra_SUPPORTED
> -- Performing Test WARN_extra_SUPPORTED - Success
> -- Performing Test WARN_no-unused-parameter_SUPPORTED
> -- Performing Test WARN_no-unused-parameter_SUPPORTED - Success
> CMake Error at CMakeLists.txt:82 (find_package):
> By not providing "FindQMatrixClient.cmake" in CMAKE_MODULE_PATH this
> project has asked CMake to find a package configuration file provided by
> "QMatrixClient", but CMake did not find one.
>
> Could not find a package configuration file provided by "QMatrixClient"
> (requested version 0.5.1) with any of the following names:
>
> QMatrixClientConfig.cmake
> qmatrixclient-config.cmake
>
> Add the installation prefix of "QMatrixClient" to CMAKE_PREFIX_PATH or set
> "QMatrixClient_DIR" to a directory containing one of the above files. If
> "QMatrixClient" provides a separate development package or SDK, be sure it
> has been installed.
>
>
> -- Configuring incomplete, errors occurred!
> See also "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeOutput.log".
> cd obj-x86_64-linux-gnu && tail -v -n \+0 CMakeCache.txt
> ==> CMakeCache.txt <==
> # This is the CMakeCache file.
> # For build in directory: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
> # It was generated by CMake: /usr/bin/cmake
> # You can edit this file to change values found and used by cmake.
> # If you do not want to change any of the values, simply exit the editor.
> # If you do want to change a value, simply edit, save, and exit the editor.
> # The syntax for the file is as follows:
> # KEY:TYPE=VALUE
> # KEY is the name of a variable in the cache.
> # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
> # VALUE is the current value for the KEY.
>
> ########################
> # EXTERNAL cache entries
> ########################
>
> //Path to a program.
> CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line
>
> //Path to a program.
> CMAKE_AR:FILEPATH=/usr/bin/ar
>
> //Choose the type of build, options are: None Debug Release RelWithDebInfo
> // MinSizeRel ...
> CMAKE_BUILD_TYPE:STRING=None
>
> //Enable/Disable color output during build.
> CMAKE_COLOR_MAKEFILE:BOOL=ON
>
> //CXX compiler
> CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++
>
> //A wrapper around 'ar' adding the appropriate '--plugin' option
> // for the GCC compiler
> CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-10
>
> //A wrapper around 'ranlib' adding the appropriate '--plugin' option
> // for the GCC compiler
> CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-10
>
> //Flags used by the CXX compiler during all build types.
> CMAKE_CXX_FLAGS:STRING=-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2
>
> //Flags used by the CXX compiler during DEBUG builds.
> CMAKE_CXX_FLAGS_DEBUG:STRING=-g
>
> //Flags used by the CXX compiler during MINSIZEREL builds.
> CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
>
> //Flags used by the CXX compiler during NONE builds.
> CMAKE_CXX_FLAGS_NONE:STRING=
>
> //Flags used by the CXX compiler during RELEASE builds.
> CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
>
> //Flags used by the CXX compiler during RELWITHDEBINFO builds.
> CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
>
> //Path to a program.
> CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND
>
> //Flags used by the linker during all build types.
> CMAKE_EXE_LINKER_FLAGS:STRING=-Wl,-z,relro
>
> //Flags used by the linker during DEBUG builds.
> CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
>
> //Flags used by the linker during MINSIZEREL builds.
> CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
>
> //Flags used by the linker during NONE builds.
> CMAKE_EXE_LINKER_FLAGS_NONE:STRING=
>
> //Flags used by the linker during RELEASE builds.
> CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
>
> //Flags used by the linker during RELWITHDEBINFO builds.
> CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
>
> //Enable/Disable output of compile commands during generation.
> CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=
>
> //No help, variable specified on the command line.
> CMAKE_EXPORT_NO_PACKAGE_REGISTRY:UNINITIALIZED=ON
>
> //No help, variable specified on the command line.
> CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY:UNINITIALIZED=ON
>
> //User executables (bin)
> CMAKE_INSTALL_BINDIR:PATH=bin
>
> //Read-only architecture-independent data (DATAROOTDIR)
> CMAKE_INSTALL_DATADIR:PATH=
>
> //Read-only architecture-independent data root (share)
> CMAKE_INSTALL_DATAROOTDIR:PATH=share
>
> //Documentation root (DATAROOTDIR/doc/PROJECT_NAME)
> CMAKE_INSTALL_DOCDIR:PATH=
>
> //C header files (include)
> CMAKE_INSTALL_INCLUDEDIR:PATH=include
>
> //Info documentation (DATAROOTDIR/info)
> CMAKE_INSTALL_INFODIR:PATH=
>
> //Object code libraries (lib)
> CMAKE_INSTALL_LIBDIR:PATH=lib/x86_64-linux-gnu
>
> //Program executables (libexec)
> CMAKE_INSTALL_LIBEXECDIR:PATH=libexec
>
> //Locale-dependent data (DATAROOTDIR/locale)
> CMAKE_INSTALL_LOCALEDIR:PATH=
>
> //Modifiable single-machine data (var)
> CMAKE_INSTALL_LOCALSTATEDIR:PATH=/var
>
> //Man documentation (DATAROOTDIR/man)
> CMAKE_INSTALL_MANDIR:PATH=
>
> //C header files for non-gcc (/usr/include)
> CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include
>
> //Install path prefix, prepended onto install directories.
> CMAKE_INSTALL_PREFIX:PATH=/usr
>
> //Run-time variable data (LOCALSTATEDIR/run)
> CMAKE_INSTALL_RUNSTATEDIR:PATH=/run
>
> //System admin executables (sbin)
> CMAKE_INSTALL_SBINDIR:PATH=sbin
>
> //Modifiable architecture-independent data (com)
> CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com
>
> //Read-only single-machine data (etc)
> CMAKE_INSTALL_SYSCONFDIR:PATH=/etc
>
> //Path to a program.
> CMAKE_LINKER:FILEPATH=/usr/bin/ld
>
> //Path to a program.
> CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake
>
> //Flags used by the linker during the creation of modules during
> // all build types.
> CMAKE_MODULE_LINKER_FLAGS:STRING=-Wl,-z,relro
>
> //Flags used by the linker during the creation of modules during
> // DEBUG builds.
> CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
>
> //Flags used by the linker during the creation of modules during
> // MINSIZEREL builds.
> CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
>
> //Flags used by the linker during the creation of modules during
> // NONE builds.
> CMAKE_MODULE_LINKER_FLAGS_NONE:STRING=
>
> //Flags used by the linker during the creation of modules during
> // RELEASE builds.
> CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
>
> //Flags used by the linker during the creation of modules during
> // RELWITHDEBINFO builds.
> CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
>
> //Path to a program.
> CMAKE_NM:FILEPATH=/usr/bin/nm
>
> //Path to a program.
> CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
>
> //Path to a program.
> CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
>
> //Value Computed by CMake
> CMAKE_PROJECT_DESCRIPTION:STATIC=
>
> //Value Computed by CMake
> CMAKE_PROJECT_HOMEPAGE_URL:STATIC=
>
> //Value Computed by CMake
> CMAKE_PROJECT_NAME:STATIC=quaternion
>
> //Value Computed by CMake
> CMAKE_PROJECT_VERSION:STATIC=0.0.9.4
>
> //Value Computed by CMake
> CMAKE_PROJECT_VERSION_MAJOR:STATIC=0
>
> //Value Computed by CMake
> CMAKE_PROJECT_VERSION_MINOR:STATIC=0
>
> //Value Computed by CMake
> CMAKE_PROJECT_VERSION_PATCH:STATIC=9
>
> //Value Computed by CMake
> CMAKE_PROJECT_VERSION_TWEAK:STATIC=4
>
> //Path to a program.
> CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
>
> //Path to a program.
> CMAKE_READELF:FILEPATH=/usr/bin/readelf
>
> //Flags used by the linker during the creation of shared libraries
> // during all build types.
> CMAKE_SHARED_LINKER_FLAGS:STRING=-Wl,-z,relro
>
> //Flags used by the linker during the creation of shared libraries
> // during DEBUG builds.
> CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
>
> //Flags used by the linker during the creation of shared libraries
> // during MINSIZEREL builds.
> CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
>
> //Flags used by the linker during the creation of shared libraries
> // during NONE builds.
> CMAKE_SHARED_LINKER_FLAGS_NONE:STRING=
>
> //Flags used by the linker during the creation of shared libraries
> // during RELEASE builds.
> CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
>
> //Flags used by the linker during the creation of shared libraries
> // during RELWITHDEBINFO builds.
> CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
>
> //If set, runtime paths are not added when installing shared libraries,
> // but are added when building.
> CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
>
> //If set, runtime paths are not added when using shared libraries.
> CMAKE_SKIP_RPATH:BOOL=NO
>
> //Flags used by the linker during the creation of static libraries
> // during all build types.
> CMAKE_STATIC_LINKER_FLAGS:STRING=
>
> //Flags used by the linker during the creation of static libraries
> // during DEBUG builds.
> CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
>
> //Flags used by the linker during the creation of static libraries
> // during MINSIZEREL builds.
> CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
>
> //Flags used by the linker during the creation of static libraries
> // during NONE builds.
> CMAKE_STATIC_LINKER_FLAGS_NONE:STRING=
>
> //Flags used by the linker during the creation of static libraries
> // during RELEASE builds.
> CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
>
> //Flags used by the linker during the creation of static libraries
> // during RELWITHDEBINFO builds.
> CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
>
> //Path to a program.
> CMAKE_STRIP:FILEPATH=/usr/bin/strip
>
> //If this value is on, makefiles will be generated without the
> // .SILENT directive, and all commands will be echoed to the console
> // during the make. This is useful for debugging only. With Visual
> // Studio IDE projects all commands are done without /nologo.
> CMAKE_VERBOSE_MAKEFILE:BOOL=ON
>
> //The directory containing a CMake configuration file for QMatrixClient.
> QMatrixClient_DIR:PATH=QMatrixClient_DIR-NOTFOUND
>
> //The directory containing a CMake configuration file for Qt5Core.
> Qt5Core_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt5Core
>
> //The directory containing a CMake configuration file for Qt5DBus.
> Qt5DBus_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt5DBus
>
> //The directory containing a CMake configuration file for Qt5Gui.
> Qt5Gui_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt5Gui
>
> //The directory containing a CMake configuration file for Qt5LinguistTools.
> Qt5LinguistTools_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt5LinguistTools
>
> //The directory containing a CMake configuration file for Qt5Multimedia.
> Qt5Multimedia_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt5Multimedia
>
> //The directory containing a CMake configuration file for Qt5Network.
> Qt5Network_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt5Network
>
> //The directory containing a CMake configuration file for Qt5QmlModels.
> Qt5QmlModels_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt5QmlModels
>
> //The directory containing a CMake configuration file for Qt5Qml.
> Qt5Qml_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt5Qml
>
> //The directory containing a CMake configuration file for Qt5QuickWidgets.
> Qt5QuickWidgets_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt5QuickWidgets
>
> //The directory containing a CMake configuration file for Qt5Quick.
> Qt5Quick_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt5Quick
>
> //The directory containing a CMake configuration file for Qt5Widgets.
> Qt5Widgets_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt5Widgets
>
> //The directory containing a CMake configuration file for Qt5.
> Qt5_DIR:PATH=/usr/lib/x86_64-linux-gnu/cmake/Qt5
>
> //Value Computed by CMake
> quaternion_BINARY_DIR:STATIC=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
>
> //Value Computed by CMake
> quaternion_SOURCE_DIR:STATIC=/<<PKGBUILDDIR>>
>
>
> ########################
> # INTERNAL cache entries
> ########################
>
> //ADVANCED property for variable: CMAKE_ADDR2LINE
> CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_AR
> CMAKE_AR-ADVANCED:INTERNAL=1
> //This is the directory where this CMakeCache.txt was created
> CMAKE_CACHEFILE_DIR:INTERNAL=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
> //Major version of cmake used to create the current loaded cache
> CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
> //Minor version of cmake used to create the current loaded cache
> CMAKE_CACHE_MINOR_VERSION:INTERNAL=18
> //Patch version of cmake used to create the current loaded cache
> CMAKE_CACHE_PATCH_VERSION:INTERNAL=4
> //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
> CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
> //Path to CMake executable.
> CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
> //Path to cpack program executable.
> CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
> //Path to ctest program executable.
> CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
> //ADVANCED property for variable: CMAKE_CXX_COMPILER
> CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
> CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
> CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_CXX_FLAGS
> CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
> CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
> CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_CXX_FLAGS_NONE
> CMAKE_CXX_FLAGS_NONE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
> CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
> CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_DLLTOOL
> CMAKE_DLLTOOL-ADVANCED:INTERNAL=1
> //Executable file format
> CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
> //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
> CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
> CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
> CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_NONE
> CMAKE_EXE_LINKER_FLAGS_NONE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
> CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
> CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
> CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
> //Name of external makefile project generator.
> CMAKE_EXTRA_GENERATOR:INTERNAL=
> //Name of generator.
> CMAKE_GENERATOR:INTERNAL=Unix Makefiles
> //Generator instance identifier.
> CMAKE_GENERATOR_INSTANCE:INTERNAL=
> //Name of generator platform.
> CMAKE_GENERATOR_PLATFORM:INTERNAL=
> //Name of generator toolset.
> CMAKE_GENERATOR_TOOLSET:INTERNAL=
> //Source directory with the top level CMakeLists.txt file for this
> // project
> CMAKE_HOME_DIRECTORY:INTERNAL=/<<PKGBUILDDIR>>
> //ADVANCED property for variable: CMAKE_INSTALL_BINDIR
> CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_DATADIR
> CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR
> CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_DOCDIR
> CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR
> CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_INFODIR
> CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_LIBDIR
> CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR
> CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR
> CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR
> CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_MANDIR
> CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR
> CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR
> CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_SBINDIR
> CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR
> CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1
> //Install .so files without execute permission.
> CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1
> //ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR
> CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_LINKER
> CMAKE_LINKER-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_MAKE_PROGRAM
> CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
> CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
> CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
> CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_NONE
> CMAKE_MODULE_LINKER_FLAGS_NONE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
> CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
> CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_NM
> CMAKE_NM-ADVANCED:INTERNAL=1
> //number of local generators
> CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
> //ADVANCED property for variable: CMAKE_OBJCOPY
> CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_OBJDUMP
> CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
> //Platform information initialized
> CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_RANLIB
> CMAKE_RANLIB-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_READELF
> CMAKE_READELF-ADVANCED:INTERNAL=1
> //Path to CMake installation.
> CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.18
> //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
> CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
> CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
> CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_NONE
> CMAKE_SHARED_LINKER_FLAGS_NONE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
> CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
> CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
> CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_SKIP_RPATH
> CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
> CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
> CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
> CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_NONE
> CMAKE_STATIC_LINKER_FLAGS_NONE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
> CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
> CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
> //ADVANCED property for variable: CMAKE_STRIP
> CMAKE_STRIP-ADVANCED:INTERNAL=1
> //uname command
> CMAKE_UNAME:INTERNAL=/bin/uname
> //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
> CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
> //Test WARN__SUPPORTED
> WARN__SUPPORTED:INTERNAL=1
> //Test WARN_all_SUPPORTED
> WARN_all_SUPPORTED:INTERNAL=1
> //Test WARN_extra_SUPPORTED
> WARN_extra_SUPPORTED:INTERNAL=1
> //Test WARN_no-unused-parameter_SUPPORTED
> WARN_no-unused-parameter_SUPPORTED:INTERNAL=1
> //Test WARN_pedantic_SUPPORTED
> WARN_pedantic_SUPPORTED:INTERNAL=1
> //CMAKE_INSTALL_PREFIX during last run
> _GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr
>
> cd obj-x86_64-linux-gnu && tail -v -n \+0 CMakeFiles/CMakeOutput.log
> ==> CMakeFiles/CMakeOutput.log <==
> The system is: Linux - 4.19.0-6-cloud-amd64 - x86_64
> Compiling the CXX compiler identification source file
> "CMakeCXXCompilerId.cpp" succeeded.
> Compiler: /usr/bin/c++
> Build flags:
> -g;-O2;-ffile-prefix-map=/<<PKGBUILDDIR>>=.;-fstack-protector-strong;-Wformat;-Werror=format-security;-Wdate-time;-D_FORTIFY_SOURCE=2
> Id flags:
>
> The output was:
> 0
>
>
> Compilation of the CXX compiler identification source
> "CMakeCXXCompilerId.cpp" produced "a.out"
>
> The CXX compiler identification is GNU, found in
> "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/3.18.4/CompilerIdCXX/a.out"
>
> Detecting CXX compiler ABI info compiled with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake cmTC_62bbd/fast && gmake[1]: Entering
> directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_62bbd.dir/build.make
> CMakeFiles/cmTC_62bbd.dir/build
> gmake[2]: Entering directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_62bbd.dir/CMakeCXXCompilerABI.cpp.o
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Wdate-time -D_FORTIFY_SOURCE=2 -v -o
> CMakeFiles/cmTC_62bbd.dir/CMakeCXXCompilerABI.cpp.o -c
> /usr/share/cmake-3.18/Modules/CMakeCXXCompilerABI.cpp
> Using built-in specs.
> COLLECT_GCC=/usr/bin/c++
> OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa:hsa
> OFFLOAD_TARGET_DEFAULT=1
> Target: x86_64-linux-gnu
> Configured with: ../src/configure -v --with-pkgversion='Debian 10.2.1-6'
> --with-bugurl=file:///usr/share/doc/gcc-10/README.Bugs
> --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr
> --with-gcc-major-version-only --program-suffix=-10
> --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id
> --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
> --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu
> --enable-libstdcxx-debug --enable-libstdcxx-time=yes
> --with-default-libstdcxx-abi=new --enable-gnu-unique-object
> --disable-vtable-verify --enable-plugin --enable-default-pie
> --with-system-zlib --enable-libphobos-checking=release
> --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch
> --disable-werror --with-arch-32=i686 --with-abi=m64
> --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic
> --enable-offload-targets=nvptx-none=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-gcn/usr,hsa
> --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu
> --host=x86_64-linux-gnu --target=x86_64-linux-gnu
> --with-build-config=bootstrap-lto-lean --enable-link-mutex
> Thread model: posix
> Supported LTO compression algorithms: zlib zstd
> gcc version 10.2.1 20210110 (Debian 10.2.1-6)
> COLLECT_GCC_OPTIONS='-g' '-O2' '-ffile-prefix-map=/<<PKGBUILDDIR>>=.'
> '-fstack-protector-strong' '-Wformat=1' '-Wdate-time' '-D'
> '_FORTIFY_SOURCE=2' '-v' '-o'
> 'CMakeFiles/cmTC_62bbd.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc'
> '-mtune=generic' '-march=x86-64'
> /usr/lib/gcc/x86_64-linux-gnu/10/cc1plus -quiet -v -imultiarch
> x86_64-linux-gnu -D_GNU_SOURCE -D _FORTIFY_SOURCE=2
> /usr/share/cmake-3.18/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase
> CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip
> CMakeFiles/cmTC_62bbd.dir/CMakeCXXCompilerABI.cpp.o -g -O2 -Wformat=1
> -Wdate-time -version -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fasynchronous-unwind-tables -o /tmp/ccA0MN0L.s
> GNU C++14 (Debian 10.2.1-6) version 10.2.1 20210110 (x86_64-linux-gnu)
> compiled by GNU C version 10.2.1 20210110, GMP version 6.2.1, MPFR
> version 4.1.0, MPC version 1.2.0, isl version isl-0.23-GMP
>
> GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
> ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/10"
> ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
> ignoring nonexistent directory
> "/usr/lib/gcc/x86_64-linux-gnu/10/include-fixed"
> ignoring nonexistent directory
> "/usr/lib/gcc/x86_64-linux-gnu/10/../../../../x86_64-linux-gnu/include"
> #include "..." search starts here:
> #include <...> search starts here:
> /usr/include/c++/10
> /usr/include/x86_64-linux-gnu/c++/10
> /usr/include/c++/10/backward
> /usr/lib/gcc/x86_64-linux-gnu/10/include
> /usr/local/include
> /usr/include/x86_64-linux-gnu
> /usr/include
> End of search list.
> GNU C++14 (Debian 10.2.1-6) version 10.2.1 20210110 (x86_64-linux-gnu)
> compiled by GNU C version 10.2.1 20210110, GMP version 6.2.1, MPFR
> version 4.1.0, MPC version 1.2.0, isl version isl-0.23-GMP
>
> GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
> Compiler executable checksum: 048fcaee3460a99eb0d68522358720e1
> COLLECT_GCC_OPTIONS='-g' '-O2' '-ffile-prefix-map=/<<PKGBUILDDIR>>=.'
> '-fstack-protector-strong' '-Wformat=1' '-Wdate-time' '-D'
> '_FORTIFY_SOURCE=2' '-v' '-o'
> 'CMakeFiles/cmTC_62bbd.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc'
> '-mtune=generic' '-march=x86-64'
> as -v --64 -o CMakeFiles/cmTC_62bbd.dir/CMakeCXXCompilerABI.cpp.o
> /tmp/ccA0MN0L.s
> GNU assembler version 2.35.1 (x86_64-linux-gnu) using BFD version (GNU
> Binutils for Debian) 2.35.1
> COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/
> LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../:/lib/:/usr/lib/
> COLLECT_GCC_OPTIONS='-g' '-O2' '-ffile-prefix-map=/<<PKGBUILDDIR>>=.'
> '-fstack-protector-strong' '-Wformat=1' '-Wdate-time' '-D'
> '_FORTIFY_SOURCE=2' '-v' '-o'
> 'CMakeFiles/cmTC_62bbd.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc'
> '-mtune=generic' '-march=x86-64'
> Linking CXX executable cmTC_62bbd
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_62bbd.dir/link.txt
> --verbose=1
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Wdate-time -D_FORTIFY_SOURCE=2
> -Wl,-z,relro -v -rdynamic CMakeFiles/cmTC_62bbd.dir/CMakeCXXCompilerABI.cpp.o
> -o cmTC_62bbd
> Using built-in specs.
> COLLECT_GCC=/usr/bin/c++
> COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/10/lto-wrapper
> OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa:hsa
> OFFLOAD_TARGET_DEFAULT=1
> Target: x86_64-linux-gnu
> Configured with: ../src/configure -v --with-pkgversion='Debian 10.2.1-6'
> --with-bugurl=file:///usr/share/doc/gcc-10/README.Bugs
> --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr
> --with-gcc-major-version-only --program-suffix=-10
> --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id
> --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
> --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu
> --enable-libstdcxx-debug --enable-libstdcxx-time=yes
> --with-default-libstdcxx-abi=new --enable-gnu-unique-object
> --disable-vtable-verify --enable-plugin --enable-default-pie
> --with-system-zlib --enable-libphobos-checking=release
> --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch
> --disable-werror --with-arch-32=i686 --with-abi=m64
> --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic
> --enable-offload-targets=nvptx-none=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-gcn/usr,hsa
> --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu
> --host=x86_64-linux-gnu --target=x86_64-linux-gnu
> --with-build-config=bootstrap-lto-lean --enable-link-mutex
> Thread model: posix
> Supported LTO compression algorithms: zlib zstd
> gcc version 10.2.1 20210110 (Debian 10.2.1-6)
> COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/
> LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../:/lib/:/usr/lib/
> COLLECT_GCC_OPTIONS='-g' '-O2' '-ffile-prefix-map=/<<PKGBUILDDIR>>=.'
> '-fstack-protector-strong' '-Wformat=1' '-Wdate-time' '-D'
> '_FORTIFY_SOURCE=2' '-v' '-rdynamic' '-o' 'cmTC_62bbd' '-shared-libgcc'
> '-mtune=generic' '-march=x86-64'
> /usr/lib/gcc/x86_64-linux-gnu/10/collect2 -plugin
> /usr/lib/gcc/x86_64-linux-gnu/10/liblto_plugin.so
> -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/10/lto-wrapper
> -plugin-opt=-fresolution=/tmp/ccgyGEbd.res -plugin-opt=-pass-through=-lgcc_s
> -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc
> -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id
> --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic
> -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_62bbd
> /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/Scrt1.o
> /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/crti.o
> /usr/lib/gcc/x86_64-linux-gnu/10/crtbeginS.o
> -L/usr/lib/gcc/x86_64-linux-gnu/10
> -L/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu
> -L/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib -L/lib/x86_64-linux-gnu
> -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib
> -L/usr/lib/gcc/x86_64-linux-gnu/10/../../.. -z relro
> CMakeFiles/cmTC_62bbd.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s
> -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/10/crtendS.o
> /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/crtn.o
> COLLECT_GCC_OPTIONS='-g' '-O2' '-ffile-prefix-map=/<<PKGBUILDDIR>>=.'
> '-fstack-protector-strong' '-Wformat=1' '-Wdate-time' '-D'
> '_FORTIFY_SOURCE=2' '-v' '-rdynamic' '-o' 'cmTC_62bbd' '-shared-libgcc'
> '-mtune=generic' '-march=x86-64'
> gmake[2]: Leaving directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[1]: Leaving directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
>
> Parsed CXX implicit include dir info from above output: rv=done
> found start of include info
> found start of implicit include info
> add: [/usr/include/c++/10]
> add: [/usr/include/x86_64-linux-gnu/c++/10]
> add: [/usr/include/c++/10/backward]
> add: [/usr/lib/gcc/x86_64-linux-gnu/10/include]
> add: [/usr/local/include]
> add: [/usr/include/x86_64-linux-gnu]
> add: [/usr/include]
> end of search list found
> collapse include dir [/usr/include/c++/10] ==> [/usr/include/c++/10]
> collapse include dir [/usr/include/x86_64-linux-gnu/c++/10] ==>
> [/usr/include/x86_64-linux-gnu/c++/10]
> collapse include dir [/usr/include/c++/10/backward] ==>
> [/usr/include/c++/10/backward]
> collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/10/include] ==>
> [/usr/lib/gcc/x86_64-linux-gnu/10/include]
> collapse include dir [/usr/local/include] ==> [/usr/local/include]
> collapse include dir [/usr/include/x86_64-linux-gnu] ==>
> [/usr/include/x86_64-linux-gnu]
> collapse include dir [/usr/include] ==> [/usr/include]
> implicit include dirs:
> [/usr/include/c++/10;/usr/include/x86_64-linux-gnu/c++/10;/usr/include/c++/10/backward;/usr/lib/gcc/x86_64-linux-gnu/10/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include]
>
>
> Parsed CXX implicit link information from above output:
> link line regex: [^(
> *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
> ignore line: [Change Dir:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp]
> ignore line: []
> ignore line: [Run Build Command(s):/usr/bin/gmake cmTC_62bbd/fast &&
> gmake[1]: Entering directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp']
> ignore line: [/usr/bin/gmake -f CMakeFiles/cmTC_62bbd.dir/build.make
> CMakeFiles/cmTC_62bbd.dir/build]
> ignore line: [gmake[2]: Entering directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp']
> ignore line: [Building CXX object
> CMakeFiles/cmTC_62bbd.dir/CMakeCXXCompilerABI.cpp.o]
> ignore line: [/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Wdate-time -D_FORTIFY_SOURCE=2 -v -o
> CMakeFiles/cmTC_62bbd.dir/CMakeCXXCompilerABI.cpp.o -c
> /usr/share/cmake-3.18/Modules/CMakeCXXCompilerABI.cpp]
> ignore line: [Using built-in specs.]
> ignore line: [COLLECT_GCC=/usr/bin/c++]
> ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa:hsa]
> ignore line: [OFFLOAD_TARGET_DEFAULT=1]
> ignore line: [Target: x86_64-linux-gnu]
> ignore line: [Configured with: ../src/configure -v
> --with-pkgversion='Debian 10.2.1-6'
> --with-bugurl=file:///usr/share/doc/gcc-10/README.Bugs --enable-languages=c
> ada c++ go brig d fortran objc obj-c++ m2 --prefix=/usr
> --with-gcc-major-version-only --program-suffix=-10
> --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id
> --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
> --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu
> --enable-libstdcxx-debug --enable-libstdcxx-time=yes
> --with-default-libstdcxx-abi=new --enable-gnu-unique-object
> --disable-vtable-verify --enable-plugin --enable-default-pie
> --with-system-zlib --enable-libphobos-checking=release
> --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch
> --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32
> m64 mx32 --enable-multilib --with-tune=generic
> --enable-offload-targets=nvptx-none=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-nvptx/usr
> amdgcn-amdhsa=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-gcn/usr hsa
> --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu
> --host=x86_64-linux-gnu --target=x86_64-linux-gnu
> --with-build-config=bootstrap-lto-lean --enable-link-mutex]
> ignore line: [Thread model: posix]
> ignore line: [Supported LTO compression algorithms: zlib zstd]
> ignore line: [gcc version 10.2.1 20210110 (Debian 10.2.1-6) ]
> ignore line: [COLLECT_GCC_OPTIONS='-g' '-O2'
> '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-fstack-protector-strong'
> '-Wformat=1' '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o'
> 'CMakeFiles/cmTC_62bbd.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc'
> '-mtune=generic' '-march=x86-64']
> ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/10/cc1plus -quiet -v
> -imultiarch x86_64-linux-gnu -D_GNU_SOURCE -D _FORTIFY_SOURCE=2
> /usr/share/cmake-3.18/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase
> CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip
> CMakeFiles/cmTC_62bbd.dir/CMakeCXXCompilerABI.cpp.o -g -O2 -Wformat=1
> -Wdate-time -version -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -fasynchronous-unwind-tables -o /tmp/ccA0MN0L.s]
> ignore line: [GNU C++14 (Debian 10.2.1-6) version 10.2.1 20210110
> (x86_64-linux-gnu)]
> ignore line: [ compiled by GNU C version 10.2.1 20210110 GMP version
> 6.2.1 MPFR version 4.1.0 MPC version 1.2.0 isl version isl-0.23-GMP]
> ignore line: []
> ignore line: [GGC heuristics: --param ggc-min-expand=100 --param
> ggc-min-heapsize=131072]
> ignore line: [ignoring duplicate directory
> "/usr/include/x86_64-linux-gnu/c++/10"]
> ignore line: [ignoring nonexistent directory
> "/usr/local/include/x86_64-linux-gnu"]
> ignore line: [ignoring nonexistent directory
> "/usr/lib/gcc/x86_64-linux-gnu/10/include-fixed"]
> ignore line: [ignoring nonexistent directory
> "/usr/lib/gcc/x86_64-linux-gnu/10/../../../../x86_64-linux-gnu/include"]
> ignore line: [#include "..." search starts here:]
> ignore line: [#include <...> search starts here:]
> ignore line: [ /usr/include/c++/10]
> ignore line: [ /usr/include/x86_64-linux-gnu/c++/10]
> ignore line: [ /usr/include/c++/10/backward]
> ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/10/include]
> ignore line: [ /usr/local/include]
> ignore line: [ /usr/include/x86_64-linux-gnu]
> ignore line: [ /usr/include]
> ignore line: [End of search list.]
> ignore line: [GNU C++14 (Debian 10.2.1-6) version 10.2.1 20210110
> (x86_64-linux-gnu)]
> ignore line: [ compiled by GNU C version 10.2.1 20210110 GMP version
> 6.2.1 MPFR version 4.1.0 MPC version 1.2.0 isl version isl-0.23-GMP]
> ignore line: []
> ignore line: [GGC heuristics: --param ggc-min-expand=100 --param
> ggc-min-heapsize=131072]
> ignore line: [Compiler executable checksum:
> 048fcaee3460a99eb0d68522358720e1]
> ignore line: [COLLECT_GCC_OPTIONS='-g' '-O2'
> '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-fstack-protector-strong'
> '-Wformat=1' '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o'
> 'CMakeFiles/cmTC_62bbd.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc'
> '-mtune=generic' '-march=x86-64']
> ignore line: [ as -v --64 -o
> CMakeFiles/cmTC_62bbd.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccA0MN0L.s]
> ignore line: [GNU assembler version 2.35.1 (x86_64-linux-gnu) using BFD
> version (GNU Binutils for Debian) 2.35.1]
> ignore line:
> [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/]
> ignore line:
> [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../:/lib/:/usr/lib/]
> ignore line: [COLLECT_GCC_OPTIONS='-g' '-O2'
> '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-fstack-protector-strong'
> '-Wformat=1' '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-o'
> 'CMakeFiles/cmTC_62bbd.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc'
> '-mtune=generic' '-march=x86-64']
> ignore line: [Linking CXX executable cmTC_62bbd]
> ignore line: [/usr/bin/cmake -E cmake_link_script
> CMakeFiles/cmTC_62bbd.dir/link.txt --verbose=1]
> ignore line: [/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Wdate-time -D_FORTIFY_SOURCE=2 -Wl -z
> relro -v -rdynamic CMakeFiles/cmTC_62bbd.dir/CMakeCXXCompilerABI.cpp.o -o
> cmTC_62bbd ]
> ignore line: [Using built-in specs.]
> ignore line: [COLLECT_GCC=/usr/bin/c++]
> ignore line:
> [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/10/lto-wrapper]
> ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa:hsa]
> ignore line: [OFFLOAD_TARGET_DEFAULT=1]
> ignore line: [Target: x86_64-linux-gnu]
> ignore line: [Configured with: ../src/configure -v
> --with-pkgversion='Debian 10.2.1-6'
> --with-bugurl=file:///usr/share/doc/gcc-10/README.Bugs --enable-languages=c
> ada c++ go brig d fortran objc obj-c++ m2 --prefix=/usr
> --with-gcc-major-version-only --program-suffix=-10
> --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id
> --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix
> --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu
> --enable-libstdcxx-debug --enable-libstdcxx-time=yes
> --with-default-libstdcxx-abi=new --enable-gnu-unique-object
> --disable-vtable-verify --enable-plugin --enable-default-pie
> --with-system-zlib --enable-libphobos-checking=release
> --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch
> --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32
> m64 mx32 --enable-multilib --with-tune=generic
> --enable-offload-targets=nvptx-none=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-nvptx/usr
> amdgcn-amdhsa=/build/gcc-10-Km9U7s/gcc-10-10.2.1/debian/tmp-gcn/usr hsa
> --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu
> --host=x86_64-linux-gnu --target=x86_64-linux-gnu
> --with-build-config=bootstrap-lto-lean --enable-link-mutex]
> ignore line: [Thread model: posix]
> ignore line: [Supported LTO compression algorithms: zlib zstd]
> ignore line: [gcc version 10.2.1 20210110 (Debian 10.2.1-6) ]
> ignore line:
> [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/]
> ignore line:
> [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/10/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/10/../../../:/lib/:/usr/lib/]
> ignore line: [COLLECT_GCC_OPTIONS='-g' '-O2'
> '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' '-fstack-protector-strong'
> '-Wformat=1' '-Wdate-time' '-D' '_FORTIFY_SOURCE=2' '-v' '-rdynamic' '-o'
> 'cmTC_62bbd' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
> link line: [ /usr/lib/gcc/x86_64-linux-gnu/10/collect2 -plugin
> /usr/lib/gcc/x86_64-linux-gnu/10/liblto_plugin.so
> -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/10/lto-wrapper
> -plugin-opt=-fresolution=/tmp/ccgyGEbd.res -plugin-opt=-pass-through=-lgcc_s
> -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc
> -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id
> --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -export-dynamic
> -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_62bbd
> /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/Scrt1.o
> /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/crti.o
> /usr/lib/gcc/x86_64-linux-gnu/10/crtbeginS.o
> -L/usr/lib/gcc/x86_64-linux-gnu/10
> -L/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu
> -L/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib -L/lib/x86_64-linux-gnu
> -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib
> -L/usr/lib/gcc/x86_64-linux-gnu/10/../../.. -z relro
> CMakeFiles/cmTC_62bbd.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s
> -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/10/crtendS.o
> /usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/crtn.o]
> arg [/usr/lib/gcc/x86_64-linux-gnu/10/collect2] ==> ignore
> arg [-plugin] ==> ignore
> arg [/usr/lib/gcc/x86_64-linux-gnu/10/liblto_plugin.so] ==> ignore
> arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/10/lto-wrapper] ==> ignore
> arg [-plugin-opt=-fresolution=/tmp/ccgyGEbd.res] ==> ignore
> arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
> arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
> arg [-plugin-opt=-pass-through=-lc] ==> ignore
> arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
> arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
> arg [--build-id] ==> ignore
> arg [--eh-frame-hdr] ==> ignore
> arg [-m] ==> ignore
> arg [elf_x86_64] ==> ignore
> arg [--hash-style=gnu] ==> ignore
> arg [--as-needed] ==> ignore
> arg [-export-dynamic] ==> ignore
> arg [-dynamic-linker] ==> ignore
> arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
> arg [-pie] ==> ignore
> arg [-o] ==> ignore
> arg [cmTC_62bbd] ==> ignore
> arg [/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/Scrt1.o]
> ==> ignore
> arg [/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/crti.o]
> ==> ignore
> arg [/usr/lib/gcc/x86_64-linux-gnu/10/crtbeginS.o] ==> ignore
> arg [-L/usr/lib/gcc/x86_64-linux-gnu/10] ==> dir
> [/usr/lib/gcc/x86_64-linux-gnu/10]
> arg [-L/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu] ==>
> dir [/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu]
> arg [-L/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib] ==> dir
> [/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib]
> arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
> arg [-L/lib/../lib] ==> dir [/lib/../lib]
> arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
> arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
> arg [-L/usr/lib/gcc/x86_64-linux-gnu/10/../../..] ==> dir
> [/usr/lib/gcc/x86_64-linux-gnu/10/../../..]
> arg [-zrelro] ==> ignore
> arg [CMakeFiles/cmTC_62bbd.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
> arg [-lstdc++] ==> lib [stdc++]
> arg [-lm] ==> lib [m]
> arg [-lgcc_s] ==> lib [gcc_s]
> arg [-lgcc] ==> lib [gcc]
> arg [-lc] ==> lib [c]
> arg [-lgcc_s] ==> lib [gcc_s]
> arg [-lgcc] ==> lib [gcc]
> arg [/usr/lib/gcc/x86_64-linux-gnu/10/crtendS.o] ==> ignore
> arg [/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu/crtn.o]
> ==> ignore
> collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/10] ==>
> [/usr/lib/gcc/x86_64-linux-gnu/10]
> collapse library dir
> [/usr/lib/gcc/x86_64-linux-gnu/10/../../../x86_64-linux-gnu] ==>
> [/usr/lib/x86_64-linux-gnu]
> collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/10/../../../../lib] ==>
> [/usr/lib]
> collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
> collapse library dir [/lib/../lib] ==> [/lib]
> collapse library dir [/usr/lib/x86_64-linux-gnu] ==>
> [/usr/lib/x86_64-linux-gnu]
> collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
> collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/10/../../..] ==>
> [/usr/lib]
> implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc]
> implicit dirs:
> [/usr/lib/gcc/x86_64-linux-gnu/10;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
> implicit fwks: []
>
>
> Performing C++ SOURCE FILE Test WARN__SUPPORTED succeeded with the following
> output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake cmTC_c3a39/fast && gmake[1]: Entering
> directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_c3a39.dir/build.make
> CMakeFiles/cmTC_c3a39.dir/build
> gmake[2]: Entering directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_c3a39.dir/src.cxx.o
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -DWARN__SUPPORTED -W -o
> CMakeFiles/cmTC_c3a39.dir/src.cxx.o -c
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
> Linking CXX executable cmTC_c3a39
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c3a39.dir/link.txt
> --verbose=1
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -DWARN__SUPPORTED -Wl,-z,relro -rdynamic
> CMakeFiles/cmTC_c3a39.dir/src.cxx.o -o cmTC_c3a39
> gmake[2]: Leaving directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[1]: Leaving directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main() { return 0; }
> Performing C++ SOURCE FILE Test WARN_all_SUPPORTED succeeded with the
> following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake cmTC_943fa/fast && gmake[1]: Entering
> directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_943fa.dir/build.make
> CMakeFiles/cmTC_943fa.dir/build
> gmake[2]: Entering directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_943fa.dir/src.cxx.o
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -W -DWARN_all_SUPPORTED -Wall -o
> CMakeFiles/cmTC_943fa.dir/src.cxx.o -c
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
> Linking CXX executable cmTC_943fa
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_943fa.dir/link.txt
> --verbose=1
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -W -DWARN_all_SUPPORTED -Wl,-z,relro -rdynamic
> CMakeFiles/cmTC_943fa.dir/src.cxx.o -o cmTC_943fa
> gmake[2]: Leaving directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[1]: Leaving directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main() { return 0; }
> Performing C++ SOURCE FILE Test WARN_pedantic_SUPPORTED succeeded with the
> following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake cmTC_94792/fast && gmake[1]: Entering
> directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_94792.dir/build.make
> CMakeFiles/cmTC_94792.dir/build
> gmake[2]: Entering directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_94792.dir/src.cxx.o
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -W -Wall -DWARN_pedantic_SUPPORTED -Wpedantic -o
> CMakeFiles/cmTC_94792.dir/src.cxx.o -c
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
> Linking CXX executable cmTC_94792
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_94792.dir/link.txt
> --verbose=1
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -W -Wall -DWARN_pedantic_SUPPORTED -Wl,-z,relro
> -rdynamic CMakeFiles/cmTC_94792.dir/src.cxx.o -o cmTC_94792
> gmake[2]: Leaving directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[1]: Leaving directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main() { return 0; }
> Performing C++ SOURCE FILE Test WARN_extra_SUPPORTED succeeded with the
> following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake cmTC_fde5d/fast && gmake[1]: Entering
> directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_fde5d.dir/build.make
> CMakeFiles/cmTC_fde5d.dir/build
> gmake[2]: Entering directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_fde5d.dir/src.cxx.o
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -W -Wall -Wpedantic -DWARN_extra_SUPPORTED -Wextra -o
> CMakeFiles/cmTC_fde5d.dir/src.cxx.o -c
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
> Linking CXX executable cmTC_fde5d
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fde5d.dir/link.txt
> --verbose=1
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -W -Wall -Wpedantic -DWARN_extra_SUPPORTED -Wl,-z,relro
> -rdynamic CMakeFiles/cmTC_fde5d.dir/src.cxx.o -o cmTC_fde5d
> gmake[2]: Leaving directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[1]: Leaving directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main() { return 0; }
> Performing C++ SOURCE FILE Test WARN_no-unused-parameter_SUPPORTED succeeded
> with the following output:
> Change Dir: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp
>
> Run Build Command(s):/usr/bin/gmake cmTC_0d4d2/fast && gmake[1]: Entering
> directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> /usr/bin/gmake -f CMakeFiles/cmTC_0d4d2.dir/build.make
> CMakeFiles/cmTC_0d4d2.dir/build
> gmake[2]: Entering directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> Building CXX object CMakeFiles/cmTC_0d4d2.dir/src.cxx.o
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -W -Wall -Wpedantic -Wextra
> -DWARN_no-unused-parameter_SUPPORTED -Wno-unused-parameter -o
> CMakeFiles/cmTC_0d4d2.dir/src.cxx.o -c
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp/src.cxx
> <command-line>: warning: ISO C++11 requires whitespace after the macro name
> Linking CXX executable cmTC_0d4d2
> /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0d4d2.dir/link.txt
> --verbose=1
> /usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=.
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
> -D_FORTIFY_SOURCE=2 -W -Wall -Wpedantic -Wextra
> -DWARN_no-unused-parameter_SUPPORTED -Wl,-z,relro -rdynamic
> CMakeFiles/cmTC_0d4d2.dir/src.cxx.o -o cmTC_0d4d2
> gmake[2]: Leaving directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
> gmake[1]: Leaving directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/CMakeTmp'
>
>
> Source file was:
> int main() { return 0; }
> dh_auto_configure: error: cd obj-x86_64-linux-gnu && cmake
> -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None
> -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var
> -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON
> -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run
> "-GUnix Makefiles" -DCMAKE_VERBOSE_MAKEFILE=ON
> -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu .. returned exit code 1
> make: *** [debian/rules:4: build] Error 2
The full build log is available from:
http://qa-logs.debian.net/2021/01/20/quaternion_0.0.9.4e-1_unstable.log
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
If you reassign this bug to another package, please marking it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
If you fail to reproduce this, please provide a build log and diff it with me
so that we can identify if something relevant changed in the meantime.
About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: quaternion
Source-Version: 0.0.9.5~beta2-1
Done: Hubert Chathi <uho...@debian.org>
We believe that the bug you reported is fixed in the latest version of
quaternion, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 980...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Hubert Chathi <uho...@debian.org> (supplier of updated quaternion package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 22 Jan 2021 17:16:02 -0500
Source: quaternion
Architecture: source
Version: 0.0.9.5~beta2-1
Distribution: unstable
Urgency: medium
Maintainer: Matrix Packaging Team
<pkg-matrix-maintain...@lists.alioth.debian.org>
Changed-By: Hubert Chathi <uho...@debian.org>
Closes: 980651
Changes:
quaternion (0.0.9.5~beta2-1) unstable; urgency=medium
.
* New upstream beta.
* Build with libquotient instead of libqmatrixclient. (Closes: #980651)
Checksums-Sha1:
b218bb1f5d059cddb2076ffe9f0acf4a7658583c 1777 quaternion_0.0.9.5~beta2-1.dsc
e53011c65db7d7eee2e22dd66834ecbde3de397e 1041132
quaternion_0.0.9.5~beta2.orig.tar.gz
d1ae9714efa6bfacab3e8cc51a4c2c70e44b5264 8136
quaternion_0.0.9.5~beta2-1.debian.tar.xz
b239f2e15c81b5b95a69e05e213d59d739c5c035 12995
quaternion_0.0.9.5~beta2-1_amd64.buildinfo
Checksums-Sha256:
a38c7d41287f96d97dfa49bc618545e7d1f4acf821128175b5a62f03e898eb9a 1777
quaternion_0.0.9.5~beta2-1.dsc
a861c79a2e36aaf7c946c93a5ac71a189da11b256b7e21ea8c7f9f1942cf1f96 1041132
quaternion_0.0.9.5~beta2.orig.tar.gz
d8d17c32f274d7ecab4fdb9ff728f96e9663b59abfb3d13047f5e841939ba058 8136
quaternion_0.0.9.5~beta2-1.debian.tar.xz
d35a9dd30002687d415bea18f18e94796dd3c668c12f4ba2ddc01bf823e5f723 12995
quaternion_0.0.9.5~beta2-1_amd64.buildinfo
Files:
0721ad82b8a8b195bbb2b532ef3d8cd0 1777 net optional
quaternion_0.0.9.5~beta2-1.dsc
73bff69e0285dd1b132505c9de71770f 1041132 net optional
quaternion_0.0.9.5~beta2.orig.tar.gz
8ca2a7716cd8690fa60e9294248509a7 8136 net optional
quaternion_0.0.9.5~beta2-1.debian.tar.xz
d4fa9f3e358ee5d10426cc8dc137df50 12995 net optional
quaternion_0.0.9.5~beta2-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCgAdFiEE3juhvb4UN2X4rCw4rXmvZUDjNa8FAmAMTVkACgkQrXmvZUDj
Na8zUgf8DWf1Ev9koB6DZw2+2Zp2tIIBVh79TaE50sATPOMuFL1R3xgSWKPlKpZ4
udgGJaJD6TRPZlztHk39tv0jSBHe3jW5XpvBQsHJyXbvtWiXhDLmiGn9YIAZgXph
UhXjymzz0oVoHu5UWFjuFF1ErjBObuOHokATQAq9LTFZtmjNgnjR1dgmSiIQWcFm
WCfSVBs6Foy4vsgMOZCVfIKRodEC66jSKTpltWz+U6MXAUoFFO5wmJI4Aek3+Sz7
GiLMBBVnF/vPbpvghd+aB7sDUYaPk0Z9Jl3t1qVIisnfZ8TZrY0YivFgWAIoyt2c
t+6Ew7SNZ3zxELCXGIHtGgZbW5gQ5A==
=maOU
-----END PGP SIGNATURE-----
--- End Message ---