People have actually been testing this?

2009-11-25 Thread Rob Landley
So I've been trying to bisect the bug I posted yesterday, where 'struct in6_pktinfo' is an incomplete type (in the nptl branch, but not in the 0.9.30.1 release), and this breaks the busybox build. While bisecting, I hit an undefined NULL over a larger range, which hid the introduction of the

Re: Building busybox against nptl branch failed.

2009-11-25 Thread Rob Landley
On Tuesday 24 November 2009 03:40:38 Rob Landley wrote: On Tuesday 24 November 2009 03:37:11 Rob Landley wrote: libbb/udp_io.c: In function 'send_to_from': libbb/udp_io.c:42: error: invalid application of 'sizeof' to incomplete type 'struct in6_pktinfo' libbb/udp_io.c:87: error: invalid

Re: Building busybox against nptl branch failed.

2009-11-25 Thread Bernhard Reutner-Fischer
I have a patch pending, will commit it shortly. On 25 Nov 2009 09:14, Rob Landley r...@landley.net wrote: On Tuesday 24 November 2009 03:40:38 Rob Landley wrote: On Tuesday 24 November 2009 03:37:11 Rob L... So git bisect was useless (general wailing about the state of the tree is in another

Re: Building busybox against nptl branch failed.

2009-11-25 Thread Rob Landley
On Wednesday 25 November 2009 02:31:01 Bernhard Reutner-Fischer wrote: I have a patch pending, will commit it shortly. Cool. Thanks. I patched it locally, which revealed this bug: libbb/lib.a(xfuncs.o): In function `close_on_exec_on': xfuncs.c:(.text.close_on_exec_on+0xd): undefined reference