[Toybox] Fix build error after 'make allyesconfig'

2016-01-11 Thread Lipi C. H. Lee
Hi, Rob. Some source files in 'pending' directory have link error when xfork() is called after 'make allyesconfig'. Lipi fix_build_bootchard.patch Description: Binary data fix_build_crontab.patch Description: Binary data fix_build_openvt.patch Description: Binary data

Re: [Toybox] ls -Z with relative paths

2016-01-11 Thread Josiah Worcester
On Mon, Jan 11, 2016 at 1:18 PM Rob Landley wrote: > On 01/09/2016 03:38 PM, enh wrote: > > i have the following internal bug: > > > > ls -laZ doesn't properly return the SELinux label for files where a > > non-fully qualified path is provided. > > > > Steps to reproduce (on

Re: [Toybox] Fix build error after 'make allyesconfig'

2016-01-11 Thread Rob Landley
On 01/11/2016 03:24 AM, Lipi C. H. Lee wrote: > Hi, Rob. > > Some source files in 'pending' directory have link error when xfork() is > called after 'make allyesconfig'. > > Lipi Thanks for the heads up. Hmmm. Unfortunately XVFORK() isn't quite a drop-in replacement for xfork(). This makes the

Re: [Toybox] cp --help mangled.

2016-01-11 Thread enh
On Sun, Jan 10, 2016 at 9:00 PM, Rob Landley wrote: > On 01/09/2016 02:51 PM, enh wrote: >> the "--preserve" help is split in two, with all the other options >> appearing between (marked here by *** which doesn't actually appear in >> the help output): > > Sigh. Yeah, I need to