hi,
I think somehting is wrong when running qmake here:
/usr/i686-w64-mingw32/lib/qt6/bin/qmake: line 7: /usr/lib/qt6/bin/qmake: No such file or directory
I think it need to depend on qt6-base
Git Clone URL: | https://aur.archlinux.org/mingw-w64-qt6-base.git (read-only, click to copy) |
---|---|
Package Base: | mingw-w64-qt6-base |
Description: | A cross-platform application and UI framework (mingw-w64) |
Upstream URL: | https://www.qt.io |
Licenses: | custom, GPL3, LGPL3, FDL |
Groups: | mingw-w64-qt6 |
Submitter: | Martchus |
Maintainer: | Martchus |
Last Packager: | Martchus |
Votes: | 6 |
Popularity: | 0.001119 |
First Submitted: | 2020-10-08 15:27 (UTC) |
Last Updated: | 2025-04-03 20:39 (UTC) |
« First ‹ Previous 1 2
hi,
I think somehting is wrong when running qmake here:
/usr/i686-w64-mingw32/lib/qt6/bin/qmake: line 7: /usr/lib/qt6/bin/qmake: No such file or directory
I think it need to depend on qt6-base
Pinned Comments
Martchus commented on 2021-08-25 10:22 (UTC) (edited on 2021-10-29 10:56 (UTC) by Martchus)
Apparently the
mingw-w64-qt6-*
packages can break easily after updating the nativeqt6-*
packages, e.g. when installing the native Qt 6.2.0 packages (beta4 is currently inkde-unstable
) the CMake configuration files from the newer native packages try to invoke functions which don't exist in themingw-w64-qt6-*
packages at 6.1.2. I don't think there's anything I can do about it except trying to update the packages as fast as possible. There's actually a lengthy discussion about this topic on the Qt development mailinglist. Also see remarks in the related README section.One might be tempted to add
IgnoreGroup = qt6
to/etc/pacman.conf
. At this point it could actually work but of course it would break all native Qt 6 apps which are already linked against the newer version. When building in a containerized environment, e.g. usingmakechrootpkg
this would likely be no problem.Martchus commented on 2021-01-05 00:39 (UTC) (edited on 2021-01-05 00:40 (UTC) by Martchus)