Upgrading multiple packages may lead to interesting results especially if the queue has not finished yet or the fails with an error! Apparently, there are…
Tag: emerge
Gentoo ERROR: Python module pytevent of version 0.10.2 not found, and bundling disabled
Emerging the sys-libs/ldb-2.3.0-r1 package may fail with an error for a missing Python mode, despite the sys-libs/tevent with a python USE flag is presented in…
Gentoo emerge virtualbox- Mesa / GLU: Mesa not found at, Mesa headers not found
Emerging the package app-emulation/virtualbox the following error occurs: The configure script reports the mesa is missing, but the package media-libs/mesa is installed. Reinstalling does not…
Gentoo emerge GO lang failed – atomic_amd64x.go: too many errors
Upgrading GO lang under Gentoo maybe a little bit tricky. The upgrading go lang from 1.13.7 to 1.15.5 failed with strange error: Googling a little…
Patch and resume compilation of a failed package in Gentoo – ebuild, local repository or ctrl+Z
A dependency package failed to compile throwing error and existing the emerge of a queue with a hundred and more packages. Or worse you installed…
more than the default 4 parallel processes using distributed compiling with distcc
Distributed compilation could greatly speed the build process of Gentoo packages (and not only Gentoo, of course). If you tend to use Gentoo on a…
env python3.5: no such file or directory
The dependency conflicts may require a lot of time to resolve. On the contrary, uninstalling old software is easy, but it might lead to multiple…
display packages from the Gentoo emerge resume list
A quick tip and an easy hack to see the emerge resume list, which will be used by the “emerge –resume” command. There are two…
gentoo emerge resume – Invalid resume list and clean the list
Under Gentoo and emerge it will eventually end up using “–resume” paired with “–skipfirst” emerge command, which should resume last list of packages to build…
libselinux – undefined reference to pcre_version
Emerging the “sys-libs/libselinux-2.9-r1” failed with this link errors of undefined references The solution was to rebuild the dev-libs/libpcre and dev-libs/libpcre2 libraries. if you encounter the…