[gentoo-user] trying to make an ebuild

2007-08-29 Thread Noud Aldenhoven
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

Re: [gentoo-user] trying to make an ebuild

2007-08-29 Thread Elias Probst
On Wednesday 29 August 2007 21:11:14 Noud Aldenhoven wrote: 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. I'd recommend

Re: [gentoo-user] trying to make an ebuild

2007-08-29 Thread Daniel Pielmeier
Noud Aldenhoven schrieb: 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

Re: [gentoo-user] trying to make an ebuild

2007-08-29 Thread Bo Ørsted Andresen
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

Re: [gentoo-user] trying to make an ebuild

2007-08-29 Thread Michal 'vorner' Vaner
Hello On Wed, Aug 29, 2007 at 07:11:14PM +, Noud Aldenhoven wrote: Could someone tell my how I can give my ebuild the rights to access /usr/bin? The script looks like this one: The direct solution would be RESTRICT=sandbox (or somehow like this, not sure if it is the exact wording). It