Re: [OpenWrt-Devel] Compile juci on Ubuntu 18.04

2018-10-16 Thread Nick
Last Commit was on August 8.

On 10/16/18 3:50 PM, Outback Dingo wrote:
> On Tue, Oct 16, 2018 at 8:43 PM Nick  wrote:
>> Just compiled an Image with JUCI for WDR3600.
>> When trying to flash
>>
>>> Invalid image, hardware ID mismatch, hw:4301 0001
>>> image:3601 0001.
>> Is someone using juci?
>>
> no commits in 3+ years looks pretty dead to me.
>
>
>> On 10/15/18 5:03 PM, Nick wrote:
>>> I just followed "Usage on OpenWrt".
>>> OpenWrt Commit ID: 9b4650b3b92e6246b986ac9e3d7c2a80d66b805b
>>>
>>> Here is the commit to fix the regex stuff:
 https://github.com/PolynomialDivision/openwrt/commit/c0d2080fa4253f34506360cddeb0c457683854b5
>>> On 10/15/2018 04:58 PM, Koen Vandeputte wrote:
 On 2018-10-15 16:20, Nick wrote:
> Hi,
> did someone manage to follow the Readme.md?
> I got several problems when compiling juci in Xubuntu 18.04.
> First where was a Regex mismatch.
> And then npm makes trouble.
> Now there is a new issue:
>
>> touch
>> /home/user/openwrt_juci/staging_dir/target-x86_64_musl-1.1.14/stamp/.juci_installed
>>
>> make[3]: Leaving directory '/home/user/openwrt_juci/feeds/juci/juci'
>> make[3]: Entering directory
>> '/home/user/openwrt_juci/feeds/juci/libblobpack'
>> Makefile:43: *** Download/default is missing the FILE field..  Stop.
> There is a similar issue on github
> (https://github.com/openwrt/packages/issues/5180).
> I don't know how to move on. Some ideas?
>
> Best,
> Nick
>
>
>
 Hi,

 I'm seeing "musl-1.1.14" in the path above.
 How old is this?

 Koen


 ___
 openwrt-devel mailing list
 openwrt-devel@lists.openwrt.org
 https://lists.openwrt.org/mailman/listinfo/openwrt-devel
>>> ___
>>> openwrt-devel mailing list
>>> openwrt-devel@lists.openwrt.org
>>> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
>> ___
>> openwrt-devel mailing list
>> openwrt-devel@lists.openwrt.org
>> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
> ___
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] Compile juci on Ubuntu 18.04

2018-10-16 Thread Outback Dingo
On Tue, Oct 16, 2018 at 8:43 PM Nick  wrote:
>
> Just compiled an Image with JUCI for WDR3600.
> When trying to flash
>
> > Invalid image, hardware ID mismatch, hw:4301 0001
> > image:3601 0001.
> Is someone using juci?
>

no commits in 3+ years looks pretty dead to me.


> On 10/15/18 5:03 PM, Nick wrote:
> > I just followed "Usage on OpenWrt".
> > OpenWrt Commit ID: 9b4650b3b92e6246b986ac9e3d7c2a80d66b805b
> >
> > Here is the commit to fix the regex stuff:
> >> https://github.com/PolynomialDivision/openwrt/commit/c0d2080fa4253f34506360cddeb0c457683854b5
> > On 10/15/2018 04:58 PM, Koen Vandeputte wrote:
> >>
> >> On 2018-10-15 16:20, Nick wrote:
> >>> Hi,
> >>> did someone manage to follow the Readme.md?
> >>> I got several problems when compiling juci in Xubuntu 18.04.
> >>> First where was a Regex mismatch.
> >>> And then npm makes trouble.
> >>> Now there is a new issue:
> >>>
>  touch
>  /home/user/openwrt_juci/staging_dir/target-x86_64_musl-1.1.14/stamp/.juci_installed
> 
>  make[3]: Leaving directory '/home/user/openwrt_juci/feeds/juci/juci'
>  make[3]: Entering directory
>  '/home/user/openwrt_juci/feeds/juci/libblobpack'
>  Makefile:43: *** Download/default is missing the FILE field..  Stop.
> >>> There is a similar issue on github
> >>> (https://github.com/openwrt/packages/issues/5180).
> >>> I don't know how to move on. Some ideas?
> >>>
> >>> Best,
> >>> Nick
> >>>
> >>>
> >>>
> >> Hi,
> >>
> >> I'm seeing "musl-1.1.14" in the path above.
> >> How old is this?
> >>
> >> Koen
> >>
> >>
> >> ___
> >> openwrt-devel mailing list
> >> openwrt-devel@lists.openwrt.org
> >> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
> >
> > ___
> > openwrt-devel mailing list
> > openwrt-devel@lists.openwrt.org
> > https://lists.openwrt.org/mailman/listinfo/openwrt-devel
>
> ___
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] Compile juci on Ubuntu 18.04

2018-10-16 Thread Nick
Just compiled an Image with JUCI for WDR3600.
When trying to flash

> Invalid image, hardware ID mismatch, hw:4301 0001
> image:3601 0001.
Is someone using juci?

On 10/15/18 5:03 PM, Nick wrote:
> I just followed "Usage on OpenWrt".
> OpenWrt Commit ID: 9b4650b3b92e6246b986ac9e3d7c2a80d66b805b
>
> Here is the commit to fix the regex stuff:
>> https://github.com/PolynomialDivision/openwrt/commit/c0d2080fa4253f34506360cddeb0c457683854b5
> On 10/15/2018 04:58 PM, Koen Vandeputte wrote:
>>
>> On 2018-10-15 16:20, Nick wrote:
>>> Hi,
>>> did someone manage to follow the Readme.md?
>>> I got several problems when compiling juci in Xubuntu 18.04.
>>> First where was a Regex mismatch.
>>> And then npm makes trouble.
>>> Now there is a new issue:
>>>
 touch
 /home/user/openwrt_juci/staging_dir/target-x86_64_musl-1.1.14/stamp/.juci_installed

 make[3]: Leaving directory '/home/user/openwrt_juci/feeds/juci/juci'
 make[3]: Entering directory
 '/home/user/openwrt_juci/feeds/juci/libblobpack'
 Makefile:43: *** Download/default is missing the FILE field..  Stop.
>>> There is a similar issue on github
>>> (https://github.com/openwrt/packages/issues/5180).
>>> I don't know how to move on. Some ideas?
>>>
>>> Best,
>>> Nick
>>>
>>>
>>>
>> Hi,
>>
>> I'm seeing "musl-1.1.14" in the path above.
>> How old is this?
>>
>> Koen
>>
>>
>> ___
>> openwrt-devel mailing list
>> openwrt-devel@lists.openwrt.org
>> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
>
> ___
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel

___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] Compile juci on Ubuntu 18.04

2018-10-15 Thread Nick
I just followed "Usage on OpenWrt".
OpenWrt Commit ID: 9b4650b3b92e6246b986ac9e3d7c2a80d66b805b

Here is the commit to fix the regex stuff:
> https://github.com/PolynomialDivision/openwrt/commit/c0d2080fa4253f34506360cddeb0c457683854b5

On 10/15/2018 04:58 PM, Koen Vandeputte wrote:
>
>
> On 2018-10-15 16:20, Nick wrote:
>> Hi,
>> did someone manage to follow the Readme.md?
>> I got several problems when compiling juci in Xubuntu 18.04.
>> First where was a Regex mismatch.
>> And then npm makes trouble.
>> Now there is a new issue:
>>
>>> touch
>>> /home/user/openwrt_juci/staging_dir/target-x86_64_musl-1.1.14/stamp/.juci_installed
>>>
>>> make[3]: Leaving directory '/home/user/openwrt_juci/feeds/juci/juci'
>>> make[3]: Entering directory
>>> '/home/user/openwrt_juci/feeds/juci/libblobpack'
>>> Makefile:43: *** Download/default is missing the FILE field..  Stop.
>> There is a similar issue on github
>> (https://github.com/openwrt/packages/issues/5180).
>> I don't know how to move on. Some ideas?
>>
>> Best,
>> Nick
>>
>>
>>
> Hi,
>
> I'm seeing "musl-1.1.14" in the path above.
> How old is this?
>
> Koen
>
>
> ___
> openwrt-devel mailing list
> openwrt-devel@lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel


___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


Re: [OpenWrt-Devel] Compile juci on Ubuntu 18.04

2018-10-15 Thread Koen Vandeputte



On 2018-10-15 16:20, Nick wrote:

Hi,
did someone manage to follow the Readme.md?
I got several problems when compiling juci in Xubuntu 18.04.
First where was a Regex mismatch.
And then npm makes trouble.
Now there is a new issue:


touch
/home/user/openwrt_juci/staging_dir/target-x86_64_musl-1.1.14/stamp/.juci_installed
make[3]: Leaving directory '/home/user/openwrt_juci/feeds/juci/juci'
make[3]: Entering directory
'/home/user/openwrt_juci/feeds/juci/libblobpack'
Makefile:43: *** Download/default is missing the FILE field..  Stop.

There is a similar issue on github
(https://github.com/openwrt/packages/issues/5180).
I don't know how to move on. Some ideas?

Best,
Nick




Hi,

I'm seeing "musl-1.1.14" in the path above.
How old is this?

Koen


___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] Compile juci on Ubuntu 18.04

2018-10-15 Thread Nick
Hi,
did someone manage to follow the Readme.md?
I got several problems when compiling juci in Xubuntu 18.04.
First where was a Regex mismatch.
And then npm makes trouble.
Now there is a new issue:

> touch
> /home/user/openwrt_juci/staging_dir/target-x86_64_musl-1.1.14/stamp/.juci_installed
> make[3]: Leaving directory '/home/user/openwrt_juci/feeds/juci/juci'
> make[3]: Entering directory
> '/home/user/openwrt_juci/feeds/juci/libblobpack'
> Makefile:43: *** Download/default is missing the FILE field..  Stop.
There is a similar issue on github
(https://github.com/openwrt/packages/issues/5180).
I don't know how to move on. Some ideas?

Best,
Nick



___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel