New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 3.0.18 Build issues (icu56, "/usr/qml" No such file or directory.) #346
Comments
|
#347 fixes the ICU issue. |
|
As for the qml issue, I don't see anywhere that |
|
Any updates or comments about this issue? @cuthix |
|
Check PATH for qmake, it seems that it's necessary to define QT6DIR. I actually get A temporary fix might be to add a qt.conf file in /usr/lib/qt6/bin/qmake with [Paths] A better way to deal with this is to see if the environment variable notes: Up until v2.3.0, they seem to have been using .qml files bundled with the source code, but from v2.4.0, they seem to be using .qml files from the Qt Resource System. It must coincide with GODT-1551, the upgrade to Qt6. In addition, there's something about QT6DIR having to be defined at build: Which was then fixed at v2.4.5 with GODT-1942: Use qmake to find the QT6DIR. It also then does this:
which queries QT_INSTALL_PREFIX in qmake. This returns /usr on my system. The output is then defined as QT_DIR. They make this clear in the BUILDS.md Line 21 in babb441
The /qml part comes from here:
|
I'm trying to build this package for AUR, there are some problems:
The first problem is it depends on an old version of
icu, I don't understand why it needsicu-56and not using the latest version, the newest version is 72, but the program needs:Second problem: When I proceed with icu 56 anyway, Looks like it's trying to install files from
/usr/qmlto somewhere, and it can't, there is/usr/bin/qmlavailable and Qt6 is installed, Don't know why is it trying to do that. Here's the error log:Version Information
Proton Bridge 3.0.18
qt6-6.4.2
icu-56.2
The text was updated successfully, but these errors were encountered: