clangen / musikcube

a cross-platform, terminal-based music player, audio engine, metadata indexer, and server in c++
https://musikcube.com
BSD 3-Clause "New" or "Revised" License
4.24k stars 292 forks source link

raspberry pi cannot install in right way or execute musikcube #607

Open Arniiiii opened 1 year ago

Arniiiii commented 1 year ago

i have a rpi 3b+ with fresh rpi os 64 bit desktop. I've tried to install musikcube 3.0.0 and 0.9.0 .

3.0.0 :

wget https://github.com/clangen/musikcube/releases/download/3.0.0/musikcube_linux_rpi_armhf_3.0.0.tar.bz2
 tar -jxvf ./musikcube_linux_rpi_armhf_3.0.0.tar.bz2
 cd musikcube_linux_rpi_armhf_3.0.0/
./musikcube

output:

Failed to execute process './musikcube'. Reason:
The file './musikcube' does not exist or could not be executed.

0.99.9 :

wget https://github.com/clangen/musikcube/releases/download/0.99.0/musikcube_standalone_0.99.0_rpi_armhf.deb
sudo dpkg -i ./musikcube_standalone_0.99.0_rpi_armhf.deb
(Reading database ... 110786 files and directories currently installed.)
Preparing to unpack .../musikcube_standalone_0.99.0_rpi_armhf.deb ...
Unpacking musikcube:armhf (0.99.0) over (0.99.0) ...
Setting up musikcube:armhf (0.99.0) ...
Processing triggers for gnome-menus (3.36.0-1) ...
Processing triggers for desktop-file-utils (0.26-1) ...
Processing triggers for mailcap (3.69) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
sudo apt-get install -f
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following package was automatically installed and is no longer required:
  libfuse2
Use 'sudo apt autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
musikcube
/usr/bin/musikcube: 6: exec: ./musikcube: not found

can musikcube be installed on rpi or is it my fault?

clangen commented 1 year ago

Unfortunately the Raspberry Pi binaries I generate are 32-bit -- I don't currently have a 64-bit rpi environment setup at the moment.

Jo131313 commented 7 months ago

I have the same issue on a raspberry zero 2, is there a 64-bit environment in the queue?