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: 74
Popularity: 1.68
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 .. 11 12 13 14 15 16 17 18 Next › Last »

mozo commented on 2019-05-04 21:09 (UTC)

It doesn't build for me:

https://pastebin.com/KYWtbKEd

I tried with trizen, yaourt, yay and makepkg to no avail.

With makepkg the error is the following:

https://pastebin.com/e3rm6v4d

FMB commented on 2019-05-04 20:47 (UTC)

Same error with makepkg :-(

dviktor commented on 2019-05-04 19:53 (UTC)

Seems like some AUR managers can't handle echo lines in PKGBUILD properly... Very strange

RusWolf commented on 2019-05-04 19:42 (UTC)

Through yay, the package is going fine.

twisted-space commented on 2019-05-04 18:37 (UTC) (edited on 2019-05-04 18:42 (UTC) by twisted-space)

@dviktor

I usually use pacmac but I can use makepkg and did so for the last couple of tests. Happy to try whatever is needed but I'm about to go out for the evening, so will post any results tomorrow.

dviktor commented on 2019-05-04 18:06 (UTC) (edited on 2019-05-04 18:32 (UTC) by dviktor)

I just noticed that PKGBUILD already contains lines with -std=gnu++98. It should place them where appropriate. How do you install package? Could you try simple makepkg (that works for me)?

EDIT: yay builds and install package fine too. Tested on another machine

alfredo.ardito commented on 2019-05-04 17:55 (UTC)

Same problem as others. gcc version 8.3.0, default makepkg.conf

twisted-space commented on 2019-05-04 17:53 (UTC)

@dviktor I added -g++:QMAKE_CXXFLAGS += -std=gnu++98 to /JavaScriptCore.pro as directed, still fails with the same error.

FMB commented on 2019-05-04 16:31 (UTC)

Same problem as xuanruiqi and MickeyRat, default makepkg.conf too.

dviktor commented on 2019-05-04 16:19 (UTC)

Please try to add *-g++*:QMAKE_CXXFLAGS += -std=gnu++98 in src/3rdparty/webkit/Source/JavaScriptCore/JavaScriptCore.pro file at line 220 (just before lessThan(QT_GCC_MAJOR_VERSION, 5) { block) and tell me your results.