adsblol / feed

📡🛰 Easy to use, container-based MLAT/ADS-B/ACARS/VDL2 multi feed client
MIT License
42 stars 9 forks source link

Bare metal installation script errors #9

Closed radioraheem closed 6 months ago

radioraheem commented 6 months ago

First off thank you all very much for this project and your work. I'm having fun modifying my existing ads-b receiver (raspberry pi with fr24), and I'm trying to use the bare metal setup instructions per the documentation.

When I run the install scripts it seems to make it most of the way through but then fails, and the git errors I'm seeing indicate a head issue or current working directory issue (based on my researching the errors, I am definitely not a git expert and have only used it a few times, not much troubleshooting experience with git specifically). Here's what I'm seeing right now:

jay@adsb:~ $ curl -fsL -o /tmp/adsblol.sh https://adsb.lol/feed.sh && sudo bash /tmp/adsblol.sh
/home/jay /home/jay
remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
From https://github.com/adsblol/feed
 * branch            master     -> FETCH_HEAD
HEAD is now at 7254a27 Update configure.sh
/home/jay
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'libncurses-dev' instead of 'ncurses-dev'
build-essential is already the newest version (12.9).
curl is already the newest version (7.74.0-1.3+deb11u11).
git is already the newest version (1:2.30.2-1+deb11u2).
libncurses-dev is already the newest version (6.2+20201114-2+deb11u2).
libzstd-dev is already the newest version (1.4.8+dfsg-2.1+rpi1).
libzstd1 is already the newest version (1.4.8+dfsg-2.1+rpi1).
ncurses-bin is already the newest version (6.2+20201114-2+deb11u2).
python3-dev is already the newest version (3.9.2-3).
python3-venv is already the newest version (3.9.2-3).
socat is already the newest version (1.7.4.1-3).
unzip is already the newest version (6.0-26+deb11u1).
uuid-runtime is already the newest version (2.36.1-8+deb11u2).
wget is already the newest version (1.21-1+deb11u1).
zlib1g is already the newest version (1:1.2.11.dfsg-2+deb11u2).
zlib1g-dev is already the newest version (1:1.2.11.dfsg-2+deb11u2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
remote: Total 0 (delta 0), reused 0 (delta 0), pack-reused 0
From https://github.com/adsblol/feed
 * branch            master     -> FETCH_HEAD
4
Checking and installing prerequesites ...

Using existing valid UUID (c5e4cb35-23a0-4401-b3f6-21fbb79edbdd) from /usr/local/share/adsblol/adsblol-uuid

mlat-client already installed, git hash:
efcb206fb88203d8a672b41ba3c1941f7a3f3050

50
60
70

Compiling / installing the readsb based feed client

72
74
fatal: not a git repository (or any of the parent directories): .git
rm -f *.o uat2esnt/*.o compat/clock_gettime/*.o compat/clock_nanosleep/*.o readsb viewadsb cprtests crctests convert_benchmark
fatal: not a git repository (or any of the parent directories): .git

^Cmake: *** [Makefile:139: json_out.o] Interrupt
make: *** [Makefile:139: net_io.o] Interrupt

Any advice? Thanks in advance!

wiedehopf commented 6 months ago

You pressed Ctrl-C.

The errors ... can be fixed but they are not actually causing any issues.

radioraheem commented 6 months ago

You pressed Ctrl-C.

The errors ... can be fixed but they are not actually causing any issues.

Ahhhh, gotcha. I'll try again and just let it run as long as it needs. Will report back. Thanks again for your help!

iakat commented 6 months ago

I was also unable to reproduce this error, I also got the same git error but that did not seem to have an impact on the actual success, in your log, readsb compiles, trying to anyway, before the ^C.

radioraheem commented 6 months ago

Let it run for a while longer and it completed as described. Thank you!