mbslen on MirBSD (was: select, nanosleep, mbslen, at-func2)

2010-01-07 Thread Bruno Haible
Hi, Ian Beckwith cited: > > Today, I tried a recent addition to our test laboratory: MirOS > > (http://www.mirbsd.org/), formerly known as MirBSD, and an offshoot of > > the OpenBSD development. > > > > Compilation failed in lib/mbslen.c because of a macro expansion of the > > name mbslen. I adde

select (was: select, nanosleep, mbslen, at-func2)

2010-01-06 Thread Eric Blake
According to Ian Beckwith on 1/6/2010 6:05 PM: > Hi, > > select (LGPLv2+) and nanosleep (GPL) both need a dependency on > sockets (LGPLv2+). nanosleep already depends on select. And: ./gnulib-tool --with-tests --test select already pulls in sockets as one of its indirect dependencies. Oh, I s

at-func2 (was: select, nanosleep, mbslen, at-func2)

2010-01-06 Thread Eric Blake
According to Ian Beckwith on 1/6/2010 6:05 PM: >> during build of coreutils-8.1: >> >> at-func2.c: In function 'at_func2': >> at-func2.c:113: warning: attempt to free a non-heap object 'proc_buf1' >> >> IMO, the right fix is >> >> --- lib/at-func2.c >> +++ lib/at-func2.c >> @@ -110,7 +110,7 @@ >>

select, nanosleep, mbslen, at-func2

2010-01-06 Thread Ian Beckwith
Hi, select (LGPLv2+) and nanosleep (GPL) both need a dependency on sockets (LGPLv2+). Reported against gnuit: > From: "Nelson H. F. Beebe" > Several months ago, I successfully built gnuit-4.9.5 on 20+ flavors of > Unix. Today, I tried a recent addition to our test laboratory: MirOS > (http://