pyqt3 no make
Search Criteria
Package Details: icewm-utils 1.0-7
Package Actions
Git Clone URL: | https://aur.archlinux.org/icewm-utils.git (read-only, click to copy) |
---|---|
Package Base: | icewm-utils |
Description: | Suite of tools for IceWM |
Upstream URL: | http://icecc.sourceforge.net/ |
Licenses: | GPL |
Submitter: | sergej |
Maintainer: | bidulock |
Last Packager: | bidulock |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2013-10-21 10:28 (UTC) |
Last Updated: | 2015-12-15 02:35 (UTC) |
Dependencies (4)
- python2 (python2-bin)
- qt3 (tde-tqt3)
- gvim (gvim-git, gvim-wayland-lilydjwg-git, gvim-gtk2) (optional)
- pyqt3 (optional)
Required by (0)
Sources (12)
- http://downloads.sourceforge.net/icecc/icemc-2.1.tar.bz2
- http://downloads.sourceforge.net/sourceforge/icecc/icebgset-1.3.tar.bz2
- http://downloads.sourceforge.net/sourceforge/icecc/icecc-2.9.tar.bz2
- http://downloads.sourceforge.net/sourceforge/icecc/icecursorscfg-0.6.tar.bz2
- http://downloads.sourceforge.net/sourceforge/icecc/iceiconcvt-1.0.tar.bz2
- http://downloads.sourceforge.net/sourceforge/icecc/iceked-1.5.tar.bz2
- http://downloads.sourceforge.net/sourceforge/icecc/icemergeprefs-0.5.tar.bz2
- http://downloads.sourceforge.net/sourceforge/icecc/icerrun-0.5.tar.bz2
- http://downloads.sourceforge.net/sourceforge/icecc/icesndcfg-1.3.tar.bz2
- http://downloads.sourceforge.net/sourceforge/icecc/icets-1.4.tar.bz2
- http://downloads.sourceforge.net/sourceforge/icecc/icewoed-1.8.tar.bz2
- icets-fix-icewmtray-crash.diff
Latest Comments
qq736363980 commented on 2018-07-25 02:06 (UTC)
qq736363980 commented on 2018-07-25 00:24 (UTC)
Cannot open configuration file `/home/zzz/.icewm/.icecc'.
Cannot open configuration file `/home/zzz/.icewm/.icecc'.
sh: gvim: 未找到命令
sh: icecurcfg.py: 未找到命令
sh: iceiconcvt.py: 未找到命令
sh: icemergeprefs.py: 未找到命令
dreieck commented on 2018-01-27 22:43 (UTC) (edited on 2018-01-28 13:07 (UTC) by dreieck)
Just a note for people having some trinity-packags installed:
'icewm-utils' requires 'qt3'. Trinity's package 'tde-tqt3' has the information to provide the package 'qt3', but in fact it does not in a compatible way.
You need to install a "real" Qt3, for example 'aur/qt3' (it will not conflict with 'tde-tqt3') and do not rely on 'trinity/tde-tqt3' claiming to provide 'qt3'.
Symptoms if you just have 'tde-tqt3':
'icewm-utls' requires the executable "qmake-qt3" to build. The error you get if you have just 'tde-tqt3' is:
==> Starting build()... patching file ./icets.cpp [...]/aur-icewm-utils/./PKGBUILD: line 71: qmake-qt3: command not found ==> ERROR: A failure occurred in build(). Aborting...
If you think you can fix this by symlinking /opt/trinity/tqt3/bin/qmake to /usr/local/bin/qmake-qt3, you will get deeper errors because 'tde-tqt3' has renamed for example include files:
==> Starting build()... patching file ./icets.cpp g++ -c -pipe -Wall -W -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_REENTRANT -DVERSION=\"2.1\" -DPREFIX=\"/usr/local\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/include/qt3 -o icemc.o icemc.cpp icemc.cpp:24:10: fatal error: qaccel.h: No such file or directory #include <qaccel.h> ^~~~~~~~~~ compilation terminated. make: *** [Makefile:75: icemc.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting...</qaccel.h>
(tde-tqt3 has /opt/trinity/tqt3/include/ntqaccel.h)
Trinity may have renamed libraries as well. This is why 'tde-tqt3' should not claim to provide 'qt3'.
Pinned Comments
dreieck commented on 2018-01-27 22:43 (UTC) (edited on 2018-01-28 13:07 (UTC) by dreieck)
Just a note for people having some trinity-packags installed:
'icewm-utils' requires 'qt3'. Trinity's package 'tde-tqt3' has the information to provide the package 'qt3', but in fact it does not in a compatible way.
You need to install a "real" Qt3, for example 'aur/qt3' (it will not conflict with 'tde-tqt3') and do not rely on 'trinity/tde-tqt3' claiming to provide 'qt3'.
Symptoms if you just have 'tde-tqt3':
'icewm-utls' requires the executable "qmake-qt3" to build. The error you get if you have just 'tde-tqt3' is:
==> Starting build()... patching file ./icets.cpp [...]/aur-icewm-utils/./PKGBUILD: line 71: qmake-qt3: command not found ==> ERROR: A failure occurred in build(). Aborting...
If you think you can fix this by symlinking /opt/trinity/tqt3/bin/qmake to /usr/local/bin/qmake-qt3, you will get deeper errors because 'tde-tqt3' has renamed for example include files:
==> Starting build()... patching file ./icets.cpp g++ -c -pipe -Wall -W -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -D_REENTRANT -DVERSION=\"2.1\" -DPREFIX=\"/usr/local\" -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -I/usr/include/qt3 -o icemc.o icemc.cpp icemc.cpp:24:10: fatal error: qaccel.h: No such file or directory #include <qaccel.h> ^~~~~~~~~~ compilation terminated. make: *** [Makefile:75: icemc.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting...</qaccel.h>
(tde-tqt3 has /opt/trinity/tqt3/include/ntqaccel.h)
Trinity may have renamed libraries as well. This is why 'tde-tqt3' should not claim to provide 'qt3'.