Re: [PATCH] coreutils: fix build with uClibc

2014-02-21 Thread Pádraig Brady
On 01/15/2014 12:07 PM, Pádraig Brady wrote: > On 01/15/2014 11:33 AM, Baruch Siach wrote: >> Pádraig, your patch fixes the build problem of coreutils by correctly >> detecting the -lrt dependency of posix_spawn. > > Thanks for confirming. So a quick look suggests that uclibc is sticking with po

Re: [PATCH] m4: fix gl_TIMER_TIME() detection of threads on uClibc

2014-02-21 Thread Eric Blake
On 02/21/2014 04:41 PM, Thomas Petazzoni wrote: > The timer_time.m4 gl_TIMER_TIME function determines which libraries > need to be linked to get access to the timer function, generally -lrt > for Linux systems. On platforms where threads are used, librt > typically uses thread functions from libpth

[PATCH] m4: fix gl_TIMER_TIME() detection of threads on uClibc

2014-02-21 Thread Thomas Petazzoni
The timer_time.m4 gl_TIMER_TIME function determines which libraries need to be linked to get access to the timer function, generally -lrt for Linux systems. On platforms where threads are used, librt typically uses thread functions from libpthread. However, the test to determine whether the platfo

[PATCH] maintainer-makefiles: provide AC_PROG_SED for older autoconf

2014-02-21 Thread Eric Blake
Pavel Hrdina reported build failures on RHEL 5, where autoconf 2.59 is still the default, and predates the introduction of AC_PROG_SED. This version is copied from autoconf 2.69, but with lots of constructs open-coded because of macros not being available in 2.59; I tested that the result selects

Re: hstrerror for MinGW

2014-02-21 Thread Ludovic Courtès
Eli Zaretskii skribis: > Ping! (more than half a year passed) Indeed, time flies. :-) [...] >> This came up on guile-users while discussing the MinGW build of Guile, >> see >> >> http://lists.gnu.org/archive/html/guile-user/2013-06/msg00028.html >> http://lists.gnu.org/archive/html/guil

Re: [PATCH] maintainer-makefiles: use $(SED) for syntax check

2014-02-21 Thread Eric Blake
On 02/20/2014 07:00 AM, Eric Blake wrote: > Roman Bogorodskiy reported that attempts to use 'make syntax-check' > for libvirt on a BSD host was failing, due to libvirt's use of > GNU sed constructs in cfg.mk. While libvirt could be patched to > use only portable sed constructs, it is also worth ma