When I try to install the package I get the following error: ... Program gperf found: NO meson.build:609:0: ERROR: Program 'gperf' not found A full log can be found at /var/tmp/portage/sys-apps/systemd-tmpfiles-246/work/systemd-tmpfiles-246-build/meson-logs/meson-log.txt * ERROR: sys-apps/systemd-tmpfiles-246::gentoo failed (configure phase): * (no error message) * * Call stack: * ebuild.sh, line 125: Called src_configure * environment, line 2218: Called meson_src_configure * environment, line 1526: Called die * The specific snippet of code: * "${mesonargs[@]}" ) || die * * If you need support, post the output of `emerge --info '=sys-apps/systemd-tmpfiles-246::gentoo'`, * the complete build log and the output of `emerge -pqv '=sys-apps/systemd-tmpfiles-246::gentoo'`. * The complete build log is located at '/var/tmp/portage/sys-apps/systemd-tmpfiles-246/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/sys-apps/systemd-tmpfiles-246/temp/environment'. * Working directory: '/var/tmp/portage/sys-apps/systemd-tmpfiles-246/work/systemd-246' * S: '/var/tmp/portage/sys-apps/systemd-tmpfiles-246/work/systemd-246' >>> Failed to emerge sys-apps/systemd-tmpfiles-246 for /build/rootfs/, Log file: >>> '/var/tmp/portage/sys-apps/systemd-tmpfiles-246/temp/build.log' After I install dev-util/gperf the requirement is satisfied. Unfortunately I no longer have the build.log Reproducible: Always Steps to Reproduce: 1. a sytem without dev-util/gperf 2. emerge sys-apps/systemd-tmpfiles
Created attachment 697068 [details] emerge --info
(In reply to Stefan Langenmaier from comment #0) > Unfortunately I no longer have the build.log Should be fine, I can confirm if I remove gperf. udev and systemd currently BDEPEND on gperf likely because of this.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b794c587ac013c4a6ebfce9c9d9dc4cb95d63973 commit b794c587ac013c4a6ebfce9c9d9dc4cb95d63973 Author: Georgy Yakovlev <gyakovlev@gentoo.org> AuthorDate: 2021-04-07 21:37:42 +0000 Commit: Georgy Yakovlev <gyakovlev@gentoo.org> CommitDate: 2021-04-07 21:37:56 +0000 sys-apps/systemd-tmpfiles: add gperf BDEPEND Closes: https://bugs.gentoo.org/779916 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org> sys-apps/systemd-tmpfiles/systemd-tmpfiles-246.ebuild | 1 + 1 file changed, 1 insertion(+)
thanks for catching!