sonic-pi-net / sonic-pi

Code. Music. Live.
https://sonic-pi.net
Other
10.75k stars 918 forks source link

Error when trying to build Sonic Pi for linux #3112

Closed steffenkrogmann closed 2 years ago

steffenkrogmann commented 2 years ago

Hi, I tried to build Sonic Pi for Linux (not a dev, just following instructions provided).

I get the following error/output at the end. Does anyone know what the issue might be?

Thank you!

Compiling Erlang/Elixir files... ** (CompileError) config/config.exs:52: undefined function config_env/0 (elixir) src/elixir_bitstring.erl:142: :elixir_bitstring.expand_expr/4 (elixir) src/elixir_bitstring.erl:27: :elixir_bitstring.expand/8 (elixir) src/elixir_bitstring.erl:20: :elixir_bitstring.expand/4 (stdlib) lists.erl:1354: :lists.mapfoldl/3 (elixir) expanding macro: Config.import_config/1

rbnpi commented 2 years ago

It may be the version of elixir you have installed. Many distros don't have one that is recent enough. If you have used distro supplied erlang and elixir packages you can uninstall them and instead you can use the script pi-install-elixir.sh (which should work on other linux platforms) to install the latest version under the folder .asdf in the user home folder. Check the versions of elixir you have first. on my build on raspberry pi 64 bit OS I have

pi@raspberrypi:~ $ elixir --version
Erlang/OTP 25 [erts-13.0] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [jit]

Elixir 1.13.4 (compiled with Erlang/OTP 25)

If you do try this, I would delete the sonic-pi/app/server/beam/tau/_build folder before retrying to compile, for which you can use the script ./linux-pre-tau-prod-release.sh All being well you can then continue the overall build with the scripts ./linux-config.sh and ./linux-build-gui.sh

Also you should restart your shell after using pi-install-elixir.sh to make sure you pick up the new install location.

steffenkrogmann commented 2 years ago

Thank you for the feedback!

I will try that and post will post an update on how it goes.

bjornandersson commented 2 years ago

It may be the version of elixir you have installed. Many distros don't have one that is recent enough. If you have used distro supplied erlang and elixir packages you can uninstall them and instead you can use the script pi-install-elixir.sh (which should work on other linux platforms) to install the latest version under the folder .asdf in the user home folder. Check the versions of elixir you have first. on my build on raspberry pi 64 bit OS I have

pi@raspberrypi:~ $ elixir --version
Erlang/OTP 25 [erts-13.0] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [jit]

Elixir 1.13.4 (compiled with Erlang/OTP 25)

If you do try this, I would delete the sonic-pi/app/server/beam/tau/_build folder before retrying to compile, for which you can use the script ./linux-pre-tau-prod-release.sh All being well you can then continue the overall build with the scripts ./linux-config.sh and ./linux-build-gui.sh

Also you should restart your shell after using pi-install-elixir.sh to make sure you pick up the new install location.

I had the same problem and this solution worked for me. However, the build fails at a later step with...

-- Configuring done
CMake Error at vcpkg/scripts/buildsystems/vcpkg.cmake:573 (_add_executable):
  Target "sonic-pi" links to target "Qt::PrintSupport" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?
Call Stack (most recent call first):
  gui/qt/CMakeLists.txt:203 (add_executable)

CMake Error at vcpkg/scripts/buildsystems/vcpkg.cmake:573 (_add_executable):
  Target "sonic-pi" links to target "Qt::Widgets" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?
Call Stack (most recent call first):
  gui/qt/CMakeLists.txt:203 (add_executable)

CMake Error at vcpkg/scripts/buildsystems/vcpkg.cmake:573 (_add_executable):
  Target "sonic-pi" links to target "Qt::OpenGL" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?
Call Stack (most recent call first):
  gui/qt/CMakeLists.txt:203 (add_executable)

CMake Error at vcpkg/scripts/buildsystems/vcpkg.cmake:573 (_add_executable):
  Target "sonic-pi" links to target "Qt::Xml" but the target was not found.
  Perhaps a find_package() call is missing for an IMPORTED target, or an
  ALIAS target is missing?
Call Stack (most recent call first):
  gui/qt/CMakeLists.txt:203 (add_executable)

CMake Error at vcpkg/scripts/buildsystems/vcpkg.cmake:573 (_add_executable):
  Target "sonic-pi" links to target "Qt::Core" but the target was not found.
  Perhaps a find_package() call is missing for an IMPORTED target, or an
  ALIAS target is missing?
Call Stack (most recent call first):
  gui/qt/CMakeLists.txt:203 (add_executable)

CMake Error at vcpkg/scripts/buildsystems/vcpkg.cmake:573 (_add_executable):
  Target "sonic-pi" links to target "Qt::Gui" but the target was not found.
  Perhaps a find_package() call is missing for an IMPORTED target, or an
  ALIAS target is missing?
Call Stack (most recent call first):
  gui/qt/CMakeLists.txt:203 (add_executable)

CMake Error at vcpkg/scripts/buildsystems/vcpkg.cmake:573 (_add_executable):
  Target "sonic-pi" links to target "Qt::Widgets" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?
Call Stack (most recent call first):
  gui/qt/CMakeLists.txt:203 (add_executable)

CMake Error at vcpkg/scripts/buildsystems/vcpkg.cmake:573 (_add_executable):
  Target "sonic-pi" links to target "Qt::OpenGL" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?
Call Stack (most recent call first):
  gui/qt/CMakeLists.txt:203 (add_executable)

CMake Error at vcpkg/scripts/buildsystems/vcpkg.cmake:573 (_add_executable):
  Target "sonic-pi" links to target "Qt::Concurrent" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?
Call Stack (most recent call first):
  gui/qt/CMakeLists.txt:203 (add_executable)

CMake Error at vcpkg/scripts/buildsystems/vcpkg.cmake:573 (_add_executable):
  Target "sonic-pi" links to target "Qt::Network" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?
Call Stack (most recent call first):
  gui/qt/CMakeLists.txt:203 (add_executable)

CMake Error at vcpkg/scripts/buildsystems/vcpkg.cmake:613 (_add_library):
  Target "QScintilla" links to target "Qt::PrintSupport" but the target was
  not found.  Perhaps a find_package() call is missing for an IMPORTED
  target, or an ALIAS target is missing?
Call Stack (most recent call first):
  gui/qt/QScintilla_src-2.13.3/CMakeLists.txt:283 (add_library)

CMake Error at vcpkg/scripts/buildsystems/vcpkg.cmake:613 (_add_library):
  Target "QScintilla" links to target "Qt::Widgets" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?
Call Stack (most recent call first):
  gui/qt/QScintilla_src-2.13.3/CMakeLists.txt:283 (add_library)

CMake Error at vcpkg/scripts/buildsystems/vcpkg.cmake:613 (_add_library):
  Target "QScintilla" links to target "Qt::OpenGL" but the target was not
  found.  Perhaps a find_package() call is missing for an IMPORTED target, or
  an ALIAS target is missing?
Call Stack (most recent call first):
  gui/qt/QScintilla_src-2.13.3/CMakeLists.txt:283 (add_library)

CMake Error at vcpkg/scripts/buildsystems/vcpkg.cmake:613 (_add_library):
  Target "QScintilla" links to target "Qt::Xml" but the target was not found.
  Perhaps a find_package() call is missing for an IMPORTED target, or an
  ALIAS target is missing?
Call Stack (most recent call first):
  gui/qt/QScintilla_src-2.13.3/CMakeLists.txt:283 (add_library)

-- Generating done
CMake Generate step failed.  Build files cannot be regenerated correctly.
nlebellier commented 2 years ago

Hi there,

Happy not to be alone to meet difficulties to install from sources for LInux.

nlb@devbox:~/audio/spi07072022/app$ ./linux-build-all.sh
Cloning vcpkg
Clonage dans 'vcpkg'...
remote: Enumerating objects: 10780, done.
remote: Counting objects: 100% (10780/10780), done.
remote: Compressing objects: 100% (9588/9588), done.
remote: Total 10780 (delta 2289), reused 6813 (delta 1137), pack-reused 0
Réception d'objets: 100% (10780/10780), 4.73 Mio | 1.21 Mio/s, fait.
Résolution des deltas: 100% (2289/2289), fait.
Note : basculement sur '14e7bb4ae24616ec54ff6b2f6ef4e8659434ea44'.

Vous êtes dans l'état « HEAD détachée ». Vous pouvez visiter, faire des modifications
expérimentales et les valider. Il vous suffit de faire un autre basculement pour
abandonner les commits que vous faites dans cet état sans impacter les autres branches

Si vous voulez créer une nouvelle branche pour conserver les commits que vous créez,
il vous suffit d'utiliser l'option -c de la commande switch comme ceci :

  git switch -c <nom-de-la-nouvelle-branche>

Ou annuler cette opération avec :

  git switch -

Désactivez ce conseil en renseignant la variable de configuration advice.detachedHead à false

Mise à jour des fichiers: 100% (8820/8820), fait.
Building vcpkg
Downloading vcpkg-glibc...
Computing installation plan...
A suitable version of cmake was not found (required v3.22.2). Downloading portable cmake v3.22.2...
Downloading cmake...
  https://github.com/Kitware/CMake/releases/download/v3.22.2/cmake-3.22.2-linux-x86_64.tar.gz -> /home/nlb/audio/spi07072022/app/vcpkg/downloads/cmake-3.22.2linux-x86_64.tar.gz
Extracting cmake...
The following packages will be built and installed:
    catch2[core]:x64-linux -> 2.13.9
    concurrentqueue[core]:x64-linux -> 1.0.3
    crossguid[core]:x64-linux -> 2021-10-22#2
  * egl-registry[core]:x64-linux -> 2021-11-23
    fmt[core]:x64-linux -> 8.1.1#1
    gl3w[core]:x64-linux -> 2018-05-31#4
    gsl-lite[core]:x64-linux -> 0.40.0
    kissfft[core]:x64-linux -> 2021-11-14
  * libuuid[core]:x64-linux -> 1.0.3#11
  * opengl-registry[core]:x64-linux -> 2021-11-17
    platform-folders[core]:x64-linux -> 4.1.0
    reproc[core]:x64-linux -> 14.2.4#1
    sdl2[core,x11]:x64-linux -> 2.0.20#3
  * vcpkg-cmake[core]:x64-linux -> 2022-05-06
  * vcpkg-cmake-config[core]:x64-linux -> 2022-02-06
Additional packages (*) will be modified to complete this operation.
Detecting compiler hash for triplet x64-linux...
Restored 0 packages from /home/nlb/.cache/vcpkg/archives in 39.44 us. Use --debug to see more details.
Installing 1/15 vcpkg-cmake:x64-linux...
Building vcpkg-cmake[core]:x64-linux...
-- Installing: /home/nlb/audio/spi07072022/app/vcpkg/packages/vcpkg-cmake_x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake
-- Installing: /home/nlb/audio/spi07072022/app/vcpkg/packages/vcpkg-cmake_x64-linux/share/vcpkg-cmake/vcpkg_cmake_build.cmake
-- Installing: /home/nlb/audio/spi07072022/app/vcpkg/packages/vcpkg-cmake_x64-linux/share/vcpkg-cmake/vcpkg_cmake_install.cmake
-- Installing: /home/nlb/audio/spi07072022/app/vcpkg/packages/vcpkg-cmake_x64-linux/share/vcpkg-cmake/vcpkg_cmake_get_vars.cmake
-- Installing: /home/nlb/audio/spi07072022/app/vcpkg/packages/vcpkg-cmake_x64-linux/share/vcpkg-cmake/cmake_get_vars
-- Installing: /home/nlb/audio/spi07072022/app/vcpkg/packages/vcpkg-cmake_x64-linux/share/vcpkg-cmake/cmake_get_vars/CMakeLists.txt
-- Installing: /home/nlb/audio/spi07072022/app/vcpkg/packages/vcpkg-cmake_x64-linux/share/vcpkg-cmake/vcpkg-port-config.cmake
-- Installing: /home/nlb/audio/spi07072022/app/vcpkg/packages/vcpkg-cmake_x64-linux/share/vcpkg-cmake/copyright
-- Performing post-build validation
-- Performing post-build validation done
/mnt/vss/_work/1/s/src/vcpkg/build.cpp(1456): copy_file("/home/nlb/audio/spi07072022/app/vcpkg/buildtrees/vcpkg-cmake/x64-linux.vcpkg_abi_info.txt", "/home/nlb/audio/spi07072022/app/vcpkg/packages/vcpkg-cmake_x64-linux/share/vcpkg-cmake/vcpkg_abi_info.txt"): Argument invalide
nlb@devbox:~/audio/spi07072022/app$ 

So if you have an idea for this vcpkg issue ?

rbnpi commented 2 years ago

What version of cmake do you have installed? I think I used snap to install the latest when I had an issue. for the Pi see https://snapcraft.io/install/cmake/raspbian similar for other distro. NB restart after install to make sure it is picked up

nlebellier commented 2 years ago

Thanks Robin for your answer.

On another computer on ubuntu 22.04 same issue

nlb@hermes:~$ cd audio/spi4/
nlb@hermes:~/audio/spi4$ cmake --version
cmake version 3.22.1

CMake suite maintained and supported by Kitware (kitware.com/cmake).
nlb@hermes:~/audio/spi4$ elixir --version
Erlang/OTP 25 [erts-13.0.2] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [jit:ns]

Elixir 1.13.4 (compiled with Erlang/OTP 25)
nlb@hermes:~/audio/spi4$ app
app                 applygnupgdefaults  apport-unpack
apparmor_parser     apport-bug          appres
apparmor_status     apport-cli          appstreamcli
applet-coherence    apport-collect      
nlb@hermes:~/audio/spi4$ cd app/
nlb@hermes:~/audio/spi4/app$ ./linux-
linux-build-all.sh             linux-pre-tau-dev-init.sh
linux-build-gui.sh             linux-pre-tau-prod-release.sh
linux-clean.sh                 linux-pre-translations.sh
linux-config.sh                linux-pre-vcpkg.sh
linux-prebuild.sh              linux-release.sh
linux-pre-copy-binaries.sh     
nlb@hermes:~/audio/spi4/app$ ./linux-build-all.sh 
Computing installation plan...
The following packages will be built and installed:
    catch2[core]:x64-linux -> 2.13.9
    concurrentqueue[core]:x64-linux -> 1.0.3
    crossguid[core]:x64-linux -> 2021-10-22#2
  * egl-registry[core]:x64-linux -> 2021-11-23
    fmt[core]:x64-linux -> 8.1.1#1
    gl3w[core]:x64-linux -> 2018-05-31#4
    gsl-lite[core]:x64-linux -> 0.40.0
    kissfft[core]:x64-linux -> 2021-11-14
  * libuuid[core]:x64-linux -> 1.0.3#11
  * opengl-registry[core]:x64-linux -> 2021-11-17
    platform-folders[core]:x64-linux -> 4.1.0
    reproc[core]:x64-linux -> 14.2.4#1
    sdl2[core,x11]:x64-linux -> 2.0.20#3
  * vcpkg-cmake[core]:x64-linux -> 2022-05-06
  * vcpkg-cmake-config[core]:x64-linux -> 2022-02-06
Additional packages (*) will be modified to complete this operation.
Detecting compiler hash for triplet x64-linux...
Restored 0 packages from /home/nlb/.cache/vcpkg/archives in 52.89 us. Use --debug to see more details.
Installing 1/15 vcpkg-cmake:x64-linux...
Building vcpkg-cmake[core]:x64-linux...
-- Installing: /home/nlb/audio/spi4/app/vcpkg/packages/vcpkg-cmake_x64-linux/share/vcpkg-cmake/vcpkg_cmake_configure.cmake
-- Installing: /home/nlb/audio/spi4/app/vcpkg/packages/vcpkg-cmake_x64-linux/share/vcpkg-cmake/vcpkg_cmake_build.cmake
-- Installing: /home/nlb/audio/spi4/app/vcpkg/packages/vcpkg-cmake_x64-linux/share/vcpkg-cmake/vcpkg_cmake_install.cmake
-- Installing: /home/nlb/audio/spi4/app/vcpkg/packages/vcpkg-cmake_x64-linux/share/vcpkg-cmake/vcpkg_cmake_get_vars.cmake
-- Installing: /home/nlb/audio/spi4/app/vcpkg/packages/vcpkg-cmake_x64-linux/share/vcpkg-cmake/cmake_get_vars
-- Installing: /home/nlb/audio/spi4/app/vcpkg/packages/vcpkg-cmake_x64-linux/share/vcpkg-cmake/cmake_get_vars/CMakeLists.txt
-- Installing: /home/nlb/audio/spi4/app/vcpkg/packages/vcpkg-cmake_x64-linux/share/vcpkg-cmake/vcpkg-port-config.cmake
-- Installing: /home/nlb/audio/spi4/app/vcpkg/packages/vcpkg-cmake_x64-linux/share/vcpkg-cmake/copyright
-- Performing post-build validation
-- Performing post-build validation done
/mnt/vss/_work/1/s/src/vcpkg/build.cpp(1456): copy_file("/home/nlb/audio/spi4/app/vcpkg/buildtrees/vcpkg-cmake/x64-linux.vcpkg_abi_info.txt", "/home/nlb/audio/spi4/app/vcpkg/packages/vcpkg-cmake_x64-linux/share/vcpkg-cmake/vcpkg_abi_info.txt"): Argument invalide
nlb@hermes:~/audio/spi4/app$ 

which version of cmake we need actually ?

lilyinstarlight commented 2 years ago

It's failing in vcpkg which actually bootstraps its own version of CMake (so system CMake wouldn't matter as much for that step). Are you possibly using VirtualBox by any chance @nlebellier? microsoft/vcpkg#24585 might be related

nlebellier commented 2 years ago

Are you possibly using VirtualBox by any chance @nlebellier? microsoft/vcpkg#24585 might be related

Thanks for your answer but i try on a real machine not in a virtualbox machine. That was the meaning of your question ?

@rbnpi

nlb@hermes:~/audio/spi4$ cmake --version
cmake version 3.22.1

CMake suite maintained and supported by Kitware (kitware.com/cmake).
nlb@hermes:~/audio/spi4$ sudo snap install cmake --classic
sudo: impossible de résoudre l'hôte hermes: Nom ou service inconnu
[sudo] Mot de passe de nlb : 
le snap "cmake" est déjà installé, voir « snap help refresh »
nlb@hermes:~/audio/spi4$ whereis cmake
cmake: /usr/bin/cmake /usr/lib/x86_64-linux-gnu/cmake /usr/share/cmake /snap/bin/cmake /usr/share/man/man1/cmake.1.gz
nlb@hermes:~/audio/spi4$ sudo apt remove cmake
sudo: impossible de résoudre l'hôte hermes: Nom ou service inconnu
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait      
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
  cmake-data dh-elpa-helper kbuild libgsoap-2.8.117 libjsoncpp25 liblzf1
  librhash0 module-assistant
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
Les paquets suivants seront ENLEVÉS :
  cmake
0 mis à jour, 0 nouvellement installés, 1 à enlever et 0 non mis à jour.
Après cette opération, 21,2 Mo d'espace disque seront libérés.
Souhaitez-vous continuer ? [O/n] O
(Lecture de la base de données... 889533 fichiers et répertoires déjà installés.
)
Suppression de cmake (3.22.1-1ubuntu1) ...
Traitement des actions différées (« triggers ») pour man-db (2.10.2-1) ...
nlb@hermes:~/audio/spi4$ cmake --version
bash: /usr/bin/cmake: Aucun fichier ou dossier de ce type
nlb@hermes:~/audio/spi4$ /snap/c
chromium/ cmake/    core18/   core20/   
nlb@hermes:~/audio/spi4$ /snap/cmake/
1088/    current/ 
nlb@hermes:~/audio/spi4$ /snap/cmake/current/
bin/   doc/   etc/   lib/   man/   meta/  share/ snap/  usr/   
nlb@hermes:~/audio/spi4$ /snap/cmake/current/bin/c
ccmake     cmake      cmake-gui  cpack      ctest      
nlb@hermes:~/audio/spi4$ /snap/cmake/current/bin/cmake --version
cmake version 3.23.2

CMake suite maintained and supported by Kitware (kitware.com/cmake).
nlb@hermes:~/audio/spi4$ 

now how can make cmake point to /snap/... ? An alias ?

lilyinstarlight commented 2 years ago

Yes, the issue I linked had a similar error message and the problem turned out to be trying to build in a VirtualBox shared folder. It might still be related, but it's not the exact same issue in your case then

Can you try running export VCPKG_BRANCH=2022.06.15.1 and building again from the same terminal?

lilyinstarlight commented 2 years ago

Oh and make sure to run rm -r vcpkg first to delete the old vcpkg directory

nlebellier commented 2 years ago

here we are :-)

nlb@hermes:~/audio/spi4/app$ rm -rf vcpkg
nlb@hermes:~/audio/spi4/app$ export VCPKG_BRANCH=2022.06.15.1
nlb@hermes:~/audio/spi4/app$ ./linux-build-all.sh 
Cloning vcpkg
Clonage dans 'vcpkg'...
warning: Impossible de trouver la branche distante '2022.06.15.1' à cloner.
fatal: La branche distante 2022.06.15.1 n'a pas été trouvée dans le dépôt amont origin
nlb@hermes:~/audio/spi4/app$ 
lilyinstarlight commented 2 years ago

Oops I made a typo. It should be export VCPKG_BRANCH=2022.06.16.1

nlebellier commented 2 years ago

Well it seems you have resolved my issue :+1:

So maybe need to add this line export VCPKG_BRANCH=2022.06.16.1 in the linux Readme or in the script no ? For now, my computer is building but it seems in a good way ! Thanks again !

nlebellier commented 2 years ago

bad news :-(

[  3%] Built target sonic-pi-api
[  4%] Building CXX object api-tests/CMakeFiles/api-tests.dir/__/api/src/sonicpi_api.test.cpp.o
/home/nlb/audio/spi4/app/api/src/sonicpi_api.test.cpp:3:10: fatal error: catch2/catch.hpp: Aucun fichier ou dossier de ce type
    3 | #include <catch2/catch.hpp>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
gmake[2]: *** [api-tests/CMakeFiles/api-tests.dir/build.make:76 : api-tests/CMakeFiles/api-tests.dir/__/api/src/sonicpi_api.test.cpp.o] Erreur 1
gmake[1]: *** [CMakeFiles/Makefile2:212 : api-tests/CMakeFiles/api-tests.dir/all] Erreur 2
gmake: *** [Makefile:91 : all] Erreur 2
nlb@hermes:~/audio/spi4/app$ 

But maybe it causes by cmake removal... so I try again. hash -r and then cmake --version displays the snap latest version. But you seem to say the local version is not used so...

lilyinstarlight commented 2 years ago

Huh, that's weird. Maybe start with a fresh directory again and do export VCPKG_BRANCH=2022.06.16.1 first before running anything?

And the local CMake does get used later in the build process. Fetching dependencies with vcpkg just uses vcpkg's own build of CMake for its stuff only

@samaaron It looks like we might need to bump the VCPKG_BRANCH version again to get a bug fix in the vcpkg tool

nlebellier commented 2 years ago

And the local CMake does get used later in the build process.

ok !

nlebellier commented 2 years ago

same error and my long long long log :-)

nlb@hermes:~/audio$ git clone https://github.com/samaaron/sonic-pi spi4
Clonage dans 'spi4'...
remote: Enumerating objects: 142578, done.
remote: Counting objects: 100% (1858/1858), done.
remote: Compressing objects: 100% (480/480), done.
remote: Total 142578 (delta 1393), reused 1797 (delta 1344), pack-reused 140720
Réception d'objets: 100% (142578/142578), 315.80 Mio | 17.11 Mio/s, fait.
Résolution des deltas: 100% (63122/63122), fait.
Mise à jour des fichiers: 100% (37429/37429), fait.
nlb@hermes:~/audio$ cd spi4/app/
nlb@hermes:~/audio/spi4/app$ ./
api/                           mac-config.sh
api-tests/                     mac-prebuild.sh
cmake/                         mac-pre-copy-binaries.sh
config/                        mac-pre-tau-dev-init.sh
external/                      mac-pre-tau-prod-release.sh
gui/                           mac-pre-translations.sh
linux-build-all.sh             mac-pre-vcpkg.sh
linux-build-gui.sh             mac-release.sh
linux-clean.sh                 pi-build-all.sh
linux-config.sh                pi-build-gui.sh
linux-prebuild.sh              pi-clean.sh
linux-pre-copy-binaries.sh     pi-config.sh
linux-pre-tau-dev-init.sh      pi-install-elixir.sh
linux-pre-tau-prod-release.sh  pi-prebuild.sh
linux-pre-translations.sh      pi-pre-tau-dev-init.sh
linux-pre-vcpkg.sh             pi-pre-tau-prod-release.sh
linux-release.sh               pi-pre-translations.sh
mac-build-all.sh               pi-pre-vcpkg.sh
mac-build-gui.sh               pi-setup.sh
mac-clean.sh                   server/
nlb@hermes:~/audio/spi4/app$ ./pi-pre-
pi-pre-tau-dev-init.sh      pi-pre-translations.sh
pi-pre-tau-prod-release.sh  pi-pre-vcpkg.sh
nlb@hermes:~/audio/spi4/app$ ./pi-pre-vcpkg.sh 
Cloning vcpkg
Clonage dans 'vcpkg'...
remote: Enumerating objects: 10912, done.
remote: Counting objects: 100% (10912/10912), done.
remote: Compressing objects: 100% (9683/9683), done.
remote: Total 10912 (delta 2367), reused 6853 (delta 1176), pack-reused 0
Réception d'objets: 100% (10912/10912), 4.75 Mio | 11.22 Mio/s, fait.
Résolution des deltas: 100% (2367/2367), fait.
Note : basculement sur 'cef0b3ec767df6e83806899fe9525f6cf8d7bc91'.

Vous êtes dans l'état « HEAD détachée ». Vous pouvez visiter, faire des modifications
expérimentales et les valider. Il vous suffit de faire un autre basculement pour
abandonner les commits que vous faites dans cet état sans impacter les autres branches

Si vous voulez créer une nouvelle branche pour conserver les commits que vous créez,
il vous suffit d'utiliser l'option -c de la commande switch comme ceci :

  git switch -c <nom-de-la-nouvelle-branche>

Ou annuler cette opération avec :

  git switch -

Désactivez ce conseil en renseignant la variable de configuration advice.detachedHead à false

Mise à jour des fichiers: 100% (8922/8922), fait.
Building vcpkg
Downloading vcpkg-glibc...
Computing installation plan...
The following packages will be built and installed:
    catch2[core]:x64-linux -> 3.0.1#1
    concurrentqueue[core]:x64-linux -> 1.0.3
    crossguid[core]:x64-linux -> 2021-10-22#2
  * egl-registry[core]:x64-linux -> 2021-11-23
    fmt[core]:x64-linux -> 8.1.1#1
    gl3w[core]:x64-linux -> 2018-05-31#4
    gsl-lite[core]:x64-linux -> 0.40.0
    kissfft[core]:x64-linux -> 2021-11-14
  * libuuid[core]:x64-linux -> 1.0.3#11
  * opengl-registry[core]:x64-linux -> 2021-11-17
    platform-folders[core]:x64-linux -> 4.1.0
    reproc[core]:x64-linux -> 14.2.4#1
    sdl2[core,x11]:x64-linux -> 2.0.22#1
  * vcpkg-cmake[core]:x64-linux -> 2022-05-10#1
  * vcpkg-cmake-config[core]:x64-linux -> 2022-02-06#1
Additional packages (*) will be modified to complete this operation.
Detecting compiler hash for triplet "x64-linux"...
Restored 15 packages from /home/nlb/.cache/vcpkg/archives in 2.559 s. Use --debug to see more details.
Installing 1/15 vcpkg-cmake:x64-linux...
Elapsed time to handle vcpkg-cmake:x64-linux: 4.563 ms
Installing 2/15 vcpkg-cmake-config:x64-linux...
Elapsed time to handle vcpkg-cmake-config:x64-linux: 1.871 ms
Installing 3/15 catch2:x64-linux...
Elapsed time to handle catch2:x64-linux: 402.5 ms
Installing 4/15 concurrentqueue:x64-linux...
Elapsed time to handle concurrentqueue:x64-linux: 4.234 ms
Installing 5/15 libuuid:x64-linux...
Elapsed time to handle libuuid:x64-linux: 4.216 ms
Installing 6/15 crossguid:x64-linux...
Elapsed time to handle crossguid:x64-linux: 5.336 ms
Installing 7/15 egl-registry:x64-linux...
Elapsed time to handle egl-registry:x64-linux: 5.466 ms
Installing 8/15 fmt:x64-linux...
Elapsed time to handle fmt:x64-linux: 34.2 ms
Installing 9/15 opengl-registry:x64-linux...
Elapsed time to handle opengl-registry:x64-linux: 60.46 ms
Installing 10/15 gl3w:x64-linux...
Elapsed time to handle gl3w:x64-linux: 5.627 ms
Installing 11/15 gsl-lite:x64-linux...
Elapsed time to handle gsl-lite:x64-linux: 4.609 ms
Installing 12/15 kissfft:x64-linux...
Elapsed time to handle kissfft:x64-linux: 5.342 ms
Installing 13/15 platform-folders:x64-linux...
Elapsed time to handle platform-folders:x64-linux: 10.91 ms
Installing 14/15 reproc:x64-linux...
Elapsed time to handle reproc:x64-linux: 15.32 ms
Installing 15/15 sdl2:x64-linux...
Elapsed time to handle sdl2:x64-linux: 220.6 ms

Total elapsed time: 6.993 s

catch2 provides CMake targets:
    # this is heuristically generated, and may not be correct
    find_package(Catch2 CONFIG REQUIRED)
    target_link_libraries(main PRIVATE Catch2::Catch2 Catch2::Catch2WithMain)

concurrentqueue provides CMake targets:
    # this is heuristically generated, and may not be correct
    find_package(unofficial-concurrentqueue CONFIG REQUIRED)
    target_link_libraries(main PRIVATE unofficial::concurrentqueue::concurrentqueue)

crossguid provides CMake targets:
    # this is heuristically generated, and may not be correct
    find_package(crossguid CONFIG REQUIRED)
    target_link_libraries(main PRIVATE crossguid)

The package fmt provides CMake targets:

    find_package(fmt CONFIG REQUIRED)
    target_link_libraries(main PRIVATE fmt::fmt)

    # Or use the header-only version
    find_package(fmt CONFIG REQUIRED)
    target_link_libraries(main PRIVATE fmt::fmt-header-only)

gl3w provides CMake targets:
    # this is heuristically generated, and may not be correct
    find_package(gl3w CONFIG REQUIRED)
    target_link_libraries(main PRIVATE unofficial::gl3w::gl3w)

gsl-lite provides CMake targets:
    # this is heuristically generated, and may not be correct
    find_package(gsl-lite CONFIG REQUIRED)
    target_link_libraries(main PRIVATE gsl::gsl-lite gsl::gsl-lite-v0 gsl::gsl-lite-v1)

kissfft provides CMake targets:
    # this is heuristically generated, and may not be correct
    find_package(unofficial-kissfft CONFIG REQUIRED)
    target_link_libraries(main PRIVATE unofficial::kissfft::kissfft)

platform-folders provides CMake targets:
    # this is heuristically generated, and may not be correct
    find_package(platform_folders CONFIG REQUIRED)
    target_link_libraries(main PRIVATE sago::platform_folders)

reproc provides CMake targets:
    # this is heuristically generated, and may not be correct
    find_package(reproc CONFIG REQUIRED)
    target_link_libraries(main PRIVATE reproc)

    find_package(reproc++ CONFIG REQUIRED)
    target_link_libraries(main PRIVATE reproc++)

sdl2 provides CMake targets:
    # this is heuristically generated, and may not be correct
    find_package(SDL2 CONFIG REQUIRED)
    target_link_libraries(main PRIVATE SDL2::SDL2 SDL2::SDL2main SDL2::SDL2-static)

nlb@hermes:~/audio/spi4/app$ cmake --version
cmake version 3.23.2

CMake suite maintained and supported by Kitware (kitware.com/cmake).
nlb@hermes:~/audio/spi4/app$ elixir --version
Erlang/OTP 25 [erts-13.0.2] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [jit:ns]

Elixir 1.13.4 (compiled with Erlang/OTP 25)
nlb@hermes:~/audio/spi4/app$ export VCPKG_BRANCH=2022.06.16.1
nlb@hermes:~/audio/spi4/app$ ./linux-build-all.sh 
Computing installation plan...
The following packages are already installed:
    catch2[core]:x64-linux -> 3.0.1#1
    concurrentqueue[core]:x64-linux -> 1.0.3
    crossguid[core]:x64-linux -> 2021-10-22#2
    fmt[core]:x64-linux -> 8.1.1#1
    gl3w[core]:x64-linux -> 2018-05-31#4
    gsl-lite[core]:x64-linux -> 0.40.0
    kissfft[core]:x64-linux -> 2021-11-14
    platform-folders[core]:x64-linux -> 4.1.0
    reproc[core]:x64-linux -> 14.2.4#1
    sdl2[core,x11]:x64-linux -> 2.0.22#1
catch2:x64-linux is already installed
concurrentqueue:x64-linux is already installed
crossguid:x64-linux is already installed
fmt:x64-linux is already installed
gl3w:x64-linux is already installed
gsl-lite:x64-linux is already installed
kissfft:x64-linux is already installed
platform-folders:x64-linux is already installed
reproc:x64-linux is already installed
sdl2:x64-linux is already installed
Restored 0 packages from /home/nlb/.cache/vcpkg/archives in 3.278 us. Use --debug to see more details.

Total elapsed time: 261.3 ms

catch2 provides CMake targets:
    # this is heuristically generated, and may not be correct
    find_package(Catch2 CONFIG REQUIRED)
    target_link_libraries(main PRIVATE Catch2::Catch2 Catch2::Catch2WithMain)

concurrentqueue provides CMake targets:
    # this is heuristically generated, and may not be correct
    find_package(unofficial-concurrentqueue CONFIG REQUIRED)
    target_link_libraries(main PRIVATE unofficial::concurrentqueue::concurrentqueue)

crossguid provides CMake targets:
    # this is heuristically generated, and may not be correct
    find_package(crossguid CONFIG REQUIRED)
    target_link_libraries(main PRIVATE crossguid)

The package fmt provides CMake targets:

    find_package(fmt CONFIG REQUIRED)
    target_link_libraries(main PRIVATE fmt::fmt)

    # Or use the header-only version
    find_package(fmt CONFIG REQUIRED)
    target_link_libraries(main PRIVATE fmt::fmt-header-only)

gl3w provides CMake targets:
    # this is heuristically generated, and may not be correct
    find_package(gl3w CONFIG REQUIRED)
    target_link_libraries(main PRIVATE unofficial::gl3w::gl3w)

gsl-lite provides CMake targets:
    # this is heuristically generated, and may not be correct
    find_package(gsl-lite CONFIG REQUIRED)
    target_link_libraries(main PRIVATE gsl::gsl-lite gsl::gsl-lite-v0 gsl::gsl-lite-v1)

kissfft provides CMake targets:
    # this is heuristically generated, and may not be correct
    find_package(unofficial-kissfft CONFIG REQUIRED)
    target_link_libraries(main PRIVATE unofficial::kissfft::kissfft)

platform-folders provides CMake targets:
    # this is heuristically generated, and may not be correct
    find_package(platform_folders CONFIG REQUIRED)
    target_link_libraries(main PRIVATE sago::platform_folders)

reproc provides CMake targets:
    # this is heuristically generated, and may not be correct
    find_package(reproc CONFIG REQUIRED)
    target_link_libraries(main PRIVATE reproc)

    find_package(reproc++ CONFIG REQUIRED)
    target_link_libraries(main PRIVATE reproc++)

sdl2 provides CMake targets:
    # this is heuristically generated, and may not be correct
    find_package(SDL2 CONFIG REQUIRED)
    target_link_libraries(main PRIVATE SDL2::SDL2 SDL2::SDL2main SDL2::SDL2-static)

Building external binary dependencies...
Building server external dependencies...
--  Aubio Builder
-- The CXX compiler identification is GNU 11.2.0
-- The C compiler identification is GNU 11.2.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: /home/nlb/audio/spi4/app/external/build
Building external deps...
[  1%] Creating directories for 'sp_midi'
[  3%] No download step for 'sp_midi'
[  4%] No update step for 'sp_midi'
[  6%] No patch step for 'sp_midi'
[  7%] Performing configure step for 'sp_midi'
-- The C compiler identification is GNU 11.2.0
-- The CXX compiler identification is GNU 11.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found ALSA: /usr/lib/x86_64-linux-gnu/libasound.so (found version "1.2.6.1") 
-- Configuring done
-- Generating done
-- Build files have been written to: /home/nlb/audio/spi4/app/external/build/sp_midi-prefix/src/sp_midi-build
[  9%] Performing build step for 'sp_midi'
[ 12%] Building CXX object CMakeFiles/libsp_midi.dir/src/sp_midi.cpp.o
[ 25%] Building CXX object CMakeFiles/libsp_midi.dir/src/midiin.cpp.o
[ 37%] Building CXX object CMakeFiles/libsp_midi.dir/src/midiout.cpp.o
[ 50%] Building CXX object CMakeFiles/libsp_midi.dir/src/midicommon.cpp.o
[ 62%] Building CXX object CMakeFiles/libsp_midi.dir/src/midisendprocessor.cpp.o
[ 75%] Building CXX object CMakeFiles/libsp_midi.dir/src/utils.cpp.o
[ 87%] Building CXX object CMakeFiles/libsp_midi.dir/external_libs/rtmidi/RtMidi.cpp.o
[100%] Linking CXX shared library libsp_midi.so
/usr/bin/c++ -fPIC  -std=c++14 -shared -Wl,-soname,libsp_midi.so -o libsp_midi.so CMakeFiles/libsp_midi.dir/src/sp_midi.cpp.o CMakeFiles/libsp_midi.dir/src/midiin.cpp.o CMakeFiles/libsp_midi.dir/src/midiout.cpp.o CMakeFiles/libsp_midi.dir/src/midicommon.cpp.o CMakeFiles/libsp_midi.dir/src/midisendprocessor.cpp.o CMakeFiles/libsp_midi.dir/src/utils.cpp.o CMakeFiles/libsp_midi.dir/external_libs/rtmidi/RtMidi.cpp.o  -lpthread -lasound -ldl 
[100%] Built target libsp_midi
[ 10%] No install step for 'sp_midi'
[ 12%] Completed 'sp_midi'
[ 12%] Built target sp_midi
[ 13%] Creating directories for 'sp_link'
[ 15%] No download step for 'sp_link'
[ 16%] No update step for 'sp_link'
[ 18%] No patch step for 'sp_link'
[ 19%] Performing configure step for 'sp_link'
-- The C compiler identification is GNU 11.2.0
-- The CXX compiler identification is GNU 11.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: /home/nlb/audio/spi4/app/external/build/sp_link-prefix/src/sp_link-build
[ 21%] Performing build step for 'sp_link'
[ 25%] Building CXX object CMakeFiles/libsp_link.dir/src/sp_link.cpp.o
[ 50%] Building CXX object CMakeFiles/libsp_link.dir/src/sp_link_nifs.cpp.o
[ 75%] Building CXX object CMakeFiles/libsp_link.dir/src/sp_link_nif_callbacks.cpp.o
[100%] Linking CXX shared library libsp_link.so
/usr/bin/c++ -fPIC  -std=c++14 -shared -Wl,-soname,libsp_link.so -o libsp_link.so CMakeFiles/libsp_link.dir/src/sp_link.cpp.o CMakeFiles/libsp_link.dir/src/sp_link_nifs.cpp.o CMakeFiles/libsp_link.dir/src/sp_link_nif_callbacks.cpp.o 
[100%] Built target libsp_link
[ 22%] No install step for 'sp_link'
[ 24%] Completed 'sp_link'
[ 24%] Built target sp_link
[ 25%] Creating directories for 'ogg'
[ 27%] No download step for 'ogg'
[ 28%] No update step for 'ogg'
[ 30%] No patch step for 'ogg'
[ 31%] Performing configure step for 'ogg'
-- The C compiler identification is GNU 11.2.0
-- The CXX compiler identification is GNU 11.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring libogg 1.3.4
-- Looking for include file inttypes.h
-- Looking for include file inttypes.h - found
-- Looking for include file stdint.h
-- Looking for include file stdint.h - found
-- Looking for include file sys/types.h
-- Looking for include file sys/types.h - found
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of int16_t
-- Check size of int16_t - done
-- Check size of uint16_t
-- Check size of uint16_t - done
-- Check size of u_int16_t
-- Check size of u_int16_t - done
-- Check size of int32_t
-- Check size of int32_t - done
-- Check size of uint32_t
-- Check size of uint32_t - done
-- Check size of u_int32_t
-- Check size of u_int32_t - done
-- Check size of int64_t
-- Check size of int64_t - done
-- Check size of short
-- Check size of short - done
-- Check size of int
-- Check size of int - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Configuring done
-- Generating done
-- Build files have been written to: /home/nlb/audio/spi4/app/external/build/ogg-prefix/src/ogg-build
[ 33%] Performing build step for 'ogg'
[ 33%] Building C object CMakeFiles/ogg.dir/src/bitwise.c.o
[ 66%] Building C object CMakeFiles/ogg.dir/src/framing.c.o
[100%] Linking C static library libogg.a
[100%] Built target ogg
[ 34%] Performing install step for 'ogg'
Consolidate compiler generated dependencies of target ogg
[100%] Built target ogg
Install the project...
-- Install configuration: ""
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/lib/libogg.a
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/include/ogg/config_types.h
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/include/ogg/ogg.h
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/include/ogg/os_types.h
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/lib/cmake/Ogg/OggTargets.cmake
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/lib/cmake/Ogg/OggTargets-noconfig.cmake
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/lib/cmake/Ogg/OggConfig.cmake
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/lib/cmake/Ogg/OggConfigVersion.cmake
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/lib/pkgconfig/ogg.pc
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/framing.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/index.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/oggstream.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/ogg-multiplex.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/fish_xiph_org.png
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/multiplex1.png
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/packets.png
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/pages.png
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/stream.png
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/vorbisword2.png
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/white-ogg.png
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/white-xifish.png
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/rfc3533.txt
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/rfc5334.txt
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/skeleton.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_stream_flush_fill.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_sync_buffer.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_sync_check.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_stream_packetout.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/oggpack_adv1.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/oggpack_writeinit.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_sync_wrote.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_stream_init.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/oggpack_read.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/Makefile.am
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_page_pageno.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_stream_clear.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/style.css
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_stream_reset_serialno.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_page_packets.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_stream_pagein.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/encoding.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/oggpack_writecopy.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_stream_packetin.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_stream_pageout.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_stream_reset.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/oggpack_readinit.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_page_continued.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_sync_pageseek.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_sync_state.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_page_bos.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_stream_check.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/oggpack_look1.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/oggpack_reset.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_sync_init.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_page_version.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/decoding.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/general.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/overview.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/oggpack_write.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_page_serialno.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_sync_clear.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_sync_destroy.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/datastructures.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_stream_pageout_fill.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_stream_eos.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_page.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_packet_clear.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/oggpack_get_buffer.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/index.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_stream_destroy.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_page_checksum_set.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/oggpack_writeclear.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_sync_pageout.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/oggpack_buffer.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_stream_state.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_page_eos.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_stream_packetpeek.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_sync_reset.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/oggpack_writecheck.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/oggpack_bits.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_iovec_t.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/oggpack_writealign.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/bitpacking.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/reference.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/oggpack_look.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_stream_flush.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/oggpack_adv.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_packet.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_stream_iovecin.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/oggpack_bytes.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/oggpack_read1.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/oggpack_writetrunc.html
-- Installing: /home/nlb/audio/spi4/app/external/build/ogg-package/share/doc/libogg/html/libogg/ogg_page_granulepos.html
[ 36%] Completed 'ogg'
[ 36%] Built target ogg
[ 37%] Creating directories for 'flac'
[ 39%] No download step for 'flac'
[ 40%] No update step for 'flac'
[ 42%] No patch step for 'flac'
[ 43%] Performing configure step for 'flac'
-- The C compiler identification is GNU 11.2.0
-- The CXX compiler identification is GNU 11.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") 
-- Found OGG: /home/nlb/audio/spi4/app/external/build/ogg-package/include (found version "1.3.5") 
-- Performing Test Iconv_IS_BUILT_IN
-- Performing Test Iconv_IS_BUILT_IN - Success
-- Found Iconv: built in to C library  
-- Performing Test DODEFINE_FORTIFY_SOURCE
-- Performing Test DODEFINE_FORTIFY_SOURCE - Success
-- Performing Test HAVE_MBSTATE
-- Performing Test HAVE_MBSTATE - Success
-- Performing Test DODEFINE_EXTENSIONS
-- Performing Test DODEFINE_EXTENSIONS - Success
-- Looking for byteswap.h
-- Looking for byteswap.h - found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for x86intrin.h
-- Looking for x86intrin.h - found
-- Looking for fseeko
-- Looking for fseeko - found
-- Performing Test HAVE_BSWAP16
-- Performing Test HAVE_BSWAP16 - Success
-- Performing Test HAVE_BSWAP32
-- Performing Test HAVE_BSWAP32 - Success
-- Performing Test HAVE_WERROR_FLAG
-- Performing Test HAVE_WERROR_FLAG - Success
-- Performing Test HAVE_DECL_AFTER_STMT_FLAG
-- Performing Test HAVE_DECL_AFTER_STMT_FLAG - Success
-- Performing Test HAVE_STACKREALIGN_FLAG
-- Performing Test HAVE_STACKREALIGN_FLAG - Success
-- Performing Test HAVE_WEFFCXX_FLAG
-- Performing Test HAVE_WEFFCXX_FLAG - Success
-- Performing Test HAVE_STACK_PROTECTOR_FLAG
-- Performing Test HAVE_STACK_PROTECTOR_FLAG - Success
-- Looking for cpuid.h
-- Looking for cpuid.h - found
-- Looking for sys/param.h
-- Looking for sys/param.h - found
-- Looking for lround
-- Looking for lround - found
-- Looking for a ASM_NASM compiler
-- Looking for a ASM_NASM compiler - NOTFOUND
-- Looking for string.h
-- Looking for string.h - found
-- Found Intl: built in to C library  
-- Looking for sys/ioctl.h
-- Looking for sys/ioctl.h - found
-- Looking for termios.h
-- Looking for termios.h - found
-- Looking for clock_gettime
-- Looking for clock_gettime - found
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    Intl_IS_BUILTIN

-- Build files have been written to: /home/nlb/audio/spi4/app/external/build/flac-prefix/src/flac-build
[ 45%] Performing build step for 'flac'
[  0%] Building C object src/libFLAC/CMakeFiles/FLAC.dir/bitmath.c.o
[  1%] Building C object src/libFLAC/CMakeFiles/FLAC.dir/bitreader.c.o
[  2%] Building C object src/libFLAC/CMakeFiles/FLAC.dir/bitwriter.c.o
[  3%] Building C object src/libFLAC/CMakeFiles/FLAC.dir/cpu.c.o
[  4%] Building C object src/libFLAC/CMakeFiles/FLAC.dir/crc.c.o
[  5%] Building C object src/libFLAC/CMakeFiles/FLAC.dir/fixed.c.o
[  6%] Building C object src/libFLAC/CMakeFiles/FLAC.dir/fixed_intrin_sse2.c.o
[  7%] Building C object src/libFLAC/CMakeFiles/FLAC.dir/fixed_intrin_ssse3.c.o
[  8%] Building C object src/libFLAC/CMakeFiles/FLAC.dir/float.c.o
[  9%] Building C object src/libFLAC/CMakeFiles/FLAC.dir/format.c.o
[ 10%] Building C object src/libFLAC/CMakeFiles/FLAC.dir/lpc.c.o
[ 11%] Building C object src/libFLAC/CMakeFiles/FLAC.dir/lpc_intrin_sse.c.o
[ 12%] Building C object src/libFLAC/CMakeFiles/FLAC.dir/lpc_intrin_sse2.c.o
[ 13%] Building C object src/libFLAC/CMakeFiles/FLAC.dir/lpc_intrin_sse41.c.o
[ 14%] Building C object src/libFLAC/CMakeFiles/FLAC.dir/lpc_intrin_avx2.c.o
[ 15%] Building C object src/libFLAC/CMakeFiles/FLAC.dir/lpc_intrin_vsx.c.o
[ 16%] Building C object src/libFLAC/CMakeFiles/FLAC.dir/md5.c.o
[ 17%] Building C object src/libFLAC/CMakeFiles/FLAC.dir/memory.c.o
[ 18%] Building C object src/libFLAC/CMakeFiles/FLAC.dir/metadata_iterators.c.o
[ 19%] Building C object src/libFLAC/CMakeFiles/FLAC.dir/metadata_object.c.o
[ 20%] Building C object src/libFLAC/CMakeFiles/FLAC.dir/stream_decoder.c.o
[ 21%] Building C object src/libFLAC/CMakeFiles/FLAC.dir/stream_encoder.c.o
[ 22%] Building C object src/libFLAC/CMakeFiles/FLAC.dir/stream_encoder_intrin_sse2.c.o
[ 23%] Building C object src/libFLAC/CMakeFiles/FLAC.dir/stream_encoder_intrin_ssse3.c.o
[ 24%] Building C object src/libFLAC/CMakeFiles/FLAC.dir/stream_encoder_intrin_avx2.c.o
[ 25%] Building C object src/libFLAC/CMakeFiles/FLAC.dir/stream_encoder_framing.c.o
[ 26%] Building C object src/libFLAC/CMakeFiles/FLAC.dir/window.c.o
[ 27%] Building C object src/libFLAC/CMakeFiles/FLAC.dir/ogg_decoder_aspect.c.o
[ 28%] Building C object src/libFLAC/CMakeFiles/FLAC.dir/ogg_encoder_aspect.c.o
[ 29%] Building C object src/libFLAC/CMakeFiles/FLAC.dir/ogg_helper.c.o
[ 30%] Building C object src/libFLAC/CMakeFiles/FLAC.dir/ogg_mapping.c.o
[ 31%] Linking C static library libFLAC.a
[ 31%] Built target FLAC
[ 32%] Building C object src/share/replaygain_analysis/CMakeFiles/replaygain_analysis.dir/replaygain_analysis.c.o
[ 33%] Linking C static library libreplaygain_analysis.a
[ 33%] Built target replaygain_analysis
[ 34%] Building C object src/share/replaygain_synthesis/CMakeFiles/replaygain_synthesis.dir/replaygain_synthesis.c.o
[ 35%] Linking C static library libreplaygain_synthesis.a
[ 35%] Built target replaygain_synthesis
[ 36%] Building C object src/share/getopt/CMakeFiles/getopt.dir/getopt.c.o
[ 37%] Building C object src/share/getopt/CMakeFiles/getopt.dir/getopt1.c.o
[ 38%] Linking C static library libgetopt.a
[ 38%] Built target getopt
[ 39%] Building C object src/share/grabbag/CMakeFiles/grabbag.dir/alloc.c.o
[ 40%] Building C object src/share/grabbag/CMakeFiles/grabbag.dir/cuesheet.c.o
[ 41%] Building C object src/share/grabbag/CMakeFiles/grabbag.dir/file.c.o
[ 42%] Building C object src/share/grabbag/CMakeFiles/grabbag.dir/picture.c.o
[ 42%] Building C object src/share/grabbag/CMakeFiles/grabbag.dir/replaygain.c.o
[ 43%] Building C object src/share/grabbag/CMakeFiles/grabbag.dir/seektable.c.o
[ 44%] Building C object src/share/grabbag/CMakeFiles/grabbag.dir/snprintf.c.o
[ 45%] Linking C static library libgrabbag.a
[ 45%] Built target grabbag
[ 46%] Building C object src/share/utf8/CMakeFiles/utf8.dir/charset.c.o
[ 47%] Building C object src/share/utf8/CMakeFiles/utf8.dir/iconvert.c.o
[ 48%] Building C object src/share/utf8/CMakeFiles/utf8.dir/utf8.c.o
[ 49%] Linking C static library libutf8.a
[ 49%] Built target utf8
[ 50%] Building C object src/flac/CMakeFiles/flacapp.dir/analyze.c.o
[ 51%] Building C object src/flac/CMakeFiles/flacapp.dir/decode.c.o
[ 52%] Building C object src/flac/CMakeFiles/flacapp.dir/encode.c.o
[ 53%] Building C object src/flac/CMakeFiles/flacapp.dir/foreign_metadata.c.o
[ 54%] Building C object src/flac/CMakeFiles/flacapp.dir/main.c.o
[ 55%] Building C object src/flac/CMakeFiles/flacapp.dir/local_string_utils.c.o
[ 56%] Building C object src/flac/CMakeFiles/flacapp.dir/utils.c.o
[ 57%] Building C object src/flac/CMakeFiles/flacapp.dir/vorbiscomment.c.o
[ 58%] Linking C executable flac
[ 58%] Built target flacapp
[ 59%] Building C object src/metaflac/CMakeFiles/metaflac.dir/main.c.o
[ 60%] Building C object src/metaflac/CMakeFiles/metaflac.dir/operations.c.o
[ 61%] Building C object src/metaflac/CMakeFiles/metaflac.dir/operations_shorthand_cuesheet.c.o
[ 62%] Building C object src/metaflac/CMakeFiles/metaflac.dir/operations_shorthand_picture.c.o
[ 63%] Building C object src/metaflac/CMakeFiles/metaflac.dir/operations_shorthand_seektable.c.o
[ 64%] Building C object src/metaflac/CMakeFiles/metaflac.dir/operations_shorthand_streaminfo.c.o
[ 65%] Building C object src/metaflac/CMakeFiles/metaflac.dir/operations_shorthand_vorbiscomment.c.o
[ 66%] Building C object src/metaflac/CMakeFiles/metaflac.dir/options.c.o
[ 67%] Building C object src/metaflac/CMakeFiles/metaflac.dir/usage.c.o
[ 68%] Building C object src/metaflac/CMakeFiles/metaflac.dir/utils.c.o
[ 69%] Linking C executable metaflac
[ 69%] Built target metaflac
[ 70%] Building C object src/test_libs_common/CMakeFiles/test_libs_common.dir/file_utils_flac.c.o
[ 71%] Building C object src/test_libs_common/CMakeFiles/test_libs_common.dir/metadata_utils.c.o
[ 72%] Linking C static library libtest_libs_common.a
[ 72%] Built target test_libs_common
[ 73%] Building C object src/test_libFLAC/CMakeFiles/test_libFLAC.dir/bitreader.c.o
[ 74%] Building C object src/test_libFLAC/CMakeFiles/test_libFLAC.dir/bitwriter.c.o
[ 75%] Building C object src/test_libFLAC/CMakeFiles/test_libFLAC.dir/crc.c.o
[ 76%] Building C object src/test_libFLAC/CMakeFiles/test_libFLAC.dir/decoders.c.o
[ 77%] Building C object src/test_libFLAC/CMakeFiles/test_libFLAC.dir/encoders.c.o
[ 78%] Building C object src/test_libFLAC/CMakeFiles/test_libFLAC.dir/endswap.c.o
[ 79%] Building C object src/test_libFLAC/CMakeFiles/test_libFLAC.dir/format.c.o
[ 80%] Building C object src/test_libFLAC/CMakeFiles/test_libFLAC.dir/main.c.o
[ 81%] Building C object src/test_libFLAC/CMakeFiles/test_libFLAC.dir/metadata.c.o
[ 82%] Building C object src/test_libFLAC/CMakeFiles/test_libFLAC.dir/metadata_manip.c.o
[ 83%] Building C object src/test_libFLAC/CMakeFiles/test_libFLAC.dir/metadata_object.c.o
[ 84%] Building C object src/test_libFLAC/CMakeFiles/test_libFLAC.dir/md5.c.o
[ 85%] Building C object src/test_libFLAC/CMakeFiles/test_libFLAC.dir/__/libFLAC/bitreader.c.o
[ 86%] Building C object src/test_libFLAC/CMakeFiles/test_libFLAC.dir/__/libFLAC/bitwriter.c.o
[ 87%] Building C object src/test_libFLAC/CMakeFiles/test_libFLAC.dir/__/libFLAC/crc.c.o
[ 88%] Building C object src/test_libFLAC/CMakeFiles/test_libFLAC.dir/__/libFLAC/md5.c.o
[ 89%] Linking C executable test_libFLAC
[ 89%] Built target test_libFLAC
[ 90%] Building C object src/test_grabbag/cuesheet/CMakeFiles/test_cuesheet.dir/main.c.o
[ 91%] Linking C executable test_cuesheet
[ 91%] Built target test_cuesheet
[ 92%] Building C object src/test_grabbag/picture/CMakeFiles/test_picture.dir/main.c.o
[ 93%] Linking C executable test_picture
[ 93%] Built target test_picture
[ 94%] Building C object src/test_seeking/CMakeFiles/test_seeking.dir/main.c.o
[ 95%] Linking C executable test_seeking
[ 95%] Built target test_seeking
[ 96%] Building C object src/test_streams/CMakeFiles/test_streams.dir/main.c.o
[ 97%] Linking C executable test_streams
[ 97%] Built target test_streams
[ 98%] Building C object microbench/CMakeFiles/benchmark_residual.dir/benchmark_residual.c.o
[ 99%] Building C object microbench/CMakeFiles/benchmark_residual.dir/util.c.o
[100%] Linking C executable benchmark_residual
[100%] Built target benchmark_residual
[ 46%] Performing install step for 'flac'
Consolidate compiler generated dependencies of target FLAC
[ 31%] Built target FLAC
Consolidate compiler generated dependencies of target replaygain_analysis
[ 33%] Built target replaygain_analysis
Consolidate compiler generated dependencies of target replaygain_synthesis
[ 35%] Built target replaygain_synthesis
Consolidate compiler generated dependencies of target getopt
[ 38%] Built target getopt
Consolidate compiler generated dependencies of target grabbag
[ 45%] Built target grabbag
Consolidate compiler generated dependencies of target utf8
[ 49%] Built target utf8
Consolidate compiler generated dependencies of target flacapp
[ 58%] Built target flacapp
Consolidate compiler generated dependencies of target metaflac
[ 69%] Built target metaflac
Consolidate compiler generated dependencies of target test_libs_common
[ 72%] Built target test_libs_common
Consolidate compiler generated dependencies of target test_libFLAC
[ 89%] Built target test_libFLAC
Consolidate compiler generated dependencies of target test_cuesheet
[ 91%] Built target test_cuesheet
Consolidate compiler generated dependencies of target test_picture
[ 93%] Built target test_picture
Consolidate compiler generated dependencies of target test_seeking
[ 95%] Built target test_seeking
Consolidate compiler generated dependencies of target test_streams
[ 97%] Built target test_streams
Consolidate compiler generated dependencies of target benchmark_residual
[100%] Built target benchmark_residual
Install the project...
-- Install configuration: "Release"
-- Installing: /home/nlb/audio/spi4/app/external/build/flac-package/share/FLAC/cmake/targets.cmake
-- Installing: /home/nlb/audio/spi4/app/external/build/flac-package/share/FLAC/cmake/targets-release.cmake
-- Installing: /home/nlb/audio/spi4/app/external/build/flac-package/share/FLAC/cmake/flac-config.cmake
-- Installing: /home/nlb/audio/spi4/app/external/build/flac-package/share/FLAC/cmake/flac-config-version.cmake
-- Installing: /home/nlb/audio/spi4/app/external/build/flac-package/share/FLAC/cmake/FindOGG.cmake
-- Installing: /home/nlb/audio/spi4/app/external/build/flac-package/include/FLAC/all.h
-- Installing: /home/nlb/audio/spi4/app/external/build/flac-package/include/FLAC/assert.h
-- Installing: /home/nlb/audio/spi4/app/external/build/flac-package/include/FLAC/callback.h
-- Installing: /home/nlb/audio/spi4/app/external/build/flac-package/include/FLAC/export.h
-- Installing: /home/nlb/audio/spi4/app/external/build/flac-package/include/FLAC/format.h
-- Installing: /home/nlb/audio/spi4/app/external/build/flac-package/include/FLAC/metadata.h
-- Installing: /home/nlb/audio/spi4/app/external/build/flac-package/include/FLAC/ordinals.h
-- Installing: /home/nlb/audio/spi4/app/external/build/flac-package/include/FLAC/stream_decoder.h
-- Installing: /home/nlb/audio/spi4/app/external/build/flac-package/include/FLAC/stream_encoder.h
-- Installing: /home/nlb/audio/spi4/app/external/build/flac-package/include/FLAC++/all.h
-- Installing: /home/nlb/audio/spi4/app/external/build/flac-package/include/FLAC++/decoder.h
-- Installing: /home/nlb/audio/spi4/app/external/build/flac-package/include/FLAC++/encoder.h
-- Installing: /home/nlb/audio/spi4/app/external/build/flac-package/include/FLAC++/export.h
-- Installing: /home/nlb/audio/spi4/app/external/build/flac-package/include/FLAC++/metadata.h
-- Installing: /home/nlb/audio/spi4/app/external/build/flac-package/share/man/flac.1
-- Installing: /home/nlb/audio/spi4/app/external/build/flac-package/share/man/metaflac.1
-- Installing: /home/nlb/audio/spi4/app/external/build/flac-package/lib/libFLAC.a
-- Installing: /home/nlb/audio/spi4/app/external/build/flac-package/lib/pkgconfig/flac.pc
-- Installing: /home/nlb/audio/spi4/app/external/build/flac-package/bin/flac
-- Installing: /home/nlb/audio/spi4/app/external/build/flac-package/bin/metaflac
[ 48%] Completed 'flac'
[ 48%] Built target flac
[ 50%] Creating directories for 'opus'
[ 51%] No download step for 'opus'
[ 53%] No update step for 'opus'
[ 54%] No patch step for 'opus'
[ 56%] Performing configure step for 'opus'
-- Opus library version: 0.8.0
-- Found Git: /usr/bin/git (found version "2.34.1") 
-- Opus package version: 4.0.0-2-g5c0a932c6
-- Opus project version: 4.0.0
-- The C compiler identification is GNU 11.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Setting build type to 'Release' as none was specified and no CFLAGS was exported.
-- Looking for floor in m
-- Looking for floor in m - found
-- Looking for cpuid.h
-- Looking for cpuid.h - found
-- Check SIMD support by compiler
-- Looking for xmmintrin.h
-- Looking for xmmintrin.h - found
-- Performing Test SSE1_SUPPORTED
-- Performing Test SSE1_SUPPORTED - Success
-- Looking for emmintrin.h
-- Looking for emmintrin.h - found
-- Performing Test SSE2_SUPPORTED
-- Performing Test SSE2_SUPPORTED - Success
-- Looking for smmintrin.h
-- Looking for smmintrin.h - found
-- Performing Test SSE4_1_SUPPORTED
-- Performing Test SSE4_1_SUPPORTED - Success
-- Looking for immintrin.h
-- Looking for immintrin.h - found
-- Performing Test AVX_SUPPORTED
-- Performing Test AVX_SUPPORTED - Success
-- Performing Test STACK_PROTECTION_STRONG_SUPPORTED
-- Performing Test STACK_PROTECTION_STRONG_SUPPORTED - Success
-- The following features have been enabled:

 * STACK_PROTECTOR, Use stack protection
 * FLOAT_API, compile with the floating point API (for machines with float library)
 * INSTALL_PKG_CONFIG_MODULE, install PkgConfig module
 * INSTALL_CMAKE_CONFIG_MODULE, install CMake package config module
 * X86_MAY_HAVE_SSE, does runtime check for SSE1 support
 * X86_MAY_HAVE_SSE2, does runtime check for SSE2 support
 * X86_MAY_HAVE_SSE4_1, does runtime check for SSE4_1 support
 * X86_MAY_HAVE_AVX, does runtime check for AVX support
 * X86_PRESUME_SSE, assume target CPU has SSE1 support
 * X86_PRESUME_SSE2, assume target CPU has SSE2 support

-- The following REQUIRED packages have been found:

 * Git, fast, scalable, distributed revision control system, <https://git-scm.com/>
   required to set up package version

-- The following features have been disabled:

 * USE_ALLOCA, Use alloca for stack arrays (on non-C99 compilers)
 * CUSTOM_MODES, Enable non-Opus modes, e.g. 44.1 kHz & 2^n frames
 * BUILD_PROGRAMS, Build programs
 * FIXED_POINT, compile as fixed-point (for machines without a fast enough FPU)
 * X86_PRESUME_SSE4_1, assume target CPU has SSE4_1 support
 * X86_PRESUME_AVX, assume target CPU has AVX support

-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    BUILD_EXAMPLES
    BUILD_PROGRAMS
    OGG_ROOT

-- Build files have been written to: /home/nlb/audio/spi4/app/external/build/opus-prefix/src/opus-build
[ 57%] Performing build step for 'opus'
[  0%] Building C object CMakeFiles/opus.dir/src/opus.c.o
[  1%] Building C object CMakeFiles/opus.dir/src/opus_decoder.c.o
[  2%] Building C object CMakeFiles/opus.dir/src/opus_encoder.c.o
[  2%] Building C object CMakeFiles/opus.dir/src/opus_multistream.c.o
[  3%] Building C object CMakeFiles/opus.dir/src/opus_multistream_encoder.c.o
[  4%] Building C object CMakeFiles/opus.dir/src/opus_multistream_decoder.c.o
[  4%] Building C object CMakeFiles/opus.dir/src/repacketizer.c.o
[  5%] Building C object CMakeFiles/opus.dir/src/opus_projection_encoder.c.o
[  6%] Building C object CMakeFiles/opus.dir/src/opus_projection_decoder.c.o
[  6%] Building C object CMakeFiles/opus.dir/src/mapping_matrix.c.o
[  7%] Building C object CMakeFiles/opus.dir/src/analysis.c.o
[  8%] Building C object CMakeFiles/opus.dir/src/mlp.c.o
[  8%] Building C object CMakeFiles/opus.dir/src/mlp_data.c.o
[  9%] Building C object CMakeFiles/opus.dir/silk/CNG.c.o
[ 10%] Building C object CMakeFiles/opus.dir/silk/code_signs.c.o
[ 10%] Building C object CMakeFiles/opus.dir/silk/init_decoder.c.o
[ 11%] Building C object CMakeFiles/opus.dir/silk/decode_core.c.o
[ 12%] Building C object CMakeFiles/opus.dir/silk/decode_frame.c.o
[ 12%] Building C object CMakeFiles/opus.dir/silk/decode_parameters.c.o
[ 13%] Building C object CMakeFiles/opus.dir/silk/decode_indices.c.o
[ 14%] Building C object CMakeFiles/opus.dir/silk/decode_pulses.c.o
[ 14%] Building C object CMakeFiles/opus.dir/silk/decoder_set_fs.c.o
[ 15%] Building C object CMakeFiles/opus.dir/silk/dec_API.c.o
[ 16%] Building C object CMakeFiles/opus.dir/silk/enc_API.c.o
[ 16%] Building C object CMakeFiles/opus.dir/silk/encode_indices.c.o
[ 17%] Building C object CMakeFiles/opus.dir/silk/encode_pulses.c.o
[ 18%] Building C object CMakeFiles/opus.dir/silk/gain_quant.c.o
[ 18%] Building C object CMakeFiles/opus.dir/silk/interpolate.c.o
[ 19%] Building C object CMakeFiles/opus.dir/silk/LP_variable_cutoff.c.o
[ 20%] Building C object CMakeFiles/opus.dir/silk/NLSF_decode.c.o
[ 20%] Building C object CMakeFiles/opus.dir/silk/NSQ.c.o
[ 21%] Building C object CMakeFiles/opus.dir/silk/NSQ_del_dec.c.o
[ 22%] Building C object CMakeFiles/opus.dir/silk/PLC.c.o
[ 22%] Building C object CMakeFiles/opus.dir/silk/shell_coder.c.o
[ 23%] Building C object CMakeFiles/opus.dir/silk/tables_gain.c.o
[ 24%] Building C object CMakeFiles/opus.dir/silk/tables_LTP.c.o
[ 24%] Building C object CMakeFiles/opus.dir/silk/tables_NLSF_CB_NB_MB.c.o
[ 25%] Building C object CMakeFiles/opus.dir/silk/tables_NLSF_CB_WB.c.o
[ 26%] Building C object CMakeFiles/opus.dir/silk/tables_other.c.o
[ 26%] Building C object CMakeFiles/opus.dir/silk/tables_pitch_lag.c.o
[ 27%] Building C object CMakeFiles/opus.dir/silk/tables_pulses_per_block.c.o
[ 28%] Building C object CMakeFiles/opus.dir/silk/VAD.c.o
[ 28%] Building C object CMakeFiles/opus.dir/silk/control_audio_bandwidth.c.o
[ 29%] Building C object CMakeFiles/opus.dir/silk/quant_LTP_gains.c.o
[ 30%] Building C object CMakeFiles/opus.dir/silk/VQ_WMat_EC.c.o
[ 30%] Building C object CMakeFiles/opus.dir/silk/HP_variable_cutoff.c.o
[ 31%] Building C object CMakeFiles/opus.dir/silk/NLSF_encode.c.o
[ 32%] Building C object CMakeFiles/opus.dir/silk/NLSF_VQ.c.o
[ 32%] Building C object CMakeFiles/opus.dir/silk/NLSF_unpack.c.o
[ 33%] Building C object CMakeFiles/opus.dir/silk/NLSF_del_dec_quant.c.o
[ 34%] Building C object CMakeFiles/opus.dir/silk/process_NLSFs.c.o
[ 34%] Building C object CMakeFiles/opus.dir/silk/stereo_LR_to_MS.c.o
[ 35%] Building C object CMakeFiles/opus.dir/silk/stereo_MS_to_LR.c.o
[ 36%] Building C object CMakeFiles/opus.dir/silk/check_control_input.c.o
[ 36%] Building C object CMakeFiles/opus.dir/silk/control_SNR.c.o
[ 37%] Building C object CMakeFiles/opus.dir/silk/init_encoder.c.o
[ 38%] Building C object CMakeFiles/opus.dir/silk/control_codec.c.o
[ 38%] Building C object CMakeFiles/opus.dir/silk/A2NLSF.c.o
[ 39%] Building C object CMakeFiles/opus.dir/silk/ana_filt_bank_1.c.o
[ 40%] Building C object CMakeFiles/opus.dir/silk/biquad_alt.c.o
[ 40%] Building C object CMakeFiles/opus.dir/silk/bwexpander_32.c.o
[ 41%] Building C object CMakeFiles/opus.dir/silk/bwexpander.c.o
[ 42%] Building C object CMakeFiles/opus.dir/silk/debug.c.o
[ 42%] Building C object CMakeFiles/opus.dir/silk/decode_pitch.c.o
[ 43%] Building C object CMakeFiles/opus.dir/silk/inner_prod_aligned.c.o
[ 44%] Building C object CMakeFiles/opus.dir/silk/lin2log.c.o
[ 44%] Building C object CMakeFiles/opus.dir/silk/log2lin.c.o
[ 45%] Building C object CMakeFiles/opus.dir/silk/LPC_analysis_filter.c.o
[ 46%] Building C object CMakeFiles/opus.dir/silk/LPC_inv_pred_gain.c.o
[ 46%] Building C object CMakeFiles/opus.dir/silk/table_LSF_cos.c.o
[ 47%] Building C object CMakeFiles/opus.dir/silk/NLSF2A.c.o
[ 48%] Building C object CMakeFiles/opus.dir/silk/NLSF_stabilize.c.o
[ 48%] Building C object CMakeFiles/opus.dir/silk/NLSF_VQ_weights_laroia.c.o
[ 49%] Building C object CMakeFiles/opus.dir/silk/pitch_est_tables.c.o
[ 50%] Building C object CMakeFiles/opus.dir/silk/resampler.c.o
[ 51%] Building C object CMakeFiles/opus.dir/silk/resampler_down2_3.c.o
[ 51%] Building C object CMakeFiles/opus.dir/silk/resampler_down2.c.o
[ 52%] Building C object CMakeFiles/opus.dir/silk/resampler_private_AR2.c.o
[ 53%] Building C object CMakeFiles/opus.dir/silk/resampler_private_down_FIR.c.o
[ 53%] Building C object CMakeFiles/opus.dir/silk/resampler_private_IIR_FIR.c.o
[ 54%] Building C object CMakeFiles/opus.dir/silk/resampler_private_up2_HQ.c.o
[ 55%] Building C object CMakeFiles/opus.dir/silk/resampler_rom.c.o
[ 55%] Building C object CMakeFiles/opus.dir/silk/sigm_Q15.c.o
[ 56%] Building C object CMakeFiles/opus.dir/silk/sort.c.o
[ 57%] Building C object CMakeFiles/opus.dir/silk/sum_sqr_shift.c.o
[ 57%] Building C object CMakeFiles/opus.dir/silk/stereo_decode_pred.c.o
[ 58%] Building C object CMakeFiles/opus.dir/silk/stereo_encode_pred.c.o
[ 59%] Building C object CMakeFiles/opus.dir/silk/stereo_find_predictor.c.o
[ 59%] Building C object CMakeFiles/opus.dir/silk/stereo_quant_pred.c.o
[ 60%] Building C object CMakeFiles/opus.dir/silk/LPC_fit.c.o
[ 61%] Building C object CMakeFiles/opus.dir/celt/bands.c.o
[ 61%] Building C object CMakeFiles/opus.dir/celt/celt.c.o
[ 62%] Building C object CMakeFiles/opus.dir/celt/celt_encoder.c.o
[ 63%] Building C object CMakeFiles/opus.dir/celt/celt_decoder.c.o
[ 63%] Building C object CMakeFiles/opus.dir/celt/cwrs.c.o
[ 64%] Building C object CMakeFiles/opus.dir/celt/entcode.c.o
[ 65%] Building C object CMakeFiles/opus.dir/celt/entdec.c.o
[ 65%] Building C object CMakeFiles/opus.dir/celt/entenc.c.o
[ 66%] Building C object CMakeFiles/opus.dir/celt/kiss_fft.c.o
[ 67%] Building C object CMakeFiles/opus.dir/celt/laplace.c.o
[ 67%] Building C object CMakeFiles/opus.dir/celt/mathops.c.o
[ 68%] Building C object CMakeFiles/opus.dir/celt/mdct.c.o
[ 69%] Building C object CMakeFiles/opus.dir/celt/modes.c.o
[ 69%] Building C object CMakeFiles/opus.dir/celt/pitch.c.o
[ 70%] Building C object CMakeFiles/opus.dir/celt/celt_lpc.c.o
[ 71%] Building C object CMakeFiles/opus.dir/celt/quant_bands.c.o
[ 71%] Building C object CMakeFiles/opus.dir/celt/rate.c.o
[ 72%] Building C object CMakeFiles/opus.dir/celt/vq.c.o
[ 73%] Building C object CMakeFiles/opus.dir/silk/float/apply_sine_window_FLP.c.o
[ 73%] Building C object CMakeFiles/opus.dir/silk/float/corrMatrix_FLP.c.o
[ 74%] Building C object CMakeFiles/opus.dir/silk/float/encode_frame_FLP.c.o
[ 75%] Building C object CMakeFiles/opus.dir/silk/float/find_LPC_FLP.c.o
[ 75%] Building C object CMakeFiles/opus.dir/silk/float/find_LTP_FLP.c.o
[ 76%] Building C object CMakeFiles/opus.dir/silk/float/find_pitch_lags_FLP.c.o
[ 77%] Building C object CMakeFiles/opus.dir/silk/float/find_pred_coefs_FLP.c.o
[ 77%] Building C object CMakeFiles/opus.dir/silk/float/LPC_analysis_filter_FLP.c.o
[ 78%] Building C object CMakeFiles/opus.dir/silk/float/LTP_analysis_filter_FLP.c.o
[ 79%] Building C object CMakeFiles/opus.dir/silk/float/LTP_scale_ctrl_FLP.c.o
[ 79%] Building C object CMakeFiles/opus.dir/silk/float/noise_shape_analysis_FLP.c.o
[ 80%] Building C object CMakeFiles/opus.dir/silk/float/process_gains_FLP.c.o
[ 81%] Building C object CMakeFiles/opus.dir/silk/float/regularize_correlations_FLP.c.o
[ 81%] Building C object CMakeFiles/opus.dir/silk/float/residual_energy_FLP.c.o
[ 82%] Building C object CMakeFiles/opus.dir/silk/float/warped_autocorrelation_FLP.c.o
[ 83%] Building C object CMakeFiles/opus.dir/silk/float/wrappers_FLP.c.o
In file included from /home/nlb/audio/spi4/app/external/opus-1.2/silk/float/structs_FLP.h:32,
                 from /home/nlb/audio/spi4/app/external/opus-1.2/silk/float/main_FLP.h:33,
                 from /home/nlb/audio/spi4/app/external/opus-1.2/silk/float/wrappers_FLP.c:32:
/home/nlb/audio/spi4/app/external/opus-1.2/silk/float/wrappers_FLP.c: In function ‘silk_NSQ_wrapper_FLP’:
/home/nlb/audio/spi4/app/external/opus-1.2/silk/main.h:296:18: warning: ‘silk_NSQ_del_dec_c’ reading 64 bytes from a region of size 32 [-Wstringop-overread]
  296 |     ((void)(arch),silk_NSQ_del_dec_c(psEncC, NSQ, psIndices, x16, pulses, PredCoef_Q12, LTPCoef_Q14, AR_Q13, \
      |     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  297 |                            HarmShapeGain_Q14, Tilt_Q14, LF_shp_Q14, Gains_Q16, pitchL, Lambda_Q10, LTP_scale_Q14))
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/nlb/audio/spi4/app/external/opus-1.2/silk/float/wrappers_FLP.c:164:9: note: in expansion of macro ‘silk_NSQ_del_dec’
  164 |         silk_NSQ_del_dec( &psEnc->sCmn, psNSQ, psIndices, x16, pulses, PredCoef_Q12[ 0 ], LTPCoef_Q14,
      |         ^~~~~~~~~~~~~~~~
/home/nlb/audio/spi4/app/external/opus-1.2/silk/main.h:296:18: note: referencing argument 6 of type ‘const opus_int16 *’ {aka ‘const short int *’}
  296 |     ((void)(arch),silk_NSQ_del_dec_c(psEncC, NSQ, psIndices, x16, pulses, PredCoef_Q12, LTPCoef_Q14, AR_Q13, \
      |     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  297 |                            HarmShapeGain_Q14, Tilt_Q14, LF_shp_Q14, Gains_Q16, pitchL, Lambda_Q10, LTP_scale_Q14))
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/nlb/audio/spi4/app/external/opus-1.2/silk/float/wrappers_FLP.c:164:9: note: in expansion of macro ‘silk_NSQ_del_dec’
  164 |         silk_NSQ_del_dec( &psEnc->sCmn, psNSQ, psIndices, x16, pulses, PredCoef_Q12[ 0 ], LTPCoef_Q14,
      |         ^~~~~~~~~~~~~~~~
/home/nlb/audio/spi4/app/external/opus-1.2/silk/main.h:275:6: note: in a call to function ‘silk_NSQ_del_dec_c’
  275 | void silk_NSQ_del_dec_c(
      |      ^~~~~~~~~~~~~~~~~~
/home/nlb/audio/spi4/app/external/opus-1.2/silk/main.h:270:18: warning: ‘silk_NSQ_c’ reading 64 bytes from a region of size 32 [-Wstringop-overread]
  270 |     ((void)(arch),silk_NSQ_c(psEncC, NSQ, psIndices, x16, pulses, PredCoef_Q12, LTPCoef_Q14, AR_Q13, \
      |     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  271 |                    HarmShapeGain_Q14, Tilt_Q14, LF_shp_Q14, Gains_Q16, pitchL, Lambda_Q10, LTP_scale_Q14))
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/nlb/audio/spi4/app/external/opus-1.2/silk/float/wrappers_FLP.c:167:9: note: in expansion of macro ‘silk_NSQ’
  167 |         silk_NSQ( &psEnc->sCmn, psNSQ, psIndices, x16, pulses, PredCoef_Q12[ 0 ], LTPCoef_Q14,
      |         ^~~~~~~~
/home/nlb/audio/spi4/app/external/opus-1.2/silk/main.h:270:18: note: referencing argument 6 of type ‘const opus_int16 *’ {aka ‘const short int *’}
  270 |     ((void)(arch),silk_NSQ_c(psEncC, NSQ, psIndices, x16, pulses, PredCoef_Q12, LTPCoef_Q14, AR_Q13, \
      |     ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  271 |                    HarmShapeGain_Q14, Tilt_Q14, LF_shp_Q14, Gains_Q16, pitchL, Lambda_Q10, LTP_scale_Q14))
      |                    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/nlb/audio/spi4/app/external/opus-1.2/silk/float/wrappers_FLP.c:167:9: note: in expansion of macro ‘silk_NSQ’
  167 |         silk_NSQ( &psEnc->sCmn, psNSQ, psIndices, x16, pulses, PredCoef_Q12[ 0 ], LTPCoef_Q14,
      |         ^~~~~~~~
/home/nlb/audio/spi4/app/external/opus-1.2/silk/main.h:249:6: note: in a call to function ‘silk_NSQ_c’
  249 | void silk_NSQ_c(
      |      ^~~~~~~~~~
[ 83%] Building C object CMakeFiles/opus.dir/silk/float/autocorrelation_FLP.c.o
[ 84%] Building C object CMakeFiles/opus.dir/silk/float/burg_modified_FLP.c.o
[ 85%] Building C object CMakeFiles/opus.dir/silk/float/bwexpander_FLP.c.o
[ 85%] Building C object CMakeFiles/opus.dir/silk/float/energy_FLP.c.o
[ 86%] Building C object CMakeFiles/opus.dir/silk/float/inner_product_FLP.c.o
[ 87%] Building C object CMakeFiles/opus.dir/silk/float/k2a_FLP.c.o
[ 87%] Building C object CMakeFiles/opus.dir/silk/float/LPC_inv_pred_gain_FLP.c.o
[ 88%] Building C object CMakeFiles/opus.dir/silk/float/pitch_analysis_core_FLP.c.o
[ 89%] Building C object CMakeFiles/opus.dir/silk/float/scale_copy_vector_FLP.c.o
[ 89%] Building C object CMakeFiles/opus.dir/silk/float/scale_vector_FLP.c.o
[ 90%] Building C object CMakeFiles/opus.dir/silk/float/schur_FLP.c.o
[ 91%] Building C object CMakeFiles/opus.dir/silk/float/sort_FLP.c.o
[ 91%] Building C object CMakeFiles/opus.dir/celt/x86/x86cpu.c.o
[ 92%] Building C object CMakeFiles/opus.dir/celt/x86/x86_celt_map.c.o
[ 93%] Building C object CMakeFiles/opus.dir/celt/x86/pitch_sse.c.o
[ 93%] Building C object CMakeFiles/opus.dir/celt/x86/pitch_sse2.c.o
[ 94%] Building C object CMakeFiles/opus.dir/celt/x86/vq_sse2.c.o
[ 95%] Building C object CMakeFiles/opus.dir/celt/x86/celt_lpc_sse4_1.c.o
[ 95%] Building C object CMakeFiles/opus.dir/celt/x86/pitch_sse4_1.c.o
[ 96%] Building C object CMakeFiles/opus.dir/silk/x86/NSQ_sse4_1.c.o
[ 97%] Building C object CMakeFiles/opus.dir/silk/x86/NSQ_del_dec_sse4_1.c.o
[ 97%] Building C object CMakeFiles/opus.dir/silk/x86/x86_silk_map.c.o
[ 98%] Building C object CMakeFiles/opus.dir/silk/x86/VAD_sse4_1.c.o
[ 99%] Building C object CMakeFiles/opus.dir/silk/x86/VQ_WMat_EC_sse4_1.c.o
[100%] Linking C static library libopus.a
[100%] Built target opus
[ 59%] Performing install step for 'opus'
Consolidate compiler generated dependencies of target opus
[100%] Built target opus
Install the project...
-- Install configuration: "Release"
-- Installing: /home/nlb/audio/spi4/app/external/build/opus-package/lib/libopus.a
-- Installing: /home/nlb/audio/spi4/app/external/build/opus-package/include/opus/opus.h
-- Installing: /home/nlb/audio/spi4/app/external/build/opus-package/include/opus/opus_custom.h
-- Installing: /home/nlb/audio/spi4/app/external/build/opus-package/include/opus/opus_defines.h
-- Installing: /home/nlb/audio/spi4/app/external/build/opus-package/include/opus/opus_multistream.h
-- Installing: /home/nlb/audio/spi4/app/external/build/opus-package/include/opus/opus_projection.h
-- Installing: /home/nlb/audio/spi4/app/external/build/opus-package/include/opus/opus_types.h
-- Installing: /home/nlb/audio/spi4/app/external/build/opus-package/lib/pkgconfig/opus.pc
-- Installing: /home/nlb/audio/spi4/app/external/build/opus-package/lib/cmake/Opus/OpusTargets.cmake
-- Installing: /home/nlb/audio/spi4/app/external/build/opus-package/lib/cmake/Opus/OpusTargets-release.cmake
-- Installing: /home/nlb/audio/spi4/app/external/build/opus-package/lib/cmake/Opus/OpusConfig.cmake
-- Installing: /home/nlb/audio/spi4/app/external/build/opus-package/lib/cmake/Opus/OpusConfigVersion.cmake
[ 60%] Completed 'opus'
[ 60%] Built target opus
[ 62%] Creating directories for 'vorbis'
[ 63%] No download step for 'vorbis'
[ 65%] No update step for 'vorbis'
[ 66%] No patch step for 'vorbis'
[ 68%] Performing configure step for 'vorbis'
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.

-- The C compiler identification is GNU 11.2.0
-- The CXX compiler identification is GNU 11.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring vorbis 1.3.6
-- Found OGG: /home/nlb/audio/spi4/app/external/build/ogg-package/include  
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    BUILD_EXAMPLES
    BUILD_PROGRAMS
    BUILD_TESTING

-- Build files have been written to: /home/nlb/audio/spi4/app/external/build/vorbis-prefix/src/vorbis-build
[ 69%] Performing build step for 'vorbis'
[  4%] Building C object lib/CMakeFiles/vorbis.dir/mdct.c.o
[  8%] Building C object lib/CMakeFiles/vorbis.dir/smallft.c.o
[ 12%] Building C object lib/CMakeFiles/vorbis.dir/block.c.o
[ 16%] Building C object lib/CMakeFiles/vorbis.dir/envelope.c.o
[ 20%] Building C object lib/CMakeFiles/vorbis.dir/window.c.o
[ 24%] Building C object lib/CMakeFiles/vorbis.dir/lsp.c.o
[ 28%] Building C object lib/CMakeFiles/vorbis.dir/lpc.c.o
[ 32%] Building C object lib/CMakeFiles/vorbis.dir/analysis.c.o
[ 36%] Building C object lib/CMakeFiles/vorbis.dir/synthesis.c.o
[ 40%] Building C object lib/CMakeFiles/vorbis.dir/psy.c.o
[ 44%] Building C object lib/CMakeFiles/vorbis.dir/info.c.o
[ 48%] Building C object lib/CMakeFiles/vorbis.dir/floor1.c.o
[ 52%] Building C object lib/CMakeFiles/vorbis.dir/floor0.c.o
[ 56%] Building C object lib/CMakeFiles/vorbis.dir/res0.c.o
[ 60%] Building C object lib/CMakeFiles/vorbis.dir/mapping0.c.o
[ 64%] Building C object lib/CMakeFiles/vorbis.dir/registry.c.o
[ 68%] Building C object lib/CMakeFiles/vorbis.dir/codebook.c.o
[ 72%] Building C object lib/CMakeFiles/vorbis.dir/sharedbook.c.o
[ 76%] Building C object lib/CMakeFiles/vorbis.dir/lookup.c.o
[ 80%] Building C object lib/CMakeFiles/vorbis.dir/bitrate.c.o
[ 84%] Linking C static library libvorbis.a
[ 84%] Built target vorbis
[ 88%] Building C object lib/CMakeFiles/vorbisenc.dir/vorbisenc.c.o
[ 92%] Linking C static library libvorbisenc.a
[ 92%] Built target vorbisenc
[ 96%] Building C object lib/CMakeFiles/vorbisfile.dir/vorbisfile.c.o
[100%] Linking C static library libvorbisfile.a
[100%] Built target vorbisfile
[ 71%] Performing install step for 'vorbis'
Consolidate compiler generated dependencies of target vorbis
[ 84%] Built target vorbis
Consolidate compiler generated dependencies of target vorbisenc
[ 92%] Built target vorbisenc
Consolidate compiler generated dependencies of target vorbisfile
[100%] Built target vorbisfile
Install the project...
-- Install configuration: ""
-- Installing: /home/nlb/audio/spi4/app/external/build/vorbis-package/lib/pkgconfig/vorbis.pc
-- Installing: /home/nlb/audio/spi4/app/external/build/vorbis-package/lib/pkgconfig/vorbisenc.pc
-- Installing: /home/nlb/audio/spi4/app/external/build/vorbis-package/lib/pkgconfig/vorbisfile.pc
-- Installing: /home/nlb/audio/spi4/app/external/build/vorbis-package/include/vorbis/codec.h
-- Installing: /home/nlb/audio/spi4/app/external/build/vorbis-package/include/vorbis/vorbisenc.h
-- Installing: /home/nlb/audio/spi4/app/external/build/vorbis-package/include/vorbis/vorbisfile.h
-- Installing: /home/nlb/audio/spi4/app/external/build/vorbis-package/lib/libvorbis.a
-- Installing: /home/nlb/audio/spi4/app/external/build/vorbis-package/lib/libvorbisenc.a
-- Installing: /home/nlb/audio/spi4/app/external/build/vorbis-package/lib/libvorbisfile.a
[ 72%] Completed 'vorbis'
[ 72%] Built target vorbis
[ 74%] Creating directories for 'libsndfile'
[ 75%] No download step for 'libsndfile'
[ 77%] No update step for 'libsndfile'
[ 78%] No patch step for 'libsndfile'
[ 80%] Performing configure step for 'libsndfile'
-- The C compiler identification is GNU 11.2.0
-- The CXX compiler identification is GNU 11.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- 
-- 
-- Checking large files support...
-- 
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- 
-- Checking size of off_t without any definitions:
-- Check size of off_t
-- Check size of off_t - done
-- Checking of off_t without any definitions: 8
-- 
-- Result of checking large files support: supported

CMake Debug Log at /snap/cmake/1088/share/cmake-3.23/Modules/FindALSA.cmake:46 (find_path):
  find_path called with the following settings:

    VAR: ALSA_INCLUDE_DIR
    NAMES: "alsa/asoundlib.h"
    Documentation: The ALSA (asound) include directory
    Framework
      Only Search Frameworks: 0
      Search Frameworks Last: 0
      Search Frameworks First: 0
    AppBundle
      Only Search AppBundle: 0
      Search AppBundle Last: 0
      Search AppBundle First: 0
    CMAKE_FIND_USE_CMAKE_PATH: 1
    CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1

  find_path considered the following locations:

    /home/nlb/.asdf/shims/alsa/asoundlib.h
    /home/nlb/.asdf/bin/alsa/asoundlib.h
    /usr/local/sbin/alsa/asoundlib.h
    /usr/local/bin/alsa/asoundlib.h
    /usr/sbin/alsa/asoundlib.h
    /usr/bin/alsa/asoundlib.h
    /sbin/alsa/asoundlib.h
    /bin/alsa/asoundlib.h
    /usr/games/alsa/asoundlib.h
    /usr/local/games/alsa/asoundlib.h
    /snap/bin/alsa/asoundlib.h
    /usr/local/include/x86_64-linux-gnu/alsa/asoundlib.h
    /usr/local/include/alsa/asoundlib.h
    /usr/local/alsa/asoundlib.h
    /usr/include/x86_64-linux-gnu/alsa/asoundlib.h

  The item was found at

    /usr/include/alsa/asoundlib.h

Call Stack (most recent call first):
  cmake/SndFileChecks.cmake:26 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at /snap/cmake/1088/share/cmake-3.23/Modules/FindALSA.cmake:50 (find_library):
  find_library called with the following settings:

    VAR: ALSA_LIBRARY
    NAMES: "asound"
    Documentation: The ALSA (asound) library
    Framework
      Only Search Frameworks: 0
      Search Frameworks Last: 0
      Search Frameworks First: 0
    AppBundle
      Only Search AppBundle: 0
      Search AppBundle Last: 0
      Search AppBundle First: 0
    CMAKE_FIND_USE_CMAKE_PATH: 1
    CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1

  find_library considered the following locations:

    /home/nlb/.asdf/shims/(lib)asound(\.so|\.a)
    /home/nlb/.asdf/bin/(lib)asound(\.so|\.a)
    /usr/local/sbin/(lib)asound(\.so|\.a)
    /usr/local/bin/(lib)asound(\.so|\.a)
    /usr/sbin/(lib)asound(\.so|\.a)
    /usr/bin/(lib)asound(\.so|\.a)
    /sbin/(lib)asound(\.so|\.a)
    /bin/(lib)asound(\.so|\.a)
    /usr/games/(lib)asound(\.so|\.a)
    /usr/local/games/(lib)asound(\.so|\.a)
    /snap/bin/(lib)asound(\.so|\.a)
    /usr/local/lib/x86_64-linux-gnu/(lib)asound(\.so|\.a)
    /usr/local/lib/(lib)asound(\.so|\.a)
    /usr/local/(lib)asound(\.so|\.a)

  The item was found at

    /usr/lib/x86_64-linux-gnu/libasound.so

Call Stack (most recent call first):
  cmake/SndFileChecks.cmake:26 (find_package)
  CMakeLists.txt:61 (include)

-- Found ALSA: /usr/lib/x86_64-linux-gnu/libasound.so (found version "1.2.6.1") 
CMake Debug Log at cmake/SndFileChecks.cmake:26 (find_package):
  find_package considered the following paths for FindALSA.cmake:

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindALSA.cmake

  The file was found at

    /snap/cmake/1088/share/cmake-3.23/Modules/FindALSA.cmake

Call Stack (most recent call first):
  CMakeLists.txt:61 (include)

CMake Debug Log at /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake:62 (find_program):
  find_program called with the following settings:

    VAR: PKG_CONFIG_EXECUTABLE
    NAMES: "pkg-config"
           "pkgconf"
    Documentation: pkg-config executable
    Framework
      Only Search Frameworks: 0
      Search Frameworks Last: 0
      Search Frameworks First: 0
    AppBundle
      Only Search AppBundle: 0
      Search AppBundle Last: 0
      Search AppBundle First: 0
    CMAKE_FIND_USE_CMAKE_PATH: 1
    CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1

  find_program considered the following locations:

    /home/nlb/.asdf/shims/pkg-config
    /home/nlb/.asdf/shims/pkgconf
    /home/nlb/.asdf/bin/pkg-config
    /home/nlb/.asdf/bin/pkgconf
    /usr/local/sbin/pkg-config
    /usr/local/sbin/pkgconf
    /usr/local/bin/pkg-config
    /usr/local/bin/pkgconf
    /usr/sbin/pkg-config
    /usr/sbin/pkgconf

  The item was found at

    /usr/bin/pkg-config

Call Stack (most recent call first):
  cmake/FindSndio.cmake:17 (find_package)
  cmake/SndFileChecks.cmake:27 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindSndio.cmake:17 (find_package):
  find_package considered the following paths for FindPkgConfig.cmake:

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindPkgConfig.cmake

  The file was found at

    /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake

Call Stack (most recent call first):
  cmake/SndFileChecks.cmake:27 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindSndio.cmake:22 (find_path):
  find_path called with the following settings:

    VAR: SNDIO_INCLUDE_DIR
    NAMES: "sndio.h"
    Documentation: Path to a file.
    Framework
      Only Search Frameworks: 0
      Search Frameworks Last: 0
      Search Frameworks First: 0
    AppBundle
      Only Search AppBundle: 0
      Search AppBundle Last: 0
      Search AppBundle First: 0
    CMAKE_FIND_USE_CMAKE_PATH: 1
    CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1

  find_path considered the following locations:

    /home/nlb/.asdf/shims/sndio.h
    /home/nlb/.asdf/bin/sndio.h
    /usr/local/sbin/sndio.h
    /usr/local/bin/sndio.h
    /usr/sbin/sndio.h
    /usr/bin/sndio.h
    /sbin/sndio.h
    /bin/sndio.h
    /usr/games/sndio.h
    /usr/local/games/sndio.h
    /snap/bin/sndio.h
    /usr/local/include/x86_64-linux-gnu/sndio.h
    /usr/local/include/sndio.h
    /usr/local/sndio.h
    /usr/include/x86_64-linux-gnu/sndio.h
    /usr/include/sndio.h
    /usr/sndio.h
    /include/x86_64-linux-gnu/sndio.h
    /include/sndio.h
    /snap/cmake/1088/include/x86_64-linux-gnu/sndio.h
    /snap/cmake/1088/include/sndio.h
    /snap/cmake/1088/sndio.h
    /home/nlb/audio/spi4/app/external/build/libsndfile-package/include/x86_64-linux-gnu/sndio.h
    /home/nlb/audio/spi4/app/external/build/libsndfile-package/include/sndio.h
    /home/nlb/audio/spi4/app/external/build/libsndfile-package/sndio.h
    /usr/X11R6/include/x86_64-linux-gnu/sndio.h
    /usr/X11R6/include/sndio.h
    /usr/X11R6/sndio.h
    /usr/pkg/include/x86_64-linux-gnu/sndio.h
    /usr/pkg/include/sndio.h
    /usr/pkg/sndio.h
    /opt/include/x86_64-linux-gnu/sndio.h
    /opt/include/sndio.h
    /opt/sndio.h
    /usr/include/X11/sndio.h

  The item was not found.

Call Stack (most recent call first):
  cmake/SndFileChecks.cmake:27 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindSndio.cmake:31 (find_library):
  find_library called with the following settings:

    VAR: SNDIO_LIBRARY
    NAMES: "sndio"
    Documentation: Path to a library.
    Framework
      Only Search Frameworks: 0
      Search Frameworks Last: 0
      Search Frameworks First: 0
    AppBundle
      Only Search AppBundle: 0
      Search AppBundle Last: 0
      Search AppBundle First: 0
    CMAKE_FIND_USE_CMAKE_PATH: 1
    CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1

  find_library considered the following locations:

    /home/nlb/.asdf/shims/(lib)sndio(\.so|\.a)
    /home/nlb/.asdf/bin/(lib)sndio(\.so|\.a)
    /usr/local/sbin/(lib)sndio(\.so|\.a)
    /usr/local/bin/(lib)sndio(\.so|\.a)
    /usr/sbin/(lib)sndio(\.so|\.a)
    /usr/bin/(lib)sndio(\.so|\.a)
    /sbin/(lib)sndio(\.so|\.a)
    /bin/(lib)sndio(\.so|\.a)
    /usr/games/(lib)sndio(\.so|\.a)
    /usr/local/games/(lib)sndio(\.so|\.a)
    /snap/bin/(lib)sndio(\.so|\.a)
    /usr/local/lib/x86_64-linux-gnu/(lib)sndio(\.so|\.a)
    /usr/local/lib/(lib)sndio(\.so|\.a)
    /usr/local/(lib)sndio(\.so|\.a)
    /usr/lib/x86_64-linux-gnu/(lib)sndio(\.so|\.a)
    /usr/lib/(lib)sndio(\.so|\.a)
    /usr/(lib)sndio(\.so|\.a)
    /lib/x86_64-linux-gnu/(lib)sndio(\.so|\.a)
    /lib/(lib)sndio(\.so|\.a)
    /snap/cmake/1088/lib/x86_64-linux-gnu/(lib)sndio(\.so|\.a)
    /snap/cmake/1088/lib/(lib)sndio(\.so|\.a)
    /snap/cmake/1088/(lib)sndio(\.so|\.a)
    /home/nlb/audio/spi4/app/external/build/libsndfile-package/lib/x86_64-linux-gnu/(lib)sndio(\.so|\.a)
    /home/nlb/audio/spi4/app/external/build/libsndfile-package/lib/(lib)sndio(\.so|\.a)
    /home/nlb/audio/spi4/app/external/build/libsndfile-package/(lib)sndio(\.so|\.a)
    /usr/X11R6/lib/x86_64-linux-gnu/(lib)sndio(\.so|\.a)
    /usr/X11R6/lib/(lib)sndio(\.so|\.a)
    /usr/X11R6/(lib)sndio(\.so|\.a)
    /usr/pkg/lib/x86_64-linux-gnu/(lib)sndio(\.so|\.a)
    /usr/pkg/lib/(lib)sndio(\.so|\.a)
    /usr/pkg/(lib)sndio(\.so|\.a)
    /opt/lib/x86_64-linux-gnu/(lib)sndio(\.so|\.a)
    /opt/lib/(lib)sndio(\.so|\.a)
    /opt/(lib)sndio(\.so|\.a)
    /usr/lib/X11/(lib)sndio(\.so|\.a)

  The item was not found.

Call Stack (most recent call first):
  cmake/SndFileChecks.cmake:27 (find_package)
  CMakeLists.txt:61 (include)

-- Could NOT find Sndio (missing: SNDIO_LIBRARY SNDIO_INCLUDE_DIR) 
CMake Debug Log at cmake/SndFileChecks.cmake:27 (find_package):
  find_package considered the following paths for FindSndio.cmake:

    /snap/cmake/1088/share/cmake-3.23/Modules/FindSndio.cmake

  The file was found at

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindSndio.cmake

  The module is considered not found due to Sndio_FOUND being FALSE.
Call Stack (most recent call first):
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindOgg.cmake:13 (find_package):
  find_package considered the following paths for FindPkgConfig.cmake:

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindPkgConfig.cmake

  The file was found at

    /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake

Call Stack (most recent call first):
  cmake/FindVorbis.cmake:13 (find_package)
  cmake/FindVorbisEnc.cmake:13 (find_package)
  cmake/SndFileChecks.cmake:30 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake:285 (find_library):
  find_library called with the following settings:

    VAR: pkgcfg_lib_PC_OGG_ogg
    NAMES: "ogg"
    Documentation: Path to a library.
    Framework
      Only Search Frameworks: 0
      Search Frameworks Last: 0
      Search Frameworks First: 0
    AppBundle
      Only Search AppBundle: 0
      Search AppBundle Last: 0
      Search AppBundle First: 0
    NO_DEFAULT_PATH Enabled

  find_library considered the following locations:

  The item was found at

    /usr/lib/x86_64-linux-gnu/libogg.so

Call Stack (most recent call first):
  /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake:335 (_pkg_find_libs)
  /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake:655 (_pkg_recalculate)
  /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake:827 (_pkg_check_modules_internal)
  cmake/FindOgg.cmake:14 (pkg_check_modules)
  cmake/FindVorbis.cmake:13 (find_package)
  cmake/FindVorbisEnc.cmake:13 (find_package)
  cmake/SndFileChecks.cmake:30 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindOgg.cmake:18 (find_path):
  find_path called with the following settings:

    VAR: OGG_INCLUDE_DIR
    NAMES: "ogg/ogg.h"
    Documentation: Path to a file.
    Framework
      Only Search Frameworks: 0
      Search Frameworks Last: 0
      Search Frameworks First: 0
    AppBundle
      Only Search AppBundle: 0
      Search AppBundle Last: 0
      Search AppBundle First: 0
    CMAKE_FIND_USE_CMAKE_PATH: 1
    CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1

  find_path considered the following locations:

  The item was found at

    /usr/include/ogg/ogg.h

Call Stack (most recent call first):
  cmake/FindVorbis.cmake:13 (find_package)
  cmake/FindVorbisEnc.cmake:13 (find_package)
  cmake/SndFileChecks.cmake:30 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindOgg.cmake:26 (find_library):
  find_library called with the following settings:

    VAR: OGG_LIBRARY
    NAMES: "ogg"
           "ogg_static"
           "libogg"
           "libogg_static"
    Documentation: Path to a library.
    Framework
      Only Search Frameworks: 0
      Search Frameworks Last: 0
      Search Frameworks First: 0
    AppBundle
      Only Search AppBundle: 0
      Search AppBundle Last: 0
      Search AppBundle First: 0
    CMAKE_FIND_USE_CMAKE_PATH: 1
    CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1

  find_library considered the following locations:

  The item was found at

    /usr/lib/x86_64-linux-gnu/libogg.so

Call Stack (most recent call first):
  cmake/FindVorbis.cmake:13 (find_package)
  cmake/FindVorbisEnc.cmake:13 (find_package)
  cmake/SndFileChecks.cmake:30 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindVorbis.cmake:13 (find_package):
  find_package considered the following paths for FindOgg.cmake:

    /snap/cmake/1088/share/cmake-3.23/Modules/FindOgg.cmake

  The file was found at

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindOgg.cmake

Call Stack (most recent call first):
  cmake/FindVorbisEnc.cmake:13 (find_package)
  cmake/SndFileChecks.cmake:30 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindVorbis.cmake:15 (find_package):
  find_package considered the following paths for FindPkgConfig.cmake:

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindPkgConfig.cmake

  The file was found at

    /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake

Call Stack (most recent call first):
  cmake/FindVorbisEnc.cmake:13 (find_package)
  cmake/SndFileChecks.cmake:30 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake:285 (find_library):
  find_library called with the following settings:

    VAR: pkgcfg_lib_PC_VORBIS_vorbis
    NAMES: "vorbis"
    Documentation: Path to a library.
    Framework
      Only Search Frameworks: 0
      Search Frameworks Last: 0
      Search Frameworks First: 0
    AppBundle
      Only Search AppBundle: 0
      Search AppBundle Last: 0
      Search AppBundle First: 0
    NO_DEFAULT_PATH Enabled

  find_library considered the following locations:

  The item was found at

    /usr/lib/x86_64-linux-gnu/libvorbis.so

Call Stack (most recent call first):
  /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake:335 (_pkg_find_libs)
  /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake:655 (_pkg_recalculate)
  /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake:827 (_pkg_check_modules_internal)
  cmake/FindVorbis.cmake:16 (pkg_check_modules)
  cmake/FindVorbisEnc.cmake:13 (find_package)
  cmake/SndFileChecks.cmake:30 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindVorbis.cmake:20 (find_path):
  find_path called with the following settings:

    VAR: VORBIS_INCLUDE_DIR
    NAMES: "vorbis/codec.h"
    Documentation: Path to a file.
    Framework
      Only Search Frameworks: 0
      Search Frameworks Last: 0
      Search Frameworks First: 0
    AppBundle
      Only Search AppBundle: 0
      Search AppBundle Last: 0
      Search AppBundle First: 0
    CMAKE_FIND_USE_CMAKE_PATH: 1
    CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1

  find_path considered the following locations:

  The item was found at

    /usr/include/vorbis/codec.h

Call Stack (most recent call first):
  cmake/FindVorbisEnc.cmake:13 (find_package)
  cmake/SndFileChecks.cmake:30 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindVorbis.cmake:27 (find_library):
  find_library called with the following settings:

    VAR: VORBIS_LIBRARY
    NAMES: "vorbis"
           "vorbis_static"
           "libvorbis"
           "libvorbis_static"
    Documentation: Path to a library.
    Framework
      Only Search Frameworks: 0
      Search Frameworks Last: 0
      Search Frameworks First: 0
    AppBundle
      Only Search AppBundle: 0
      Search AppBundle Last: 0
      Search AppBundle First: 0
    CMAKE_FIND_USE_CMAKE_PATH: 1
    CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1

  find_library considered the following locations:

  The item was found at

    /usr/lib/x86_64-linux-gnu/libvorbis.so

Call Stack (most recent call first):
  cmake/FindVorbisEnc.cmake:13 (find_package)
  cmake/SndFileChecks.cmake:30 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindVorbisEnc.cmake:13 (find_package):
  find_package considered the following paths for FindVorbis.cmake:

    /snap/cmake/1088/share/cmake-3.23/Modules/FindVorbis.cmake

  The file was found at

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindVorbis.cmake

Call Stack (most recent call first):
  cmake/SndFileChecks.cmake:30 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindVorbisEnc.cmake:15 (find_package):
  find_package considered the following paths for FindPkgConfig.cmake:

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindPkgConfig.cmake

  The file was found at

    /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake

Call Stack (most recent call first):
  cmake/SndFileChecks.cmake:30 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake:285 (find_library):
  find_library called with the following settings:

    VAR: pkgcfg_lib_PC_VORBISENC_vorbisenc
    NAMES: "vorbisenc"
    Documentation: Path to a library.
    Framework
      Only Search Frameworks: 0
      Search Frameworks Last: 0
      Search Frameworks First: 0
    AppBundle
      Only Search AppBundle: 0
      Search AppBundle Last: 0
      Search AppBundle First: 0
    NO_DEFAULT_PATH Enabled

  find_library considered the following locations:

  The item was found at

    /usr/lib/x86_64-linux-gnu/libvorbisenc.so

Call Stack (most recent call first):
  /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake:335 (_pkg_find_libs)
  /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake:655 (_pkg_recalculate)
  /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake:827 (_pkg_check_modules_internal)
  cmake/FindVorbisEnc.cmake:16 (pkg_check_modules)
  cmake/SndFileChecks.cmake:30 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindVorbisEnc.cmake:20 (find_path):
  find_path called with the following settings:

    VAR: VORBISENC_INCLUDE_DIR
    NAMES: "vorbis/vorbisenc.h"
    Documentation: Path to a file.
    Framework
      Only Search Frameworks: 0
      Search Frameworks Last: 0
      Search Frameworks First: 0
    AppBundle
      Only Search AppBundle: 0
      Search AppBundle Last: 0
      Search AppBundle First: 0
    CMAKE_FIND_USE_CMAKE_PATH: 1
    CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1

  find_path considered the following locations:

  The item was found at

    /usr/include/vorbis/vorbisenc.h

Call Stack (most recent call first):
  cmake/SndFileChecks.cmake:30 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindVorbisEnc.cmake:27 (find_library):
  find_library called with the following settings:

    VAR: VORBISENC_LIBRARY
    NAMES: "vorbisenc"
           "vorbisenc_static"
           "libvorbisenc"
           "libvorbisenc_static"
    Documentation: Path to a library.
    Framework
      Only Search Frameworks: 0
      Search Frameworks Last: 0
      Search Frameworks First: 0
    AppBundle
      Only Search AppBundle: 0
      Search AppBundle Last: 0
      Search AppBundle First: 0
    CMAKE_FIND_USE_CMAKE_PATH: 1
    CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1

  find_library considered the following locations:

  The item was found at

    /usr/lib/x86_64-linux-gnu/libvorbisenc.so

Call Stack (most recent call first):
  cmake/SndFileChecks.cmake:30 (find_package)
  CMakeLists.txt:61 (include)

-- Found VorbisEnc: /usr/lib/x86_64-linux-gnu/libvorbisenc.so (found version "1.3.7") 
CMake Debug Log at cmake/SndFileChecks.cmake:30 (find_package):
  find_package considered the following paths for FindVorbisEnc.cmake:

    /snap/cmake/1088/share/cmake-3.23/Modules/FindVorbisEnc.cmake

  The file was found at

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindVorbisEnc.cmake

Call Stack (most recent call first):
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindOgg.cmake:13 (find_package):
  find_package considered the following paths for FindPkgConfig.cmake:

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindPkgConfig.cmake

  The file was found at

    /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake

Call Stack (most recent call first):
  cmake/FindFLAC.cmake:14 (find_package)
  cmake/SndFileChecks.cmake:31 (find_package)
  CMakeLists.txt:61 (include)

-- Found Ogg: /usr/lib/x86_64-linux-gnu/libogg.so (found version "1.3.5") 
CMake Debug Log at cmake/FindFLAC.cmake:14 (find_package):
  find_package considered the following paths for FindOgg.cmake:

    /snap/cmake/1088/share/cmake-3.23/Modules/FindOgg.cmake

  The file was found at

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindOgg.cmake

Call Stack (most recent call first):
  cmake/SndFileChecks.cmake:31 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindFLAC.cmake:16 (find_package):
  find_package considered the following paths for FindPkgConfig.cmake:

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindPkgConfig.cmake

  The file was found at

    /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake

Call Stack (most recent call first):
  cmake/SndFileChecks.cmake:31 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake:285 (find_library):
  find_library called with the following settings:

    VAR: pkgcfg_lib_PC_FLAC_FLAC
    NAMES: "FLAC"
    Documentation: Path to a library.
    Framework
      Only Search Frameworks: 0
      Search Frameworks Last: 0
      Search Frameworks First: 0
    AppBundle
      Only Search AppBundle: 0
      Search AppBundle Last: 0
      Search AppBundle First: 0
    NO_DEFAULT_PATH Enabled

  find_library considered the following locations:

  The item was found at

    /usr/lib/x86_64-linux-gnu/libFLAC.so

Call Stack (most recent call first):
  /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake:335 (_pkg_find_libs)
  /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake:655 (_pkg_recalculate)
  /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake:827 (_pkg_check_modules_internal)
  cmake/FindFLAC.cmake:17 (pkg_check_modules)
  cmake/SndFileChecks.cmake:31 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindFLAC.cmake:21 (find_path):
  find_path called with the following settings:

    VAR: FLAC_INCLUDE_DIR
    NAMES: "FLAC/stream_decoder.h"
    Documentation: Path to a file.
    Framework
      Only Search Frameworks: 0
      Search Frameworks Last: 0
      Search Frameworks First: 0
    AppBundle
      Only Search AppBundle: 0
      Search AppBundle Last: 0
      Search AppBundle First: 0
    CMAKE_FIND_USE_CMAKE_PATH: 1
    CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1

  find_path considered the following locations:

    /home/nlb/audio/spi4/app/external/build/flac-package/include/x86_64-linux-gnu/FLAC/stream_decoder.h

  The item was found at

    /home/nlb/audio/spi4/app/external/build/flac-package/include/FLAC/stream_decoder.h

Call Stack (most recent call first):
  cmake/SndFileChecks.cmake:31 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindFLAC.cmake:30 (find_library):
  find_library called with the following settings:

    VAR: FLAC_LIBRARY
    NAMES: "FLAC"
           "libFLAC"
           "libFLAC_dynamic"
           "libFLAC_static"
    Documentation: Path to a library.
    Framework
      Only Search Frameworks: 0
      Search Frameworks Last: 0
      Search Frameworks First: 0
    AppBundle
      Only Search AppBundle: 0
      Search AppBundle Last: 0
      Search AppBundle First: 0
    CMAKE_FIND_USE_CMAKE_PATH: 1
    CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1

  find_library considered the following locations:

    /home/nlb/audio/spi4/app/external/build/flac-package/lib/x86_64-linux-gnu/(lib)FLAC(\.so|\.a)

  The item was found at

    /home/nlb/audio/spi4/app/external/build/flac-package/lib/libFLAC.a

Call Stack (most recent call first):
  cmake/SndFileChecks.cmake:31 (find_package)
  CMakeLists.txt:61 (include)

-- Found FLAC: /home/nlb/audio/spi4/app/external/build/flac-package/lib/libFLAC.a (found version "1.3.3") 
CMake Debug Log at cmake/SndFileChecks.cmake:31 (find_package):
  find_package considered the following paths for FindFLAC.cmake:

    /snap/cmake/1088/share/cmake-3.23/Modules/FindFLAC.cmake

  The file was found at

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindFLAC.cmake

Call Stack (most recent call first):
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindOgg.cmake:13 (find_package):
  find_package considered the following paths for FindPkgConfig.cmake:

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindPkgConfig.cmake

  The file was found at

    /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake

Call Stack (most recent call first):
  cmake/FindOpus.cmake:13 (find_package)
  cmake/SndFileChecks.cmake:32 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindOpus.cmake:13 (find_package):
  find_package considered the following paths for FindOgg.cmake:

    /snap/cmake/1088/share/cmake-3.23/Modules/FindOgg.cmake

  The file was found at

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindOgg.cmake

Call Stack (most recent call first):
  cmake/SndFileChecks.cmake:32 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindOpus.cmake:15 (find_package):
  find_package considered the following paths for FindPkgConfig.cmake:

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindPkgConfig.cmake

  The file was found at

    /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake

Call Stack (most recent call first):
  cmake/SndFileChecks.cmake:32 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake:285 (find_library):
  find_library called with the following settings:

    VAR: pkgcfg_lib_PC_OPUS_opus
    NAMES: "opus"
    Documentation: Path to a library.
    Framework
      Only Search Frameworks: 0
      Search Frameworks Last: 0
      Search Frameworks First: 0
    AppBundle
      Only Search AppBundle: 0
      Search AppBundle Last: 0
      Search AppBundle First: 0
    NO_DEFAULT_PATH Enabled

  find_library considered the following locations:

  The item was found at

    /usr/lib/x86_64-linux-gnu/libopus.so

Call Stack (most recent call first):
  /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake:335 (_pkg_find_libs)
  /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake:655 (_pkg_recalculate)
  /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake:827 (_pkg_check_modules_internal)
  cmake/FindOpus.cmake:16 (pkg_check_modules)
  cmake/SndFileChecks.cmake:32 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindOpus.cmake:20 (find_path):
  find_path called with the following settings:

    VAR: OPUS_INCLUDE_DIR
    NAMES: "opus/opus.h"
    Documentation: Path to a file.
    Framework
      Only Search Frameworks: 0
      Search Frameworks Last: 0
      Search Frameworks First: 0
    AppBundle
      Only Search AppBundle: 0
      Search AppBundle Last: 0
      Search AppBundle First: 0
    CMAKE_FIND_USE_CMAKE_PATH: 1
    CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1

  find_path considered the following locations:

  The item was found at

    /usr/include/opus/opus.h

Call Stack (most recent call first):
  cmake/SndFileChecks.cmake:32 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindOpus.cmake:30 (find_library):
  find_library called with the following settings:

    VAR: OPUS_LIBRARY
    NAMES: "opus"
           "opus_static"
           "libopus"
           "libopus_static"
    Documentation: Path to a library.
    Framework
      Only Search Frameworks: 0
      Search Frameworks Last: 0
      Search Frameworks First: 0
    AppBundle
      Only Search AppBundle: 0
      Search AppBundle Last: 0
      Search AppBundle First: 0
    CMAKE_FIND_USE_CMAKE_PATH: 1
    CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1

  find_library considered the following locations:

  The item was found at

    /usr/lib/x86_64-linux-gnu/libopus.so

Call Stack (most recent call first):
  cmake/SndFileChecks.cmake:32 (find_package)
  CMakeLists.txt:61 (include)

-- Found Opus: /usr/lib/x86_64-linux-gnu/libopus.so (found version "1.3.1") 
CMake Debug Log at cmake/SndFileChecks.cmake:32 (find_package):
  find_package considered the following paths for FindOpus.cmake:

    /snap/cmake/1088/share/cmake-3.23/Modules/FindOpus.cmake

  The file was found at

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindOpus.cmake

Call Stack (most recent call first):
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindSpeex.cmake:12 (find_package):
  find_package considered the following paths for FindPkgConfig.cmake:

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindPkgConfig.cmake

  The file was found at

    /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake

Call Stack (most recent call first):
  cmake/SndFileChecks.cmake:39 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindSpeex.cmake:17 (find_path):
  find_path called with the following settings:

    VAR: SPEEX_INCLUDE_DIR
    NAMES: "speex/speex.h"
    Documentation: Path to a file.
    Framework
      Only Search Frameworks: 0
      Search Frameworks Last: 0
      Search Frameworks First: 0
    AppBundle
      Only Search AppBundle: 0
      Search AppBundle Last: 0
      Search AppBundle First: 0
    CMAKE_FIND_USE_CMAKE_PATH: 1
    CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1

  find_path considered the following locations:

    /home/nlb/.asdf/shims/speex/speex.h
    /home/nlb/.asdf/bin/speex/speex.h
    /usr/local/sbin/speex/speex.h
    /usr/local/bin/speex/speex.h
    /usr/sbin/speex/speex.h
    /usr/bin/speex/speex.h
    /sbin/speex/speex.h
    /bin/speex/speex.h
    /usr/games/speex/speex.h
    /usr/local/games/speex/speex.h
    /snap/bin/speex/speex.h
    /usr/local/include/x86_64-linux-gnu/speex/speex.h
    /usr/local/include/speex/speex.h
    /usr/local/speex/speex.h
    /usr/include/x86_64-linux-gnu/speex/speex.h
    /usr/include/speex/speex.h
    /usr/speex/speex.h
    /include/x86_64-linux-gnu/speex/speex.h
    /include/speex/speex.h
    /snap/cmake/1088/include/x86_64-linux-gnu/speex/speex.h
    /snap/cmake/1088/include/speex/speex.h
    /snap/cmake/1088/speex/speex.h
    /home/nlb/audio/spi4/app/external/build/libsndfile-package/include/x86_64-linux-gnu/speex/speex.h
    /home/nlb/audio/spi4/app/external/build/libsndfile-package/include/speex/speex.h
    /home/nlb/audio/spi4/app/external/build/libsndfile-package/speex/speex.h
    /usr/X11R6/include/x86_64-linux-gnu/speex/speex.h
    /usr/X11R6/include/speex/speex.h
    /usr/X11R6/speex/speex.h
    /usr/pkg/include/x86_64-linux-gnu/speex/speex.h
    /usr/pkg/include/speex/speex.h
    /usr/pkg/speex/speex.h
    /opt/include/x86_64-linux-gnu/speex/speex.h
    /opt/include/speex/speex.h
    /opt/speex/speex.h
    /usr/include/X11/speex/speex.h

  The item was not found.

Call Stack (most recent call first):
  cmake/SndFileChecks.cmake:39 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindSpeex.cmake:23 (find_library):
  find_library called with the following settings:

    VAR: SPEEX_LIBRARY
    NAMES: "speex"
           "libspeex"
    Documentation: Path to a library.
    Framework
      Only Search Frameworks: 0
      Search Frameworks Last: 0
      Search Frameworks First: 0
    AppBundle
      Only Search AppBundle: 0
      Search AppBundle Last: 0
      Search AppBundle First: 0
    CMAKE_FIND_USE_CMAKE_PATH: 1
    CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1

  find_library considered the following locations:

    /home/nlb/.asdf/shims/(lib)speex(\.so|\.a)
    /home/nlb/.asdf/bin/(lib)speex(\.so|\.a)
    /usr/local/sbin/(lib)speex(\.so|\.a)
    /usr/local/bin/(lib)speex(\.so|\.a)
    /usr/sbin/(lib)speex(\.so|\.a)
    /usr/bin/(lib)speex(\.so|\.a)
    /sbin/(lib)speex(\.so|\.a)
    /bin/(lib)speex(\.so|\.a)
    /usr/games/(lib)speex(\.so|\.a)
    /usr/local/games/(lib)speex(\.so|\.a)
    /snap/bin/(lib)speex(\.so|\.a)
    /usr/local/lib/x86_64-linux-gnu/(lib)speex(\.so|\.a)
    /usr/local/lib/(lib)speex(\.so|\.a)
    /usr/local/(lib)speex(\.so|\.a)
    /usr/lib/x86_64-linux-gnu/(lib)speex(\.so|\.a)
    /usr/lib/(lib)speex(\.so|\.a)
    /usr/(lib)speex(\.so|\.a)
    /lib/x86_64-linux-gnu/(lib)speex(\.so|\.a)
    /lib/(lib)speex(\.so|\.a)
    /snap/cmake/1088/lib/x86_64-linux-gnu/(lib)speex(\.so|\.a)
    /snap/cmake/1088/lib/(lib)speex(\.so|\.a)
    /snap/cmake/1088/(lib)speex(\.so|\.a)
    /home/nlb/audio/spi4/app/external/build/libsndfile-package/lib/x86_64-linux-gnu/(lib)speex(\.so|\.a)
    /home/nlb/audio/spi4/app/external/build/libsndfile-package/lib/(lib)speex(\.so|\.a)
    /home/nlb/audio/spi4/app/external/build/libsndfile-package/(lib)speex(\.so|\.a)
    /usr/X11R6/lib/x86_64-linux-gnu/(lib)speex(\.so|\.a)
    /usr/X11R6/lib/(lib)speex(\.so|\.a)
    /usr/X11R6/(lib)speex(\.so|\.a)
    /usr/pkg/lib/x86_64-linux-gnu/(lib)speex(\.so|\.a)
    /usr/pkg/lib/(lib)speex(\.so|\.a)
    /usr/pkg/(lib)speex(\.so|\.a)
    /opt/lib/x86_64-linux-gnu/(lib)speex(\.so|\.a)
    /opt/lib/(lib)speex(\.so|\.a)
    /opt/(lib)speex(\.so|\.a)
    /usr/lib/X11/(lib)speex(\.so|\.a)
    /home/nlb/.asdf/shims/(lib)libspeex(\.so|\.a)
    /home/nlb/.asdf/bin/(lib)libspeex(\.so|\.a)
    /usr/local/sbin/(lib)libspeex(\.so|\.a)
    /usr/local/bin/(lib)libspeex(\.so|\.a)
    /usr/sbin/(lib)libspeex(\.so|\.a)
    /usr/bin/(lib)libspeex(\.so|\.a)
    /sbin/(lib)libspeex(\.so|\.a)
    /bin/(lib)libspeex(\.so|\.a)
    /usr/games/(lib)libspeex(\.so|\.a)
    /usr/local/games/(lib)libspeex(\.so|\.a)
    /snap/bin/(lib)libspeex(\.so|\.a)
    /usr/local/lib/x86_64-linux-gnu/(lib)libspeex(\.so|\.a)
    /usr/local/lib/(lib)libspeex(\.so|\.a)
    /usr/local/(lib)libspeex(\.so|\.a)
    /usr/lib/x86_64-linux-gnu/(lib)libspeex(\.so|\.a)
    /usr/lib/(lib)libspeex(\.so|\.a)
    /usr/(lib)libspeex(\.so|\.a)
    /lib/x86_64-linux-gnu/(lib)libspeex(\.so|\.a)
    /lib/(lib)libspeex(\.so|\.a)
    /snap/cmake/1088/lib/x86_64-linux-gnu/(lib)libspeex(\.so|\.a)
    /snap/cmake/1088/lib/(lib)libspeex(\.so|\.a)
    /snap/cmake/1088/(lib)libspeex(\.so|\.a)
    /home/nlb/audio/spi4/app/external/build/libsndfile-package/lib/x86_64-linux-gnu/(lib)libspeex(\.so|\.a)
    /home/nlb/audio/spi4/app/external/build/libsndfile-package/lib/(lib)libspeex(\.so|\.a)
    /home/nlb/audio/spi4/app/external/build/libsndfile-package/(lib)libspeex(\.so|\.a)
    /usr/X11R6/lib/x86_64-linux-gnu/(lib)libspeex(\.so|\.a)
    /usr/X11R6/lib/(lib)libspeex(\.so|\.a)
    /usr/X11R6/(lib)libspeex(\.so|\.a)
    /usr/pkg/lib/x86_64-linux-gnu/(lib)libspeex(\.so|\.a)
    /usr/pkg/lib/(lib)libspeex(\.so|\.a)
    /usr/pkg/(lib)libspeex(\.so|\.a)
    /opt/lib/x86_64-linux-gnu/(lib)libspeex(\.so|\.a)
    /opt/lib/(lib)libspeex(\.so|\.a)
    /opt/(lib)libspeex(\.so|\.a)
    /usr/lib/X11/(lib)libspeex(\.so|\.a)

  The item was not found.

Call Stack (most recent call first):
  cmake/SndFileChecks.cmake:39 (find_package)
  CMakeLists.txt:61 (include)

-- Could NOT find Speex (missing: SPEEX_LIBRARY SPEEX_INCLUDE_DIR) 
CMake Debug Log at cmake/SndFileChecks.cmake:39 (find_package):
  find_package considered the following paths for FindSpeex.cmake:

    /snap/cmake/1088/share/cmake-3.23/Modules/FindSpeex.cmake

  The file was found at

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindSpeex.cmake

  The module is considered not found due to Speex_FOUND being FALSE.
Call Stack (most recent call first):
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindSQLite3.cmake:13 (find_package):
  find_package considered the following paths for FindPkgConfig.cmake:

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindPkgConfig.cmake

  The file was found at

    /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake

Call Stack (most recent call first):
  cmake/SndFileChecks.cmake:40 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake:285 (find_library):
  find_library called with the following settings:

    VAR: pkgcfg_lib_PC_SQLITE3_sqlite3
    NAMES: "sqlite3"
    Documentation: Path to a library.
    Framework
      Only Search Frameworks: 0
      Search Frameworks Last: 0
      Search Frameworks First: 0
    AppBundle
      Only Search AppBundle: 0
      Search AppBundle Last: 0
      Search AppBundle First: 0
    NO_DEFAULT_PATH Enabled

  find_library considered the following locations:

  The item was found at

    /usr/lib/x86_64-linux-gnu/libsqlite3.so

Call Stack (most recent call first):
  /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake:335 (_pkg_find_libs)
  /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake:655 (_pkg_recalculate)
  /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake:827 (_pkg_check_modules_internal)
  cmake/FindSQLite3.cmake:14 (pkg_check_modules)
  cmake/SndFileChecks.cmake:40 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindSQLite3.cmake:18 (find_path):
  find_path called with the following settings:

    VAR: SQLITE3_INCLUDE_DIR
    NAMES: "sqlite3.h"
    Documentation: Path to a file.
    Framework
      Only Search Frameworks: 0
      Search Frameworks Last: 0
      Search Frameworks First: 0
    AppBundle
      Only Search AppBundle: 0
      Search AppBundle Last: 0
      Search AppBundle First: 0
    CMAKE_FIND_USE_CMAKE_PATH: 1
    CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1

  find_path considered the following locations:

  The item was found at

    /usr/include/sqlite3.h

Call Stack (most recent call first):
  cmake/SndFileChecks.cmake:40 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindSQLite3.cmake:25 (find_library):
  find_library called with the following settings:

    VAR: SQLITE3_LIBRARY
    NAMES: "sqlite3"
    Documentation: Path to a library.
    Framework
      Only Search Frameworks: 0
      Search Frameworks Last: 0
      Search Frameworks First: 0
    AppBundle
      Only Search AppBundle: 0
      Search AppBundle Last: 0
      Search AppBundle First: 0
    CMAKE_FIND_USE_CMAKE_PATH: 1
    CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1

  find_library considered the following locations:

  The item was found at

    /usr/lib/x86_64-linux-gnu/libsqlite3.so

Call Stack (most recent call first):
  cmake/SndFileChecks.cmake:40 (find_package)
  CMakeLists.txt:61 (include)

CMake Warning (dev) at /snap/cmake/1088/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (SQLITE3)
  does not match the name of the calling package (SQLite3).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/FindSQLite3.cmake:36 (find_package_handle_standard_args)
  cmake/SndFileChecks.cmake:40 (find_package)
  CMakeLists.txt:61 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found SQLITE3: /usr/lib/x86_64-linux-gnu/libsqlite3.so (found version "3.37.2") 
CMake Debug Log at cmake/SndFileChecks.cmake:40 (find_package):
  find_package considered the following paths for FindSQLite3.cmake:

  The file was found at

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindSQLite3.cmake

Call Stack (most recent call first):
  CMakeLists.txt:61 (include)

-- Looking for byteswap.h
-- Looking for byteswap.h - found
-- Looking for dlfcn.h
-- Looking for dlfcn.h - found
-- Looking for direct.h
-- Looking for direct.h - not found
-- Looking for endian.h
-- Looking for endian.h - found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for io.h
-- Looking for io.h - not found
-- Looking for sys/time.h
-- Looking for sys/time.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Check size of int64_t
-- Check size of int64_t - done
-- Check size of long
-- Check size of long - done
-- Check size of long long
-- Check size of long long - done
-- Check size of ssize_t
-- Check size of ssize_t - done
-- Check size of wchar_t
-- Check size of wchar_t - done
-- Check size of int64_t
-- Check size of int64_t - done
-- Looking for floor in m
-- Looking for floor in m - found
-- Looking for sqlite3_close in sqlite3
-- Looking for sqlite3_close in sqlite3 - found
-- Looking for fstat
-- Looking for fstat - found
-- Looking for fstat64
-- Looking for fstat64 - found
-- Looking for gettimeofday
-- Looking for gettimeofday - found
-- Looking for gmtime
-- Looking for gmtime - found
-- Looking for gmtime_r
-- Looking for gmtime_r - found
-- Looking for localtime
-- Looking for localtime - found
-- Looking for localtime_r
-- Looking for localtime_r - found
-- Looking for lseek
-- Looking for lseek - found
-- Looking for open
-- Looking for open - found
-- Looking for read
-- Looking for read - found
-- Looking for write
-- Looking for write - found
-- Looking for lrint
-- Looking for lrint - found
-- Looking for lrintf
-- Looking for lrintf - found
-- Looking for ftruncate
-- Looking for ftruncate - found
-- Looking for fsync
-- Looking for fsync - found
-- Looking for S_IRGRP
-- Looking for S_IRGRP - found
-- Checking for inline...
-- Checking for inline... supported
-- Checking processor clipping capabilities...
-- Checking processor clipping capabilities... none
-- The following features have been enabled:

 * ENABLE_EXTERNAL_LIBS, enable FLAC, Vorbis, and Opus codecs
 * ENABLE_CPACK, enable CPack support
 * ENABLE_PACKAGE_CONFIG, generate and install package config file

-- The following OPTIONAL packages have been found:

 * ALSA
 * SQLite3, light weight SQL database engine., <www.sqlite.org/>
   Enables regtest

-- The following RECOMMENDED packages have been found:

 * VorbisEnc, open source lossy audio codec, <www.vorbis.com/>
   Enables Vorbis support
 * FLAC, Free Lossless Audio Codec Library, <www.xiph.org/flac/>
   Enables FLAC support
 * Opus, Standardized open source low-latency fullband codec, <www.opus-codec.org/>
   Enables experimental Opus support

-- The following REQUIRED packages have been found:

 * Ogg, library for manipulating ogg bitstreams, <www.xiph.org/ogg/>
   Required to enable Vorbis, Speex, and Opus support

-- The following features have been disabled:

 * BUILD_SHARED_LIBS, build shared libraries
 * ENABLE_EXPERIMENTAL, enable experimental code
 * BUILD_TESTING, build tests
 * BUILD_REGTEST, build regtest
 * ENABLE_CPU_CLIP, Enable tricky cpu specific clipper
 * ENABLE_BOW_DOCS, enable black-on-white html docs

-- The following OPTIONAL packages have not been found:

 * Sndio
 * Speex, an audio codec tuned for speech, <www.speex.org/>
   Enables experemental Speex support

-- Configuring done
-- Generating done
-- Build files have been written to: /home/nlb/audio/spi4/app/external/build/libsndfile-prefix/src/libsndfile-build
[ 81%] Performing build step for 'libsndfile'
CMake Debug Log at cmake/SndFileChecks.cmake:26 (find_package):
  find_package considered the following paths for FindALSA.cmake:

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindALSA.cmake

  The file was found at

    /snap/cmake/1088/share/cmake-3.23/Modules/FindALSA.cmake

Call Stack (most recent call first):
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindSndio.cmake:17 (find_package):
  find_package considered the following paths for FindPkgConfig.cmake:

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindPkgConfig.cmake

  The file was found at

    /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake

Call Stack (most recent call first):
  cmake/SndFileChecks.cmake:27 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindSndio.cmake:22 (find_path):
  find_path called with the following settings:

    VAR: SNDIO_INCLUDE_DIR
    NAMES: "sndio.h"
    Documentation: Path to a file.
    Framework
      Only Search Frameworks: 0
      Search Frameworks Last: 0
      Search Frameworks First: 0
    AppBundle
      Only Search AppBundle: 0
      Search AppBundle Last: 0
      Search AppBundle First: 0
    CMAKE_FIND_USE_CMAKE_PATH: 1
    CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1

  find_path considered the following locations:

    /home/nlb/.asdf/shims/sndio.h
    /home/nlb/.asdf/bin/sndio.h
    /usr/local/sbin/sndio.h
    /usr/local/bin/sndio.h
    /usr/sbin/sndio.h
    /usr/bin/sndio.h
    /sbin/sndio.h
    /bin/sndio.h
    /usr/games/sndio.h
    /usr/local/games/sndio.h
    /snap/bin/sndio.h
    /usr/local/include/x86_64-linux-gnu/sndio.h
    /usr/local/include/sndio.h
    /usr/local/sndio.h
    /usr/include/x86_64-linux-gnu/sndio.h
    /usr/include/sndio.h
    /usr/sndio.h
    /include/x86_64-linux-gnu/sndio.h
    /include/sndio.h
    /snap/cmake/1088/include/x86_64-linux-gnu/sndio.h
    /snap/cmake/1088/include/sndio.h
    /snap/cmake/1088/sndio.h
    /home/nlb/audio/spi4/app/external/build/libsndfile-package/include/x86_64-linux-gnu/sndio.h
    /home/nlb/audio/spi4/app/external/build/libsndfile-package/include/sndio.h
    /home/nlb/audio/spi4/app/external/build/libsndfile-package/sndio.h
    /usr/X11R6/include/x86_64-linux-gnu/sndio.h
    /usr/X11R6/include/sndio.h
    /usr/X11R6/sndio.h
    /usr/pkg/include/x86_64-linux-gnu/sndio.h
    /usr/pkg/include/sndio.h
    /usr/pkg/sndio.h
    /opt/include/x86_64-linux-gnu/sndio.h
    /opt/include/sndio.h
    /opt/sndio.h
    /usr/include/X11/sndio.h

  The item was not found.

Call Stack (most recent call first):
  cmake/SndFileChecks.cmake:27 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindSndio.cmake:31 (find_library):
  find_library called with the following settings:

    VAR: SNDIO_LIBRARY
    NAMES: "sndio"
    Documentation: Path to a library.
    Framework
      Only Search Frameworks: 0
      Search Frameworks Last: 0
      Search Frameworks First: 0
    AppBundle
      Only Search AppBundle: 0
      Search AppBundle Last: 0
      Search AppBundle First: 0
    CMAKE_FIND_USE_CMAKE_PATH: 1
    CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1

  find_library considered the following locations:

    /home/nlb/.asdf/shims/(lib)sndio(\.so|\.a)
    /home/nlb/.asdf/bin/(lib)sndio(\.so|\.a)
    /usr/local/sbin/(lib)sndio(\.so|\.a)
    /usr/local/bin/(lib)sndio(\.so|\.a)
    /usr/sbin/(lib)sndio(\.so|\.a)
    /usr/bin/(lib)sndio(\.so|\.a)
    /sbin/(lib)sndio(\.so|\.a)
    /bin/(lib)sndio(\.so|\.a)
    /usr/games/(lib)sndio(\.so|\.a)
    /usr/local/games/(lib)sndio(\.so|\.a)
    /snap/bin/(lib)sndio(\.so|\.a)
    /usr/local/lib/x86_64-linux-gnu/(lib)sndio(\.so|\.a)
    /usr/local/lib/(lib)sndio(\.so|\.a)
    /usr/local/(lib)sndio(\.so|\.a)
    /usr/lib/x86_64-linux-gnu/(lib)sndio(\.so|\.a)
    /usr/lib/(lib)sndio(\.so|\.a)
    /usr/(lib)sndio(\.so|\.a)
    /lib/x86_64-linux-gnu/(lib)sndio(\.so|\.a)
    /lib/(lib)sndio(\.so|\.a)
    /snap/cmake/1088/lib/x86_64-linux-gnu/(lib)sndio(\.so|\.a)
    /snap/cmake/1088/lib/(lib)sndio(\.so|\.a)
    /snap/cmake/1088/(lib)sndio(\.so|\.a)
    /home/nlb/audio/spi4/app/external/build/libsndfile-package/lib/x86_64-linux-gnu/(lib)sndio(\.so|\.a)
    /home/nlb/audio/spi4/app/external/build/libsndfile-package/lib/(lib)sndio(\.so|\.a)
    /home/nlb/audio/spi4/app/external/build/libsndfile-package/(lib)sndio(\.so|\.a)
    /usr/X11R6/lib/x86_64-linux-gnu/(lib)sndio(\.so|\.a)
    /usr/X11R6/lib/(lib)sndio(\.so|\.a)
    /usr/X11R6/(lib)sndio(\.so|\.a)
    /usr/pkg/lib/x86_64-linux-gnu/(lib)sndio(\.so|\.a)
    /usr/pkg/lib/(lib)sndio(\.so|\.a)
    /usr/pkg/(lib)sndio(\.so|\.a)
    /opt/lib/x86_64-linux-gnu/(lib)sndio(\.so|\.a)
    /opt/lib/(lib)sndio(\.so|\.a)
    /opt/(lib)sndio(\.so|\.a)
    /usr/lib/X11/(lib)sndio(\.so|\.a)

  The item was not found.

Call Stack (most recent call first):
  cmake/SndFileChecks.cmake:27 (find_package)
  CMakeLists.txt:61 (include)

-- Could NOT find Sndio (missing: SNDIO_LIBRARY SNDIO_INCLUDE_DIR) 
CMake Debug Log at cmake/SndFileChecks.cmake:27 (find_package):
  find_package considered the following paths for FindSndio.cmake:

    /snap/cmake/1088/share/cmake-3.23/Modules/FindSndio.cmake

  The file was found at

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindSndio.cmake

  The module is considered not found due to Sndio_FOUND being FALSE.
Call Stack (most recent call first):
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindOgg.cmake:13 (find_package):
  find_package considered the following paths for FindPkgConfig.cmake:

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindPkgConfig.cmake

  The file was found at

    /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake

Call Stack (most recent call first):
  cmake/FindVorbis.cmake:13 (find_package)
  cmake/FindVorbisEnc.cmake:13 (find_package)
  cmake/SndFileChecks.cmake:30 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindVorbis.cmake:13 (find_package):
  find_package considered the following paths for FindOgg.cmake:

    /snap/cmake/1088/share/cmake-3.23/Modules/FindOgg.cmake

  The file was found at

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindOgg.cmake

Call Stack (most recent call first):
  cmake/FindVorbisEnc.cmake:13 (find_package)
  cmake/SndFileChecks.cmake:30 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindVorbis.cmake:15 (find_package):
  find_package considered the following paths for FindPkgConfig.cmake:

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindPkgConfig.cmake

  The file was found at

    /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake

Call Stack (most recent call first):
  cmake/FindVorbisEnc.cmake:13 (find_package)
  cmake/SndFileChecks.cmake:30 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindVorbisEnc.cmake:13 (find_package):
  find_package considered the following paths for FindVorbis.cmake:

    /snap/cmake/1088/share/cmake-3.23/Modules/FindVorbis.cmake

  The file was found at

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindVorbis.cmake

Call Stack (most recent call first):
  cmake/SndFileChecks.cmake:30 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindVorbisEnc.cmake:15 (find_package):
  find_package considered the following paths for FindPkgConfig.cmake:

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindPkgConfig.cmake

  The file was found at

    /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake

Call Stack (most recent call first):
  cmake/SndFileChecks.cmake:30 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/SndFileChecks.cmake:30 (find_package):
  find_package considered the following paths for FindVorbisEnc.cmake:

    /snap/cmake/1088/share/cmake-3.23/Modules/FindVorbisEnc.cmake

  The file was found at

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindVorbisEnc.cmake

Call Stack (most recent call first):
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindOgg.cmake:13 (find_package):
  find_package considered the following paths for FindPkgConfig.cmake:

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindPkgConfig.cmake

  The file was found at

    /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake

Call Stack (most recent call first):
  cmake/FindFLAC.cmake:14 (find_package)
  cmake/SndFileChecks.cmake:31 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindFLAC.cmake:14 (find_package):
  find_package considered the following paths for FindOgg.cmake:

    /snap/cmake/1088/share/cmake-3.23/Modules/FindOgg.cmake

  The file was found at

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindOgg.cmake

Call Stack (most recent call first):
  cmake/SndFileChecks.cmake:31 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindFLAC.cmake:16 (find_package):
  find_package considered the following paths for FindPkgConfig.cmake:

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindPkgConfig.cmake

  The file was found at

    /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake

Call Stack (most recent call first):
  cmake/SndFileChecks.cmake:31 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/SndFileChecks.cmake:31 (find_package):
  find_package considered the following paths for FindFLAC.cmake:

    /snap/cmake/1088/share/cmake-3.23/Modules/FindFLAC.cmake

  The file was found at

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindFLAC.cmake

Call Stack (most recent call first):
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindOgg.cmake:13 (find_package):
  find_package considered the following paths for FindPkgConfig.cmake:

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindPkgConfig.cmake

  The file was found at

    /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake

Call Stack (most recent call first):
  cmake/FindOpus.cmake:13 (find_package)
  cmake/SndFileChecks.cmake:32 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindOpus.cmake:13 (find_package):
  find_package considered the following paths for FindOgg.cmake:

    /snap/cmake/1088/share/cmake-3.23/Modules/FindOgg.cmake

  The file was found at

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindOgg.cmake

Call Stack (most recent call first):
  cmake/SndFileChecks.cmake:32 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindOpus.cmake:15 (find_package):
  find_package considered the following paths for FindPkgConfig.cmake:

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindPkgConfig.cmake

  The file was found at

    /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake

Call Stack (most recent call first):
  cmake/SndFileChecks.cmake:32 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/SndFileChecks.cmake:32 (find_package):
  find_package considered the following paths for FindOpus.cmake:

    /snap/cmake/1088/share/cmake-3.23/Modules/FindOpus.cmake

  The file was found at

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindOpus.cmake

Call Stack (most recent call first):
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindSpeex.cmake:12 (find_package):
  find_package considered the following paths for FindPkgConfig.cmake:

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindPkgConfig.cmake

  The file was found at

    /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake

Call Stack (most recent call first):
  cmake/SndFileChecks.cmake:39 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindSpeex.cmake:17 (find_path):
  find_path called with the following settings:

    VAR: SPEEX_INCLUDE_DIR
    NAMES: "speex/speex.h"
    Documentation: Path to a file.
    Framework
      Only Search Frameworks: 0
      Search Frameworks Last: 0
      Search Frameworks First: 0
    AppBundle
      Only Search AppBundle: 0
      Search AppBundle Last: 0
      Search AppBundle First: 0
    CMAKE_FIND_USE_CMAKE_PATH: 1
    CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1

  find_path considered the following locations:

    /home/nlb/.asdf/shims/speex/speex.h
    /home/nlb/.asdf/bin/speex/speex.h
    /usr/local/sbin/speex/speex.h
    /usr/local/bin/speex/speex.h
    /usr/sbin/speex/speex.h
    /usr/bin/speex/speex.h
    /sbin/speex/speex.h
    /bin/speex/speex.h
    /usr/games/speex/speex.h
    /usr/local/games/speex/speex.h
    /snap/bin/speex/speex.h
    /usr/local/include/x86_64-linux-gnu/speex/speex.h
    /usr/local/include/speex/speex.h
    /usr/local/speex/speex.h
    /usr/include/x86_64-linux-gnu/speex/speex.h
    /usr/include/speex/speex.h
    /usr/speex/speex.h
    /include/x86_64-linux-gnu/speex/speex.h
    /include/speex/speex.h
    /snap/cmake/1088/include/x86_64-linux-gnu/speex/speex.h
    /snap/cmake/1088/include/speex/speex.h
    /snap/cmake/1088/speex/speex.h
    /home/nlb/audio/spi4/app/external/build/libsndfile-package/include/x86_64-linux-gnu/speex/speex.h
    /home/nlb/audio/spi4/app/external/build/libsndfile-package/include/speex/speex.h
    /home/nlb/audio/spi4/app/external/build/libsndfile-package/speex/speex.h
    /usr/X11R6/include/x86_64-linux-gnu/speex/speex.h
    /usr/X11R6/include/speex/speex.h
    /usr/X11R6/speex/speex.h
    /usr/pkg/include/x86_64-linux-gnu/speex/speex.h
    /usr/pkg/include/speex/speex.h
    /usr/pkg/speex/speex.h
    /opt/include/x86_64-linux-gnu/speex/speex.h
    /opt/include/speex/speex.h
    /opt/speex/speex.h
    /usr/include/X11/speex/speex.h

  The item was not found.

Call Stack (most recent call first):
  cmake/SndFileChecks.cmake:39 (find_package)
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindSpeex.cmake:23 (find_library):
  find_library called with the following settings:

    VAR: SPEEX_LIBRARY
    NAMES: "speex"
           "libspeex"
    Documentation: Path to a library.
    Framework
      Only Search Frameworks: 0
      Search Frameworks Last: 0
      Search Frameworks First: 0
    AppBundle
      Only Search AppBundle: 0
      Search AppBundle Last: 0
      Search AppBundle First: 0
    CMAKE_FIND_USE_CMAKE_PATH: 1
    CMAKE_FIND_USE_CMAKE_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_SYSTEM_ENVIRONMENT_PATH: 1
    CMAKE_FIND_USE_CMAKE_SYSTEM_PATH: 1

  find_library considered the following locations:

    /home/nlb/.asdf/shims/(lib)speex(\.so|\.a)
    /home/nlb/.asdf/bin/(lib)speex(\.so|\.a)
    /usr/local/sbin/(lib)speex(\.so|\.a)
    /usr/local/bin/(lib)speex(\.so|\.a)
    /usr/sbin/(lib)speex(\.so|\.a)
    /usr/bin/(lib)speex(\.so|\.a)
    /sbin/(lib)speex(\.so|\.a)
    /bin/(lib)speex(\.so|\.a)
    /usr/games/(lib)speex(\.so|\.a)
    /usr/local/games/(lib)speex(\.so|\.a)
    /snap/bin/(lib)speex(\.so|\.a)
    /usr/local/lib/x86_64-linux-gnu/(lib)speex(\.so|\.a)
    /usr/local/lib/(lib)speex(\.so|\.a)
    /usr/local/(lib)speex(\.so|\.a)
    /usr/lib/x86_64-linux-gnu/(lib)speex(\.so|\.a)
    /usr/lib/(lib)speex(\.so|\.a)
    /usr/(lib)speex(\.so|\.a)
    /lib/x86_64-linux-gnu/(lib)speex(\.so|\.a)
    /lib/(lib)speex(\.so|\.a)
    /snap/cmake/1088/lib/x86_64-linux-gnu/(lib)speex(\.so|\.a)
    /snap/cmake/1088/lib/(lib)speex(\.so|\.a)
    /snap/cmake/1088/(lib)speex(\.so|\.a)
    /home/nlb/audio/spi4/app/external/build/libsndfile-package/lib/x86_64-linux-gnu/(lib)speex(\.so|\.a)
    /home/nlb/audio/spi4/app/external/build/libsndfile-package/lib/(lib)speex(\.so|\.a)
    /home/nlb/audio/spi4/app/external/build/libsndfile-package/(lib)speex(\.so|\.a)
    /usr/X11R6/lib/x86_64-linux-gnu/(lib)speex(\.so|\.a)
    /usr/X11R6/lib/(lib)speex(\.so|\.a)
    /usr/X11R6/(lib)speex(\.so|\.a)
    /usr/pkg/lib/x86_64-linux-gnu/(lib)speex(\.so|\.a)
    /usr/pkg/lib/(lib)speex(\.so|\.a)
    /usr/pkg/(lib)speex(\.so|\.a)
    /opt/lib/x86_64-linux-gnu/(lib)speex(\.so|\.a)
    /opt/lib/(lib)speex(\.so|\.a)
    /opt/(lib)speex(\.so|\.a)
    /usr/lib/X11/(lib)speex(\.so|\.a)
    /home/nlb/.asdf/shims/(lib)libspeex(\.so|\.a)
    /home/nlb/.asdf/bin/(lib)libspeex(\.so|\.a)
    /usr/local/sbin/(lib)libspeex(\.so|\.a)
    /usr/local/bin/(lib)libspeex(\.so|\.a)
    /usr/sbin/(lib)libspeex(\.so|\.a)
    /usr/bin/(lib)libspeex(\.so|\.a)
    /sbin/(lib)libspeex(\.so|\.a)
    /bin/(lib)libspeex(\.so|\.a)
    /usr/games/(lib)libspeex(\.so|\.a)
    /usr/local/games/(lib)libspeex(\.so|\.a)
    /snap/bin/(lib)libspeex(\.so|\.a)
    /usr/local/lib/x86_64-linux-gnu/(lib)libspeex(\.so|\.a)
    /usr/local/lib/(lib)libspeex(\.so|\.a)
    /usr/local/(lib)libspeex(\.so|\.a)
    /usr/lib/x86_64-linux-gnu/(lib)libspeex(\.so|\.a)
    /usr/lib/(lib)libspeex(\.so|\.a)
    /usr/(lib)libspeex(\.so|\.a)
    /lib/x86_64-linux-gnu/(lib)libspeex(\.so|\.a)
    /lib/(lib)libspeex(\.so|\.a)
    /snap/cmake/1088/lib/x86_64-linux-gnu/(lib)libspeex(\.so|\.a)
    /snap/cmake/1088/lib/(lib)libspeex(\.so|\.a)
    /snap/cmake/1088/(lib)libspeex(\.so|\.a)
    /home/nlb/audio/spi4/app/external/build/libsndfile-package/lib/x86_64-linux-gnu/(lib)libspeex(\.so|\.a)
    /home/nlb/audio/spi4/app/external/build/libsndfile-package/lib/(lib)libspeex(\.so|\.a)
    /home/nlb/audio/spi4/app/external/build/libsndfile-package/(lib)libspeex(\.so|\.a)
    /usr/X11R6/lib/x86_64-linux-gnu/(lib)libspeex(\.so|\.a)
    /usr/X11R6/lib/(lib)libspeex(\.so|\.a)
    /usr/X11R6/(lib)libspeex(\.so|\.a)
    /usr/pkg/lib/x86_64-linux-gnu/(lib)libspeex(\.so|\.a)
    /usr/pkg/lib/(lib)libspeex(\.so|\.a)
    /usr/pkg/(lib)libspeex(\.so|\.a)
    /opt/lib/x86_64-linux-gnu/(lib)libspeex(\.so|\.a)
    /opt/lib/(lib)libspeex(\.so|\.a)
    /opt/(lib)libspeex(\.so|\.a)
    /usr/lib/X11/(lib)libspeex(\.so|\.a)

  The item was not found.

Call Stack (most recent call first):
  cmake/SndFileChecks.cmake:39 (find_package)
  CMakeLists.txt:61 (include)

-- Could NOT find Speex (missing: SPEEX_LIBRARY SPEEX_INCLUDE_DIR) 
CMake Debug Log at cmake/SndFileChecks.cmake:39 (find_package):
  find_package considered the following paths for FindSpeex.cmake:

    /snap/cmake/1088/share/cmake-3.23/Modules/FindSpeex.cmake

  The file was found at

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindSpeex.cmake

  The module is considered not found due to Speex_FOUND being FALSE.
Call Stack (most recent call first):
  CMakeLists.txt:61 (include)

CMake Debug Log at cmake/FindSQLite3.cmake:13 (find_package):
  find_package considered the following paths for FindPkgConfig.cmake:

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindPkgConfig.cmake

  The file was found at

    /snap/cmake/1088/share/cmake-3.23/Modules/FindPkgConfig.cmake

Call Stack (most recent call first):
  cmake/SndFileChecks.cmake:40 (find_package)
  CMakeLists.txt:61 (include)

CMake Warning (dev) at /snap/cmake/1088/share/cmake-3.23/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  The package name passed to `find_package_handle_standard_args` (SQLITE3)
  does not match the name of the calling package (SQLite3).  This can lead to
  problems in calling code that expects `find_package` result variables
  (e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
  cmake/FindSQLite3.cmake:36 (find_package_handle_standard_args)
  cmake/SndFileChecks.cmake:40 (find_package)
  CMakeLists.txt:61 (include)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Debug Log at cmake/SndFileChecks.cmake:40 (find_package):
  find_package considered the following paths for FindSQLite3.cmake:

  The file was found at

    /home/nlb/audio/spi4/app/external/libsndfile/cmake/FindSQLite3.cmake

Call Stack (most recent call first):
  CMakeLists.txt:61 (include)

-- Checking processor clipping capabilities...
-- Checking processor clipping capabilities... none
-- The following features have been enabled:

 * ENABLE_EXTERNAL_LIBS, enable FLAC, Vorbis, and Opus codecs
 * ENABLE_CPACK, enable CPack support
 * ENABLE_PACKAGE_CONFIG, generate and install package config file

-- The following OPTIONAL packages have been found:

 * ALSA
 * SQLite3, light weight SQL database engine., <www.sqlite.org/>
   Enables regtest

-- The following RECOMMENDED packages have been found:

 * VorbisEnc, open source lossy audio codec, <www.vorbis.com/>
   Enables Vorbis support
 * FLAC, Free Lossless Audio Codec Library, <www.xiph.org/flac/>
   Enables FLAC support
 * Opus, Standardized open source low-latency fullband codec, <www.opus-codec.org/>
   Enables experimental Opus support

-- The following REQUIRED packages have been found:

 * Ogg, library for manipulating ogg bitstreams, <www.xiph.org/ogg/>
   Required to enable Vorbis, Speex, and Opus support

-- The following features have been disabled:

 * BUILD_SHARED_LIBS, build shared libraries
 * ENABLE_EXPERIMENTAL, enable experimental code
 * BUILD_TESTING, build tests
 * BUILD_REGTEST, build regtest
 * ENABLE_CPU_CLIP, Enable tricky cpu specific clipper
 * ENABLE_BOW_DOCS, enable black-on-white html docs

-- The following OPTIONAL packages have not been found:

 * Sndio
 * Speex, an audio codec tuned for speech, <www.speex.org/>
   Enables experemental Speex support

-- Configuring done
-- Generating done
-- Build files have been written to: /home/nlb/audio/spi4/app/external/build/libsndfile-prefix/src/libsndfile-build
[  1%] Building C object CMakeFiles/sndfile.dir/src/common.c.o
[  2%] Building C object CMakeFiles/sndfile.dir/src/file_io.c.o
[  3%] Building C object CMakeFiles/sndfile.dir/src/command.c.o
[  4%] Building C object CMakeFiles/sndfile.dir/src/pcm.c.o
[  5%] Building C object CMakeFiles/sndfile.dir/src/ulaw.c.o
[  6%] Building C object CMakeFiles/sndfile.dir/src/alaw.c.o
[  7%] Building C object CMakeFiles/sndfile.dir/src/float32.c.o
[  8%] Building C object CMakeFiles/sndfile.dir/src/double64.c.o
[ 10%] Building C object CMakeFiles/sndfile.dir/src/ima_adpcm.c.o
[ 11%] Building C object CMakeFiles/sndfile.dir/src/ms_adpcm.c.o
[ 12%] Building C object CMakeFiles/sndfile.dir/src/gsm610.c.o
[ 13%] Building C object CMakeFiles/sndfile.dir/src/dwvw.c.o
[ 14%] Building C object CMakeFiles/sndfile.dir/src/vox_adpcm.c.o
[ 15%] Building C object CMakeFiles/sndfile.dir/src/interleave.c.o
[ 16%] Building C object CMakeFiles/sndfile.dir/src/strings.c.o
[ 17%] Building C object CMakeFiles/sndfile.dir/src/dither.c.o
[ 18%] Building C object CMakeFiles/sndfile.dir/src/cart.c.o
[ 20%] Building C object CMakeFiles/sndfile.dir/src/broadcast.c.o
[ 21%] Building C object CMakeFiles/sndfile.dir/src/audio_detect.c.o
[ 22%] Building C object CMakeFiles/sndfile.dir/src/ima_oki_adpcm.c.o
[ 23%] Building C object CMakeFiles/sndfile.dir/src/alac.c.o
[ 24%] Building C object CMakeFiles/sndfile.dir/src/chunk.c.o
[ 25%] Building C object CMakeFiles/sndfile.dir/src/ogg.c.o
[ 26%] Building C object CMakeFiles/sndfile.dir/src/chanmap.c.o
[ 27%] Building C object CMakeFiles/sndfile.dir/src/id3.c.o
[ 28%] Building C object CMakeFiles/sndfile.dir/src/sndfile.c.o
[ 30%] Building C object CMakeFiles/sndfile.dir/src/aiff.c.o
[ 31%] Building C object CMakeFiles/sndfile.dir/src/au.c.o
[ 32%] Building C object CMakeFiles/sndfile.dir/src/avr.c.o
[ 33%] Building C object CMakeFiles/sndfile.dir/src/caf.c.o
[ 34%] Building C object CMakeFiles/sndfile.dir/src/dwd.c.o
[ 35%] Building C object CMakeFiles/sndfile.dir/src/flac.c.o
[ 36%] Building C object CMakeFiles/sndfile.dir/src/g72x.c.o
[ 37%] Building C object CMakeFiles/sndfile.dir/src/htk.c.o
[ 38%] Building C object CMakeFiles/sndfile.dir/src/ircam.c.o
[ 40%] Building C object CMakeFiles/sndfile.dir/src/macos.c.o
[ 41%] Building C object CMakeFiles/sndfile.dir/src/mat4.c.o
[ 42%] Building C object CMakeFiles/sndfile.dir/src/mat5.c.o
[ 43%] Building C object CMakeFiles/sndfile.dir/src/nist.c.o
[ 44%] Building C object CMakeFiles/sndfile.dir/src/paf.c.o
[ 45%] Building C object CMakeFiles/sndfile.dir/src/pvf.c.o
[ 46%] Building C object CMakeFiles/sndfile.dir/src/raw.c.o
[ 47%] Building C object CMakeFiles/sndfile.dir/src/rx2.c.o
[ 48%] Building C object CMakeFiles/sndfile.dir/src/sd2.c.o
[ 50%] Building C object CMakeFiles/sndfile.dir/src/sds.c.o
[ 51%] Building C object CMakeFiles/sndfile.dir/src/svx.c.o
[ 52%] Building C object CMakeFiles/sndfile.dir/src/txw.c.o
[ 53%] Building C object CMakeFiles/sndfile.dir/src/voc.c.o
[ 54%] Building C object CMakeFiles/sndfile.dir/src/wve.c.o
[ 55%] Building C object CMakeFiles/sndfile.dir/src/w64.c.o
[ 56%] Building C object CMakeFiles/sndfile.dir/src/wavlike.c.o
[ 57%] Building C object CMakeFiles/sndfile.dir/src/wav.c.o
[ 58%] Building C object CMakeFiles/sndfile.dir/src/xi.c.o
[ 60%] Building C object CMakeFiles/sndfile.dir/src/mpc2k.c.o
[ 61%] Building C object CMakeFiles/sndfile.dir/src/rf64.c.o
[ 62%] Building C object CMakeFiles/sndfile.dir/src/ogg_vorbis.c.o
[ 63%] Building C object CMakeFiles/sndfile.dir/src/ogg_speex.c.o
[ 64%] Building C object CMakeFiles/sndfile.dir/src/ogg_pcm.c.o
[ 65%] Building C object CMakeFiles/sndfile.dir/src/ogg_opus.c.o
[ 66%] Building C object CMakeFiles/sndfile.dir/src/ogg_vcomment.c.o
[ 67%] Building C object CMakeFiles/sndfile.dir/src/nms_adpcm.c.o
[ 68%] Building C object CMakeFiles/sndfile.dir/src/GSM610/add.c.o
[ 70%] Building C object CMakeFiles/sndfile.dir/src/GSM610/code.c.o
[ 71%] Building C object CMakeFiles/sndfile.dir/src/GSM610/decode.c.o
[ 72%] Building C object CMakeFiles/sndfile.dir/src/GSM610/gsm_create.c.o
[ 73%] Building C object CMakeFiles/sndfile.dir/src/GSM610/gsm_decode.c.o
[ 74%] Building C object CMakeFiles/sndfile.dir/src/GSM610/gsm_destroy.c.o
[ 75%] Building C object CMakeFiles/sndfile.dir/src/GSM610/gsm_encode.c.o
[ 76%] Building C object CMakeFiles/sndfile.dir/src/GSM610/gsm_option.c.o
[ 77%] Building C object CMakeFiles/sndfile.dir/src/GSM610/long_term.c.o
[ 78%] Building C object CMakeFiles/sndfile.dir/src/GSM610/lpc.c.o
[ 80%] Building C object CMakeFiles/sndfile.dir/src/GSM610/preprocess.c.o
[ 81%] Building C object CMakeFiles/sndfile.dir/src/GSM610/rpe.c.o
[ 82%] Building C object CMakeFiles/sndfile.dir/src/GSM610/short_term.c.o
[ 83%] Building C object CMakeFiles/sndfile.dir/src/GSM610/table.c.o
[ 84%] Building C object CMakeFiles/sndfile.dir/src/G72x/g721.c.o
[ 85%] Building C object CMakeFiles/sndfile.dir/src/G72x/g723_16.c.o
[ 86%] Building C object CMakeFiles/sndfile.dir/src/G72x/g723_24.c.o
[ 87%] Building C object CMakeFiles/sndfile.dir/src/G72x/g723_40.c.o
[ 88%] Building C object CMakeFiles/sndfile.dir/src/G72x/g72x.c.o
[ 90%] Building C object CMakeFiles/sndfile.dir/src/ALAC/ALACBitUtilities.c.o
[ 91%] Building C object CMakeFiles/sndfile.dir/src/ALAC/ag_dec.c.o
[ 92%] Building C object CMakeFiles/sndfile.dir/src/ALAC/ag_enc.c.o
[ 93%] Building C object CMakeFiles/sndfile.dir/src/ALAC/dp_dec.c.o
[ 94%] Building C object CMakeFiles/sndfile.dir/src/ALAC/dp_enc.c.o
[ 95%] Building C object CMakeFiles/sndfile.dir/src/ALAC/matrix_dec.c.o
[ 96%] Building C object CMakeFiles/sndfile.dir/src/ALAC/matrix_enc.c.o
[ 97%] Building C object CMakeFiles/sndfile.dir/src/ALAC/alac_decoder.c.o
[ 98%] Building C object CMakeFiles/sndfile.dir/src/ALAC/alac_encoder.c.o
[100%] Linking C static library libsndfile.a
[100%] Built target sndfile
[ 83%] Performing install step for 'libsndfile'
Consolidate compiler generated dependencies of target sndfile
[100%] Built target sndfile
Install the project...
-- Install configuration: ""
-- Installing: /home/nlb/audio/spi4/app/external/build/libsndfile-package/lib/libsndfile.a
-- Installing: /home/nlb/audio/spi4/app/external/build/libsndfile-package/include/sndfile.hh
-- Installing: /home/nlb/audio/spi4/app/external/build/libsndfile-package/include/sndfile.h
-- Installing: /home/nlb/audio/spi4/app/external/build/libsndfile-package/lib/cmake/SndFile/SndFileConfig.cmake
-- Installing: /home/nlb/audio/spi4/app/external/build/libsndfile-package/lib/cmake/SndFile/SndFileConfig-noconfig.cmake
-- Installing: /home/nlb/audio/spi4/app/external/build/libsndfile-package/lib/cmake/SndFile/SndFileConfigVersion.cmake
-- Installing: /home/nlb/audio/spi4/app/external/build/libsndfile-package/share/man/man1/sndfile-info.1
-- Installing: /home/nlb/audio/spi4/app/external/build/libsndfile-package/share/man/man1/sndfile-play.1
-- Installing: /home/nlb/audio/spi4/app/external/build/libsndfile-package/share/man/man1/sndfile-convert.1
-- Installing: /home/nlb/audio/spi4/app/external/build/libsndfile-package/share/man/man1/sndfile-cmp.1
-- Installing: /home/nlb/audio/spi4/app/external/build/libsndfile-package/share/man/man1/sndfile-metadata-get.1
-- Installing: /home/nlb/audio/spi4/app/external/build/libsndfile-package/share/man/man1/sndfile-concat.1
-- Installing: /home/nlb/audio/spi4/app/external/build/libsndfile-package/share/man/man1/sndfile-interleave.1
-- Installing: /home/nlb/audio/spi4/app/external/build/libsndfile-package/share/man/man1/sndfile-salvage.1
-- Installing: /home/nlb/audio/spi4/app/external/build/libsndfile-package/share/doc/libsndfile/index.html
-- Installing: /home/nlb/audio/spi4/app/external/build/libsndfile-package/share/doc/libsndfile/libsndfile.jpg
-- Installing: /home/nlb/audio/spi4/app/external/build/libsndfile-package/share/doc/libsndfile/libsndfile.css
-- Installing: /home/nlb/audio/spi4/app/external/build/libsndfile-package/share/doc/libsndfile/print.css
-- Installing: /home/nlb/audio/spi4/app/external/build/libsndfile-package/share/doc/libsndfile/api.html
-- Installing: /home/nlb/audio/spi4/app/external/build/libsndfile-package/share/doc/libsndfile/command.html
-- Installing: /home/nlb/audio/spi4/app/external/build/libsndfile-package/share/doc/libsndfile/bugs.html
-- Installing: /home/nlb/audio/spi4/app/external/build/libsndfile-package/share/doc/libsndfile/sndfile_info.html
-- Installing: /home/nlb/audio/spi4/app/external/build/libsndfile-package/share/doc/libsndfile/new_file_type.HOWTO
-- Installing: /home/nlb/audio/spi4/app/external/build/libsndfile-package/share/doc/libsndfile/win32.html
-- Installing: /home/nlb/audio/spi4/app/external/build/libsndfile-package/share/doc/libsndfile/FAQ.html
-- Installing: /home/nlb/audio/spi4/app/external/build/libsndfile-package/share/doc/libsndfile/lists.html
-- Installing: /home/nlb/audio/spi4/app/external/build/libsndfile-package/share/doc/libsndfile/embedded_files.html
-- Installing: /home/nlb/audio/spi4/app/external/build/libsndfile-package/share/doc/libsndfile/octave.html
-- Installing: /home/nlb/audio/spi4/app/external/build/libsndfile-package/share/doc/libsndfile/tutorial.html
-- Installing: /home/nlb/audio/spi4/app/external/build/libsndfile-package/lib/pkgconfig/sndfile.pc
[ 84%] Completed 'libsndfile'
[ 84%] Built target libsndfile
[ 86%] Creating directories for 'aubio'
[ 87%] No download step for 'aubio'
[ 89%] No update step for 'aubio'
[ 90%] No patch step for 'aubio'
[ 92%] Performing configure step for 'aubio'
-- The C compiler identification is GNU 11.2.0
-- The CXX compiler identification is GNU 11.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- CXX compiler: GNU
-- Configuring for GCC...
-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    PC_OGG_INCLUDE_DIRS
    PC_OPUS_INCLUDE_DIRS
    PC_VORBISENC_INCLUDE_DIRS
    PC_VORBIS_INCLUDE_DIRS

-- Build files have been written to: /home/nlb/audio/spi4/app/external/build/aubio-prefix/src/aubio-build
[ 93%] Performing build step for 'aubio'
[  1%] Building C object CMakeFiles/aubio-5.dir/src/cvec.c.o
[  3%] Building C object CMakeFiles/aubio-5.dir/src/fmat.c.o
[  4%] Building C object CMakeFiles/aubio-5.dir/src/fvec.c.o
[  6%] Building C object CMakeFiles/aubio-5.dir/src/lvec.c.o
[  7%] Building C object CMakeFiles/aubio-5.dir/src/mathutils.c.o
[  9%] Building C object CMakeFiles/aubio-5.dir/src/musicutils.c.o
[ 10%] Building C object CMakeFiles/aubio-5.dir/src/vecutils.c.o
[ 12%] Building C object CMakeFiles/aubio-5.dir/src/io/audio_unit.c.o
[ 14%] Building C object CMakeFiles/aubio-5.dir/src/io/ioutils.c.o
[ 15%] Building C object CMakeFiles/aubio-5.dir/src/io/sink.c.o
[ 17%] Building C object CMakeFiles/aubio-5.dir/src/io/sink_apple_audio.c.o
[ 18%] Building C object CMakeFiles/aubio-5.dir/src/io/sink_sndfile.c.o
[ 20%] Building C object CMakeFiles/aubio-5.dir/src/io/sink_wavwrite.c.o
[ 21%] Building C object CMakeFiles/aubio-5.dir/src/io/source.c.o
[ 23%] Building C object CMakeFiles/aubio-5.dir/src/io/source_apple_audio.c.o
[ 25%] Building C object CMakeFiles/aubio-5.dir/src/io/source_avcodec.c.o
[ 26%] Building C object CMakeFiles/aubio-5.dir/src/io/source_sndfile.c.o
[ 28%] Building C object CMakeFiles/aubio-5.dir/src/io/source_wavread.c.o
[ 29%] Building C object CMakeFiles/aubio-5.dir/src/io/utils_apple_audio.c.o
[ 31%] Building C object CMakeFiles/aubio-5.dir/src/notes/notes.c.o
[ 32%] Building C object CMakeFiles/aubio-5.dir/src/onset/onset.c.o
[ 34%] Building C object CMakeFiles/aubio-5.dir/src/onset/peakpicker.c.o
[ 35%] Building C object CMakeFiles/aubio-5.dir/src/pitch/pitch.c.o
[ 37%] Building C object CMakeFiles/aubio-5.dir/src/pitch/pitchfcomb.c.o
[ 39%] Building C object CMakeFiles/aubio-5.dir/src/pitch/pitchmcomb.c.o
[ 40%] Building C object CMakeFiles/aubio-5.dir/src/pitch/pitchschmitt.c.o
[ 42%] Building C object CMakeFiles/aubio-5.dir/src/pitch/pitchspecacf.c.o
[ 43%] Building C object CMakeFiles/aubio-5.dir/src/pitch/pitchyin.c.o
[ 45%] Building C object CMakeFiles/aubio-5.dir/src/pitch/pitchyinfast.c.o
[ 46%] Building C object CMakeFiles/aubio-5.dir/src/pitch/pitchyinfft.c.o
[ 48%] Building C object CMakeFiles/aubio-5.dir/src/spectral/awhitening.c.o
[ 50%] Building C object CMakeFiles/aubio-5.dir/src/spectral/dct.c.o
[ 51%] Building C object CMakeFiles/aubio-5.dir/src/spectral/dct_accelerate.c.o
[ 53%] Building C object CMakeFiles/aubio-5.dir/src/spectral/dct_fftw.c.o
[ 54%] Building C object CMakeFiles/aubio-5.dir/src/spectral/dct_ipp.c.o
[ 56%] Building C object CMakeFiles/aubio-5.dir/src/spectral/dct_ooura.c.o
[ 57%] Building C object CMakeFiles/aubio-5.dir/src/spectral/dct_plain.c.o
[ 59%] Building C object CMakeFiles/aubio-5.dir/src/spectral/fft.c.o
[ 60%] Building C object CMakeFiles/aubio-5.dir/src/spectral/filterbank.c.o
[ 62%] Building C object CMakeFiles/aubio-5.dir/src/spectral/filterbank_mel.c.o
[ 64%] Building C object CMakeFiles/aubio-5.dir/src/spectral/mfcc.c.o
[ 65%] Building C object CMakeFiles/aubio-5.dir/src/spectral/ooura_fft8g.c.o
[ 67%] Building C object CMakeFiles/aubio-5.dir/src/spectral/phasevoc.c.o
[ 68%] Building C object CMakeFiles/aubio-5.dir/src/spectral/specdesc.c.o
[ 70%] Building C object CMakeFiles/aubio-5.dir/src/spectral/statistics.c.o
[ 71%] Building C object CMakeFiles/aubio-5.dir/src/spectral/tss.c.o
[ 73%] Building C object CMakeFiles/aubio-5.dir/src/synth/sampler.c.o
[ 75%] Building C object CMakeFiles/aubio-5.dir/src/synth/wavetable.c.o
[ 76%] Building C object CMakeFiles/aubio-5.dir/src/tempo/beattracking.c.o
[ 78%] Building C object CMakeFiles/aubio-5.dir/src/tempo/tempo.c.o
[ 79%] Building C object CMakeFiles/aubio-5.dir/src/temporal/a_weighting.c.o
[ 81%] Building C object CMakeFiles/aubio-5.dir/src/temporal/biquad.c.o
[ 82%] Building C object CMakeFiles/aubio-5.dir/src/temporal/c_weighting.c.o
[ 84%] Building C object CMakeFiles/aubio-5.dir/src/temporal/filter.c.o
[ 85%] Building C object CMakeFiles/aubio-5.dir/src/temporal/resampler.c.o
[ 87%] Building C object CMakeFiles/aubio-5.dir/src/utils/hist.c.o
[ 89%] Building C object CMakeFiles/aubio-5.dir/src/utils/log.c.o
[ 90%] Building C object CMakeFiles/aubio-5.dir/src/utils/parameter.c.o
[ 92%] Building C object CMakeFiles/aubio-5.dir/src/utils/scale.c.o
[ 93%] Building C object CMakeFiles/aubio-5.dir/src/utils/windll.c.o
[ 95%] Linking C static library libaubio-5.a
[ 95%] Built target aubio-5
[ 96%] Building C object CMakeFiles/aubio_onset.dir/examples/aubioonset.c.o
[ 98%] Building C object CMakeFiles/aubio_onset.dir/examples/utils.c.o
[100%] Linking C executable aubio_onset
[100%] Built target aubio_onset
[ 95%] No install step for 'aubio'
[ 96%] Completed 'aubio'
[ 96%] Built target aubio
[ 98%] Building CXX object CMakeFiles/AubioBuilder.dir/externals.cpp.o
[100%] Linking CXX static library libAubioBuilder.a
[100%] Built target AubioBuilder
Compiling native ruby extensions...
Clearing /home/nlb/audio/spi4/app/server/ruby/bin/../rb-native/3.0.0
Creating /home/nlb/audio/spi4/app/server/ruby/bin/../rb-native/3.0.0
Compiling native extension in /home/nlb/audio/spi4/app/server/ruby/vendor/rugged-1.3.0/ext/rugged
Copying /home/nlb/audio/spi4/app/server/ruby/vendor/rugged-1.3.0/ext/rugged/rugged.so to /home/nlb/audio/spi4/app/server/ruby/bin/../rb-native/3.0.0/
Compiling native extension in /home/nlb/audio/spi4/app/server/ruby/vendor/ffi-1.11.3/ext/ffi_c
Function.c: In function ‘callback_prep’:
Function.c:867:5: warning: ‘ffi_prep_closure’ is deprecated: use ffi_prep_closure_loc instead [-Wdeprecated-declarations]
  867 |     ffiStatus = ffi_prep_closure(code, &fnInfo->ffi_cif, callback_invoke, closure);
      |     ^~~~~~~~~
In file included from Function.c:52:
/usr/include/x86_64-linux-gnu/ffi.h:347:1: note: declared here
  347 | ffi_prep_closure (ffi_closure*,
      | ^~~~~~~~~~~~~~~~
Copying /home/nlb/audio/spi4/app/server/ruby/vendor/ffi-1.11.3/ext/ffi_c/ffi_c.so to /home/nlb/audio/spi4/app/server/ruby/bin/../rb-native/3.0.0/
Compiling native extension in /home/nlb/audio/spi4/app/server/ruby/vendor/atomic/ext
atomic_reference.c: In function ‘ir_alloc’:
atomic_reference.c:27:5: warning: ‘rb_data_object_alloc’ is deprecated: by: rb_data_object_wrap [-Wdeprecated-declarations]
   27 |     return rb_data_object_alloc(klass, (void *) Qnil, ir_mark, NULL);
      |     ^~~~~~
In file included from /usr/include/ruby-3.0.0/ruby/internal/core.h:27,
                 from /usr/include/ruby-3.0.0/ruby/ruby.h:26,
                 from /usr/include/ruby-3.0.0/ruby.h:38,
                 from atomic_reference.c:13:
/usr/include/ruby-3.0.0/ruby/internal/core/rdata.h:161:1: note: declared here
  161 | rb_data_object_alloc(VALUE klass, void *data, RUBY_DATA_FUNC dmark, RUBY_DATA_FUNC dfree)
      | ^~~~~~~~~~~~~~~~~~~~
Copying /home/nlb/audio/spi4/app/server/ruby/vendor/atomic/ext/atomic_reference.so to /home/nlb/audio/spi4/app/server/ruby/bin/../rb-native/3.0.0/
Compiling native extension in /home/nlb/audio/spi4/app/server/ruby/vendor/ruby-prof-0.15.8/ext/ruby_prof
rp_method.c:237:5: warning: initialization of ‘int (*)(st_data_t,  st_data_t)’ {aka ‘int (*)(long unsigned int,  long unsigned int)’} from incompatible pointer type ‘int (*)(prof_method_key_t *, prof_method_key_t *)’ [-Wincompatible-pointer-types]
  237 |     method_table_cmp,
      |     ^~~~~~~~~~~~~~~~
rp_method.c:237:5: note: (near initialization for ‘type_method_hash.compare’)
rp_method.c:238:5: warning: initialization of ‘st_index_t (*)(st_data_t)’ {aka ‘long unsigned int (*)(long unsigned int)’} from incompatible pointer type ‘st_index_t (*)(prof_method_key_t *)’ {aka ‘long unsigned int (*)(prof_method_key_t *)’} [-Wincompatible-pointer-types]
  238 |     method_table_hash
      |     ^~~~~~~~~~~~~~~~~
rp_method.c:238:5: note: (near initialization for ‘type_method_hash.hash’)
Copying /home/nlb/audio/spi4/app/server/ruby/vendor/ruby-prof-0.15.8/ext/ruby_prof/ruby_prof.so to /home/nlb/audio/spi4/app/server/ruby/bin/../rb-native/3.0.0/
Compiling native extension in /home/nlb/audio/spi4/app/server/ruby/vendor/interception/ext
make: *** Aucune règle pour fabriquer la cible « clean ». Arrêt.
Translating tutorial...
Translated tutorial bs: 0.0% ready, 0.0% fuzzy.
Translated tutorial ca: 13.6% ready, 1.0% fuzzy.
Translated tutorial cs: 0.0% ready, 0.0% fuzzy.
Translated tutorial da: 15.7% ready, 0.4% fuzzy.
Translated tutorial de: 85.1% ready, 1.7% fuzzy.
Translated tutorial el: 3.1% ready, 0.4% fuzzy.
Translated tutorial es: 92.2% ready, 32.1% fuzzy.
Translated tutorial et: 0.0% ready, 0.0% fuzzy.
Translated tutorial fi: 0.1% ready, 0.1% fuzzy.
Translated tutorial fr: 100.0% ready, 1.4% fuzzy.
Translated tutorial gl: 0.0% ready, 0.0% fuzzy.
Translated tutorial hi: 0.0% ready, 0.0% fuzzy.
Translated tutorial hu: 1.4% ready, 0.3% fuzzy.
Translated tutorial id: 1.9% ready, 0.1% fuzzy.
Translated tutorial is: 12.5% ready, 2.7% fuzzy.
Translated tutorial it: 90.2% ready, 5.9% fuzzy.
Translated tutorial ja: 87.5% ready, 7.4% fuzzy.
Translated tutorial ko: 3.1% ready, 0.3% fuzzy.
Translated tutorial nb: 21.4% ready, 3.1% fuzzy.
Translated tutorial nl: 93.7% ready, 4.2% fuzzy.
Translated tutorial pl: 91.1% ready, 3.1% fuzzy.
Translated tutorial pt: 70.5% ready, 5.6% fuzzy.
Translated tutorial pt-BR: 37.5% ready, 2.6% fuzzy.
Translated tutorial ro: 88.3% ready, 7.8% fuzzy.
Translated tutorial ru: 98.4% ready, 18.3% fuzzy.
Translated tutorial sl: 3.5% ready, 0.4% fuzzy.
Translated tutorial sv: 8.0% ready, 0.3% fuzzy.
Translated tutorial tr: 3.7% ready, 0.1% fuzzy.
Translated tutorial zh-Hans: 24.7% ready, 0.6% fuzzy.
Translated tutorial zh-Hk: 0.0% ready, 0.0% fuzzy.
Translated tutorial zh-TW: 2.5% ready, 0.4% fuzzy.
Generating docs for the Qt GUI...
Compiling Erlang/Elixir files...
* creating /home/nlb/.asdf/installs/elixir/1.13.4-otp-25/.mix/archives/hex-1.0.1
* creating /home/nlb/.asdf/installs/elixir/1.13.4-otp-25/.mix/rebar
* creating /home/nlb/.asdf/installs/elixir/1.13.4-otp-25/.mix/rebar3
Resolving Hex dependencies...
Dependency resolution completed:
Unchanged:
  castore 0.1.15
  cowboy 2.9.0
  cowboy_telemetry 0.4.0
  cowlib 2.11.0
  decimal 2.0.0
  ecto 3.7.1
  eflambe 0.2.3
  esbuild 0.4.0
  exsync 0.2.4
  file_system 0.2.10
  flame_on 0.3.0
  floki 0.32.0
  gettext 0.19.1
  html_entities 0.5.2
  jason 1.3.0
  logger_file_backend 0.0.13
  meck 0.9.2
  mime 2.0.2
  petal_components 0.13.5
  phoenix 1.6.6
  phoenix_ecto 4.4.0
  phoenix_html 3.2.0
  phoenix_live_dashboard 0.6.5
  phoenix_live_reload 1.3.3
  phoenix_live_view 0.17.7
  phoenix_pubsub 2.0.0
  phoenix_view 1.1.2
  plug 1.13.3
  plug_cowboy 2.5.2
  plug_crypto 1.2.2
  ranch 1.8.0
  rustler 0.22.2
  tailwind 0.1.5
  telemetry 1.0.0
  telemetry_metrics 0.6.1
  telemetry_poller 1.0.0
  toml 0.5.2
* Getting rustler (Hex package)
* Getting logger_file_backend (Hex package)
* Getting phoenix (Hex package)
* Getting phoenix_html (Hex package)
* Getting phoenix_live_view (Hex package)
* Getting phoenix_live_dashboard (Hex package)
* Getting flame_on (Hex package)
* Getting telemetry_metrics (Hex package)
* Getting telemetry_poller (Hex package)
* Getting gettext (Hex package)
* Getting jason (Hex package)
* Getting plug_cowboy (Hex package)
* Getting petal_components (Hex package)
* Getting phoenix_live_reload (Hex package)
* Getting esbuild (Hex package)
* Getting exsync (Hex package)
* Getting tailwind (Hex package)
* Getting floki (Hex package)
* Getting html_entities (Hex package)
* Getting castore (Hex package)
* Getting file_system (Hex package)
* Getting phoenix_ecto (Hex package)
* Getting ecto (Hex package)
* Getting plug (Hex package)
* Getting mime (Hex package)
* Getting plug_crypto (Hex package)
* Getting telemetry (Hex package)
* Getting decimal (Hex package)
* Getting cowboy (Hex package)
* Getting cowboy_telemetry (Hex package)
* Getting cowlib (Hex package)
* Getting ranch (Hex package)
* Getting eflambe (Hex package)
* Getting meck (Hex package)
* Getting phoenix_pubsub (Hex package)
* Getting phoenix_view (Hex package)
* Getting toml (Hex package)
You have added/upgraded packages you could sponsor, run `mix hex.sponsor` to learn more
==> logger_file_backend
Compiling 1 file (.ex)
Generated logger_file_backend app
==> decimal
Compiling 4 files (.ex)
Generated decimal app
==> mime
Compiling 1 file (.ex)
Generated mime app
==> toml
Compiling 10 files (.ex)
Generated toml app
===> Analyzing applications...
===> Compiling telemetry
==> telemetry_metrics
Compiling 7 files (.ex)
Generated telemetry_metrics app
===> Analyzing applications...
===> Compiling telemetry_poller
==> jason
Compiling 10 files (.ex)
Generated jason app
==> phoenix_pubsub
Compiling 11 files (.ex)
Generated phoenix_pubsub app
==> plug_crypto
Compiling 5 files (.ex)
Generated plug_crypto app
==> gettext
Compiling 1 file (.yrl)
Compiling 1 file (.erl)
Compiling 21 files (.ex)
Generated gettext app
===> Analyzing applications...
===> Compiling ranch
===> Analyzing applications...
===> Compiling meck
==> ecto
Compiling 56 files (.ex)
Generated ecto app
==> rustler
Compiling 7 files (.ex)
Generated rustler app
==> plug
Compiling 1 file (.erl)
Compiling 41 files (.ex)
warning: System.stacktrace/0 is deprecated. Use __STACKTRACE__ instead
  lib/plug/conn/wrapper_error.ex:26: Plug.Conn.WrapperError.reraise/3

Generated plug app
==> phoenix_html
Compiling 8 files (.ex)
Generated phoenix_html app
==> phoenix_view
Compiling 5 files (.ex)
Generated phoenix_view app
===> Analyzing applications...
===> Compiling eflambe
===> Analyzing applications...
===> Compiling cowlib
===> Analyzing applications...
===> Compiling cowboy
===> Analyzing applications...
===> Compiling cowboy_telemetry
==> plug_cowboy
Compiling 5 files (.ex)
Generated plug_cowboy app
==> phoenix
Compiling 69 files (.ex)
Generated phoenix app
==> phoenix_live_view
Compiling 29 files (.ex)
Generated phoenix_live_view app
==> phoenix_live_dashboard
Compiling 40 files (.ex)
Generated phoenix_live_dashboard app
==> phoenix_ecto
Compiling 7 files (.ex)
Generated phoenix_ecto app
==> flame_on
Compiling 8 files (.ex)
Generated flame_on app
==> petal_components
Compiling 22 files (.ex)
Generated petal_components app
==> tau
Compiling 14 files (.erl)
src/osc/osc_tests.erl:16:2: Warning: export_all flag enabled - all functions will be exported
%   16| -compile(export_all).
%     |  ^

Compiling 14 files (.ex)
warning: outdented heredoc line. The contents inside the heredoc should be indented at the same level as the closing """. The following is forbidden:

    def text do
      """
    contents
      """
    end

Instead make sure the contents are indented as much as the heredoc closing:

    def text do
      """
      contents
      """
    end

The current heredoc line is indented too little
  lib/tau_web/live/log_live.ex:30:5

warning: variable "tw_ts" does not exist and is being expanded to "tw_ts()", please use parentheses to remove the ambiguity or change the variable name
  lib/tau_web/live/log_live.ex:30: TauWeb.LogLive.render/1

warning: variable "tw_msg" does not exist and is being expanded to "tw_msg()", please use parentheses to remove the ambiguity or change the variable name
  lib/tau_web/live/log_live.ex:30: TauWeb.LogLive.render/1

Generated tau app
* assembling tau-0.1.0 on MIX_ENV=prod
* using config/runtime.exs to configure the release at runtime
* creating _build/prod/rel/tau/releases/0.1.0/vm.args
* creating _build/prod/rel/tau/releases/0.1.0/remote.vm.args
* creating _build/prod/rel/tau/releases/0.1.0/env.sh
* creating _build/prod/rel/tau/releases/0.1.0/env.bat

Release created at _build/prod/rel/tau!

    # To start your system
    _build/prod/rel/tau/bin/tau start

Once the release is running:

    # To connect to it remotely
    _build/prod/rel/tau/bin/tau remote

    # To stop it gracefully (you may also send SIGINT/SIGTERM)
    _build/prod/rel/tau/bin/tau stop

To list all commands:

    _build/prod/rel/tau/bin/tau

Creating build directory...
Generating makefiles...
--  CMakeLists: Sonic Pi
-- The C compiler identification is GNU 11.2.0
-- The CXX compiler identification is GNU 11.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- TARGET_LINUX
-- System: Linux-5.15.0-40-generic
-- Compiler: GNU
-- Compiler Version: 11.2.0
-- Debug Flags: -g -D_DEBUG -DDEBUG
-- Release Flags: -O3 -DNDEBUG
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE  
-- ImGui Interface: ON
--  CMakeLists: Sonic Pi
-- App Root: /home/nlb/audio/spi4/app
-- Configuring done
-- Generating done
-- Build files have been written to: /home/nlb/audio/spi4/app/build
[  0%] Building CXX object api/CMakeFiles/sonic-pi-api.dir/src/sonicpi_api.cpp.o
[  0%] Building CXX object api/CMakeFiles/sonic-pi-api.dir/src/string_utils.cpp.o
[  1%] Building CXX object api/CMakeFiles/sonic-pi-api.dir/src/file_utils.cpp.o
[  1%] Building C object api/CMakeFiles/sonic-pi-api.dir/__/external/TLSF-2.4.6/src/tlsf.c.o
[  1%] Building CXX object api/CMakeFiles/sonic-pi-api.dir/src/osc/osc_handler.cpp.o
[  2%] Building CXX object api/CMakeFiles/sonic-pi-api.dir/src/osc/osc_sender.cpp.o
[  2%] Building CXX object api/CMakeFiles/sonic-pi-api.dir/src/osc/osc_server.cpp.o
[  2%] Building CXX object api/CMakeFiles/sonic-pi-api.dir/src/osc/tcp_osc_server.cpp.o
[  2%] Building CXX object api/CMakeFiles/sonic-pi-api.dir/src/osc/udp_osc_server.cpp.o
[  3%] Building CXX object api/CMakeFiles/sonic-pi-api.dir/src/audio/audio_processor.cpp.o
[  3%] Linking CXX static library libsonic-pi-api.a
[  3%] Built target sonic-pi-api
[  4%] Building CXX object api-tests/CMakeFiles/api-tests.dir/__/api/src/sonicpi_api.test.cpp.o
/home/nlb/audio/spi4/app/api/src/sonicpi_api.test.cpp:3:10: fatal error: catch2/catch.hpp: Aucun fichier ou dossier de ce type
    3 | #include <catch2/catch.hpp>
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
gmake[2]: *** [api-tests/CMakeFiles/api-tests.dir/build.make:76 : api-tests/CMakeFiles/api-tests.dir/__/api/src/sonicpi_api.test.cpp.o] Erreur 1
gmake[1]: *** [CMakeFiles/Makefile2:212 : api-tests/CMakeFiles/api-tests.dir/all] Erreur 2
gmake: *** [Makefile:91 : all] Erreur 2
nlb@hermes:~/audio/spi4/app$ elixir --version
Erlang/OTP 25 [erts-13.0.2] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [jit:ns]

Elixir 1.13.4 (compiled with Erlang/OTP 25)
lilyinstarlight commented 2 years ago

Oh apparently a major, breaking upgrade to catch2 was in the vcpkg update: https://github.com/catchorg/Catch2/blob/v3.0.1/docs/migrate-v2-to-v3.md#top

I'll take a look later and maybe make a PR here to update the branch and update catch2 usage

lilyinstarlight commented 2 years ago

@bjornandersson

I had the same problem and this solution worked for me. However, the build fails at a later step with...

Do you have the Qt library development files on your system? What OS are you using?

(edit: it might be better if we open separate tickets so we aren't interleaving unrelated issues in a single thread)

lilyinstarlight commented 2 years ago

@nlebellier Since #3122 was merged, pull the latest dev branch and see if it builds now

nlebellier commented 2 years ago

pull the latest dev branch and see if it builds now

YES !!!! It works like a charm ! Tested on ubuntu 22.04 image

A big thank from all the linux users !

samaaron commented 2 years ago

Yey! Thanks for your patience @nlebellier and for the amazing support @lilyinstarlight

nlebellier commented 2 years ago

Hello there,

Well it seems that i have bad news... Midi and osc functions does not work. No midi devices are listed. i add that these midi devices are listed with other software (open stage control). So what can i do ? some ideas ?

SunderB commented 2 years ago

@nlebellier this is a known issue caused by #3081 which has now been reverted. Try doing a git fetch & pull, and then try building it again - hopefully it should work :)

nlebellier commented 2 years ago

@SunderB Sorry for the inconvenience ; i should have checked the repo statut before :-) So everything is good now. Thanks ! Just note that on a fresh 22.04 ubuntu install (virtual machine), the curl command is missing. So i think you should add with the long list of software apt install curl. Cheers