<br><br>On Thursday, March 10, 2022, Andrea paz <<a href="mailto:gamberucci.andrea@gmail.com">gamberucci.andrea@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">> is there possibility of hw (ssd, memory/cpu, motherbiard...) error/breakage?<br>
> does any other big compile finish without errors?<br>
I really hope it's not hardware: I don't notice any other problems!<br>
The only compilations I do are the AUR ones and so far I don't find<br>
any problems there (I tried the big DaVinci Resolve installation).<br>
</blockquote><div><br></div><div>well, Arch is not Gentoo, so installing binary pkg most likely just unpack it.... </div><div><br></div><div>try to run pkgbuild for something like firefox or libreoffice... </div><div><br></div><div><a href="https://wiki.archlinux.org/title/PKGBUILD">https://wiki.archlinux.org/title/PKGBUILD</a></div><div>====</div><div>Packages in Arch Linux are built using the makepkg utility. When makepkg is run, it searches for a PKGBUILD file in the current directory and follows the instructions therein to either compile or otherwise acquire the files to build a package archive (pkgname.pkg.tar.zst). The resulting package contains binary files and installation instructions, readily installable with pacman.</div><div><br></div><div>====</div><div><br></div><div>so, just download pkgbuild for big source package, put it in dir, run makepkg inside this dir, wait for compilation/packaging to finish... also, just in case check for free space on /tmp! </div>