Bug 2427447

Summary: Upgrade to 1.10 causes 'ERROR: Got unknown keyword arguments "soversion", "version"'
Product: [Fedora] Fedora Reporter: Mattia Verga <mattia.verga>
Component: mesonAssignee: Zbigniew Jędrzejewski-Szmek <zbyszek>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: carl, igor.raits, kalevlember, pbonzini, suraj.ghimire7, wtaymans, zbyszek
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: meson-1.10.1-1.fc44 Doc Type: ---
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2026-01-29 17:41:05 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 2427050, 2435107    

Description Mattia Verga 2026-01-06 18:27:36 UTC
Siril build is broken after meson upgrade to 1.10:
subprojects/htmesh/meson.build:21:0: ERROR: Got unknown keyword arguments "soversion", "version"
https://koji.fedoraproject.org/koji/taskinfo?taskID=140798698

AFAIK, the code
set_target_properties(htmesh PROPERTIES
    VERSION 1.0.0
    SOVERSION 1)
is sane CMake, so I don't think meson should fail there.

A similar report has been posted against Gentoo:
https://bugs.gentoo.org/968000

Comment 1 Mattia Verga 2026-01-07 17:08:33 UTC
Upstream bug: https://github.com/mesonbuild/meson/issues/15360