Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 468568

Summary: net-fs/autofs fail to build if `mount` is from sys-apps/util-linux-2.23
Product: Gentoo Linux Reporter: Francesco Riosa <vivo75>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal CC: vivo75
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Francesco Riosa 2013-05-04 13:08:33 UTC
~net-fs/autofs-5.0.7 build system call `mount -s`, but this program try to create "/run/mount" if this is not present. Sandbox don't like.

>>> Source configured.
 (null)*(null) --------------------------- ACCESS VIOLATION SUMMARY ---------------------------
 (null)*(null) LOG FILE: "/var/log/sandbox/sandbox-32340.log"
 (null)*(null)
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: /run/mount
A: /run/mount
R: /run/mount
C: /usr/bin/mount -s
 (null)*(null) --------------------------------------------------------------------------------


when the directory is created it fail with:
config.status: creating include/config.h
>>> Source configured.
 (null)*(null) --------------------------- ACCESS VIOLATION SUMMARY ---------------------------
 (null)*(null) LOG FILE: "/var/log/sandbox/sandbox-24963.log"
 (null)*(null)
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: open_wr
S: deny
P: /run/mount/utab
A: /run/mount/utab
R: /run/mount/utab
C: /usr/bin/mount -s
 (null)*(null) --------------------------------------------------------------------------------
Comment 1 Francesco Riosa 2013-05-04 13:09:49 UTC

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