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

Reply via email to