From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15682 invoked by uid 1002); 14 Feb 2003 09:43:05 -0000 Mailing-List: contact gentoo-dev-help@gentoo.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@gentoo.org Received: (qmail 410 invoked from network); 14 Feb 2003 09:43:04 -0000 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-dev@gentoo.org From: Christian Plessl Date: Fri, 14 Feb 2003 10:33:20 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet@main.gmane.org User-Agent: KNode/0.7.2 Sender: news Subject: [gentoo-dev] Sandbox violation, ebuild creation X-Archives-Salt: be2bf083-99be-4ba6-adc2-f508d14d24fe X-Archives-Hash: b55cfb35d3f383a58a0ec9f921cfe88c Im trying to create my own ebuild for PerlQt, the Qt bindings for Perl. Compiling of the ebuild works well, but when it comes to installation the ebuild fails with a 'sandbox violation', see error message below. !!! ERROR: dev-perl/PerlQt-3.006 failed. !!! Function perl-module_src_install, Line -846, Exitcode 2 !!! (no error message) --------------------------- ACCESS VIOLATION SUMMARY --------------------------- LOG FILE = "/tmp/sandbox-PerlQt-3.006-29386.log" open_wr: /usr/bin/pqtsh chmod: /usr/bin/pqtsh open_wr: /usr/bin/pqtapi chmod: /usr/bin/pqtapi open_wr: /usr/kde/3.1/bin/puic ------------------------------------------------------ The package installs a perl modules and some additional programs, the ones that fail. The installation of the perl modules works well. The ebuild is very short (due to the wonderfull per-module eclass!) DESCRIPTION="Perl bindings for the Qt 3.x toolkit" HOMEPAGE="http://perlqt.sourceforge.net/" inherit kde perl-module SRC_URI="mirror://sourceforge/perlqt/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" DEPEND=" >=x11-libs/qt-3.0.0" mydoc="ChangeLog README TODO INSTALL COPYING" How can I fix these sandbox violations? Best regards, Christian -- Christian Plessl Computer Engineering and Networks Lab, ETH Zurich, Switzerland -- gentoo-dev@gentoo.org mailing list