ABI check on Fedora?

Ralph Böhme slow at samba.org
Fri Mar 2 09:32:59 UTC 2018


On Fri, Mar 02, 2018 at 10:17:58PM +1300, Andrew Bartlett via samba-technical wrote:
> G'Day Andreas,
> 
> Do you know how to get Samba to build as a developer on current Fedora
> without having to say --abi-check-disable?
> 
> Something changed once I last upgraded and now that breaks for me.

works for me:

$ cat /etc/fedora-release 
Fedora release 26 (Twenty Six)

./configure \
    --prefix=/opt/samba \
    --bundled-libraries=ALL \
    --with-profiling-data \
    --enable-spotlight \
    --with-dmapi \
    --enable-infiniband \
    --without-systemd \
    --abi-update \
    --with-shared-modules=ALL \
    --enable-selftest \
    --enable-developer \
    --picky-developer

I've accumulated these CFLAFS over time to pave over some picky-developer
triggered build failure:

CFLAGS="-Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-compare -Wno-error=misleading-indentation "

Guess I should try withouth them once again...

-slow

-- 
Ralph Boehme, Samba Team       https://samba.org/
Samba Developer, SerNet GmbH   https://sernet.de/en/samba/
GPG Key Fingerprint:           FAE2 C608 8A24 2520 51C5
                               59E4 AA1E 9B71 2639 9E46



More information about the samba-technical mailing list