FS#60018 - [systemd] - meson configure option typo

Attached to Project: Arch Linux
Opened by Siegfried Metz (NiceGuy) - Tuesday, 11 September 2018, 14:07 GMT
Last edited by Christian Hesse (eworm) - Wednesday, 12 September 2018, 20:35 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Dave Reisner (falconindy)
Christian Hesse (eworm)
Architecture All
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
A little typo has been present in the PKGBUILD of systemd, since the switch to the meson build system.
In the _meson_options array, instead of "-Dgnuefi=true" it should be "-Dgnu-efi=true" (- between gnu and efi),
otherwise there is the following build message: WARNING: Unknown options: "gnuefi"

It has not been spotted until now, because "gnu-efi-libs" is pulled in as one of the makedepends,
is autodetected and enabled by default. The typo in the meson configure option is completely ignored.

Upstream URL master branch:
https://github.com/systemd/systemd/blob/master/meson_options.txt

Additional info:
>=systemd 234.0-2 is affected by this typo.
This task depends upon

Closed by  Christian Hesse (eworm)
Wednesday, 12 September 2018, 20:35 GMT
Reason for closing:  Fixed
Additional comments about closing:  in SVN trunk

Loading...