Package Details: qt4 4.8.7-35

Git Clone URL: https://aur.archlinux.org/qt4.git (read-only, click to copy)
Package Base: qt4
Description: A cross-platform application and UI framework
Upstream URL: https://www.qt.io
Licenses: custom, GPL3, LGPL, FDL
Conflicts: qt
Replaces: qt
Submitter: arojas
Maintainer: dviktor
Last Packager: dviktor
Votes: 75
Popularity: 1.07
First Submitted: 2019-05-01 11:51 (UTC)
Last Updated: 2022-05-13 12:03 (UTC)

Sources (22)

Pinned Comments

dviktor commented on 2022-09-28 18:33 (UTC)

PKGBUILD for this package is being maintained there. You can install pre-built packages from my repo

dviktor commented on 2019-06-18 12:50 (UTC) (edited on 2022-01-27 12:28 (UTC) by dviktor)

Qt4 binary package has moved to my personal repository located here. You can add it to your /etc/pacman.conf for convenience, if you want (don't forget to import my GPG key).

eschwartz commented on 2019-05-09 13:24 (UTC)

@semeion,

qt4 was expelled from the official repositories due to https://lists.archlinux.org/pipermail/arch-dev-public/2019-April/029560.html

It will not be restored, because software needs to stop using qt4. It's fine for people to still use it via the AUR if they have old software that is not ported, but the proper solution is to get that software ported to qt5.

"It takes a long time to compile" is not a reason to move it to community.

@xuanruiqi,

Only Developers and Trusted Users have access to pkgbuild.com, and we will not be uploading qt4 there. If we wanted qt4, we would upload it to community, but we don't -- we have managed to move every package still being actively maintained in the official repos, over to qt5, and we want to stay that way.

...

Again, the proper long-term solution is to get software ported over to qt5.

dviktor commented on 2019-05-05 17:49 (UTC) (edited on 2019-05-15 19:02 (UTC) by dviktor)

For those who have problems with ‘std::tr1’ has not been declared error: build in clean chroot with extra-x86_64-build script.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 18 Next › Last »

gammy commented on 2021-01-23 16:37 (UTC)

desolve.ru is dead as a doornail. I'm not sure if it's temporary or permanent but it might be worth finding another mirror.

dviktor commented on 2021-01-22 21:01 (UTC)

@beaux_monde I assume pkgrel as a useful way to show changes introduced in PKGBUILD only regardless of the upstream sources. Also you can notice that packages in official repos are getting bumped in pkgrel even after simple rebuilds with the new libraries/compilers

@SDSK your error message is not informational at all - we need corresponding compilation log part to see what goes wrong. Also please try to build in clean chroot as referenced in the 3rd pinned post

SDSK commented on 2021-01-22 16:10 (UTC)

make: *** [Makefile:747: sub-webkit-make_default-ordered] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
error: failed to build qt4

beaux_monde commented on 2021-01-20 14:30 (UTC)

Whether a new download URI is a weighty argument to change of the package revision (and to rebuild the huge package) if the source tarball remains the same?

mikesco3 commented on 2021-01-20 05:09 (UTC) (edited on 2021-01-20 05:14 (UTC) by mikesco3)

yeah I ended up editing the PKGBUILD at around line 29 and replacing where it said

  source=("https://download.qt.io/archive/qt/4.8/${pkgver}/${_pkgfqn}.tar.gz"  

for:

  source=("https://ftp.osuosl.org/pub/blfs/conglomeration/qt4/${_pkgfqn}.tar.gz"  

valandil commented on 2021-01-20 03:09 (UTC) (edited on 2021-01-20 03:09 (UTC) by valandil)

As a workaround, I am hosting the tarball on AWS: https://archlinux-aur-mirror.s3.ca-central-1.amazonaws.com/qt-everywhere-opensource-src-4.8.7.tar.gz.

You can change the source in the PKGBUILD.

dpvpro commented on 2021-01-19 22:56 (UTC)

Can't download package in automatic mode

Tio commented on 2021-01-19 21:48 (UTC)

I get this error:

curl: (35) OpenSSL SSL_connect: Connection reset by peer in connection to download.qt.io:443 
==> ERROR: Failure while downloading https://download.qt.io/archive/qt/4.8/4.8.7/qt-everywhere-opensource-src-4.8.7.tar.gz
    Aborting...
Failed to build qt4

amrelk commented on 2021-01-19 20:31 (UTC)

https://download.qt.io no longer exists, and therefore the build fails. any workarounds?

FMB commented on 2021-01-19 13:54 (UTC)

@mikesco3: build in a clean chroot.