GENIVI / rvi_core

Specify, design, plan and build a reference implementation of the open source infrastructure that drives next generation's connected vehicle services.
Mozilla Public License 2.0
64 stars 35 forks source link

escript is likely a build dependency #60

Closed jeremiah closed 8 years ago

jeremiah commented 8 years ago

root@sylph:~/rvi_core# make ubuntu_package ./rebar clean /usr/bin/env: escript: No such file or directory Makefile:49: recipe for target 'clean' failed make: *\ [clean] Error 127

mfeuer commented 8 years ago

sudo apt-get Install erlang python-jsonrpclib

Earlier versions of the RVI releases had the erlang VM built in, but we moved that out so that we now depend on a pre-installed erlang VM.

I'll have that updated in the doc.

/Magnus F.


_Head System Architect - Open Source Projects_Jaguar Land Rover

Email: mfeuer@jaguarlandrover.com Mobile: +1 949 294 7871

Jaguar Land Rover North America, LLC

1419 NW 14th Ave, Portland, OR 97209

Business Details: Jaguar Land Rover Limited Registered Office: Abbey Road, Whitley, Coventry CV3 4LF Registered in England No: 1672070

This e-mail and any attachments contain confidential information for a specific individual and purpose. The information is private and privileged and intended solely for the use of the individual to whom it is addressed. If you are not the intended recipient, please e-mail us immediately. We apologise for any inconvenience caused but you are hereby notified that any disclosure, copying or distribution or the taking of any action in reliance on the information contained herein is strictly prohibited.

This e-mail does not constitute an order for goods or services unless accompanied by an official purchase order.

On 1 December 2015 at 13:09, Jeremiah C. Foster notifications@github.com wrote:

root@sylph:~/rvi_core# make ubuntu_package ./rebar clean /usr/bin/env: escript: No such file or directory Makefile:49: recipe for target 'clean' failed make: *\ [clean] Error 127

— Reply to this email directly or view it on GitHub https://github.com/PDXostc/rvi_core/issues/60.

jeremiah commented 8 years ago

I'm working on the BUILD.md doc adding how to build for Debian Jessie. Debian contains erlang 1:17.3-dfsg-4 and escript tooling. Debian also contains rebar and a tool called dh_rebar which helps build erlang packages that use rebar. I'm going to experiment with that.

jeremiah commented 8 years ago

Closing this because I believe that escript is in the erlang package in Debian and erlang likely has to be a build dependency.

mfeuer commented 8 years ago

Ok. Please note that RVI is only tested with Erlang R16B03, although it should work with R17 as well.