fpcalc not found on qnap

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
ittayd
Posts: 10
Joined: 20 Mar 2020, 10:40

fpcalc not found on qnap

Post by ittayd »

I installed filebot from the filebot app repository. When I run the system info command I see:
Chromaprint: java.io.IOException: Cannot run program "fpcalc": error=2, No such file or directory
Tried to search for a solution to this but couldn't find one.

There seem to be an fpcalc binary in the filebot package directory
/share/CACHEDEV1_DATA/.qpkg/filebot/lib/armv7l/fpcalc
/share/CACHEDEV1_DATA/.qpkg/filebot/lib/i686/fpcalc
User avatar
rednoah
The Source
Posts: 23022
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: fpcalc not found on qnap

Post by rednoah »

What does filebot -script fn:sysinfo say?


:idea: Please read How to Request Help.
:idea: Please read the FAQ and How to Request Help.
ittayd
Posts: 10
Joined: 20 Mar 2020, 10:40

Re: fpcalc not found on qnap

Post by ittayd »

rednoah wrote: 20 Mar 2020, 11:02 What does filebot -script fn:sysinfo say?

Code: Select all

FileBot 4.9.0 (r7234)
JNA Native: 6.1.0
MediaInfo: 19.04
p7zip: p7zip Version 16.02 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,64 bits,4 CPUs LE)
unrar: UNRAR 5.30 beta 3 freeware
FFprobe: 3.3.6
Chromaprint: java.io.IOException: Cannot run program "fpcalc": error=2, No such file or directory
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2020-03-16 (r625)
Groovy: 3.0.2
JRE: OpenJDK Runtime Environment 14
JVM: 64-bit OpenJDK 64-Bit Client VM
CPU/MEM: 4 Core / 796 MB Max Memory / 21 MB Used Memory
OS: Linux (aarch64)
HW: Linux Main 4.2.8 #1 SMP Fri Oct 25 01:12:35 CST 2019 aarch64 GNU/Linux
STORAGE: ext3 [/mnt/HDA_ROOT] @ 166 MB | ext4 [/share/CACHEDEV1_DATA] @ 445 GB | ext4 [/mnt/ext] @ 49 MB | none [/share/NFSv=4/Public] @ 445 GB | fuse [/mnt/snapshot/1/10001] @ 449 GB | fuse [/mnt/snapshot/1/10003] @ 480 GB | fuse [/mnt/snapshot/1/10004] @ 481 GB | fuse [/mnt/snapshot/1/10005] @ 481 GB | fuse [/mnt/snapshot/1/10006] @ 481 GB | fuse [/mnt/snapshot/1/10007] @ 464 GB | fuse [/mnt/snapshot/1/10008] @ 456 GB
DATA: /share/CACHEDEV1_DATA/.qpkg/filebot/data/admin
Package: QPKG
License: UNREGISTERED
Done ヾ(@⌒ー⌒@)ノ
User avatar
rednoah
The Source
Posts: 23022
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: fpcalc not found on qnap

Post by rednoah »

fpcalc is not available for aarch64.
:idea: Please read the FAQ and How to Request Help.
ittayd
Posts: 10
Joined: 20 Mar 2020, 10:40

Re: fpcalc not found on qnap

Post by ittayd »

I ended up creating a symlink to the arm v7l fpcalc and it seems to be working
User avatar
rednoah
The Source
Posts: 23022
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: fpcalc not found on qnap

Post by rednoah »

aarch64 has armv7l backwards-compatibility on a hardware level, but it may or may not work on the OS / ABI software level.
:idea: Please read the FAQ and How to Request Help.
Post Reply