[linux-lvm] configure fail with option --enable-notivy-dbus

Oliver Rath rath at mglug.de
Thu May 11 10:05:34 UTC 2017


Hi Marian,


On 11.05.2017 09:43, Marian Csontos wrote:
> On 05/11/2017 09:01 AM, Oliver Rath wrote:
[..]
> ################################################################################
> 
> AC_CHECK_LIB(m, log10,
>         [M_LIBS="-lm"], hard_bailout)
> 
> 
> 
> This is because of missing log10 function from m library (wherever that
> comes from) and has nothing to do with dbus. So enabling or disabling it
> should have absolutely no effect.

Ok, that helps. I figured out, that libm is part of libc6, libc6-dev is
installed and has a include file called tgmath.h

$ grep -iR "define log10" /usr/include/
/usr/include/tgmath.h:# define log10(Val) __TGMATH_UNARY_REAL_IMAG (Val,
log10, __clog10)
/usr/include/tgmath.h:# define log10(Val) __TGMATH_UNARY_REAL_ONLY (Val,
log10)
[..]

So it seems all needed files are installed. But the message still remains.

> 
> Were you configuring lvm2 on the same machine using the same environment?

Yes. At the moment. If you neede further information, just let me know!


Regards,
Oliver




More information about the linux-lvm mailing list