Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 847139 - x11-libs/cairo: sandbox access violation due to __PYCACHE__
Summary: x11-libs/cairo: sandbox access violation due to __PYCACHE__
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Profiles (show other bugs)
Hardware: ARM64 Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-05-23 21:37 UTC by Philipp Rösner
Modified: 2022-05-23 21:44 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,927.58 KB, text/plain)
2022-05-23 21:39 UTC, Philipp Rösner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Philipp Rösner 2022-05-23 21:37:32 UTC
$ sudo aarch64-unknown-linux-gnu-emerge --info
/usr/lib/python3.9/site-packages/portage/package/ebuild/_config/KeywordsManager.py:86: UserWarning: /etc/portage/package.keywords is deprecated, use /etc/portage/package.accept_keywords instead
  warnings.warn(
Portage 3.0.30 (python 3.9.13-final-0, embedded, gcc-11.2.1, unavailable, 5.17.5-gentoo-dist x86_64)
=================================================================
System uname: Linux-5.17.5-gentoo-dist-x86_64-AMD_Ryzen_9_5950X_16-Core_Processor-with-glibc2.35
KiB Mem:    32791688 total,  22620480 free
KiB Swap:   52428796 total,  52428796 free
Timestamp of repository gentoo: Sun, 22 May 2022 08:30:01 +0000
Head commit of repository gentoo: 5222891495b0e531e55cb086d589ad887b9e5c11
sh bash 5.1_p16
ld GNU ld (Gentoo 2.37_p1 p2) 2.37
distcc 3.4 x86_64-pc-linux-gnu [disabled]
app-misc/pax-utils:        1.3.4::gentoo
dev-lang/python:           3.9.13::gentoo
sys-apps/sandbox:          2.29::gentoo
sys-devel/binutils-config: 5.4.1::gentoo
sys-kernel/linux-headers:  5.17-r1::gentoo (virtual/os-headers)
sys-libs/glibc:            2.35-r5::gentoo
Repositories:

gentoo
    location: /var/db/repos/gentoo
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    sync-rsync-verify-max-age: 24
    sync-rsync-verify-jobs: 1
    sync-rsync-verify-metamanifest: yes
    sync-rsync-extra-opts: 

ACCEPT_KEYWORDS="arm64 ~arm64"
ACCEPT_LICENSE="@FREE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -fomit-frame-pointer"
CHOST="aarch64-unknown-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe -fomit-frame-pointer"
DISTDIR="/var/cache/distfiles"
FCFLAGS="-Os -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news nodoc noinfo noman parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersync xattr"
FFLAGS="-Os -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.utf8"
LDFLAGS=""
LINGUAS="en"
PKGDIR="/usr/aarch64-unknown-linux-gnu/packages/"
PORTAGE_CONFIGROOT="/usr/aarch64-unknown-linux-gnu/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/usr/aarch64-unknown-linux-gnu/tmp/"
SHELL="/bin/bash"
USE="arm64 kdrive minimal multicall zlib" ELIBC="glibc" INPUT_DEVICES="evdev" KERNEL="linux" PYTHON_SINGLE_TARGET="python3_9" PYTHON_TARGETS="python3_9" USERLAND="GNU" VIDEO_CARDS="fbdev"
Unset:  ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EMERGE_DEFAULT_OPTS, ENV_UNSET, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LEX, LFLAGS, LIBTOOL, MAKE, MAKEFLAGS, MAKEOPTS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS
Comment 1 Philipp Rösner 2022-05-23 21:39:21 UTC
Created attachment 780446 [details]
build.log
Comment 2 Larry the Git Cow gentoo-dev 2022-05-23 21:44:10 UTC
The bug has been closed via the following commit(s):

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

commit d5f9bf928b22589292c8698814c42cb5374332cc
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-05-23 21:43:09 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-05-23 21:44:03 +0000

    profiles/embedded: add PYTHONDONTWRITEBYTECODE=1 (and other vars) from base profile
    
    The embedded profiles don't inherit the base profile and there's a bunch
    of things, PYTHONDONTWRITEBYTECODE=1 included, that we should be setting
    in embedded too, as they're still relevant.
    
    Sync with base.
    
    Closes: https://bugs.gentoo.org/847139
    Signed-off-by: Sam James <sam@gentoo.org>

 profiles/embedded/make.defaults | 42 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 42 insertions(+)