Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 114080 - Ardour - file exists that is not in the manifest and sandbox violation
Summary: Ardour - file exists that is not in the manifest and sandbox violation
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Eldad Zack (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-30 17:07 UTC by David Stevenson
Modified: 2005-12-02 16:19 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Stevenson 2005-11-30 17:07:40 UTC
!!! Security Violation: A file exists that is not in the manifest.
!!! File: files/ardour-0.99-scons.patch
I worked round this using Features = '-strict' in make.conf
but the build then failed with  
ACCESS VIOLATION SUMMARY
open_wr:   /var/tmp/portage/ardour-0.99/work/ardour-0.99/libs/gtkmm/config.sub
(symlink to /usr/share/automake-1.5/config.sub)


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




Portage 2.0.51.22-r3 (default-linux/x86/2005.0, gcc-3.2.3, glibc-2.3.2-r3, 2.6.7
 i686)
=================================================================
System uname: 2.6.7 i686 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System version 1.4.3.10
dev-lang/python:     2.2.3-r5, 2.3.3, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.59-r5
sys-devel/automake:  1.8.5-r1
sys-devel/binutils:  2.14.90.0.6-r6
sys-devel/libtool:   1.4.3-r1
virtual/os-headers:  2.6.7-r4
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=athlon-tbird -funroll-loops -pipe -fomit-frame-pointer "
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.1
/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/
config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O3 -march=athlon-tbird -funroll-loops -pipe -fomit-frame-pointer "
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms userpriv usersandbox"
GENTOO_MIRRORS="http://ftp.snt.utwente.nl/pub/os/linux/gentoo http://gentoo.mirr
or.sdv.fr http://gentoo.tiscali.nl/gentoo/ http://www.mirror.ac.uk/sites/www.ibi
blio.org/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X acl alsa apm arts audiofile avi berkdb bitmap-fonts bzip2 cdr crypt c
ups curl eds emboss encode esd exif expat fam ffmpeg foomaticdb fortran gdbm gif
 glut gnome gpm gstreamer gtk gtk2 imagemagick imlib ipv6 jack java jpeg junit k
de lcms libg++ libwww mad mikmod mng motif mozilla mp3 ncurses nls ogg oggvorbis
 opengl oss pam pcre pdflib perl png ppds python qt quicktime readline real samb
a scanner sdl slang spell ssl svga tcltk tcpd tiff truetype truetype-fonts type1
-fonts usb vorbis xml xml2 xmms xv xvid zlib userland_GNU kernel_linux elibc_gli bc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-12-02 04:46:57 UTC
Not directly sound team. 
Comment 2 Eldad Zack (RETIRED) gentoo-dev 2005-12-02 13:55:56 UTC
Yep, this is right. 

Chris, I see no changelog about this file, what about the Manifest?

RCS file: /var/cvsroot/gentoo-x86/media-sound/ardour/files/ardour-0.99-scons.patch,v
Working file: ardour-0.99-scons.patch
head: 1.1
branch: 1.1.1
locks: strict
access list:
symbolic names:
        start: 1.1.1.1
keyword substitution: kv
total revisions: 2;     selected revisions: 2
description:
----------------------------
revision 1.1
date: 2005/11/30 09:37:56;  author: chriswhite;  state: Exp;
branches:  1.1.1;
Initial revision
----------------------------
revision 1.1.1.1
date: 2005/11/30 09:37:56;  author: chriswhite;  state: Exp;  lines: +0 -0

=============================================================================
Comment 3 Chris White (RETIRED) gentoo-dev 2005-12-02 14:05:04 UTC
Patch removed, sorry about the issues this caused.  This fixes the security 
violation, not sure if you want to change the bug for the sandbox violation.
Comment 4 Eldad Zack (RETIRED) gentoo-dev 2005-12-02 14:10:04 UTC
I can't reproduce the sandbox issue. After reversing the patch do you get
sandbox errors?
Comment 5 David Stevenson 2005-12-02 16:19:22 UTC
Thanks Chris, access violation fixed.
The sandbox fault no change, so I removed Feature = "usersandbox" from make.conf
and it now compiles fine.
So I will count that as total fix.
David