Hi Bryn! On 11.05.2017 12:03, Bryn M. Reeves 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. > > Similarly canonicalize_file_name, dlopen, and getline - the first is a > GNUism, and we really should have a fallback if it is not found (there > is a usable gnulib version), but dlopen and getline? > > Those are both standard calls now - dlopen is part of POSIX.1-2001 and > getline was added in POSIX.1-2008. > > Are you compiling with an old or non-GNU libc? My used glibc is: $ LANG=POSIX dpkg-query -l libc6 Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-==============================-====================-====================-================================================================== ii libc6:amd64 2.23-0ubuntu7 amd64 GNU C Library: Shared libraries ii libc6:i386 2.23-0ubuntu7 i386 GNU C Library: Shared libraries and $ LANG=POSIX dpkg-query -l libc6-dev Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-==============================-====================-====================-================================================================== ii libc6-dev:amd64 2.23-0ubuntu7 amd64 GNU C Library: Development Libraries and Header Files ii libc6-dev:i386 2.23-0ubuntu7 i386 GNU C Library: Development Libraries and Header Files oliver@w541:~/gits/lvm2$ Regards, Oliver _______________________________________________ linux-lvm mailing list linux-lvm@redhat.com https://www.redhat.com/mailman/listinfo/linux-lvm read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/