efl/legacy/eina/src/modules/mp/ememoa_unknown
P Purkayastha fad048f1d2 From: P Purkayastha <ppurka@gmail.com>
Subject: Re: [e-users] eina: sandbox violation on emerge

On 11/21/2010 12:14 AM, P Purkayastha wrote:
> Hi,
> it seems eina is triggering a sandbox violation on emerge. Essentially
> it tries to remove a file present in / while installing. Seems to be
> something new added in revision r54731:
>
http://trac.enlightenment.org/e/changeset/54731/trunk/eina/src/modules/mp
> The build log is attached.

Replacing the $(controllerdir) with $(DESTDIR)$(controllerdir) makes 
portage happy, and the installation succeeds:

cd "$S/src/modules/mp"
find . -name Makefile.am -exec sed -i -e '/rm -f 
\$(controllerdir)/s/\$/\$(DESTDIR)\$/' {} \;



SVN revision: 54853
2010-11-23 07:05:43 +00:00
..
.cvsignore Add ememoa variable size memory allocator. 2008-08-08 17:17:52 +00:00
Makefile.am From: P Purkayastha <ppurka@gmail.com> 2010-11-23 07:05:43 +00:00
eina_ememoa_unknown.c and cppcheck yes -> init to NULL so check and free works. 2010-08-22 22:39:26 +00:00