Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 95597 - sandbox violation in swfdec-0.3.5
Summary: sandbox violation in swfdec-0.3.5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Zaheer Abbas Merali (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-09 12:07 UTC by Gen Zhang
Modified: 2005-06-13 14:54 UTC (History)
0 users

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


Attachments
Emerge log (3505-swfdec-0.3.5.log,85.69 KB, text/plain)
2005-06-09 12:08 UTC, Gen Zhang
Details
Patch to ebuild to fix sandbox error (swf-patch,373 bytes, patch)
2005-06-12 05:52 UTC, Gen Zhang
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gen Zhang 2005-06-09 12:07:18 UTC
There is an access violation in swfdec-0.3.5, which is not present in
swfdec-0.3.2. The violation only appears to occur when gimp is installed.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Portage 2.0.51.19 (default-linux/amd64/2005.0, gcc-3.4.3,
glibc-2.3.4.20041102-r1, 2.6.11-gentoo-r7 x86_64)
=================================================================
System uname: 2.6.11-gentoo-r7 x86_64 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.6.12
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, May 12 2005, 14:15:26)]
dev-lang/python:     2.3.5
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.8.1-r4
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-march=athlon64 -O2 -pipe -fomit-frame-pointer -ffast-math"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config
/usr/share/cursors/xorg-x11/default /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon64 -O2 -pipe -fomit-frame-pointer -ffast-math"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache collision-protect distlocks sandbox
sfperms strict userpriv usersandbox"
GENTOO_MIRRORS="http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/
ftp://ftp.heanet.ie/pub/gentoo/"
LANG="en_GB.UTF-8"
LC_ALL="en_GB.UTF-8"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /usr/local/ibm-overlay
/usr/local/mplayer32-overlay /usr/local/morph-overlay /usr/local/portage-gentopia"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X aac aalib acpi alsa aotuv artworkextra audiofile avi
bash-completion berkdb bitmap-fonts bzip2 cap caps cdparanoia cdr cg cjk crypt
cups curl devil dlloader dts dv dvd dvdr dvdread ecc eds encode expat ffmpeg
flac font-server foomaticdb gif gimp-print gimpprint gkthtml glitz gnome gnutls
gphoto2 gpm gstreamer gtk gtk2 gtkhtml hal howl icu idea imagemagick imlib
imlib2 immqt-bc ipv6 ithreads java javascript jikes jp2 jpeg jpeg2k junit
kdeenablefinal lcms ldap libcaca libwww live lzw lzw-tiff mad mmap mng mono
mozilla moznomail mozsvg mp3 mpeg ncurses network nls noantlr nobcel nobeanutils
nobsh nocommonset nocommonslogging nocommonsnet nojdepend nojsch nojython
nolog4j nooro noregexp norhino nowin noxalan noxerces nptl nvidia offensive ogg
oggvorbis openal opengl pam parse-clocks pcre perl png pyste python qt quicktime
readline real renamescripts rtc samba sdl slang spell sqlite ssl
startup-notification svg tcpd tetex theora threads tiff truetype truetype-fonts
type1-fonts unicode usb userlocales vorbis xine xml2 xpm xrandr xscreensaver xv
xvid xvmc zeroconf zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LDFLAGS, LINGUAS
Comment 1 Gen Zhang 2005-06-09 12:08:36 UTC
Created attachment 60938 [details]
Emerge log

I have attached the log produced by portage.
Comment 2 Gen Zhang 2005-06-12 05:52:57 UTC
Created attachment 61108 [details, diff]
Patch to ebuild to fix sandbox error

This fixes the build errors on my box. The man page ebuild(5) states of
einstall : "Please do not use this in place of 'make install DESTDIR=${D}'. 
That is the preferred way of installing make-based packages." I don't know what
that means, but it works. :-D
Comment 3 Lionel Bouton 2005-06-13 01:47:21 UTC
(In reply to comment #2)
> Created an attachment (id=61108) [edit]
> Patch to ebuild to fix sandbox error

Thanks, it fixes the very same problem for me too.

Comment 4 Zaheer Abbas Merali (RETIRED) gentoo-dev 2005-06-13 14:54:32 UTC
thanks fixed in portage now