Summary: | media-sound/pulseaudio-15.0[system-wide] fails to compile (dies on successful unifdef) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Herbert Wantesh <rauchwolke> |
Component: | Current packages | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | 89q1r14hd, christian, geoffrey+gentoo, igor.v.kovalenko, ionen, jstein, sam, steve |
Priority: | Normal | Keywords: | PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/22013 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
build.log
build.log on aarch64 emerge --info (aarch64) |
Description
Herbert Wantesh
2021-07-31 10:55:44 UTC
Could you please attach the full build.log and emerge --info? Created attachment 729399 [details]
build.log
Thank you for the report. We need to have all information at hand before ticket assignment. Please provide * the complete build.log as attachment and * paste the emerge info as described on https://wiki.gentoo.org/wiki/Attach_the_logs_to_the_bug_ticket Please reopen this ticket (Status:UNCONFIRMED) afterwards. || die was added to unifdef: unifdef \ [...] > "${T}"/pulseaudio \ || die But similarly to diff(1) it'll return non-zero if the output changed, aka success unless set exit mode `-x 2` in which case it'll only return non-zero on errors and can keep the || die. *** Bug 806196 has been marked as a duplicate of this bug. *** I'm hit by the same bug on a raspberry pi 4 (aarch64). I've attached the build.log and emerge --info output for this machine, if it may help you. Created attachment 733539 [details]
build.log on aarch64
Created attachment 733541 [details]
emerge --info (aarch64)
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d063e7a4a82ff651b950298756d74b9d026f591 commit 6d063e7a4a82ff651b950298756d74b9d026f591 Author: Niklāvs Koļesņikovs <89q1r14hd@relay.firefox.com> AuthorDate: 2021-08-17 14:00:57 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-08-18 19:22:54 +0000 media-sound/pulseaudio: fixes unifdef failure This bug got introduced because no one tests system-wide setups. This is still untested but according to Ionen unifdef call should now fail if there wasn't anything to modify which is exactly what we want. Closes: https://bugs.gentoo.org/805488 Thanks-to: Ionen Wolkens <ionen@gentoo.org> Signed-off-by: Niklāvs Koļesņikovs <89q1r14hd@relay.firefox.com> Closes: https://github.com/gentoo/gentoo/pull/22013 Signed-off-by: Sam James <sam@gentoo.org> media-sound/pulseaudio/pulseaudio-15.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |