Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 416515 - emacs-vcs-vcs-24.1.9999 sandbox violation icons/hicolor/128x128/apps/emacs.png
Summary: emacs-vcs-vcs-24.1.9999 sandbox violation icons/hicolor/128x128/apps/emacs.png
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Emacs project
URL: http://debbugs.gnu.org/cgi/bugreport....
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-18 16:41 UTC by Jeff Kowalczyk
Modified: 2012-05-19 19:43 UTC (History)
0 users

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


Attachments
emacs-vcs sandbox violation (sandbox-2488.log,573 bytes, text/plain)
2012-05-18 16:42 UTC, Jeff Kowalczyk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Kowalczyk 2012-05-18 16:41:28 UTC
Emerging emacs-vcs-vcs-24.1.9999, sandbox violation occurs:

unset CDPATH; \
if [ -n "" ]; \
then \
   echo "Compressing *.el ..." ; \
   (cd /var/tmp/portage/app-editors/emacs-vcs-24.1.9999/image//usr/share/emacs/24.1.50/leim; for f in `find . -name "*.elc" -print`; do \
         -9n `echo $f|sed 's/.elc$/.el/'` ; \
    done) \
else true; fi
chmod -R a+r /var/tmp/portage/app-editors/emacs-vcs-24.1.9999/image//usr/share/emacs/24.1.50/leim
for installuser in ${LOGNAME} ${USERNAME} ${USER} \
  `id -un 2> /dev/null`; do \
  [ -n "${installuser}" ] && break ; \
done ; \
find /var/tmp/portage/app-editors/emacs-vcs-24.1.9999/image//usr/share/emacs/24.1.50/leim -exec chown ${installuser} '{}' ';'
make[1]: Leaving directory `/var/tmp/portage/app-editors/emacs-vcs-24.1.9999/work/emacs-vcs-24.1.9999/leim'
 * ERROR: app-editors/emacs-vcs-24.1.9999 failed (install phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=app-editors/emacs-vcs-24.1.9999'`,
 * the complete build log and the output of `emerge -pqv '=app-editors/emacs-vcs-24.1.9999'`.
 * The complete build log is located at '/var/tmp/portage/app-editors/emacs-vcs-24.1.9999/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-editors/emacs-vcs-24.1.9999/temp/environment'.
 * Working directory: '/var/tmp/portage/app-editors/emacs-vcs-24.1.9999/work/emacs-vcs-24.1.9999'
 * S: '/var/tmp/portage/app-editors/emacs-vcs-24.1.9999/work/emacs-vcs-24.1.9999'
--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE "/var/log/sandbox/sandbox-2488.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: open_wr
S: deny
P: /usr/share/icons/hicolor/128x128/apps/emacs.png
A: /usr/share/icons/hicolor/128x128/apps/emacs.png
R: /usr/share/icons/hicolor/128x128/apps/emacs.png
C: /usr/bin/install -c -m 644 /var/tmp/portage/app-editors/emacs-vcs-24.1.9999/work/emacs-vcs-24.1.9999/etc/images/icons/hicolor/128x128/apps/emacs.png /usr/sh
are/icons/hicolor/128x128/apps/emacs.png 


Reproducible: Always
Comment 1 Jeff Kowalczyk 2012-05-18 16:42:23 UTC
Created attachment 312209 [details]
emacs-vcs sandbox violation
Comment 2 Ulrich Müller gentoo-dev 2012-05-19 08:11:32 UTC
Reported upstream: <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11518>
Comment 3 Ulrich Müller gentoo-dev 2012-05-19 19:27:10 UTC
Fixed upstream: <http://bzr.savannah.gnu.org/lh/emacs/trunk/revision/108313>
Comment 4 Ulrich Müller gentoo-dev 2012-05-19 19:43:40 UTC
Thank you for reporting this issue.