Skip to content

Commit

Permalink
labs: sysdev-thirdparty-*: Add a missing dependency to build alsa-utils
Browse files Browse the repository at this point in the history
On Ubuntu22.04, gettext package is not present by default. Building
the alsa-utils library without it ends with following error:
  mv: cannot stat 't-ja.gmo': No such file or directory

Add the installation of the gettext package before starting the
Alsa-utils part of the labs

Signed-off-by: Bastien Curutchet <[email protected]>
  • Loading branch information
bastien-curutchet committed Jun 18, 2024
1 parent ba018db commit 3363f82
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
5 changes: 4 additions & 1 deletion labs/sysdev-thirdparty-bbb/sysdev-thirdparty-bbb.tex
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,10 @@ \section{alsa-lib}
\section{Alsa-utils}
Download {\em alsa-utils} from the ALSA offical webpage. We tested the lab
with version 1.2.11.
with version 1.2.11. The \code{gettext} package is needed during the build
so we have to install it.
\bashcmd{sudo apt install gettext}
Once uncompressed, we quickly discover that the {\em alsa-utils} build
system is based on the {\em autotools}, so we will work once again
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,10 @@ \section{alsa-lib}
\section{Alsa-utils}
Download {\em alsa-utils} from the ALSA offical webpage. We tested the lab
with version 1.2.11.
with version 1.2.11. The \code{gettext} package is needed during the build
so we have to install it.
\bashcmd{sudo apt install gettext}
Once uncompressed, we quickly discover that the {\em alsa-utils} build
system is based on the {\em autotools}, so we will work once again
Expand Down
5 changes: 4 additions & 1 deletion labs/sysdev-thirdparty-qemu/sysdev-thirdparty-qemu.tex
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,10 @@ \section{alsa-lib}
\section{Alsa-utils}
Download {\em alsa-utils} from the ALSA offical webpage. We tested the lab
with version 1.2.9.
with version 1.2.9. The \code{gettext} package is needed during the build
so we have to install it.
\bashcmd{sudo apt install gettext}
Once uncompressed, we quickly discover that the {\em alsa-utils} build
system is based on the {\em autotools}, so we will work once again
Expand Down
6 changes: 5 additions & 1 deletion labs/sysdev-thirdparty-stm32/sysdev-thirdparty-stm32.tex
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,12 @@ \section{alsa-lib}
\section{Alsa-utils}
Download {\em alsa-utils} from the ALSA offical webpage. We tested the lab
with version 1.2.11.
with version 1.2.11. The \code{gettext} package is needed during the build
so we have to install it.
\bashcmd{sudo apt install gettext}
Once uncompressed, we quickly discover that the {\em alsa-utils} build
system is based on the {\em autotools}, so we will work once again
Expand Down

0 comments on commit 3363f82

Please sign in to comment.