GNOME Bugzilla – Bug 596960
g-ir-scanner crashes when $HOME is non-writable
Last modified: 2015-02-07 16:59:52 UTC
Created attachment 144473 [details] [review] Ignore errors caused by permissions in $HOME This is what happens if $HOME cannot be written to: GEN extras/gudev/GUdev-1.0.gir Traceback (most recent call last):
+ Trace 217985
sys.exit(scanner_main(sys.argv))
cachestore = CacheStore()
self._directory = _get_cachedir()
os.mkdir(cachedir, 0755)
The following fix has been pushed: 8486bc1 Ignore errors caused by permissions in $HOME
Created attachment 148905 [details] [review] Ignore errors caused by permissions in $HOME
[Mass-moving gobject-introspection tickets to its own Bugzilla product - see bug 708029. Mass-filter your bugmail for this message: introspection20150207 ]