Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 662478 - media-libs/graphene-1.8.2 : sandbox issue (XDG_xxx_DIR related)
Summary: media-libs/graphene-1.8.2 : sandbox issue (XDG_xxx_DIR related)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 567192
  Show dependency tree
 
Reported: 2018-07-30 16:21 UTC by Toralf Förster
Modified: 2018-07-30 21:17 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.42 KB, text/plain)
2018-07-30 16:21 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,99.34 KB, text/plain)
2018-07-30 16:21 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.88 KB, application/x-bzip)
2018-07-30 16:21 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,5.78 KB, application/x-bzip)
2018-07-30 16:22 UTC, Toralf Förster
Details
media-libs:graphene-1.8.2:20180730-114450.log (media-libs:graphene-1.8.2:20180730-114450.log,112.20 KB, text/plain)
2018-07-30 16:22 UTC, Toralf Förster
Details
sandbox-27632.log (sandbox-27632.log,1.43 KB, text/plain)
2018-07-30 16:22 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-07-30 16:21:50 UTC
This issue is forced at the tinderbox (pls see bug #567192 too) by setting:

export XDG_DESKTOP_DIR="/root/Desktop"
export XDG_DOCUMENTS_DIR="/root/Documents"
export XDG_DOWNLOAD_DIR="/root/Downloads"
export XDG_MUSIC_DIR="/root/Music"
export XDG_PICTURES_DIR="/root/Pictures"
export XDG_PUBLICSHARE_DIR="/root/Public"
export XDG_TEMPLATES_DIR="/root/Templates"
export XDG_VIDEOS_DIR="/root/Videos"
export XDG_RUNTIME_DIR="/root/run"
export XDG_CONFIG_HOME="/root/config"
export XDG_CACHE_HOME="/root/cache"
export XDG_DATA_HOME="/root/share"

sandbox output:

VERSION 1.0
FORMAT: F - Function called
FORMAT: S - Access Status
FORMAT: P - Path as passed to function
FORMAT: A - Absolute Path (not canonical)
FORMAT: R - Canonical Path
FORMAT: C - Command Line

F: mkdir
S: deny

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-developer_20180727-195601

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby23 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.8.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv media-libs/graphene
[ebuild  N    ] media-libs/graphene-1.8.2  USE="introspection -doc {-test}" ABI_X86="(64) -32 (-x32)" CPU_FLAGS_X86="sse2"
Comment 1 Toralf Förster gentoo-dev 2018-07-30 16:21:53 UTC
Created attachment 541768 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-07-30 16:21:56 UTC
Created attachment 541770 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-07-30 16:21:59 UTC
Created attachment 541772 [details]
etc.portage.tbz2
Comment 4 Toralf Förster gentoo-dev 2018-07-30 16:22:02 UTC
Created attachment 541774 [details]
logs.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-07-30 16:22:05 UTC
Created attachment 541776 [details]
media-libs:graphene-1.8.2:20180730-114450.log
Comment 6 Toralf Förster gentoo-dev 2018-07-30 16:22:09 UTC
Created attachment 541778 [details]
sandbox-27632.log
Comment 7 Larry the Git Cow gentoo-dev 2018-07-30 21:17:10 UTC
The bug has been closed via the following commit(s):

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

commit 272ff1f7eab3cf3a6460c3c24da7017a09c06080
Author:     Mart Raudsepp <leio@gentoo.org>
AuthorDate: 2018-07-30 21:10:42 +0000
Commit:     Mart Raudsepp <leio@gentoo.org>
CommitDate: 2018-07-30 21:14:28 +0000

    media-libs/graphene: add missing environment reset
    
    Add missing xdg_environment_reset, otherwise things might fail
    if certain XDG_* env vars are set in the environment.
    
    Closes: https://bugs.gentoo.org/662478
    Package-Manager: Portage-2.3.43, Repoman-2.3.10

 media-libs/graphene/graphene-1.8.2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)