[Slackbuilds-users] Issues with webkit2gtk / webkit2gtk4.1 in a Slackware 32 bit

Qun-Ying zhu.qunying at gmail.com
Thu Jan 11 22:18:25 UTC 2024


You may try to modified the build script to disable parallel build:
"${NINJA:=ninja}" -j$(expr $(nproc) / 2)
=>
"${NINJA:=ninja}" -j1


On 1/11/24, Giancarlo Dessì <slack at giand.it> wrote:
> Hi
>
> I have a Slackware 15.0 (32 bit) installed in a virtual machine. I use
> it for testing my slackbuilds, but I have problems when I have to build
> webkit2gtk or webkit2gtk4.1 required as dependencies for some packages.
> The script crashes due to the high resources absorbed by ninja and I
> can't continue with the tests.
>
> A solution could be the installation of a prebuilt package, but I don't
> find these packages for 32-bit. Does anyone know where I can possibly
> find them? I need both webkit2gtk and webkit2gtk4.1
>
> Thanks for help
>
> Giancarlo
>
> --
> *********************************************************
> Giancarlo Dessì
> https://www.giand.it
> https://github.com/giandex
>
> Slackware Linux... because it works!
> *********************************************************
>
> _______________________________________________
> SlackBuilds-users mailing list
> SlackBuilds-users at slackbuilds.org
> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - https://slackbuilds.org/faq/
>
>


-- 
Qun-Ying


More information about the SlackBuilds-users mailing list