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
This commit is contained in:
P Purkayastha 2010-11-23 07:05:43 +00:00 committed by Carsten Haitzler
parent bc143bf7ad
commit fad048f1d2
7 changed files with 7 additions and 7 deletions

View File

@ -24,7 +24,7 @@ module_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -module -avoid-version
module_la_LIBTOOLFLAGS = --tag=disable-static
install-data-hook:
rm -f $(controllerdir)/$(controller_LTLIBRARIES)
rm -f $(DESTDIR)$(controllerdir)/$(controller_LTLIBRARIES)
endif
endif

View File

@ -25,7 +25,7 @@ module_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -module -avoid-version
module_la_LIBTOOLFLAGS = --tag=disable-static
install-data-hook:
rm -f $(controllerdir)/$(controller_LTLIBRARIES)
rm -f $(DESTDIR)$(controllerdir)/$(controller_LTLIBRARIES)
endif
endif

View File

@ -25,7 +25,7 @@ module_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -module -avoid-ve
module_la_LIBTOOLFLAGS = --tag=disable-static
install-data-hook:
rm -f $(controllerdir)/$(controller_LTLIBRARIES)
rm -f $(DESTDIR)$(controllerdir)/$(controller_LTLIBRARIES)
endif
endif

View File

@ -25,7 +25,7 @@ module_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -module -avoid-ve
module_la_LIBTOOLFLAGS = --tag=disable-static
install-data-hook:
rm -f $(controllerdir)/$(controller_LTLIBRARIES)
rm -f $(DESTDIR)$(controllerdir)/$(controller_LTLIBRARIES)
endif
endif

View File

@ -24,7 +24,7 @@ module_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -module -avoid-version
module_la_LIBTOOLFLAGS = --tag=disable-static
install-data-hook:
rm -f $(controllerdir)/$(controller_LTLIBRARIES)
rm -f $(DESTDIR)$(controllerdir)/$(controller_LTLIBRARIES)
endif
endif

View File

@ -25,7 +25,7 @@ module_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -module -avoid-version
module_la_LIBTOOLFLAGS = --tag=disable-static
install-data-hook:
rm -f $(controllerdir)/$(controller_LTLIBRARIES)
rm -f $(DESTDIR)$(controllerdir)/$(controller_LTLIBRARIES)
endif
endif

View File

@ -24,7 +24,7 @@ module_la_LDFLAGS = -no-undefined @lt_enable_auto_import@ -module -avoid-version
module_la_LIBTOOLFLAGS = --tag=disable-static
install-data-hook:
rm -f $(controllerdir)/$(controller_LTLIBRARIES)
rm -f $(DESTDIR)$(controllerdir)/$(controller_LTLIBRARIES)
endif
endif