Package Details: wfview 2.11-3

Git Clone URL: https://aur.archlinux.org/wfview.git (read-only, click to copy)
Package Base: wfview
Description: Interface for Icom transceivers
Upstream URL: https://wfview.org/
Licenses: GPL-3.0-only
Submitter: FuzzyCheese
Maintainer: envolution (Cryolitia)
Last Packager: envolution
Votes: 3
Popularity: 0.48
First Submitted: 2021-08-28 16:23 (UTC)
Last Updated: 2025-07-20 12:32 (UTC)

Latest Comments

1 2 3 Next › Last »

envolution commented on 2025-07-20 12:33 (UTC)

@WA4NDR thanks for your feedback, yes this seems to have been missing some critical files - I've made some changes and confirmed rigs are now included

WA4NDR commented on 2025-07-20 08:22 (UTC) (edited on 2025-07-20 08:30 (UTC) by WA4NDR)

This package is not working as expected for me. Connecting to my radio over WiFi would hang and never finish loading.

I compared the PKGBUILD to the official build instructions and it looks like the "rigs" directory is being left out of the finished package.

Editing the PKGBUILD to add the following to package() seems to resolve the problem:

mkdir -p "$pkgdir/usr/share/wfview/rigs"
cp -rv "${srcdir}/wfview/rigs" -t "$pkgdir/usr/share/wfview/"

simona commented on 2025-06-26 10:40 (UTC)

tnx for time

envolution commented on 2025-06-26 09:53 (UTC)

@simona - nice, glad you figured it out. That pingnoo package is doing a lot of things incorrectly and probably shouldn't be installed as it is

simona commented on 2025-06-26 09:20 (UTC) (edited on 2025-06-26 09:21 (UTC) by simona)


26/7/2025 https://aur.archlinux.org/packages/wfview
error 
  /usr/bin/ld: Can't find -lQCustomPlot: File or directory not exist
installing "yay -S wfview"
commands:
  ldconfig -p | grep libQCustomPlot.so
libQCustomPlot.so (libc6,x86-64) => /usr/local/bin/pingnoo/libQCustomPlot.so
  ls -al /usr/local/bin/pingnoo/libQCustomPlot.so
-rwxr-xr-x 1 root root 1300800  1 mag  2021 /usr/local/bin/pingnoo/libQCustomPlot.so
  pacman -Qo /usr/local/bin/pingnoo/libQCustomPlot.so
/usr/local/bin/pingnoo/libQCustomPlot.so è contenuto in pingnoo 2021.04.30-1
  yay -Rs pingnoo
solved. I think you should insert pkg pingnoo as not compatible or modify pkg installer

envolution commented on 2025-06-26 08:59 (UTC)

@simona it thinks you have libQCustomPlot.so in ldconfig -p | grep libQCustomPlot.so

its possibly you have a -git package or qt6 package that installed that. The qmake install files are very brittle and I'll need to take a closer look tomorrow - I can't reproduce your issue but I think it can be solved relatively easily

simona commented on 2025-06-26 08:20 (UTC)

I have:
/usr/lib/libqcustomplot.so
/usr/lib/libqcustomplot.so.2
/usr/lib/libqcustomplot.so.2.1
/usr/lib/libqcustomplot.so.2.1.1

simona commented on 2025-06-26 08:13 (UTC)

https://forum.wfview.org/t/cannot-find-lqcustomplot/3644/5

simona commented on 2025-06-26 08:07 (UTC)

same error :-( ld can't find -lQCustomPlot. but why "-l"? what is "QCustomPlot"?

envolution commented on 2025-06-26 08:02 (UTC)

@simona - I think it's solved in the new release - please let me know if not