libremesh / lime-sdk

LibreMesh software development kit
http://libremesh.org/
GNU General Public License v3.0
50 stars 36 forks source link

Failure in compilation sdk branch master #107

Open kleper opened 4 years ago

kleper commented 4 years ago

I'm trying to compile using the master branch that uses openwrt 18.04 but I have an error that I couldn't debug.

I'm using the command: J=1 V=s ./cooker -c ar71xx/generic --flavor=lime_default --profile=ubnt-nano-m-xw --community=NuestraRed.org/hacklime

The error I get is the following: Configuring lime-debug. Configuring ppp-mod-pppoe. make[2]: [Makefile:153: package_install] Error 255 make[1]: [Makefile:114: _call_image] Error 2 make: *** [Makefile:193: image] Error 2 make: Leaving directory '/home/kleper/lime18/18.06.4/ar71xx/generic/ib'

I have already checked that I have all the necessary packages to be able to compile in my operating system, in fact I have in this same operating system a sdk configured with version 17 of OpenWRT and another SDK of OpenWRT Snapshot and with these the compilation works well for me.

This is the log of my last compilation: https://pastebin.com/FtQpQdwb

ilario commented 4 years ago

In the linked log there is no error, can you check if the linked log is the correct one? Anyway there are a few issues (#102 #105) with lime-sdk which prevent it from working. Do you need to compile LibreMesh 17.06 or the development version?