[gentoo-dev] sandbox access violations while running matlab binary installer

2014-03-31 Thread Kfir Lavi
Hi all, I'm trying to create an ebuild to install matlab MCR on gentoo. The installer InstallShileld try to create directory /root/InstallShield ;-) mkdir is run by java binary that try this. So I have no access to change it. There is no option to provide InstallShield it's relative install path.

Re: [gentoo-dev] sandbox access violations while running matlab binary installer

2014-03-31 Thread Samuli Suominen
On 31/03/14 21:15, Kfir Lavi wrote: Hi all, I'm trying to create an ebuild to install matlab MCR on gentoo. The installer InstallShileld try to create directory /root/InstallShield ;-) mkdir is run by java binary that try this. So I have no access to change it. There is no option to

Re: [gentoo-dev] sandbox access violations while running matlab binary installer

2014-03-31 Thread Kfir Lavi
On Mon, Mar 31, 2014 at 9:14 PM, Samuli Suominen ssuomi...@gentoo.orgwrote: On 31/03/14 21:15, Kfir Lavi wrote: Hi all, I'm trying to create an ebuild to install matlab MCR on gentoo. The installer InstallShileld try to create directory /root/InstallShield ;-) mkdir is run by java

Re: [gentoo-dev] sandbox access violations while running matlab binary installer

2014-03-31 Thread Alexandre Rostovtsev
The best solution is to figure out why the directory is being created there and whether it is customizable. Maybe the code actually is creating $HOME/InstallShield? Then export HOME=${T} in your ebuild. On March 31, 2014 2:24:24 PM EDT, Kfir Lavi lavi.k...@gmail.com wrote: On Mon, Mar 31, 2014

Re: [gentoo-dev] sandbox access violations while running matlab binary installer

2014-03-31 Thread Mike Gilbert
On Mon, Mar 31, 2014 at 2:54 PM, Alexandre Rostovtsev tetrom...@gentoo.org wrote: The best solution is to figure out why the directory is being created there and whether it is customizable. Maybe the code actually is creating $HOME/InstallShield? Then export HOME=${T} in your ebuild. Portage

Re: [gentoo-dev] sandbox access violations while running matlab binary installer

2014-03-31 Thread Samuli Suominen
On 31/03/14 21:24, Kfir Lavi wrote: On Mon, Mar 31, 2014 at 9:14 PM, Samuli Suominen ssuomi...@gentoo.org mailto:ssuomi...@gentoo.org wrote: On 31/03/14 21:15, Kfir Lavi wrote: Hi all, I'm trying to create an ebuild to install matlab MCR on gentoo. The installer

Re: [gentoo-dev] sandbox access violations while running matlab binary installer

2014-03-31 Thread Michael Orlitzky
On 03/31/2014 02:14 PM, Samuli Suominen wrote: On 31/03/14 21:15, Kfir Lavi wrote: Hi all, I'm trying to create an ebuild to install matlab MCR on gentoo. The installer InstallShileld try to create directory /root/InstallShield ;-) mkdir is run by java binary that try this. So I have no