Re: [proaudio] Nekobee 0.1.7 sandbox violation |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/proaudio Archives
]
- To: proaudio@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [proaudio] Nekobee 0.1.7 sandbox violation
- From: Jean-Baptiste Mestelan <mestelan@xxxxxxxxx>
- Date: Mon, 2 Mar 2009 18:49:27 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=OW9hEkmXy6Pp/g0ukWBa2rUWIGqtgP6ltrltDKLKCB0=; b=nygDwrG9Ca/BYYY7wsaTqq2UMy1KDEEPZUrwluNFIy/wHEfU7OabQGLczLT7r0NhGL mlnmuRi9eCEqtdvbWCeLO+VtUzhBlo7Eu0ypN2wb9dcaoAGyVgBzFFa7s+OfXkHSO/B0 XP6eggdFkmejiXUC+atQ2r6WknWd8lK+U168A=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=Tybd1Zbcq0/ZAcZGTPkpMSma00GwgJDiDDFDXta8OG6O5lOjNXD3r46KPW14S7l+Wy vRrEqYxyJAgTcA9Pfvm1hGyQnn+S3xLLeCjQ6qbfs2390zSO6btjvfFmxl0gkYdtA0ON dmTwHLF3zyorkbJsfuXXP7YQGcRknLqbtLorg=
2009/3/2 Daniel Johnson <il.basso.buffo@xxxxxxxxx>:
> Emerging media-plugins/nekobee-0.1.7 from the stock pro-audio ebuild
> fails on a sandbox violation. This can be remedied by the following
> change to the ebuild:
>
> --- nekobee-0.1.7.ebuild.orig 2009-03-01 23:13:42.000000000 -0500
> +++ nekobee-0.1.7.ebuild 2009-03-01 23:03:58.000000000 -0500
> @@ -26,6 +26,6 @@
> }
>
> src_install() {
> - einstall
> + emake install DESTDIR="${D}"
> dodoc ChangeLog
> }
Thanks Daniel and Matt for reporting. Hope it is fixed now. Curiously
enough, the previous version could be emerged all right on my system
.... (?)
Cheers.