@salvaju29ro rebuild
Search Criteria
Package Details: quiterss 0.19.4-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/quiterss.git (read-only, click to copy) |
---|---|
Package Base: | quiterss |
Description: | Fast and light RSS/Atom feed reader written in Qt/С++ |
Upstream URL: | https://quiterss.org/ |
Licenses: | GPL3 |
Submitter: | arojas |
Maintainer: | eclairevoyant |
Last Packager: | eclairevoyant |
Votes: | 10 |
Popularity: | 0.81 |
First Submitted: | 2022-11-21 07:41 (UTC) |
Last Updated: | 2023-01-12 23:03 (UTC) |
Dependencies (4)
- gst-plugins-good (gst-plugins-good-gitAUR)
- qt5-multimedia
- qt5-webkitAUR (qt5-webkit-gitAUR)
- qt5-tools (make)
Required by (0)
Sources (2)
eclairevoyant commented on 2023-06-29 06:00 (UTC)
salvaju29ro commented on 2023-06-29 05:54 (UTC) (edited on 2023-06-29 05:56 (UTC) by salvaju29ro)
Am I the only one having this problem?
quiterss: error while loading shared libraries: libicuuc.so.72: cannot open shared object file: No such file or directory
eclairevoyant commented on 2023-03-08 21:12 (UTC)
Please do not post here if you have issues building one of the dependencies. If you have trouble building qt5-webkit
, please check the comments there. I have no influence over whether qt5-webkit
builds properly, I am not a maintainer of that package.
eclairevoyant commented on 2023-03-08 21:10 (UTC)
You're getting an error building qt5-webkit
, so you'll have to ask there. Also, there's no error in your log excerpt, you'll have to scroll up a bit to find the actual error.
adrianteri commented on 2023-03-08 17:54 (UTC) (edited on 2023-03-08 18:03 (UTC) by adrianteri)
Building package fails at 4% with error on Qt5-webkit...
[ 4%] Building CXX object Source/WebCore/CMakeFiles/ANGLESupport.dir/__/ThirdParty/ANGLE/src/compiler/translator/timing/RestrictVertexShaderTiming.cpp.o
[ 4%] Building CXX object Source/WebCore/CMakeFiles/ANGLESupport.dir/__/ThirdParty/ANGLE/src/libANGLE/Platform.cpp.o
[ 4%] Building CXX object Source/WebCore/CMakeFiles/ANGLESupport.dir/__/ThirdParty/ANGLE/src/third_party/compiler/ArrayBoundsClamper.cpp.o
[ 4%] Linking CXX static library ../../lib/libANGLESupport.a
[ 4%] Built target ANGLESupport
make: *** [Makefile:166: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
error: failed to build 'qt5-webkit-5.212.0alpha4-18':
error: can't build quiterss-0.19.4-3, deps not satisfied: qt5-webkit
error: packages failed to build: qt5-webkit-5.212.0alpha4-18 quiterss-0.19.4-3
eclairevoyant commented on 2023-01-18 05:17 (UTC) (edited on 2023-01-18 05:19 (UTC) by eclairevoyant)
@salvaju29ro Qt WebEngine and Qt WebKit have different APIs unfortunately, so I imagine using qt5-webengine
would require some changes to the upstream code. See https://doc.qt.io/qt-5/qtwebenginewidgets-qtwebkitportingguide.html
However qt5-webkit
barely gets any releases, so I imagine you won't have to rebuild it too often. Alternatively you could create a -bin
package from the release.
salvaju29ro commented on 2023-01-14 14:15 (UTC)
Does anyone know if this also works with python-pyqt5-webengine? Qt5-webkit takes two hours to install, on my pc
JL1111 commented on 2023-01-13 09:29 (UTC)
@eclairevoyant qt5-webkit has ruby as a dependency. I managed to resolve my issue by doing a pacman -Syu, and then installing qt5-webkit followed by quiterss
eclairevoyant commented on 2023-01-12 23:13 (UTC)
@Universebenzene @koondeme Patch and checksums should now be fixed.
eclairevoyant commented on 2023-01-12 22:44 (UTC)
This package has nothing to do with ruby, this is a C++ project. Sounds like a problem on your personal system. I suggest posting in the Arch Forums if you're having trouble installing packages.
Pinned Comments
Universebenzene commented on 2023-06-29 06:02 (UTC) (edited on 2023-06-29 06:39 (UTC) by Universebenzene)
@salvaju29ro Just should caused by the upgrading of system icu. As a result, both the qt5-webkit and quiterss need rebuilding.
eclairevoyant commented on 2023-03-08 21:12 (UTC)
Please do not post here if you have issues building one of the dependencies. If you have trouble building
qt5-webkit
, please check the comments there. I have no influence over whetherqt5-webkit
builds properly, I am not a maintainer of that package.