On Wednesday 29 August 2007 21:11:14 Noud Aldenhoven wrote:
> I'm not sure in which mailing list this one belongs, so I hope I
> picked the right one.

gentoo-devhelp (bug #130886) would be the right list if it existed. 
Unfortunately it still does not. So until it does this is the right list.

> 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?

You didn't tell us but I assume that access violation happened in the 
src_install phase. So clearly the make files of this program do not respect 
the DESTDIR="$D". That's what you need to fix.

A couple of additional notes..

> The script looks like this one: 
[SNIP]
> LICENSE="GNU"

GNU is not a license!

> SLOT="D"

SLOT="D"? The default is 0. Why D?

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

The gentoo portage list? Assuming you meant gentoo-dev-portage that's for 
development discussion related to sys-apps/portage only. Instead you should 
just submit it to bugzilla...

Having said all that... It would seem that this package is already in the tree 
under games-mud/tf. ;)

-- 
Bo Andresen

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to