Project

General

Profile

Bug #919

meson: sporadic build failures due to missing aud-dbus.h

Added by Enne Eziarc over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Minor
Category:
audtool
Target version:
-
Start date:
November 19, 2019
Due date:
% Done:

0%

Estimated time:
Affects version:

Description

With this one-liner I start getting “fatal error: aud-dbus.h: No such file or directory” at -j4 with ccache enabled:

(set -x; for i in {2..10}; do meson setup ./build --wipe && ninja -C build -j$i || break; done)

Patch took a while to figure out (I've never used meson before), but it looks correct now.

History

#1 Updated by Ariadne Conill over 4 years ago

Committed, thanks.

#2 Updated by Ariadne Conill over 4 years ago

  • Status changed from New to Closed

Also available in: Atom PDF