Search Criteria
Package Details: qt3 1:3.3.8b-20
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.000142 |
First Submitted: | 2014-05-30 03:06 (UTC) |
Last Updated: | 2021-09-02 20:51 (UTC) |
Dependencies (20)
- glu (glu-git)
- libmng
- libnsl (libnsl-git)
- libpng (libpng-minimal-git, libpng-git, libpng-apng)
- libtirpc (libtirpc-minimal-git)
- libunistring (libunistring-git)
- libxcursor (libxcursor-git)
- libxft (libxft-git)
- libxinerama (libxinerama-randr-git)
- libxmu
- libxrandr (libxrandr-git)
- mariadb (mysql55, mysql56, mytop-git, mysql57, mysql, percona-server) (make)
- mesa (mesa-minimal+-git, mesa-i915g, mesa-steamos, mesa-d3d12, mesa-panfork-git, mesa-git, mesa-rusticl-git, mesa-git-adreno, mesa-minimal-git, mesa-amber) (make)
- postgresql (pipelinedb, agensgraph-git, postgresql-1c, postgresql-9.5, postgresql-9.4, postgresql-src-beta, postgresql-9.6, postgresql-11, postgresql-10, postgresql-12, postgresql-lts, postgresql13, postgresql-src) (make)
- sqlite2 (make)
- unixodbc (erlang-unixodbc-git) (make)
- libmariadbclient (libmysqlclient55, libmysqlclient56, mariadb-libs-git, libmysqlclient57, libmysqlclient, mariadb-libs) (optional) – MariaDB driver
- postgresql-libs (agensgraph-git, postgresql-libs-1c, postgresql-libs-9.5, postgresql-libs-9.4, postgresql-src-beta-libs, postgresql-libs-9.6, postgresql-libs-11, postgresql-libs-10, postgresql-libs-12, postgresql-lts-libs, postgresql13-libs, postgresql-src-libs) (optional) – PostgreSQL driver
- qtchooser (optional) – set the default Qt toolkit
- unixodbc (erlang-unixodbc-git) (optional) – ODBC driver
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
chrko commented on 2018-12-23 12:50 (UTC)
@zoe, I think depending on postgresql<10 should do it. Using postgresql-9.6 (like in centos7) works for me.
1 2 3 4 Next › Last »