Hello,

I'm not sure in which mailing list this one belongs, so I hope I
picked the right one.

I was trying to make an ebuild for a small MUD client (tinyfugue). But
it doesn't seem to work correct. When I try to compile it I get an
ACCESS VIOLATION SUMMARY ERROR from sandbox because I tried to access
/usr/bin.

ACCESS DENIED  open_wr:   /usr/bin/tf

Could someone tell my how I can give my ebuild the rights to access
/usr/bin? The script looks like this one:

=========================
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="Programmable MUD client"
HOMEPAGE="http://tinyfugue.sourceforge.net/";
SRC_URI="http://heanet.dl.sourceforge.net/sourceforge/tinyfugue/tf-50b8.tar.gz";

S=${WORKDIR}/tf-50b8

LICENSE="GNU"
SLOT="D"
KEYWORDS="~x86 ~amd64"
IUSE=""

src_compile() {
        econf || die "econf failed"
        emake || die "emake failed"
}

src_install() {
        emake DESTDIR="${D}" install || die "install failed"
        dodoc README
}
===========================

And my second question; would it be able if this script become safe to
submit it to the gentoo portage list?

Thank you,

Noud

-- 
<:3 )~
-- 
[EMAIL PROTECTED] mailing list

Reply via email to