The other phases of the ebuild already set -j1, but not install. This every once in a while leads to things like this: >>> Install openssl-1.0.2o into /var/tmp/portage/dev-libs/openssl-1.0.2o/image/ category dev-libs * .sparc32: running multilib-minimal_abi_src_install make -j20 INSTALL_PREFIX=/var/tmp/portage/dev-libs/openssl-1.0.2o/image/ install Cannot create directory /var/tmp/portage/dev-libs/openssl-1.0.2o/image//usr: File exists make: *** [Makefile:548: install_sw] Error 17 make: *** Waiting for unfinished jobs.... created directory `/var/tmp/portage/dev-libs/openssl-1.0.2o/image//usr' created directory `/var/tmp/portage/dev-libs/openssl-1.0.2o/image//usr/share'
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=956f1a306e4e257acee022aa28399ffde3f5e3ac commit 956f1a306e4e257acee022aa28399ffde3f5e3ac Author: Thomas Deutschmann <whissi@gentoo.org> AuthorDate: 2018-03-29 16:59:14 +0000 Commit: Thomas Deutschmann <whissi@gentoo.org> CommitDate: 2018-03-29 16:59:59 +0000 dev-libs/openssl: Fix parallel build issue Ebuild changes: =============== - Patch set bumped to include upstream commit 70a56b9147 to address a parallel build issue. [Bug 651880] Closes: https://github.com/gentoo/gentoo/pull/7688 Closes: https://bugs.gentoo.org/651880 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-libs/openssl/Manifest | 2 +- dev-libs/openssl/openssl-1.0.2o.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)