[LEDE-DEV] Tools prerequisites: should python2 requirement be upgraded to python3?

2017-10-21 Thread Hannu Nyman
I upgraded my buildhost to new Ubuntu 17.10 and noticed that Ubuntu has dropped python 2.7 from the packages installed by default, and only python3 is installed. There is no symlink for "python", so LEDE prerequisite check fails. LEDE prerequisite check looks for Python2: https://github.com/le

Re: [LEDE-DEV] [PATCH] musl: update to 1.1.17

2017-10-21 Thread Hauke Mehrtens
On 10/21/2017 07:03 AM, Syrone Wong wrote: > Hi, > > I tested commits between 39db00afadc9d8d0456c46eab42b8cb8ff9f375c and > c10bc61508dc52b8315084e628f36a6c3c2dabb1. > > Finally, I find 8c4be3e is causing the problem. 565dbee is the last one > working. > > > Commands below for every libc ipk.

Re: [LEDE-DEV] [PATCH] musl: update to 1.1.17

2017-10-21 Thread Hauke Mehrtens
On 10/21/2017 11:58 AM, Hauke Mehrtens wrote: > On 10/21/2017 07:03 AM, Syrone Wong wrote: >> Hi, >> >> I tested commits between 39db00afadc9d8d0456c46eab42b8cb8ff9f375c and >> c10bc61508dc52b8315084e628f36a6c3c2dabb1. >> >> Finally, I find 8c4be3e is causing the problem. 565dbee is the last one

Re: [LEDE-DEV] [PATCH] musl: update to 1.1.17

2017-10-21 Thread Hannu Nyman
Hauke Mehrtens wrote on Sat Oct 21 12:26:04 PDT 2017: > I think your problem is fixed in ec04d122f1182aeb91f39b0e80ae40c68e4d9605 > fix regression in glob with literal . or .. path component Based on musl mailing list, there will likely be a new musl release rather soon: Rich Felker wrote in htt

[LEDE-DEV] [PATCH] jshn: read and write 64-bit integers

2017-10-21 Thread cb
From: Christian Beier This allows for reading in and writing out bigger JSON Numbers. Following test script (that fails to print correct values _without_ this commit) verifies the functionality (tested on x86-64 as well as on ar71xx): ---snip--- # assumes you built jshn and sourced jshn.sh echo

Re: [LEDE-DEV] Tools prerequisites: should python2 requirement be upgraded to python3?

2017-10-21 Thread txt.file
In my humble opinion moving to python3 is a good idea. Debian has also python3 as default since stretch. The bigger question is what will break by switching to python3. Hannu Nyman: > I upgraded my buildhost to new Ubuntu 17.10 and noticed that Ubuntu has > dropped python 2.7 from the packages ins

Re: [LEDE-DEV] [PATCH] musl: update to 1.1.17

2017-10-21 Thread Syrone Wong
Confirmed fixed via ec04d122f1182aeb91f39b0e80ae40c68e4d9605 Best Regards, Syrone Wong On Sun, Oct 22, 2017 at 3:26 AM, Hauke Mehrtens wrote: > > > On 10/21/2017 11:58 AM, Hauke Mehrtens wrote: >> On 10/21/2017 07:03 AM, Syrone Wong wrote: >>> Hi, >>> >>> I tested commits between 39db00afadc9d