Re: [Toybox] What am I doing wrong with ndk-r20?

2019-10-23 Thread enh via Toybox
i can't say whether it _works_, but that certainly builds for me on Android. On Wed, Oct 23, 2019 at 12:25 AM Rob Landley wrote: > > On 10/10/19 5:20 PM, enh wrote: > > there's no adjtime(3), either, and it's not likely to be added, so > > that should probably go in a separate block. (or there _i

Re: [Toybox] Android sitrep

2019-10-23 Thread Denys Nykula
> What behavior do you expect here? > deleting the usr symlink and replacing it with a directory This, yes. "Other implementations replace the symlink with the dir and keep unpacking files there". ___ Toybox mailing list Toybox@lists.landley.net http://l

Re: [Toybox] [PATCH] fallocate: remove uClibc workaround to benefit macOS.

2019-10-23 Thread enh via Toybox
That fork actually has the function that's missing from uclibc, so the patch isn't needed for it. On Wed, Oct 23, 2019, 00:54 scsijon wrote: > enh, it's changed to uClib-ng. Found at: https://uclibc-ng.org/ and > still running good. Latest is 1.0.32 (Codename Reissdorf Kölsch) > released 15.10.2

[Toybox] [PATCH] fallocate: remove uClibc workaround to benefit macOS.

2019-10-23 Thread scsijon
enh, it's changed to uClib-ng. Found at: https://uclibc-ng.org/ and still running good. Latest is 1.0.32 (Codename Reissdorf Kölsch) released 15.10.2019. regards ___ Toybox mailing list Toybox@lists.landley.net http://lists.landley.net/listinfo.cgi/to

Re: [Toybox] What am I doing wrong with ndk-r20?

2019-10-23 Thread Rob Landley
On 10/10/19 5:20 PM, enh wrote: > there's no adjtime(3), either, and it's not likely to be added, so > that should probably go in a separate block. (or there _is_ > adjtimex(2) if you want to just rewrite your call site.) Done, Rob ___ Toybox mailing li

Re: [Toybox] Android sitrep

2019-10-23 Thread Rob Landley
On 10/17/19 4:09 PM, Denys Nykula wrote: >> the tar "no ../ files outside this directory" check is >> false positiving on "./" for some reason, gotta track that down. > > Here's a reproducible toy tar crash, might or might not be connected. I wasn't seeing a segfault. > git clone https://github.