Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 932130 - sys-apps/systemd-utils-254.10-r1 meson fails at build time
Summary: sys-apps/systemd-utils-254.10-r1 meson fails at build time
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo systemd Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-18 07:22 UTC by Herbert Wantesh
Modified: 2024-05-22 08:04 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Herbert Wantesh 2024-05-18 07:22:14 UTC
while running meson, the build breaks with

Program missing_syscalls.py found: YES (/usr/bin/python3.11 /tmp/portage/sys-apps/systemd-utils-254.10-r1/work/systemd-stable-254.10/src/basic/missing_syscalls.py)
Program check-filesystems.sh found: YES (/tmp/portage/sys-apps/systemd-utils-254.10-r1/work/systemd-stable-254.10/src/basic/check-filesystems.sh)

../systemd-stable-254.10/src/basic/meson.build:234:8: ERROR: Problem encountered: Unknown filesystems defined in kernel headers:

Filesystem found in kernel header but not in filesystems-gperf.gperf: PID_FS_MAGIC
Comment 1 Ionen Wolkens gentoo-dev 2024-05-18 07:45:26 UTC
Need emerge --info's output to confirm linux-headers version, but I assume you're mixing ~testing linux-headers-6.9 with stable systemd-utils. Aka this is already fixed in ~testing systemd-utils-254.12
Comment 2 Ionen Wolkens gentoo-dev 2024-05-18 07:48:19 UTC
(also, rather than using systemd-utils-254.12, I'd recommend using stable linux-headers)
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-05-18 07:52:54 UTC
Full build.log, meson-log.txt, and emerge --info please. It's probably new linux-headers with <systemd{,-utils}-255.
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-05-18 07:53:00 UTC
Ah, jinx.
Comment 5 Herbert Wantesh 2024-05-22 08:04:12 UTC
(In reply to Ionen Wolkens from comment #1)
> Need emerge --info's output to confirm linux-headers version, but I assume
> you're mixing ~testing linux-headers-6.9 with stable systemd-utils. Aka this
> is already fixed in ~testing systemd-utils-254.12

correct, merging  ~testing systemd-utils-254.12 fixed the problem, thanks