Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 574772 - dev-libs/gobject-introspection-1.46.0 - g-ir-scanner sandbox access violation
Summary: dev-libs/gobject-introspection-1.46.0 - g-ir-scanner sandbox access violation
Status: RESOLVED DUPLICATE of bug 567192
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-15 11:00 UTC by acab
Modified: 2016-02-16 09:39 UTC (History)
0 users

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


Attachments
Sandbox log (sandbox-7674.log,7.84 KB, text/x-log)
2016-02-15 11:00 UTC, acab
Details

Note You need to log in before you can comment on or make changes to this bug.
Description acab 2016-02-15 11:00:54 UTC
Created attachment 425552 [details]
Sandbox log

Emerging certain packages (e.g. popler or harfbuzz) which make use of g-ir-scanner got broken in =dev-libs/gobject-introspection-1.46.0

I usually su from my 'acab' account and then emerge and g-ir-scanner insists on trying to cache his stuff in ~acab/cache/.

This results in something like:

>>> Source compiled.
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE: "/var/log/sandbox/sandbox-7674.log"
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
P: /home/acab/.cache/g-ir-scanner
A: /home/acab/.cache/g-ir-scanner
R: /home/acab/.cache/g-ir-scanner



Reverting to gobject-introspection-1.44.0 fixes the build issues.
Comment 1 Pacho Ramos gentoo-dev 2016-02-16 09:39:09 UTC
Using "su -" is usually preferred to prevent failures like this regarding environment variables

*** This bug has been marked as a duplicate of bug 567192 ***