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
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
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 @@
>>
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://