Building qt-5 packages from PKGBUILD

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



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



[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux