Bug #919
meson: sporadic build failures due to missing aud-dbus.h
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 about 5 years ago
Committed, thanks.
#2 Updated by Ariadne Conill about 5 years ago
- Status changed from New to Closed