Problems installing cals and other stuff via octopi

What other apps and distros do you use to round out your studio?

Moderators: MattKingUSA, khz

Post Reply
basementmedia
Established Member
Posts: 25
Joined: Mon Jun 04, 2018 7:30 pm
Been thanked: 1 time

Problems installing cals and other stuff via octopi

Post by basementmedia »

Hi all,

i've just set up a fresh Manjaro XFCE installation and everything works fine (means Jack/Cadence/Firewire-Audio), but:

I have problems on installing plugins via octopi:
When i e.g. start installation of calf-plugins (calf-git in octopi) i get the following terminal output (i did not paste the whole code, just the last few lines which contain the errors):

Code: Select all

:: Checking for conflicts...

Klone nach 'calf' ...
Fertig.
==> Beginne pkgver()...
==> Aktualisierte Version: calf-git 0.90.3.r2587.4e699444-1
==> Quellen sind fertig.
==> Erstelle Paket: calf-git 0.90.3.r2587.4e699444-1 (Di 16 Feb 2021 18:40:36 CET)
==> Prüfe Laufzeit-Abhängigkeiten...
==> Prüfe Buildtime-Abhängigkeiten...
==> WARNUNG: Verwende bestehenden $srcdir/ Baum
==> Beginne pkgver()...
==> Entferne existierendes $pkgdir/ Verzeichnis...
==> Beginne build()...
./autogen.sh: Zeile 17: aclocal: Kommando nicht gefunden.
./autogen.sh: Zeile 19: autoheader: Kommando nicht gefunden.
./autogen.sh: Zeile 20: autoconf: Kommando nicht gefunden.
./autogen.sh: Zeile 21: automake: Kommando nicht gefunden.
./autogen.sh: Zeile 23: ./configure: Datei oder Verzeichnis nicht gefunden
==> FEHLER: Ein Fehler geschah in build().
    Breche ab...
error making: calf-git
another example: Installation of zyn-fusion:

Code: Select all

/home/basementmedia/.cache/yay/zyn-fusion/PKGBUILD: Zeile 41: make: Kommando nicht gefunden.
==> FEHLER: Ein Fehler geschah in prepare().
    Breche ab...
error making: zyn-fusion
Press any key to continue...
I am relatively new to Linux and absolutely new to Arch-Linux.
So i am totally helpless ;-(

Can someone give me the hand and guide me through the installation?
basementmedia
Established Member
Posts: 25
Joined: Mon Jun 04, 2018 7:30 pm
Been thanked: 1 time

Re: Problems installing cals and other stuff via octopi

Post by basementmedia »

Update:

After executing

sudo pacman -S base-devel and selecting "17" (make) the error has disappeared but now i get another error (when installing zyn-fusion:

Code: Select all

==> Quellen sind fertig.
==> Erstelle Paket: zyn-fusion 3.0.5-4 (Di 16 Feb 2021 18:55:44 CET)
==> Prüfe Laufzeit-Abhängigkeiten...
==> Prüfe Buildtime-Abhängigkeiten...
==> WARNUNG: Verwende bestehenden $srcdir/ Baum
==> Beginne build()...
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 unknown
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:3 (project):
  No CMAKE_C_COMPILER could be found.

  Tell CMake where to find the compiler by setting either the environment
  variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
  the compiler, or to the compiler name if it is in the PATH.


CMake Error at CMakeLists.txt:3 (project):
  No CMAKE_CXX_COMPILER could be found.

  Tell CMake where to find the compiler by setting either the environment
  variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
  to the compiler, or to the compiler name if it is in the PATH.


-- Configuring incomplete, errors occurred!
See also "/home/basementmedia/.cache/yay/zyn-fusion/src/build-zynaddsubfx/CMakeFiles/CMakeOutput.log".
See also "/home/basementmedia/.cache/yay/zyn-fusion/src/build-zynaddsubfx/CMakeFiles/CMakeError.log".
==> FEHLER: Ein Fehler geschah in build().
    Breche ab...
error making: zyn-fusion
Press any key to continue...
Seems that there are a lot more problems on my system...?

Any help is appreciated ;-)
basementmedia
Established Member
Posts: 25
Joined: Mon Jun 04, 2018 7:30 pm
Been thanked: 1 time

Re: Problems installing cals and other stuff via octopi

Post by basementmedia »

Problem solved.
After having installed ALL tools of base-devel and rebooted my system bow it works.

By the way: How can i mark a post as "solved"?
Post Reply