Error on compile creative widgets - no termbin

Brief summary of problem: Error on compile but not possible to send termbin !
Operating System: Debian Bookworm on Pi400 fresh installed , kernel 6.6.31
wfview version (press “About”):
Compiling for Linux

What I did: run fullbuild with creator-widgets

Observed behavior:
Error in make step.
wfview was not compiled.
Please consider posting the error(s) to https://forum.wfview.org/
The error text was logged to /tmp/build.log
Press enter to send the log to termbin (recommended). Press control-c to cancel.
Stand by, sending log to termbin:
./fullbuild-wfview.sh: rad 183: nc: kommandot finns inte (command not found)
Please provide that URL to the wfview team.

/ regards Tommy SM6L

PS not possible to install “nc” , no installation candidate DS

The compilation ends with this:
spectrumscope.cpp:(.text+0xe2d8): undefined reference to QCustomPlot::itemAt(QPointF const&, bool) const' /usr/bin/ld: spectrumscope.cpp:(.text+0xe2e4): undefined reference to typeinfo for QCPItemText’
/usr/bin/ld: spectrumscope.cpp:(.text+0xe2e8): undefined reference to typeinfo for QCPItemText' /usr/bin/ld: spectrumscope.cpp:(.text+0xe2f0): undefined reference to typeinfo for QCPAbstractItem’
/usr/bin/ld: spectrumscope.cpp:(.text+0xe2f4): undefined reference to typeinfo for QCPAbstractItem' /usr/bin/ld: spectrumscope.cpp:(.text+0xe300): undefined reference to typeinfo for QCPItemRect’
/usr/bin/ld: spectrumscope.cpp:(.text+0xe304): undefined reference to typeinfo for QCPItemRect' /usr/bin/ld: spectrumscope.cpp:(.text+0xe30c): undefined reference to typeinfo for QCPAbstractItem’
/usr/bin/ld: spectrumscope.cpp:(.text+0xe310): undefined reference to typeinfo for QCPAbstractItem' /usr/bin/ld: spectrumscope.cpp:(.text+0xe3c4): undefined reference to QCPAxis::pixelToCoord(double) const’
/usr/bin/ld: spectrumscope.cpp:(.text+0xea34): undefined reference to QCPAxis::pixelToCoord(double) const' /usr/bin/ld: wfmain.o: i funktionen "wfmain::configureVFOs()": wfmain.cpp:(.text+0x16b88): undefined reference to QCPLayerable::setAntialiased(bool)’
/usr/bin/ld: wfmain.cpp:(.text+0x16b94): undefined reference to QCPColorMap::setInterpolate(bool)' /usr/bin/ld: wfmain.o: i funktionen "wfmain::receiveValue(cacheItem)": wfmain.cpp:(.text+0x1bf34): undefined reference to QCPLayerable::setVisible(bool)’
/usr/bin/ld: wfmain.o: i funktionen “wfmain::extChangedIfPref(prefIfItem)”:
wfmain.cpp:(.text+0x32de4): undefined reference to QCPLayerable::setAntialiased(bool)' /usr/bin/ld: wfmain.cpp:(.text+0x32e8c): undefined reference to QCPColorMap::setInterpolate(bool)’
collect2: error: ld returned 1 exit status
make: *** [Makefile:449: wfview] Fel 1

Should be fixed with running:

apt install netcat-traditional

Unfortunately, distros keep changing package names, which makes supporting multiple versions very difficult.

Thanks Phil, it worked, now I loaded a build.log to
https://termbin.com/101l

/ Tommy

Did you use the build script from fullbuild-wfview.sh · master · Elliott Liggett / scripts · GitLab (make sure it is the latest version) and let the script install dependencies.

The script should install libqcustomplot-dev which is the correct name. It is possible that the maintainer has renamed the actual qcustomplot library (again) which will require changes to the makefile.

Phil

What version of Qt?

—E
de W6EL

It has been broken on Raspbian for som time now.
I compile on PC with Mint 22 instead for my testing.
Sorry to waste your time, keep up the work on version 2 !
/ regards Tommy