Skip to content

Instantly share code, notes, and snippets.

View javashin's full-sized avatar
😎
Out

Carlos Jimenez 🇩🇴 javashin

😎
Out
View GitHub Profile
[ 1856.576929] systemd[1]: systemd-journald.service: State 'stop-watchdog' timed out. Terminating.
[ 1946.827006] systemd[1]: systemd-journald.service: State 'stop-sigterm' timed out. Killing.
[ 1946.827083] systemd[1]: systemd-journald.service: Killing process 1194 (systemd-journal) with signal SIGKILL.
[ 2037.076963] systemd[1]: systemd-journald.service: Processes still around after SIGKILL. Ignoring.
[ 2037.079330] systemd[1]: Condition check resulted in Journal Audit Socket being skipped.
[ 2127.326996] systemd[1]: systemd-journald.service: State 'stop-final-sigterm' timed out. Killing.
[ 2127.327074] systemd[1]: systemd-journald.service: Killing process 1194 (systemd-journal) with signal SIGKILL.
[ 2131.245795] systemd[1]: systemd-journald.service: Main process exited, code=killed, status=9/KILL
[ 2131.245809] systemd[1]: systemd-journald.service: Failed with result 'watchdog'.
[ 2131.250463] systemd[1]: systemd-journald.service: Service has no hold-off time (RestartSec=0), scheduling restart.
diff --git a/configure.ac b/configure.ac
index c004bd70d1b29be2151078af3ac0997132f3ec5a..b44ed1595af37c755569cbae3455298189fc5fb6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -826,7 +826,7 @@ AS_IF([test "x$enable_alsa" = "xyes" && test "x$HAVE_ALSA" = "x0"],
AS_IF([test "x$HAVE_ALSA" = "x1"],
[
save_CPPFLAGS="$CPPFLAGS"; CPPFLAGS="$CPPFLAGS $ASOUNDLIB_CFLAGS"
- AC_CHECK_HEADERS([use-case.h], HAVE_ALSA_UCM=1, HAVE_ALSA_UCM=0)
+ AC_CHECK_HEADERS([alsa/use-case.h], HAVE_ALSA_UCM=1, HAVE_ALSA_UCM=0)