Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 678352 - app-admin/keepassxc-2.3.4 - sandbox violation in mkdir at /usr/lib/llvm/6/share/man/cat1
Summary: app-admin/keepassxc-2.3.4 - sandbox violation in mkdir at /usr/lib/llvm/6/sha...
Status: RESOLVED DUPLICATE of bug 675478
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-19 07:13 UTC by Kai Krakow
Modified: 2019-02-23 11:53 UTC (History)
1 user (show)

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


Attachments
build.log (app-admin:keepassxc-2.3.4:20190219-070706.log,6.14 KB, text/plain)
2019-02-19 07:13 UTC, Kai Krakow
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kai Krakow 2019-02-19 07:13:22 UTC
Created attachment 565818 [details]
build.log

Portage wants to re-emerge this package, so it did at least build and install once for me. But it no longer works and fails with the following error:

```
 * --------------------------- ACCESS VIOLATION SUMMARY ---------------------------
 * LOG FILE: "/var/log/sandbox/sandbox-28921.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: /usr/lib/llvm/6/share/man/cat1
A: /usr/lib/llvm/6/share/man/cat1
R: /usr/lib64/llvm/6/share/man/cat1
C: mandb -q

F: open_wr
S: deny
P: /usr/lib/llvm/6/share/man/29245
A: /usr/lib/llvm/6/share/man/29245
R: /usr/lib64/llvm/6/share/man/29245
C: mandb -q

F: unlink
S: deny
P: /usr/lib/llvm/6/share/man/29245
A: /usr/lib/llvm/6/share/man/29245
R: /usr/lib64/llvm/6/share/man/29245
C: mandb -q
 * --------------------------------------------------------------------------------
```
Comment 1 Ben Kohler gentoo-dev 2019-02-19 18:38:07 UTC

*** This bug has been marked as a duplicate of bug 675478 ***
Comment 2 Kai Krakow 2019-02-23 11:53:14 UTC
I'm not sure if this is the exact same problem because

(a) The linked bug is about /var/cache but this is about /usr/lib/llvm.

(b) The work-around in the linked bug does not work (re-emerge man-db).