Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 621110 - >=www-client/chromium-59[tcmalloc] blocks <sys-apps/sandbox-2.11, but 2.11* is hard masked
Summary: >=www-client/chromium-59[tcmalloc] blocks <sys-apps/sandbox-2.11, but 2.11* i...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-07 10:39 UTC by Matt Whitlock
Modified: 2017-06-09 03:22 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 Matt Whitlock 2017-06-07 10:39:00 UTC
# emerge -pqv www-client/chromium
[ebuild     U ] www-client/chromium-59.0.3071.86 [58.0.3029.110] USE="cups gtk3* hangouts (pic) proprietary-codecs system-ffmpeg tcmalloc -component-build -custom-cflags -gconf -gnome-keyring -kerberos (-neon) -pulseaudio (-selinux) -suid (-system-libvpx) {-test} -widevine" L10N="-am -ar -bg -bn -ca -cs -da -de -el -en-GB -es -es-419 -et -fa -fi -fil -fr -gu -he -hi -hr -hu -id -it -ja -kn -ko -lt -lv -ml -mr -ms -nb -nl -pl -pt-BR -pt-PT -ro -ru -sk -sl -sr -sv -sw -ta -te -th -tr -uk -vi -zh-CN -zh-TW"
[blocks B     ] <sys-apps/sandbox-2.11 ("<sys-apps/sandbox-2.11" is blocking www-client/chromium-59.0.3071.86)


# emerge -pqv '>=sys-apps/sandbox-2.11'
[ebuild     U ] sys-apps/sandbox-2.11-r5 [2.10-r4] ABI_X86="(32) (64) x32"

The following mask changes are necessary to proceed:
 (see "package.unmask" in the portage(5) man page for more details)
# required by >=sys-apps/sandbox-2.11 (argument)
# /var/db/portage/repos/gentoo/profiles/package.mask:
# Ian Stakenvicius (17 Nov 2016)
# Does not honour LD_LIBRARY_PATH set in the environment, causing
# all mozilla packages to fail in src_install() when xpcshell is
# called in ${WORKDIR}, #580726
# Segfaults when creating directories #578582
=sys-apps/sandbox-2.11-r5
Comment 1 Jouni Kosonen 2017-06-08 23:42:46 UTC
Upstream issue [0] would indicate that this happens for a good reason.

[0]https://bugs.chromium.org/p/chromium/issues/detail?id=586444
Comment 2 Matt Whitlock 2017-06-09 03:01:46 UTC
(In reply to Jouni Kosonen from comment #1)
> Upstream issue [0] would indicate that this happens for a good reason.
> 
> [0]https://bugs.chromium.org/p/chromium/issues/detail?id=586444

I'm sure the mask is there for a good reason. My complaint is that Portage is not smart enough to avoid trying to upgrade www-client/chromium when this block exists, so probably there should be a package.use.mask on "tcmalloc" in >=www-client/chromium-59.
Comment 3 Matt Whitlock 2017-06-09 03:22:44 UTC
(In reply to Matt Whitlock from comment #2)
> there should be a package.use.mask on "tcmalloc" in >=www-client/chromium-59.

D'oh! There already is just such a use mask. My issue was that I had manually unmasked it quite some time ago for all versions of chromium. So this bug report is invalid. Sorry. :(