Building qt-5 packages from PKGBUILD
I have a project where I am building arch packages for raspberry pi's 4/5. Building the base and devtools with all there dependencies I have 2477 completed with some packages being complete failures. In the qt5-* PKGBUILD most fail due to the wrong directory For example in qt5-tools: Build function qmake ../${_pkgfqn} CONFIG+=fat-static-lto should be qmake ../kde-${_pkgfqn} CONFIG+=fat-static-lto ^^^^ and in the package function cd ../${_pkgfqn} should be cd ../kde-${_pkgfqn} ^^^^ It appears that many of these packages that have this issue and I have not found the all as I am just being to build these. -- Hindi madali ang maging ako
El jueves, 11 de abril de 2024 3:19:50 (CEST), Pocket escribió:
In the qt5-* PKGBUILD most fail due to the wrong directory
For example in qt5-tools:
Build function
qmake ../${_pkgfqn} CONFIG+=fat-static-lto
should be
qmake ../kde-${_pkgfqn} CONFIG+=fat-static-lto
Should be fixed now.
participants (2)
-
Antonio Rojas
-
Pocket