Re: [leaf-devel] uclibc-ng build error

2016-01-01 Thread Andrew
Hi. It seems like there's troubles with parallel compilation. I thought that it was due to building all and utils in one make call. I've committed changes but forgot to push it. Try now. If it'll fail again (it may run OK but may fail), we'll need to remove $(MAKEOPTS) from make call.

Re: [leaf-devel] findfs in linuxrc

2016-01-01 Thread kp kirchdoerfer
Happy New Year to all! Am Donnerstag, 31. Dezember 2015, 12:23:39 schrieb Erich Titl: > Hi KP > > Am 30.12.2015 um 20:11 schrieb kp kirchdoerfer: > > Erich; > > .. > > > Looking at the busybox documentation, it seems it does support handling of > > LABEL and UUID. > > > > We should give it a

[leaf-devel] uclibc-ng build error

2016-01-01 Thread kp kirchdoerfer
Hi Andrew; just tried to build toolchain with uclibc-ng, but ifailed the error AR cr libc/libc_so.a STRIP -x -R .note -R .comment libc/libc_so.a AR cr libc/libc_so.a i486-unknown-linux-uclibc-ar: libc/libc_so.a: Error reading libc_multiple_threads.oS: File truncated ...? kp