-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DAHDI Tools compilation failed, aborting install #16
Comments
Re-Ran as ROOT, and now get this: root@TEST-ASL30-K6CV:~# CFLAGS=-Wno-error phreaknet install -b -d Starting installation with country code 1 |
I'm guessing this is either your 32-bit OS (which has not been well supported by DAHDI) or the 6.1.x kernel (which is new enough that there may be some breakage in DAHDI that we still need to fix). PhreakScript must always be run as root, so if you did not do that the first time, the output is simply invalid. In fact, The XPP drivers should be disabled on 32-bit at the moment as a workaround that seemed to fix this for a while, but it looks like those are rearing their ugly head again. Given this appears to be a linking error I'm leaning towards the 32-bit OS being the factor here. |
Q: What command did you run the first time exactly? Note: README.md states So I did that. I have now moved onto the 64bit version of OS Lite, and it's doing its thing, under root, .... Also, I loaded this flavor of OS (going back to a earlier 02-2023 version: So far after 20minutes of phreaknet'ing, it is still doing stuff. Will advise the outcome. K6CV |
Well never fails, just as soon as I sent the above, and went back to the Pi, it bombed. dahdi-tools-3.2.0/configure.ac~ dahdi-fwload-vpmadt032-1.25.0.tar.gz 100%[=============================================================>] 145.86K --.-KB/s in 0.1s 2023-06-01 01:52:19 (983 KB/s) - ‘dahdi-fwload-vpmadt032-1.25.0.tar.gz’ saved [149360/149360] make[1]: Leaving directory '/usr/src/dahdi-linux-3.2.0/drivers/dahdi/firmware' root@TEST-ASL3:/usr/src# phreaknet info |
I seem to recall someone advised using
That isn't necessarily a suggestion we endorse here. That's for a specific downstream project.
You previously had a 6.1 kernel and now it seems you have a 5.15 one? Is this a different machine? If it's the same, a reboot might be required inbetween. |
If you need the previous install log, I can recreate the steps I did with the Feb 2023 version later on. Let's see how far I get with May 2023 version now. I dont mind blowing away SD cards, getting use to that now!!!! |
BTW, I do NOT do any 'apt-get update' or 'apt-get upgrade' or 'apt-get update-distro' commands before I start the installation, |
OK, now on May 2023 version and started the install as shown below, as root. Wi-Fi is currently blocked by rfkill. root@TEST-ASL3:~# cd /usr/src && wget https://docs.phreaknet.org/script/phreaknet.sh && chmod +x phreaknet.sh && ./phreaknet.sh make phreaknet.sh 100%[===========================================================>] 152.15K --.-KB/s in 0.01s 2023-06-01 02:14:10 (11.3 MB/s) - ‘phreaknet.sh’ saved [155803/155803] PhreakScript added to path. Starting installation with country code 1 |
Well, it crashed as shown below. I didn't have the output going to a file, so attached is a partial scrollback buffer on my terminal to the RPi doing the installation. Partial instal log for ASL30 on RPi3b+ with Debian11 Lite May 2023.txt DE K6CV |
OK, reimaged, same RPi OS Lite, and started with only phreaknet and NOT the CFLAGS stuff, and it stopped at a different spot this time... |
RPi3b+ with 32bit Debian
cvictor@TEST-ASL30-K6CV:/usr/src $ cat /etc/release
PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
Ran into this Dahdi Tools compilation failed error, when following the AllStarLink Version 3 readme.md file
4:43
make[3]: Entering directory '/usr/src/dahdi-tools-3.2.0/xpp'
CC astribank_tool-astribank_tool.o
CC libastribank_la-astribank.lo
CC libastribank_la-mpptalk.lo
CC libastribank_la-astribank_license.lo
CCLD libastribank.la
CCLD astribank_tool
CC astribank_hexload-astribank_hexload.o
CC astribank_hexload-pic_loader.o
CC hexfile.lo
CCLD libhexfile.la
CC libecholoader_la-parse_span_specs.lo
CC libecholoader_la-echo_loader.lo
CCLD libecholoader.la
CCLD astribank_hexload
/usr/bin/ld: ./.libs/libecholoader.a(libecholoader_la-echo_loader.o): in function
init_octasic': echo_loader.c:(.text+0x1c24): undefined reference to
get_ver'/usr/bin/ld: ./.libs/libecholoader.a(libecholoader_la-echo_loader.o): in function
echo_ver': echo_loader.c:(.text+0x29f0): undefined reference to
get_ver'collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:739: astribank_hexload] Error 1
make[3]: Leaving directory '/usr/src/dahdi-tools-3.2.0/xpp'
make[2]: *** [Makefile:1061: all-recursive] Error 1
make[2]: Leaving directory '/usr/src/dahdi-tools-3.2.0/xpp'
make[1]: *** [Makefile:1138: all-recursive] Error 1
make[1]: Leaving directory '/usr/src/dahdi-tools-3.2.0'
make: *** [Makefile:681: all] Error 2
DAHDI Tools compilation failed, aborting install
cvictor@TEST-ASL30-K6CV:/usr/src $
cvictor@TEST-ASL30-K6CV:/usr/src $ phreaknet info
Hostname: TEST-ASL30-K6CV
Raspbian GNU/Linux 11 (bullseye)
Linux TEST-ASL30-K6CV 6.1.21-v7+ #1642 SMP Mon Apr 3 17:20:52 BST 2023 armv7l GNU/Linux
Package Manager: apt-get
PhreakScript 0.3.3 (2023-05-25)
https://github.com/InterLinked1/phreakscript
(C) 2021-2023 PhreakNet - https://portal.phreaknet.org https://docs.phreaknet.org
To report bugs or request feature additions, please report at https://issues.interlinked.us
The text was updated successfully, but these errors were encountered: