Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 675802 - sys-apps/coreutils-8.30: tests/misc/env-S fails
Summary: sys-apps/coreutils-8.30: tests/misc/env-S fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: PullRequest, TESTFAILURE
Depends on:
Blocks:
 
Reported: 2019-01-18 20:05 UTC by Rolf Eike Beer
Modified: 2020-05-08 22:39 UTC (History)
3 users (show)

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


Attachments
build.log (sys-apps_coreutils-8.30_use_8oPWY.xz,54.05 KB, application/x-xz)
2019-01-18 20:05 UTC, Rolf Eike Beer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rolf Eike Beer archtester 2019-01-18 20:05:56 UTC
Created attachment 562054 [details]
build.log

env-S.pl: test q1: stdout mismatch, comparing q1.1 (expected) and q1.O (actual)
*** q1.1        Fri Jan 18 19:13:28 2019
--- q1.O        Fri Jan 18 19:13:29 2019
***************
*** 1 ****
--- 1,12 ----
  A=B C
+ LD_PRELOAD=libsandbox.so
+ SANDBOX_LOG=/var/log/sandbox/sandbox-14218.log
+ SANDBOX_DEBUG_LOG=/var/log/sandbox/sandbox-debug-14218.log
+ SANDBOX_MESSAGE_P@TH=/proc/14218/fd/2
...

Looks like it stumbles over the sandbox variables.
Comment 1 Matt Turner gentoo-dev 2019-01-28 00:47:02 UTC
Happens on ppc/ppc64 as well.
Comment 2 Matt Turner gentoo-dev 2019-01-28 04:22:34 UTC
This is indirectly blocking glibc-2.28 stabilization.
Comment 3 Paolo Pedroni 2020-02-13 14:51:04 UTC
Happens in coreutils-8.31-r1 as well
Comment 4 Larry the Git Cow gentoo-dev 2020-04-29 15:21:28 UTC
The bug has been referenced in the following commit(s):

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

commit a48e67d33ef6edd58b2cd6111884dbb4fdef7491
Author:     Sam James (sam_c) <sam@cmpct.info>
AuthorDate: 2020-04-29 10:00:59 +0000
Commit:     Thomas Deutschmann <whissi@gentoo.org>
CommitDate: 2020-04-29 15:21:16 +0000

    sys-apps/coreutils: Disable tests incompatible w/ sandbox
    
    Bug: https://bugs.gentoo.org/413621
    Bug: https://bugs.gentoo.org/675802
    Thanks-to: Kent Fredric
    Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
    Closes: https://github.com/gentoo/gentoo/pull/15562
    Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>

 sys-apps/coreutils/coreutils-8.31-r1.ebuild        |  1 +
 sys-apps/coreutils/coreutils-8.32-r1.ebuild        |  1 +
 .../files/coreutils-8.31-sandbox-env-test.patch    | 64 ++++++++++++++++++++++
 3 files changed, 66 insertions(+)