Your message dated Mon, 22 Aug 2022 13:04:41 +0000
with message-id <[email protected]>
and subject line Bug#1017297: fixed in ecbuild 3.7.0-1
has caused the Debian Bug report #1017297,
regarding ecbuild: FTBFS: dh_auto_test: error: cd obj-x86_64-linux-gnu && make
-j8 test ARGS\+=--verbose ARGS\+=-j8 returned exit code 2
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 [email protected]
immediately.)
--
1017297: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1017297
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ecbuild
Version: 3.6.5-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: [email protected]
Usertags: ftbfs-20220813 ftbfs-bookworm
Hi,
During a rebuild of all packages in sid, your package failed to build
on amd64.
Relevant part (hopefully):
> make[4]: Entering directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/regressions/ECBUILD_359/bundle/build'
> [ 92%] Building CXX object bar/CMakeFiles/test_bar.dir/test.cc.o
> [100%] Linking CXX executable test_bar
> make[4]: Leaving directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/regressions/ECBUILD_359/bundle/build'
> [100%] Built target test_bar
> make[3]: Leaving directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/regressions/ECBUILD_359/bundle/build'
> Install the project...
> -- Install configuration: "RelWithDebInfo"
> -- Installing:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/regressions/ECBUILD_359/bundle/install/lib/cmake/cpp_bundle/cpp_bundle-config-version.cmake
> -- Installing:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/regressions/ECBUILD_359/bundle/install/lib/cmake/cpp_bundle/cpp_bundle-config.cmake
> -- Installing:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/regressions/ECBUILD_359/bundle/install/lib/libfoo.so
> -- Installing:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/regressions/ECBUILD_359/bundle/install/include/foo.h
> -- Installing:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/regressions/ECBUILD_359/bundle/install/bin/master_foo
> -- Installing:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/regressions/ECBUILD_359/bundle/install/lib/cmake/foo/foo-config-version.cmake
> -- Installing:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/regressions/ECBUILD_359/bundle/install/lib/cmake/foo/foo-config.cmake
> -- Installing:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/regressions/ECBUILD_359/bundle/install/lib/cmake/foo/foo-targets.cmake
> -- Installing:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/regressions/ECBUILD_359/bundle/install/lib/cmake/foo/foo-targets-relwithdebinfo.cmake
> -- Installing:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/regressions/ECBUILD_359/bundle/install/lib/libbar.so
> -- Installing:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/regressions/ECBUILD_359/bundle/install/bin/master_bar
> -- Installing:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/regressions/ECBUILD_359/bundle/install/lib/cmake/bar/bar-config-version.cmake
> -- Installing:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/regressions/ECBUILD_359/bundle/install/lib/cmake/bar/bar-config.cmake
> -- Installing:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/regressions/ECBUILD_359/bundle/install/lib/cmake/bar/bar-targets.cmake
> -- Installing:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/regressions/ECBUILD_359/bundle/install/lib/cmake/bar/bar-targets-relwithdebinfo.cmake
> make[2]: Leaving directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/regressions/ECBUILD_359/bundle/build'
> Found CMake version 3.24.0
>
> cmake -DCMAKE_MODULE_PATH=/<<PKGBUILDDIR>>/cmake
> -DBAR_PATH=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/regressions/ECBUILD_359/bundle/install
> ../
>
> CMake Warning (dev) at CMakeLists.txt:11 (find_package):
> Policy CMP0074 is not set: find_package uses <PackageName>_ROOT variables.
> Run "cmake --help-policy CMP0074" for policy details. Use the cmake_policy
> command to set the policy and suppress this warning.
>
> Environment variable ecbuild_ROOT is set to:
>
> /<<PKGBUILDDIR>>
>
> For compatibility, CMake is ignoring the variable.
> This warning is for project developers. Use -Wno-dev to suppress it.
>
> -- Found ecbuild: /<<PKGBUILDDIR>>/cmake (found version "3.6.5")
> -- The CXX compiler identification is GNU 12.1.0
> -- 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
> -- ecbuild 3.6.5 /<<PKGBUILDDIR>>/cmake
> -- cmake 3.24.0 /usr/bin/cmake
> -- ---------------------------------------------------------
> -- Could NOT find Git (missing: GIT_EXECUTABLE)
> -- Could NOT find Git (missing: GIT_EXECUTABLE)
> -- The C compiler identification is GNU 12.1.0
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Check for working C compiler: /usr/bin/cc - skipped
> -- Detecting C compile features
> -- Detecting C compile features - done
> -- Performing Test kata_C_FLAG_TEST_1
> -- Performing Test kata_C_FLAG_TEST_1 - Success
> -- Added C flag [-pipe]
> -- Performing Test kata_CXX_FLAG_TEST_1
> -- Performing Test kata_CXX_FLAG_TEST_1 - Success
> -- Added CXX flag [-pipe]
> -- Looking for sys/types.h
> -- Looking for sys/types.h - found
> -- Looking for stdint.h
> -- Looking for stdint.h - found
> -- Looking for stddef.h
> -- Looking for stddef.h - found
> -- Check size of void*
> -- Check size of void* - done
> -- Check size of off_t
> -- Check size of off_t - done
> -- ---------------------------------------------------------
> -- ---------------------------------------------------------
> -- [kata] (0.0)
> -- Feature TESTS enabled
> CMake Warning at /<<PKGBUILDDIR>>/cmake/ecbuild_find_package.cmake:239
> (find_package):
> Found package configuration file:
>
>
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/regressions/ECBUILD_359/bundle/install/lib/cmake/bar/bar-config.cmake
>
> but it set bar_FOUND to FALSE so package "bar" is considered to be NOT
> FOUND. Reason given by package:
>
> The following imported targets are referenced, but are missing: foo
>
> Call Stack (most recent call first):
> CMakeLists.txt:14 (ecbuild_find_package)
>
>
> CMake Error at /<<PKGBUILDDIR>>/cmake/ecbuild_log.cmake:190 (message):
> [1;35mCRITICAL - kata FAILED to find REQUIRED package bar
>
> find_package(bar) assumed bar is a CMake project.
>
> Recommended variables that can help detection:
> - bar_ROOT : the install prefix (as in <prefix>/bin <prefix>/lib
> <prefix>/include)
> - CMAKE_PREFIX_PATH : the install prefix (as bar_ROOT, or its parent
> directory as in <prefix>/bar)[m
> Call Stack (most recent call first):
> /<<PKGBUILDDIR>>/cmake/ecbuild_find_package.cmake:342 (ecbuild_critical)
> CMakeLists.txt:14 (ecbuild_find_package)
>
>
> -- Configuring incomplete, errors occurred!
> See also
> "/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/regressions/ECBUILD_359/build/CMakeFiles/CMakeOutput.log".
>
> 24: -- Check for working C compiler: /usr/bin/cc - skipped
> 24: -- Detecting C compile features
> 24: -- Detecting C compile features - done
> 24: -- ecbuild 3.6.5 /<<PKGBUILDDIR>>/cmake
> 24: -- cmake 3.24.0 /usr/bin/cmake
> 24: -- ---------------------------------------------------------
> 24: -- Could NOT find Git (missing: GIT_EXECUTABLE)
> 24: -- Could NOT find Git (missing: GIT_EXECUTABLE)
> 24: -- Performing Test projectB_C_FLAG_TEST_1
> 24: -- Performing Test projectB_C_FLAG_TEST_1 - Success
> 24: -- Added C flag [-pipe]
> 24: -- Looking for sys/types.h
> 24: -- Looking for sys/types.h - found
> 24: -- Looking for stdint.h
> 17: -- ---------------------------------------------------------
> 17: -- ---------------------------------------------------------
> 17: -- [projectB] (0.1.0)
> 17: -- Feature TESTS enabled
> 24: -- Looking for stdint.h - found
> 24: -- Looking for stddef.h
> 17: -- Configuring done
> 17: -- Generating done
> 17: -- Build files have been written to:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ecbuild_find_package/projectB/build
> 17: make[2]: Entering directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ecbuild_find_package/projectB/build'
> 17: make[2]: warning: jobserver unavailable: using -j1. Add '+' to parent
> make rule.
> 17: make[3]: Entering directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ecbuild_find_package/projectB/build'
> 17: make[4]: Entering directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ecbuild_find_package/projectB/build'
> 24: -- Looking for stddef.h - found
> 24: -- Check size of void*
> 17: make[4]: Leaving directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ecbuild_find_package/projectB/build'
> 17: make[4]: Entering directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ecbuild_find_package/projectB/build'
> 17: [ 50%] Building CXX object CMakeFiles/projectB.dir/libraryB.cc.o
> 17: [100%] Linking CXX shared library lib/libprojectB.so
> 17: make[4]: Leaving directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ecbuild_find_package/projectB/build'
> 24: -- Check size of void* - done
> 24: -- Check size of off_t
> 17: [100%] Built target projectB
> 17: make[3]: Leaving directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ecbuild_find_package/projectB/build'
> 17: Install the project...
> 17: -- Install configuration: "RelWithDebInfo"
> 17: -- Installing:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ecbuild_find_package/projectB/install/lib/libprojectB.so
> 17: -- Installing:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ecbuild_find_package/projectB/install/include/libraryB.h
> 17: -- Installing:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ecbuild_find_package/projectB/install/lib/cmake/projectB/projectb-config-version.cmake
> 17: -- Installing:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ecbuild_find_package/projectB/install/lib/cmake/projectB/projectb-import.cmake
> 17: -- Installing:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ecbuild_find_package/projectB/install/lib/cmake/projectB/projectb-config.cmake
> 17: -- Installing:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ecbuild_find_package/projectB/install/lib/cmake/projectB/projectB-targets.cmake
> 17: -- Installing:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ecbuild_find_package/projectB/install/lib/cmake/projectB/projectB-targets-relwithdebinfo.cmake
> 17: make[2]: Leaving directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ecbuild_find_package/projectB/build'
> 17: Found CMake version 3.24.0
> 17:
> 17: cmake -DCMAKE_MODULE_PATH=/<<PKGBUILDDIR>>/cmake
> -DCMAKE_INSTALL_PREFIX=../install -Wno-deprecated
> /<<PKGBUILDDIR>>/tests/ecbuild_find_package/projectC
> 17:
> 17: CMake Warning (dev) at CMakeLists.txt:3 (find_package):
> 17: Policy CMP0074 is not set: find_package uses <PackageName>_ROOT
> variables.
> 17: Run "cmake --help-policy CMP0074" for policy details. Use the
> cmake_policy
> 17: command to set the policy and suppress this warning.
> 17:
> 17: Environment variable ecbuild_ROOT is set to:
> 17:
> 17: /<<PKGBUILDDIR>>
> 17:
> 17: For compatibility, CMake is ignoring the variable.
> 17: This warning is for project developers. Use -Wno-dev to suppress it.
> 17:
> 17: -- Found ecbuild: /<<PKGBUILDDIR>>/cmake (found version "3.6.5")
> 24: -- Check size of off_t - done
> 18: Running test 'all_off'
> 17: -- The CXX compiler identification is GNU 12.1.0
> 17: -- Detecting CXX compiler ABI info
> 17: -- Detecting CXX compiler ABI info - done
> 17: -- Check for working CXX compiler: /usr/bin/c++ - skipped
> 17: -- Detecting CXX compile features
> 17: -- Detecting CXX compile features - done
> 17: -- ecbuild 3.6.5 /<<PKGBUILDDIR>>/cmake
> 17: -- cmake 3.24.0 /usr/bin/cmake
> 17: -- ---------------------------------------------------------
> 17: -- Could NOT find Git (missing: GIT_EXECUTABLE)
> 17: -- Could NOT find Git (missing: GIT_EXECUTABLE)
> 17: -- The C compiler identification is GNU 12.1.0
> 17: -- Detecting C compiler ABI info
> 24: -- ---------------------------------------------------------
> 24: -- ---------------------------------------------------------
> 24: -- [projectB] (0.0)
> 24: -- Feature TESTS enabled
> 24: -- Configuring done
> 17: -- Detecting C compiler ABI info - done
> 24: -- Generating done
> 24: -- Build files have been written to:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/project_import/projectB/build
> 17: -- Check for working C compiler: /usr/bin/cc - skipped
> 17: -- Detecting C compile features
> 17: -- Detecting C compile features - done
> 17: -- Performing Test projectC_C_FLAG_TEST_1
> 24: make[2]: Entering directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/project_import/projectB/build'
> 24: make[2]: warning: jobserver unavailable: using -j1. Add '+' to parent
> make rule.
> 24: make[3]: Entering directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/project_import/projectB/build'
> 24: make[4]: Entering directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/project_import/projectB/build'
> 24: make[4]: Leaving directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/project_import/projectB/build'
> 24: make[4]: Entering directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/project_import/projectB/build'
> 24: [ 50%] Building C object CMakeFiles/libB.dir/libB.c.o
> 24: [100%] Linking C shared library lib/liblibB.so
> 17: -- Performing Test projectC_C_FLAG_TEST_1 - Success
> 17: -- Added C flag [-pipe]
> 17: -- Performing Test projectC_CXX_FLAG_TEST_1
> 24: make[4]: Leaving directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/project_import/projectB/build'
> 24: [100%] Built target libB
> 24: make[3]: Leaving directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/project_import/projectB/build'
> 24: Install the project...
> 24: -- Install configuration: "RelWithDebInfo"
> 24: -- Installing:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/project_import/projectB/install/lib/liblibB.so
> 24: -- Installing:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/project_import/projectB/install/lib/cmake/projectB/projectb-config-version.cmake
> 24: -- Installing:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/project_import/projectB/install/lib/cmake/projectB/projectb-import.cmake
> 24: -- Installing:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/project_import/projectB/install/lib/cmake/projectB/projectb-post-import.cmake
> 24: -- Installing:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/project_import/projectB/install/lib/cmake/projectB/projectb-config.cmake
> 24: -- Installing:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/project_import/projectB/install/lib/cmake/projectB/projectB-targets.cmake
> 24: -- Installing:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/project_import/projectB/install/lib/cmake/projectB/projectB-targets-relwithdebinfo.cmake
> 24: make[2]: Leaving directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/project_import/projectB/build'
> 17: -- Performing Test projectC_CXX_FLAG_TEST_1 - Success
> 17: -- Added CXX flag [-pipe]
> 17: -- Looking for sys/types.h
> 24: -- ecbuild 3.6.5 /<<PKGBUILDDIR>>/cmake
> 24: -- cmake 3.24.0 /usr/bin/cmake
> 24: -- ---------------------------------------------------------
> 24: -- Could NOT find Git (missing: GIT_EXECUTABLE)
> 24: -- Could NOT find Git (missing: GIT_EXECUTABLE)
> 24: -- The C compiler identification is GNU 12.1.0
> 17: -- Looking for sys/types.h - found
> 17: -- Looking for stdint.h
> 24: -- Detecting C compiler ABI info
> 17: -- Looking for stdint.h - found
> 17: -- Looking for stddef.h
> 24: -- Detecting C compiler ABI info - done
> 24: -- Check for working C compiler: /usr/bin/cc - skipped
> 24: -- Detecting C compile features
> 24: -- Detecting C compile features - done
> 24: -- Performing Test projectC_C_FLAG_TEST_1
> 17: -- Looking for stddef.h - found
> 17: -- Check size of void*
> 24: -- Performing Test projectC_C_FLAG_TEST_1 - Success
> 24: -- Added C flag [-pipe]
> 24: -- Looking for sys/types.h
> 17: -- Check size of void* - done
> 17: -- Check size of off_t
> 24: -- Looking for sys/types.h - found
> 24: -- Looking for stdint.h
> 17: -- Check size of off_t - done
> 24: -- Looking for stdint.h - found
> 24: -- Looking for stddef.h
> 24: -- Looking for stddef.h - found
> 24: -- Check size of void*
> 18: Running test 'ECBUILD_2_COMPAT__ok_on'
> 24: -- Check size of void* - done
> 24: -- Check size of off_t
> 24: -- Check size of off_t - done
> 17: -- ---------------------------------------------------------
> 17: -- ---------------------------------------------------------
> 17: -- [projectC] (0.1.0)
> 17: -- Feature TESTS enabled
> 17: Importing projectB, not QUIET!!!
> 17: Importing projectA, not QUIET!!!
> 17: -- projectC FOUND projectB:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ecbuild_find_package/projectB/install/lib/cmake/projectB
> (found version "0.1.0")
> 17: -- Configuring done
> 17: -- Generating done
> 17: -- Build files have been written to:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ecbuild_find_package/projectC/build
> 17: make[2]: Entering directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ecbuild_find_package/projectC/build'
> 17: make[2]: warning: jobserver unavailable: using -j1. Add '+' to parent
> make rule.
> 17: make[3]: Entering directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ecbuild_find_package/projectC/build'
> 17: make[4]: Entering directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ecbuild_find_package/projectC/build'
> 17: make[4]: Leaving directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ecbuild_find_package/projectC/build'
> 17: make[4]: Entering directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ecbuild_find_package/projectC/build'
> 17: [ 25%] Building CXX object CMakeFiles/projectC.dir/libraryC.cc.o
> 17: [ 50%] Linking CXX shared library lib/libprojectC.so
> 17: make[4]: Leaving directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ecbuild_find_package/projectC/build'
> 17: [ 50%] Built target projectC
> 17: make[4]: Entering directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ecbuild_find_package/projectC/build'
> 17: make[4]: Leaving directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ecbuild_find_package/projectC/build'
> 17: make[4]: Entering directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ecbuild_find_package/projectC/build'
> 17: [ 75%] Building CXX object CMakeFiles/main-C.dir/main.cc.o
> 24: -- ---------------------------------------------------------
> 24: -- ---------------------------------------------------------
> 24: -- [projectC] (0.1)
> 24: -- Feature TESTS enabled
> 24: libA not defined yet, as expected
> 24: libA defined as expected
> 24: libB not defined yet, as expected
> 24: libB defined as expected
> 24: projectA_FOO = foo as expected
> 24: projectA_BAR = bar as expected
> 24: projectB_FOO = spam as expected
> 24: projectB_BAR = eggs as expected
> 24: -- Configuring done
> 24: -- Generating done
> 24: -- Build files have been written to:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/project_import/projectC/build
> 22/24 Test #24: project_import ...................... Passed 3.83 sec
> 17: [100%] Linking CXX executable bin/main-C
> 17: make[4]: Leaving directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ecbuild_find_package/projectC/build'
> 17: [100%] Built target main-C
> 17: make[3]: Leaving directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ecbuild_find_package/projectC/build'
> 17: Install the project...
> 17: -- Install configuration: "RelWithDebInfo"
> 17: -- Installing:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ecbuild_find_package/projectC/install/lib/libprojectC.so
> 17: -- Installing:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ecbuild_find_package/projectC/install/include/libraryC.h
> 17: -- Installing:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ecbuild_find_package/projectC/install/bin/main-C
> 17: -- Installing:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ecbuild_find_package/projectC/install/lib/cmake/projectC/projectc-config-version.cmake
> 17: -- Installing:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ecbuild_find_package/projectC/install/lib/cmake/projectC/projectc-config.cmake
> 17: -- Installing:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ecbuild_find_package/projectC/install/lib/cmake/projectC/projectC-targets.cmake
> 17: -- Installing:
> /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ecbuild_find_package/projectC/install/lib/cmake/projectC/projectC-targets-relwithdebinfo.cmake
> 17: make[2]: Leaving directory
> '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/ecbuild_find_package/projectC/build'
> 17: libraryC = 1
> 23/24 Test #17: test_ecbuild_find_package ........... Passed 6.24 sec
> 18: Running test 'ok_on'
> 18: Running test 'ECBUILD_2_COMPAT__fail_pkg_E'
> 18: Running test 'fail_pkg_E'
> 18: Running test 'ECBUILD_2_COMPAT__fail_cond_G'
> 18: Running test 'fail_cond_G'
> 18: Running test 'ECBUILD_2_COMPAT__fail_pkg_J'
> 18: Running test 'fail_pkg_J'
> 18: Running test 'ECBUILD_2_COMPAT__fail_pkg_K'
> 18: Running test 'fail_pkg_K'
> 24/24 Test #18: test_ecbuild_add_option ............. Passed 16.74 sec
>
> 96% tests passed, 1 tests failed out of 24
>
> Label Time Summary:
> ecbuild = 72.63 sec*proc (24 tests)
> script = 72.63 sec*proc (24 tests)
>
> Total Test time (real) = 20.38 sec
>
> The following tests FAILED:
> 1 - ECBUILD-359 (Failed)
> Errors while running CTest
> make[1]: *** [Makefile:94: test] Error 8
> make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
> rm -fr -- /tmp/dh-xdg-rundir-tJ3dhHP8
> dh_auto_test: error: cd obj-x86_64-linux-gnu && make -j8 test
> ARGS\+=--verbose ARGS\+=-j8 returned exit code 2
The full build log is available from:
http://qa-logs.debian.net/2022/08/13/ecbuild_3.6.5-1_unstable.log
All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220813;[email protected]
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220813&[email protected]&allbugs=1&cseverity=1&ctags=1&caffected=1#results
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 mine
so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
Source: ecbuild
Source-Version: 3.7.0-1
Done: Alastair McKinstry <[email protected]>
We believe that the bug you reported is fixed in the latest version of
ecbuild, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Alastair McKinstry <[email protected]> (supplier of updated ecbuild 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Mon, 22 Aug 2022 11:28:11 +0100
Source: ecbuild
Architecture: source
Version: 3.7.0-1
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry <[email protected]>
Changed-By: Alastair McKinstry <[email protected]>
Closes: 1017297
Changes:
ecbuild (3.7.0-1) unstable; urgency=medium
.
* New upstream release. Closes: #1017297
* Standards-Version: 4.6.1
Checksums-Sha1:
b5ecaaa7016f5a2323c6b7c1f273dfa3c93c357c 1904 ecbuild_3.7.0-1.dsc
2dc2f5007c611b75fb924de55203d0d1a6b1ca92 213564 ecbuild_3.7.0.orig.tar.xz
677a4b11670c07a780705a0e1cd48c8461de0a9a 6300 ecbuild_3.7.0-1.debian.tar.xz
Checksums-Sha256:
b375c57ebbfcca2cc29d094aad84ec8d71e896d908d44315ca5c42d2725f7203 1904
ecbuild_3.7.0-1.dsc
40eb0d502b1e88fd262bbc83edbdaf0fb6b3df9f9e8e9c2a59ffe1d6442c0923 213564
ecbuild_3.7.0.orig.tar.xz
0a60e18f9cb7b4a3a9a86ea9b412be66199dc172ae30e67c2f13dfd409756cc5 6300
ecbuild_3.7.0-1.debian.tar.xz
Files:
251b0f5cabb65538ebbe6c8d0d0da5fd 1904 science optional ecbuild_3.7.0-1.dsc
6cd4c5227934d7b34f3db78691192022 213564 science optional
ecbuild_3.7.0.orig.tar.xz
702686198627c9ca212d03775b1d4c6e 6300 science optional
ecbuild_3.7.0-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAmMDXCgACgkQy+a7Tl2a
06URRhAAn6bQhKv/dDcmfTE9SqpnF/G30HmBtmcWOlxehdEeVXUmfe20NAaIwY/Y
cvzrZtDodx4QRhbKYW4jDjf2nsc9FRfBOBfdXgxT/80D0u6OW015tUFsK1cUW1hP
6p5liom6sBdP3WeGevRrE47dSsO+WoN2ms3Cni1WVaX+ULNPVgXgdwcE0yoFJjvi
5jb87oYmReKUyQVlbanMGf3+tO4S/KO9airHljlk1ycJy0ZyoGBKHKK0lanMDyyY
f5BH/bBsG+p4DJ8lU7Qj7TopkxA2Z22TIuIAp1plJWSRoG0eG7JmlgBtELmW7mnD
zmjhgbAZ/Z+Urs0wyoseGWUa0VD+13raTR+bCWdM2BJ79lFl+6MHJaaydsv6S99c
+kQnDv2UbgezSYPqUXfGzz/HLqQdJdTgWvf2GIMUa2d2MwUou6Fl/2VmWlAYfziS
pSiyOzYxKUe+n3RHfpeC73NFgsCmh3LnCo2ecXd75Jqwjw7fmLtJ1HV22hYzo/AZ
v9urGNpfw6iYdKea66BP1PyGAyqhP3fVHDaxoUU5eQOxtlRxGY0cjT5Jhq2Fio4l
pWoaN17RymTV+ra3DxsZ8tXVjEu1PuLTXgPlEMrt7TwmoNcYtEf9xYMj33dPF2LQ
y6tducdFeugcEdYfoYMqHLO3tRfVDS0JtuzatLpeV510KG/Kgyo=
=J+UF
-----END PGP SIGNATURE-----
--- End Message ---