Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 550020 - chromium.eclass refers to USED_NS instead of USER_NS causing incorrect linux kernel validation
Summary: chromium.eclass refers to USED_NS instead of USER_NS causing incorrect linux ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Chromium Project
URL:
Whiteboard:
Keywords:
: 550036 550038 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-05-21 07:39 UTC by razamatan
Modified: 2015-05-21 13:44 UTC (History)
4 users (show)

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 razamatan 2015-05-21 07:39:38 UTC
here's the fix:

--- /root/chromium.eclass.old   2015-05-21 00:38:59.654316631 -0700
+++ eclass/chromium.eclass      2015-05-21 00:39:09.604263531 -0700
@@ -33,7 +33,7 @@
                ERROR_NET_NS="NET_NS is required for sandbox to work"
                ERROR_USER_NS="USER_NS is required for sandbox to work"
                ERROR_SECCOMP_FILTER="SECCOMP_FILTER is required for sandbox to work"
-               CONFIG_CHECK="~PID_NS ~NET_NS ~SECCOMP_FILTER ~USED_NS"
+               CONFIG_CHECK="~PID_NS ~NET_NS ~SECCOMP_FILTER ~USER_NS"
                check_extra_config
        fi
 }
Comment 1 Thomas Capricelli 2015-05-21 10:29:47 UTC
i can confirm
Comment 2 Matteo Modesti 2015-05-21 11:35:34 UTC
I was about to submit the same bug report:


>>> Installing (3 of 3) www-client/chromium-43.0.2357.65::gentoo

 * Messages for package www-client/chromium-43.0.2357.65:

 *   CONFIG_USED_NS:     is not set when it should be.
 * Please check to make sure these options are set correctly.
 * Failure to do so may cause unexpected problems.
Comment 3 Mike Gilbert gentoo-dev 2015-05-21 13:44:00 UTC
I fixed the typo.
Comment 4 Mike Gilbert gentoo-dev 2015-05-21 13:44:30 UTC
*** Bug 550036 has been marked as a duplicate of this bug. ***
Comment 5 Mike Gilbert gentoo-dev 2015-05-21 13:44:47 UTC
*** Bug 550038 has been marked as a duplicate of this bug. ***