Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 651880 - dev-libs/openssl - src_install(): Cannot create directory /var/tmp/portage/dev-libs/openssl-1.0.2o/image//usr: File exists
Summary: dev-libs/openssl - src_install(): Cannot create directory /var/tmp/portage/de...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-29 05:26 UTC by Rolf Eike Beer
Modified: 2018-03-29 17:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rolf Eike Beer archtester 2018-03-29 05:26:46 UTC
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'
Comment 1 Larry the Git Cow gentoo-dev 2018-03-29 17:00:27 UTC
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(-)