Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 650816 - dev-util/boost-build: set -o (--no-same-owner) when unpacking
Summary: dev-util/boost-build: set -o (--no-same-owner) when unpacking
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: C++ Team [disbanded]
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2018-03-18 19:15 UTC by Sergei Trofimovich (RETIRED)
Modified: 2018-04-15 14:33 UTC (History)
0 users

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


Attachments
0001-dev-util-boost-build-set-o-no-same-owner-when-unpack.patch (0001-dev-util-boost-build-set-o-no-same-owner-when-unpack.patch,2.86 KB, patch)
2018-03-18 19:15 UTC, Sergei Trofimovich (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergei Trofimovich (RETIRED) gentoo-dev 2018-03-18 19:15:44 UTC
Created attachment 524288 [details, diff]
0001-dev-util-boost-build-set-o-no-same-owner-when-unpack.patch

Pasting patch subject-as-is:
"""
Subject: [PATCH] dev-util/boost-build: set -o (--no-same-owner) when unpacking

Similar to https://bugs.gentoo.org/645182 this change allows
unpacking/installing boost-build in unprivileged containers
where all users are mapped to uid=0.
"""

-o (--no-same-owner) is already set by portage and a few other eclasses.
Comment 1 Larry the Git Cow gentoo-dev 2018-04-15 14:33:26 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6991c2a4783cd454dd62de04e5bc04b3b9e43249

commit 6991c2a4783cd454dd62de04e5bc04b3b9e43249
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2018-03-18 19:12:46 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2018-04-15 14:33:20 +0000

    dev-util/boost-build: set -o (--no-same-owner) when unpacking
    
    Similar to https://bugs.gentoo.org/645182 this change allows
    unpacking/installing boost-build in unprivileged containers
    where all users are mapped to uid=0.
    
    Closes: https://bugs.gentoo.org/650816
    Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-util/boost-build/boost-build-1.62.0-r1.ebuild | 4 ++--
 dev-util/boost-build/boost-build-1.63.0.ebuild    | 2 +-
 dev-util/boost-build/boost-build-1.65.0.ebuild    | 2 +-
 dev-util/boost-build/boost-build-1.66.0.ebuild    | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)