Bug 2427447 - Upgrade to 1.10 causes 'ERROR: Got unknown keyword arguments "soversion", "version"'
Summary: Upgrade to 1.10 causes 'ERROR: Got unknown keyword arguments "soversion", "ve...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: meson
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Zbigniew Jędrzejewski-Szmek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: 2427050 2435107
TreeView+ depends on / blocked
 
Reported: 2026-01-06 18:27 UTC by Mattia Verga
Modified: 2026-01-29 17:41 UTC (History)
7 users (show)

Fixed In Version: meson-1.10.1-1.fc44
Clone Of:
Environment:
Last Closed: 2026-01-29 17:41:05 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.