Search Criteria
Package Details: w_scan_cpp 20231015-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/w_scan_cpp.git (read-only, click to copy) |
---|---|
Package Base: | w_scan_cpp |
Description: | A dtv channel scanner based on VDR. Successor of w_scan |
Upstream URL: | https://www.gen2vdr.de/wirbel/w_scan_cpp/index2.html |
Keywords: | DVB VDR |
Licenses: | GPL |
Submitter: | ohli |
Maintainer: | ohli (M-Reimer) |
Last Packager: | M-Reimer |
Votes: | 201 |
Popularity: | 0.000124 |
First Submitted: | 2021-01-10 18:14 (UTC) |
Last Updated: | 2023-10-24 17:17 (UTC) |
Dependencies (8)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- libjpeg (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR, libjpeg-turbo)
- librepfuncAUR
- pugixml (pugixml-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- pango (pango-gitAUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
Mr.Smith1974 commented on 2021-11-09 14:12 (UTC) (edited on 2021-11-09 14:15 (UTC) by Mr.Smith1974)
build fails with a fatal error
ohli commented on 2021-10-06 16:19 (UTC)
@dreieck: You're right, thanks for the hint @wurbelgrumpff: this actually belongs to a missing dependency:
community/pugixml
I updated the PKGBUILD, should be fine now.
dreieck commented on 2021-10-05 21:35 (UTC) (edited on 2021-10-05 21:36 (UTC) by dreieck)
If it replaces
w_scan
as a drop-in replacement then please also addprovides=("w_scan")
andconflicts=("w_scan")
. Otherwise, dependencies will not be resolved.Thanks for maintaining!
wurbelgrumpff commented on 2021-10-04 22:18 (UTC) (edited on 2021-10-04 22:21 (UTC) by wurbelgrumpff)
Moin, Could it be, that in the source is something missing now? While compiling, I get that error message:
/tmp/trizen-mike/w_scan_cpp/src/w_scan_cpp-20210608/vdr/PLUGINS/src/satip/discover.c:12:11: schwerwiegender Fehler: pugixml.hpp: Datei oder Verzeichnis nicht gefunden 12 | #include <pugixml.hpp> | ^~~~~~~~~~~~~ Kompilierung beendet. make: *** [Makefile:242: /tmp/trizen-mike/w_scan_cpp/src/w_scan_cpp-20210608/vdr/PLUGINS/src/satip/discover.o] Fehler 1 ==> FEHLER: Ein Fehler geschah in build().
pugixml.hpp: Datei oder Verzeichnis nicht gefunden == which means: pugixml.hpp: file or directory not found....ohli commented on 2021-06-08 17:21 (UTC) (edited on 2021-10-06 16:10 (UTC) by ohli)
OK, the actual version has the issues fixed. The upstream developer added some workarounds to the Makefile, namely:
(in case you're interested)
ohli commented on 2021-06-06 18:13 (UTC)
I can confirm this, it seems related to the latest gcc update (v11.1.0). The developer got a message, I'll keep you updated.
tinxy commented on 2021-06-06 14:18 (UTC) (edited on 2021-06-06 14:25 (UTC) by tinxy)
Same here, build fails with a fatal error.
Also with version 20201224 (08b1f50ccd)
ArnaudNux commented on 2021-06-02 22:44 (UTC) (edited on 2021-06-06 22:42 (UTC) by ArnaudNux)
.cache/yay/w_scan_cpp/src/w_scan_cpp-20210512/OutputFormats.cpp:56:12: required from here /usr/include/c++/11.1.0/bits/stl_algobase.h:182:11: error: call of overloaded 'swap(TChannel&, TChannel&)' is ambiguous 182 | swap(__a, __b); | ~~~~^~~~~~~~~~~~ compilation terminated due to -Wfatal-errors. make: *** [Makefile:248: /home/.cache/yay/w_scan_cpp/src/w_scan_cpp-20210512/OutputFormats.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting... error making: w_scan_cpp
ohli commented on 2021-02-25 19:40 (UTC) (edited on 2021-02-25 19:43 (UTC) by ohli)
Hi a-bostosaurus and thanks for the feedback.
makepkg -si
(see [1])LANG=C
before e.g. trizen and using markdown code tags (2), also known as backtick `I hope this helps. You can send me an E-Mail (german is fine) if you need more info.
(1): https://wiki.archlinux.org/index.php/Arch_User_Repository#Debugging_the_package_build_process
(2): https://wiki.archlinux.org/index.php/Arch_User_Repository#Commenting_on_packages
a-bostaurus commented on 2021-02-24 10:08 (UTC) (edited on 2021-02-24 10:12 (UTC) by a-bostaurus)
Sorry .. to take w_scan2 with command w_scan2 instaed of w_scan helps ... Perhaps there is a mistake ... Trizen gives back: Kompilierung beendet. make: [Makefile:53: vdr/PLUGINS/src/satip/discover.o] Fehler 1 make: Es wird auf noch nicht beendete Prozesse gewartet.... vdr/PLUGINS/src/satip/config.c: In Elementfunktion »int cSatipConfig::GetDisabledSources(unsigned int) const«: vdr/PLUGINS/src/satip/config.c:58:48: Warnung: Aufzählungs- und Nicht-Aufzählungstyp in bedingtem Ausdruck [-Wextra] 58 | return (indexP < ELEMENTS(disabledSourcesM)) ? disabledSourcesM[indexP] : cSource::stNone; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ==> FEHLER: Ein Fehler geschah in build(). Breche ab... :: Unable to build w_scan_cpp - makepkg exited with code: 4
« First ‹ Previous 1 2 3 4 5 6 Next › Last »