Search Criteria
Package Details: qt3 1:3.3.8b-21
Package Actions
| Git Clone URL: | https://aur.archlinux.org/qt3.git (read-only, click to copy) | 
|---|---|
| Package Base: | qt3 | 
| Description: | A cross-platform application and UI framework | 
| Upstream URL: | http://qt.io | 
| Licenses: | GPL | 
| Submitter: | McNoggins | 
| Maintainer: | frazar0 | 
| Last Packager: | frazar0 | 
| Votes: | 48 | 
| Popularity: | 0.000000 | 
| First Submitted: | 2014-05-30 03:06 (UTC) | 
| Last Updated: | 2024-02-27 07:51 (UTC) | 
Dependencies (21)
- glu (glu-gitAUR)
 - libmng
 - libnsl (libnsl-gitAUR)
 - libpng (libpng-gitAUR, libpng-apngAUR)
 - libtirpc
 - libunistring (libunistring-gitAUR)
 - libxcursor
 - libxft (libxft-gitAUR)
 - libxi (libxi-gitAUR)
 - libxinerama (libxinerama-randr-gitAUR)
 - libxmu
 - libxrandr (libxrandr-gitAUR)
 - libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR) (make)
 - mariadb (mysql55AUR, mysql56AUR, mysql57AUR, mysql80AUR, mysql81AUR, mysql84AUR, mysqlAUR, mariadb-lts, percona-server) (make)
 - mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, vulkan-terakan-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-minimal-gitAUR, mesa-gitAUR, mesa-rk35xx-gitAUR, mesa-ps4AUR, mesa-amber) (make)
 - postgresql (postgresql-12AUR, postgresql-gitAUR, postgresql16-docsAUR, postgresql16AUR, postgresql13AUR, postgresql15-docsAUR, postgresql15AUR, postgresql18-docsAUR, postgresql18AUR) (make)
 - sqlite2AUR (make)
 - unixodbc (unixodbc-gitAUR) (make)
 - libmariadbclient (libmysqlclient55AUR, libmysqlclient56AUR, libmysqlclient57AUR, libmysqlclient80AUR, libmysqlclient81AUR, libmysqlclient84AUR, libmysqlclientAUR, mariadb-libs-gitAUR, mariadb-libs, mariadb-lts-libs) (optional) – MariaDB driver
 - postgresql-libs (postgresql-libs-12AUR, postgresql-libs-gitAUR, postgresql13-libsAUR) (optional) – PostgreSQL driver
 - Show 1 more dependencies...
 
Latest Comments
1 2 3 4 Next › Last »
frazar0 commented on 2021-09-02 20:08 (UTC)
The compilation error mentioned by @koroki should be fixed now
piussj2 commented on 2021-08-27 03:30 (UTC)
@koroki I did not understand. How would the pkgbuild?
koroki commented on 2021-08-26 07:02 (UTC)
I solved the problem with some extra sed
for i in
find | grep Makefile; do sed -i "s|-Werror=format-security| |" $i; doneAfter all prepare() and just before make.
koroki commented on 2021-08-25 19:29 (UTC) (edited on 2021-08-26 07:00 (UTC) by koroki)
Hi, I have this error when I try to compile it:
g++ -c -o project.o -pipe -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -I. -Igenerators -Igenerators/unix -Igenerators/win32 -Igenerators/mac -I/home/koroki/.cache/yay/qt3/src/qt-x11-free-3.3.8b/include/qmake -I/home/koroki/.cache/yay/qt3/src/qt-x11-free-3.3.8b/include -I/home/koroki/.cache/yay/qt3/src/qt-x11-free-3.3.8b/include -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_NO_COMPONENT -DQT_NO_STL -DQT_NO_COMPRESS -I/home/koroki/.cache/yay/qt3/src/qt-x11-free-3.3.8b/mkspecs/linux-g++-64 -DHAVE_QCONFIG_CPP project.cpp project.cpp: In member function ‘bool QMakeProject::read(uchar)’: project.cpp:688:24: error: format not a string literal and no format arguments [-Werror=format-security] 688 | fprintf(stderr,"Changed QT version number to " + test_version + "!\n"); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1plus: some warnings being treated as errors
thse commented on 2021-01-31 17:11 (UTC)
please change the download link in PKGBUILD from "archive-new" to "new-archive".
frazar0 commented on 2021-01-31 15:24 (UTC)
Thank you! The archive link was updated to download.qt.io/new-archive/qt/3/
cmsigler commented on 2021-01-31 01:00 (UTC)
Hi,
I tried to build qt3 today (2021-01-30), but this failed due to download failure. I believe Qt download has been reorganized and the older Qt versions have been "trimmed" from the archive :\
It should be downloadable from SF:
https://master.dl.sourceforge.net/project/math-linux/OldFiles/qt-x11-free-3.3.8b.tar.gz?viasf=1
This passed the sha256 checksum :) HTH.
Clemmitt Sigler
superhdj commented on 2020-02-03 00:51 (UTC)
cache/yay/qt3/src/qt-x11-free-3.3.8b' make: *** [Makefile:8: init] Error 2 ==> ERROR: Se produjo un fallo en build(). Cancelando... Error making: qt3
octopus commented on 2019-01-05 18:01 (UTC)
Insalling postgresql-9.6 solved the problem for me. Maybe a build dependency on postgresql<=9.6 should be included in the PKGBUILD
1 2 3 4 Next › Last »