Search Criteria
Package Details: qtel 19.09.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/qtel.git (read-only, click to copy) |
---|---|
Package Base: | qtel |
Description: | Graphical Userinteface for Echolink written in QT |
Upstream URL: | http://www.github.com/sm0svx/svxlink/ |
Keywords: | echolink svxlink |
Licenses: | GPL |
Conflicts: | svxlink |
Submitter: | CarstenF |
Maintainer: | rarvolt |
Last Packager: | classabbyamp |
Votes: | 9 |
Popularity: | 0.31 |
First Submitted: | 2014-08-17 14:06 (UTC) |
Last Updated: | 2021-03-12 08:23 (UTC) |
Latest Comments
1 2 Next › Last »
ok1dtm commented on 2025-03-31 22:49 (UTC)
Hi, The installation now ends with an error message:
CMake Error at CMakeLists.txt:23 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake.
Update the VERSION argument <min> value. Or, use the <min>...<max> syntax to tell CMake that the project requires at least <min> but has been updated to work with policies introduced by <max> or earlier.
Or, add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to try configuring anyway.
-- Configuring incomplete, errors occurred!
Please how to fix it?
linuxninja commented on 2021-01-24 10:21 (UTC)
On a test machine used just for building AUR packages, I was able to replace the 'qt4' dependency with 'qt5-tools' and build successfully. The 'rm' statements need cleaning up a bit.
linuxninja commented on 2021-01-24 07:51 (UTC)
I confirmed that I can uninstall qt4 and build/install qtel without issue. I do have qt5 package group installed. I recommend to update the dependencies by removing qt4 and adding the actual required qt packages.
classabbyamp commented on 2021-01-24 07:51 (UTC)
@linuxninja the docs I read say that Qt 4 or 5 will work, and I haven't been able to get makepkg to resolve dependencies if I use
qt5
. Have you had any luck?linuxninja commented on 2021-01-24 07:40 (UTC)
I'm seeing code in the upstream git indicating moving from qt4 to qt5 5 years ago. Is it possible that this code will work with qt5, now, alleviating the need for qt4?
xiretza commented on 2019-11-04 16:12 (UTC)
Still doesn't build as per @nizzo's comment.
nizzo commented on 2019-10-11 12:03 (UTC) (edited on 2019-10-11 12:04 (UTC) by nizzo)
Installation fails with the following message:
mv: cannot stat '~/.cache/pikaur/build/qtel/pkg/qtel/usr/lib64': No such file or directory
Can be fixed by removing the following line of the PKGBUILD - mv ${pkgdir}/usr/lib64 ${pkgdir}/usr/lib
classabbyamp commented on 2018-09-03 15:48 (UTC)
@xiretza should be fixed.
xiretza commented on 2018-09-03 08:20 (UTC)
depends=('qt4')
, as @petris said on 2018-01-05.1 2 Next › Last »