allsky: New v0.8.3 (07-01-22) compile failed

RPI 4b, renamed previous allsky folder, removed raspap folder. Ran sudo apt-get update then sudo apt-get upgrade.

Cloned new allsky folder, ran ./install.sh and it failed. Tried twice, here’s the console.

**********************************************
*** Welcome to the Allsky Camera installer ***
**********************************************

* Dependencies installation

make[1]: Entering directory '/home/pi/allsky/src'
2022-01-09 21:31:41 Installing build dependencies...
Hit:1 http://archive.raspberrypi.org/debian buster InRelease
Hit:2 http://raspbian.raspberrypi.org/raspbian buster InRelease                                                                  
Get:3 http://giteduberger.fr rpimonitor/ InRelease [1,933 B]                                                                     
Hit:4 https://repos.influxdata.com/debian buster InRelease                                                                       
Hit:5 https://packages.grafana.com/oss/deb stable InRelease                                                                      
Hit:6 https://www.astroberry.io/repo buster InRelease                                                    
Fetched 1,933 B in 1s (1,564 B/s)
Reading package lists... Done
Building dependency tree       
Reading state information... Done
All packages are up to date.
Reading package lists... Done
Building dependency tree       
Reading state information... Done
gawk is already the newest version (1:4.2.1+dfsg-1).
imagemagick is already the newest version (8:6.9.10.23+dfsg-2.1+deb10u1).
jq is already the newest version (1.5+dfsg-2+b1).
lftp is already the newest version (4.8.4-2).
libopencv-dev is already the newest version (3.2.0+dfsg-6).
libusb-1.0-0-dev is already the newest version (2:1.0.22-2).
libusb-dev is already the newest version (2:0.1.12-32).
ffmpeg is already the newest version (7:4.1.8-0+deb10u1+rpt1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
make[1]: Leaving directory '/home/pi/allsky/src'

* Compile allsky software

make[1]: Entering directory '/home/pi/allsky/src'
2022-01-09 21:31:47 Building capture program...
/usr/bin/ld: lib/armv8/libASICamera2.a: error adding symbols: file format not recognized
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:122: capture] Error 1
make[1]: Leaving directory '/home/pi/allsky/src'
make: *** [Makefile:24: all] Error 2
Compile failed!

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Comments: 49

Most upvoted comments

There we go… this is the 64bit raspbian, not 32bit. Thus, aarch64 is ‘correct’ for platform, but including the armv8 libs is not since the CPU arch is not v8. I’m seeing how we can better detect this.

That was exactly what I thought… (not really). Hope you can fix it!