[Debian-astro-maintainers] Bug#1122479: siril: FTBFS: collect2: error: ld returned 1 exit status

Santiago Vila sanvila at debian.org
Wed Dec 10 20:41:10 GMT 2025


Package: src:siril
Version: 1.4.0~rc2-1
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202512/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:siril, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --buildsystem=meson
   dh_auto_clean -O--buildsystem=meson
   dh_autoreconf_clean -O--buildsystem=meson
   dh_clean -O--buildsystem=meson
 debian/rules binary
dh binary --buildsystem=meson
   dh_update_autotools_config -O--buildsystem=meson
   dh_autoreconf -O--buildsystem=meson
configure.ac:50: installing './compile'
configure.ac:112: installing './config.guess'
configure.ac:112: installing './config.sub'
configure.ac:23: installing './install-sh'
configure.ac:23: installing './missing'
src/Makefile.am: installing './depcomp'

[... snipped ...]

Command line: `c++ -I/usr/include/opencv4 '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmpju_wzmrr/testfile.cpp' -o '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/meson-private/tmpju_wzmrr/output.obj' -c -g -O2 '-ffile-prefix-map=/<<PKGBUILDDIR>>=.' -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -O0 -fpermissive -std=c++17` -> 0
Header "opencv2/opencv_modules.hpp" has symbol "HAVE_OPENCV_STITCHING" : YES 
Determining dependency 'rtprocess' with pkg-config executable '/usr/bin/pkg-config'
env[PKG_CONFIG_PATH]: 
env[PKG_CONFIG]: /usr/bin/pkg-config
-----------
Called: `/usr/bin/pkg-config --modversion rtprocess` -> 1
stderr:
Package rtprocess was not found in the pkg-config search path.
Perhaps you should add the directory containing `rtprocess.pc'
to the PKG_CONFIG_PATH environment variable
Package 'rtprocess', required by 'virtual:world', not found
-----------
CMake binary for host machine is cached.
Preliminary CMake check failed. Aborting.
Run-time dependency rtprocess found: NO (tried pkgconfig and cmake)

Executing subproject librtprocess method cmake 

CMake binary for build machine is not cached
CMake binary missing from cross or native file, or env var undefined.
Trying a default CMake fallback at cmake
Found CMake: /usr/bin/cmake (3.31.6)

Configuring the build directory with CMake version 3.31.6
Running CMake with: -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu -DBUILD_SHARED_LIBS=False -DOPTION_OMP=False
  - build directory:          /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build
  - source directory:         /<<PKGBUILDDIR>>/subprojects/librtprocess
  - toolchain file:           /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeMesonToolchainFile.cmake
  - preload file:             /usr/lib/python3/dist-packages/mesonbuild/cmake/data/preload.cmake
  - trace args:               --trace-expand --trace-format=json-v1 --no-warn-unused-cli --trace-redirect=cmake_trace.txt
  - disabled policy warnings: [CMP0025, CMP0047, CMP0056, CMP0060, CMP0065, CMP0066, CMP0067, CMP0082, CMP0089, CMP0102]

Calling CMake (['/usr/bin/cmake']) in /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build with:
  - "-G"
  - "Ninja"
  - "-DCMAKE_INSTALL_PREFIX=/usr"
  - "-DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu"
  - "-DBUILD_SHARED_LIBS=False"
  - "-DOPTION_OMP=False"
  - "--trace-expand"
  - "--trace-format=json-v1"
  - "--no-warn-unused-cli"
  - "--trace-redirect=cmake_trace.txt"
  - "-DCMAKE_POLICY_WARNING_CMP0025=OFF"
  - "-DCMAKE_POLICY_WARNING_CMP0047=OFF"
  - "-DCMAKE_POLICY_WARNING_CMP0056=OFF"
  - "-DCMAKE_POLICY_WARNING_CMP0060=OFF"
  - "-DCMAKE_POLICY_WARNING_CMP0065=OFF"
  - "-DCMAKE_POLICY_WARNING_CMP0066=OFF"
  - "-DCMAKE_POLICY_WARNING_CMP0067=OFF"
  - "-DCMAKE_POLICY_WARNING_CMP0082=OFF"
  - "-DCMAKE_POLICY_WARNING_CMP0089=OFF"
  - "-DCMAKE_POLICY_WARNING_CMP0102=OFF"
  - "-DCMAKE_POLICY_CMP0141=NEW"
  - "-DCMAKE_TOOLCHAIN_FILE=/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeMesonToolchainFile.cmake"
  - "-DMESON_PRELOAD_FILE=/usr/lib/python3/dist-packages/mesonbuild/cmake/data/preload.cmake"
  - "/<<PKGBUILDDIR>>/subprojects/librtprocess"
CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.

Put cmake in trace mode, but with variables expanded.
Put cmake in trace mode and sets the trace output format.
Not searching for unused variables given on the command line.
Put cmake in trace mode and redirect trace output to a file instead of stderr.
Trace will be written to cmake_trace.txt

-- The CXX compiler identification is GNU 15.2.0
CMake Warning (dev) at /usr/share/cmake-3.31/Modules/CMakeInitializeConfigs.cmake:22 (set):
  Policy CMP0126 is not set: set(CACHE) does not remove a normal variable of
  the same name.  Run "cmake --help-policy CMP0126" for policy details.  Use
  the cmake_policy command to set the policy and suppress this warning.

  For compatibility with older versions of CMake, normal variable
  "CMAKE_BUILD_TYPE" will be removed from the current scope.
Call Stack (most recent call first):
  /usr/share/cmake-3.31/Modules/CMakeCXXInformation.cmake:100 (cmake_initialize_per_config_variable)
  CMakeLists.txt:20 (project)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- 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 WITH_WALL_FLAG
-- Performing Test WITH_WALL_FLAG - Success
-- Performing Test WITH_WEXTRA_FLAG
-- Performing Test WITH_WEXTRA_FLAG - Success
-- Performing Test WITH_WSHADOW_FLAG
-- Performing Test WITH_WSHADOW_FLAG - Success
-- Performing Test WITH_WWRITE_STRINGS_FLAG
-- Performing Test WITH_WWRITE_STRINGS_FLAG - Success
-- Performing Test WITH_WERROR_WRITE_STRINGS_FLAG
-- Performing Test WITH_WERROR_WRITE_STRINGS_FLAG - Success
-- Performing Test WITH_WPOINTER_ARITH_FLAG
-- Performing Test WITH_WPOINTER_ARITH_FLAG - Success
-- Performing Test WITH_WERROR_POINTER_ARITH_FLAG
-- Performing Test WITH_WERROR_POINTER_ARITH_FLAG - Success
-- Performing Test WITH_WRETURN_TYPE_FLAG
-- Performing Test WITH_WRETURN_TYPE_FLAG - Success
-- Performing Test WITH_WERROR_RETURN_TYPE_FLAG
-- Performing Test WITH_WERROR_RETURN_TYPE_FLAG - Success
-- Performing Test WITH_WUNINITIALIZED_FLAG
-- Performing Test WITH_WUNINITIALIZED_FLAG - Success
-- Performing Test WITH_WERROR_UNINITIALIZED_FLAG
-- Performing Test WITH_WERROR_UNINITIALIZED_FLAG - Success
-- Performing Test WITH_WIMPLICIT_FALLTHROUGH_FLAG
-- Performing Test WITH_WIMPLICIT_FALLTHROUGH_FLAG - Success
-- Performing Test WITH_WNO_FORMAT_ZERO_LENGTH_FLAG
-- Performing Test WITH_WNO_FORMAT_ZERO_LENGTH_FLAG - Success
-- Performing Test WITH_WMISSING_FIELD_INITIALIZERS_FLAG
-- Performing Test WITH_WMISSING_FIELD_INITIALIZERS_FLAG - Success
-- Performing Test WITH_WUNUSED_LABEL_FLAG
-- Performing Test WITH_WUNUSED_LABEL_FLAG - Success
-- Performing Test WITH_WERROR_UNUSED_LABEL_FLAG
-- Performing Test WITH_WERROR_UNUSED_LABEL_FLAG - Success
-- Performing Test WITH_FTREE_VECTORIZE_FLAG
-- Performing Test WITH_FTREE_VECTORIZE_FLAG - Success
-- Performing Test REQUIRED_FLAGS_WERROR
-- Performing Test REQUIRED_FLAGS_WERROR - Success
-- Performing Test REQUIRED_FLAGS_WFORMAT
-- Performing Test REQUIRED_FLAGS_WFORMAT - Success
-- Performing Test WITH_WFORMAT_SECURITY_FLAG
-- Performing Test WITH_WFORMAT_SECURITY_FLAG - Success
-- Performing Test WITH_WERROR_FORMAT_SECURITY_FLAG
-- Performing Test WITH_WERROR_FORMAT_SECURITY_FLAG - Success
-- Performing Test WITH_STACK_PROTECTOR_STRONG
-- Performing Test WITH_STACK_PROTECTOR_STRONG - Success
-- Performing Test WITH_STACK_CLASH_PROTECTION
-- Performing Test WITH_STACK_CLASH_PROTECTION - Success
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1")
-- Configuring done (1.7s)
CMake Warning (dev) at src/CMakeLists.txt:23 (add_library):
  Policy CMP0156 is not set: De-duplicate libraries on link lines based on
  linker capabilities.  Run "cmake --help-policy CMP0156" for policy details.
  Use the cmake_policy command to set the policy and suppress this warning.

  Since the policy is not set, legacy libraries de-duplication strategy will
  be applied.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Generating done (0.0s)
-- Build files have been written to: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build

CMake configuration: SUCCEEDED
CMake trace warning: add_executable() non imported executables are not supported
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-wUp1Ph/CMakeLists.txt:22 add_executable(['cmTC_314b5'])
CMake trace warning: target_link_libraries() TARGET cmTC_314b5 not found
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-wUp1Ph/CMakeLists.txt:28 target_link_libraries(['cmTC_314b5', ''])
CMake trace warning: add_executable() non imported executables are not supported
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-iKlfQ1/CMakeLists.txt:21 add_executable(['cmTC_69af4'])
CMake trace warning: target_link_libraries() TARGET cmTC_69af4 not found
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-iKlfQ1/CMakeLists.txt:27 target_link_libraries(['cmTC_69af4', ''])
CMake trace warning: add_executable() non imported executables are not supported
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-dxbwTM/CMakeLists.txt:21 add_executable(['cmTC_547f1'])
CMake trace warning: target_link_libraries() TARGET cmTC_547f1 not found
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-dxbwTM/CMakeLists.txt:27 target_link_libraries(['cmTC_547f1', ''])
CMake trace warning: add_executable() non imported executables are not supported
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-Fqdi8b/CMakeLists.txt:21 add_executable(['cmTC_0af4e'])
CMake trace warning: target_link_libraries() TARGET cmTC_0af4e not found
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-Fqdi8b/CMakeLists.txt:27 target_link_libraries(['cmTC_0af4e', ''])
CMake trace warning: add_executable() non imported executables are not supported
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-x2cGf0/CMakeLists.txt:21 add_executable(['cmTC_b50c5'])
CMake trace warning: target_link_libraries() TARGET cmTC_b50c5 not found
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-x2cGf0/CMakeLists.txt:27 target_link_libraries(['cmTC_b50c5', ''])
CMake trace warning: add_executable() non imported executables are not supported
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-cSjj6H/CMakeLists.txt:21 add_executable(['cmTC_34af4'])
CMake trace warning: target_link_libraries() TARGET cmTC_34af4 not found
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-cSjj6H/CMakeLists.txt:27 target_link_libraries(['cmTC_34af4', ''])
CMake trace warning: add_executable() non imported executables are not supported
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-BpIOOI/CMakeLists.txt:21 add_executable(['cmTC_48c14'])
CMake trace warning: target_link_libraries() TARGET cmTC_48c14 not found
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-BpIOOI/CMakeLists.txt:27 target_link_libraries(['cmTC_48c14', ''])
CMake trace warning: add_executable() non imported executables are not supported
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-sMNhEy/CMakeLists.txt:21 add_executable(['cmTC_1ab34'])
CMake trace warning: target_link_libraries() TARGET cmTC_1ab34 not found
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-sMNhEy/CMakeLists.txt:27 target_link_libraries(['cmTC_1ab34', ''])
CMake trace warning: add_executable() non imported executables are not supported
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-Tp4uW6/CMakeLists.txt:21 add_executable(['cmTC_00083'])
CMake trace warning: target_link_libraries() TARGET cmTC_00083 not found
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-Tp4uW6/CMakeLists.txt:27 target_link_libraries(['cmTC_00083', ''])
CMake trace warning: add_executable() non imported executables are not supported
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-NCaeS2/CMakeLists.txt:21 add_executable(['cmTC_e7420'])
CMake trace warning: target_link_libraries() TARGET cmTC_e7420 not found
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-NCaeS2/CMakeLists.txt:27 target_link_libraries(['cmTC_e7420', ''])
CMake trace warning: add_executable() non imported executables are not supported
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-Hc7MKl/CMakeLists.txt:21 add_executable(['cmTC_9bfca'])
CMake trace warning: target_link_libraries() TARGET cmTC_9bfca not found
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-Hc7MKl/CMakeLists.txt:27 target_link_libraries(['cmTC_9bfca', ''])
CMake trace warning: add_executable() non imported executables are not supported
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-LA1AZo/CMakeLists.txt:21 add_executable(['cmTC_26973'])
CMake trace warning: target_link_libraries() TARGET cmTC_26973 not found
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-LA1AZo/CMakeLists.txt:27 target_link_libraries(['cmTC_26973', ''])
CMake trace warning: add_executable() non imported executables are not supported
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-3EqCs0/CMakeLists.txt:21 add_executable(['cmTC_11f49'])
CMake trace warning: target_link_libraries() TARGET cmTC_11f49 not found
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-3EqCs0/CMakeLists.txt:27 target_link_libraries(['cmTC_11f49', ''])
CMake trace warning: add_executable() non imported executables are not supported
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-NtlcGU/CMakeLists.txt:21 add_executable(['cmTC_6eca8'])
CMake trace warning: target_link_libraries() TARGET cmTC_6eca8 not found
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-NtlcGU/CMakeLists.txt:27 target_link_libraries(['cmTC_6eca8', ''])
CMake trace warning: add_executable() non imported executables are not supported
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-uh4GHl/CMakeLists.txt:21 add_executable(['cmTC_47ed5'])
CMake trace warning: target_link_libraries() TARGET cmTC_47ed5 not found
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-uh4GHl/CMakeLists.txt:27 target_link_libraries(['cmTC_47ed5', ''])
CMake trace warning: add_executable() non imported executables are not supported
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-mprnzg/CMakeLists.txt:21 add_executable(['cmTC_84b15'])
CMake trace warning: target_link_libraries() TARGET cmTC_84b15 not found
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-mprnzg/CMakeLists.txt:27 target_link_libraries(['cmTC_84b15', ''])
CMake trace warning: add_executable() non imported executables are not supported
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-t6Ah71/CMakeLists.txt:21 add_executable(['cmTC_44afb'])
CMake trace warning: target_link_libraries() TARGET cmTC_44afb not found
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-t6Ah71/CMakeLists.txt:27 target_link_libraries(['cmTC_44afb', ''])
CMake trace warning: add_executable() non imported executables are not supported
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-n19qsa/CMakeLists.txt:21 add_executable(['cmTC_45319'])
CMake trace warning: target_link_libraries() TARGET cmTC_45319 not found
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-n19qsa/CMakeLists.txt:27 target_link_libraries(['cmTC_45319', ''])
CMake trace warning: add_executable() non imported executables are not supported
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-oUljCL/CMakeLists.txt:21 add_executable(['cmTC_8f177'])
CMake trace warning: target_link_libraries() TARGET cmTC_8f177 not found
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-oUljCL/CMakeLists.txt:27 target_link_libraries(['cmTC_8f177', ''])
CMake trace warning: add_executable() non imported executables are not supported
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-xXx9Zb/CMakeLists.txt:21 add_executable(['cmTC_a74fd'])
CMake trace warning: target_link_libraries() TARGET cmTC_a74fd not found
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-xXx9Zb/CMakeLists.txt:27 target_link_libraries(['cmTC_a74fd', ''])
CMake trace warning: add_executable() non imported executables are not supported
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-l9QjWA/CMakeLists.txt:21 add_executable(['cmTC_a7546'])
CMake trace warning: target_link_libraries() TARGET cmTC_a7546 not found
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-l9QjWA/CMakeLists.txt:27 target_link_libraries(['cmTC_a7546', ''])
CMake trace warning: add_executable() non imported executables are not supported
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-wKu6su/CMakeLists.txt:21 add_executable(['cmTC_bf3cb'])
CMake trace warning: target_link_libraries() TARGET cmTC_bf3cb not found
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-wKu6su/CMakeLists.txt:27 target_link_libraries(['cmTC_bf3cb', ''])
CMake trace warning: add_executable() non imported executables are not supported
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-d1sc3M/CMakeLists.txt:21 add_executable(['cmTC_f526c'])
CMake trace warning: target_link_libraries() TARGET cmTC_f526c not found
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-d1sc3M/CMakeLists.txt:27 target_link_libraries(['cmTC_f526c', ''])
CMake trace warning: add_executable() non imported executables are not supported
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-ZHZ9hM/CMakeLists.txt:21 add_executable(['cmTC_a6232'])
CMake trace warning: target_link_libraries() TARGET cmTC_a6232 not found
CMake TRACE: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/__CMake_build/CMakeFiles/CMakeScratch/TryCompile-ZHZ9hM/CMakeLists.txt:27 target_link_libraries(['cmTC_a6232', ''])
CMake TARGET:
  -- name:      rtprocess
  -- type:      NORMAL
  -- imported:  False
  -- properties: {
      'INCLUDE_DIRECTORIES': ['/<<PKGBUILDDIR>>/subprojects/librtprocess/src/include', '']
      'INTERFACE_INCLUDE_DIRECTORIES': ['/<<PKGBUILDDIR>>/subprojects/librtprocess/src/include', '']
      'COMPILE_DEFINITIONS': ['LIBRTPROCESS_STATIC']
      'INTERFACE_COMPILE_DEFINITIONS': []
      'COMPILE_OPTIONS': ['-Wall', '-Wextra', '-Wshadow', '-Wwrite-strings', '-Werror=write-strings', '-Wpointer-arith', '-Werror=pointer-arith', '-Wreturn-type', '-Werror=return-type', '-Wuninitialized', '-Werror=uninitialized', '-Wimplicit-fallthrough', '-Wno-format-zero-length', '-Wmissing-field-initializers', '-Wunused-label', '-Werror=unused-label', '-ftree-vectorize', '-Wformat', '-Wformat-security', '-Werror=format-security', '-fstack-protector-strong', '-fstack-clash-protection']
      'INTERFACE_COMPILE_OPTIONS': []
      'LINKER_FLAGS': ['', 'PROPERTY', 'PUBLIC_HEADER', 'include/librtprocess.h']
      'VERSION': ['0.0.1']
      'SOVERSION': ['0']
     }
  -- tline: CMake TRACE: /<<PKGBUILDDIR>>/subprojects/librtprocess/src/CMakeLists.txt:23 add_library(['rtprocess', 'demosaic/ahd.cc;demosaic/amaze.cc;demosaic/bayerfast.cc;demosaic/border.cc;demosaic/dcb.cc;demosaic/hphd.cc;demosaic/igv.cc;demosaic/lmmse.cc;demosaic/markesteijn.cc;demosaic/rcd.cc;demosaic/vng4.cc;demosaic/xtransfast.cc;preprocess/CA_correct.cc;postprocess/hilite_recon.cc'])
CMake project rtprocess 0.11.0 has 2 build targets.
Generated Meson AST: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/subprojects/librtprocess/meson.build
Project name: rtprocess
Project version: 0.11.0
C++ compiler for the host machine: c++ (gcc 15.2.0 "c++ (Debian 15.2.0-11) 15.2.0")
C++ linker for the host machine: c++ ld.bfd 2.45.50.20251209
C++ compiler for the build machine: c++ (gcc 15.2.0 "c++ (Debian 15.2.0-11) 15.2.0")
C++ linker for the build machine: c++ ld.bfd 2.45.50.20251209

../subprojects/librtprocess/meson.build:39:0: ERROR: Got unknown keyword arguments "soversion", "version"
dh_auto_configure: error: cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb LC_ALL=C.UTF-8 meson setup .. --wrap-mode=nodownload --buildtype=plain --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=lib/x86_64-linux-gnu -Dpython.bytecompile=-1 -Dcriterion=false returned exit code 1
make[1]: *** [debian/rules:15: override_dh_auto_configure] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:9: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------



More information about the Debian-astro-maintainers mailing list