Bug#877562: libqb FTCBFS: uses uncached AC_RUN_IFELSE

2017-11-18 Thread Manuel A. Fernandez Montecelo
Hi, 2017-11-07 22:34 GMT+01:00 Ferenc Wágner : > Control: forwarded -1 https://github.com/ClusterLabs/libqb/pull/269 > [...] > When we have the runtime check, the configure check will degrade to a > mere optimization specific to exotic platforms guaranteeing a monotonic > clock.

Bug#877562: libqb FTCBFS: uses uncached AC_RUN_IFELSE

2017-11-07 Thread Ferenc Wágner
Control: forwarded -1 https://github.com/ClusterLabs/libqb/pull/269 "Manuel A. Fernandez Montecelo" writes: > If upstream Hurd people were so sure about it I'd strongly consider to > follow their advice. That's the plan. Unfortunately, the POSIX interface defers

Bug#877562: libqb FTCBFS: uses uncached AC_RUN_IFELSE

2017-11-07 Thread Manuel A. Fernandez Montecelo
Hi, 2017-10-12 10:07 Ferenc Wágner: Helmut Grohne writes: On Wed, Oct 11, 2017 at 03:24:50PM +0200, Ferenc Wágner wrote: #hurd confirmed that this is a Hurd bug in glibc, and promised a fix it in the next upload. So I guess an unconditional check for

Bug#877562: libqb FTCBFS: uses uncached AC_RUN_IFELSE

2017-10-12 Thread Ferenc Wágner
Helmut Grohne writes: > On Wed, Oct 11, 2017 at 03:24:50PM +0200, Ferenc Wágner wrote: > >> #hurd confirmed that this is a Hurd bug in glibc, and promised a fix it >> in the next upload. So I guess an unconditional check for >> _POSIX_MONOTONIC_CLOCK being positive would be

Bug#877562: libqb FTCBFS: uses uncached AC_RUN_IFELSE

2017-10-11 Thread Helmut Grohne
On Wed, Oct 11, 2017 at 03:24:50PM +0200, Ferenc Wágner wrote: > wf...@niif.hu (Ferenc Wágner) writes: > > > The configure check was added for Hurd support. Apparently, Hurd > > defines _POSIX_MONOTONIC_CLOCK to 200809L, returns the same value for > > a sysconf() query, but clock_getres

Bug#877562: libqb FTCBFS: uses uncached AC_RUN_IFELSE

2017-10-11 Thread Ferenc Wágner
wf...@niif.hu (Ferenc Wágner) writes: > The configure check was added for Hurd support. Apparently, Hurd > defines _POSIX_MONOTONIC_CLOCK to 200809L, returns the same value for > a sysconf() query, but clock_getres (CLOCK_MONOTONIC, ) still fails > with EINVAL. Hi, #hurd confirmed that this is

Bug#877562: [Debian-ha-maintainers] Bug#877562: libqb FTCBFS: uses uncached AC_RUN_IFELSE

2017-10-11 Thread Ferenc Wágner
Helmut Grohne writes: > libqb fails to cross build from source, because it uses an uncached > AC_RUN_IFELSE for determining whether CLOCK_MONOTONIC works. That check > is flawed in that availability of CLOCK_MONOTONIC is a runtime property > and may change from system to

Bug#877562: libqb FTCBFS: uses uncached AC_RUN_IFELSE

2017-10-02 Thread Helmut Grohne
Source: libqb Version: 1.0.1-1 Tags: patch upstream User: helm...@debian.org Usertags: rebootstrap libqb fails to cross build from source, because it uses an uncached AC_RUN_IFELSE for determining whether CLOCK_MONOTONIC works. That check is flawed in that availability of CLOCK_MONOTONIC is a