[debhelper-devel] Bug#773965: binNMUed db5.3 FTBFS due to --link-doc check

Helmut Grohne helmut at subdivi.de
Fri Dec 26 10:03:27 UTC 2014


Package: debhelper
Version: 9.20141222
Severity: serious
Justification: Niels Thykier said so
User: helmutg at debian.org
Usertags: rebootstrap

My attempt to cross build db5.3 for x32 from amd64 failed. A log is
attached. The relevant bits are:

| dh_installdocs -pdb5.3-doc -plibdb5.3-java
| dh_installdocs: No packages to build.
| dh_installdocs --remaining-packages --link-doc=libdb5.3
| dh_installdocs: WARNING: --link-doc between architecture all and not all packages breaks binNMUs
| dh_installdocs: Aborting build as this is a binNMU (leading to a broken package)
| debian/rules:250: recipe for target 'override_dh_installdocs' failed

As you can see, this is not specific to cross building. Looking closer
at the db5.3 source package one can see that it only builds two arch:all
packages. Those are db5.3-doc and libdb5.3-java. Given the
--remaining-packages switch in the second dh_installdocs invocation, it
does not cover any arch:all packages and thus should not error out.

In theory, debhelper does cover for --remaining-packages in
dh_installdocs. I do not see why this mechanism does not work for db5.3.
I hope that someone can figure this out.

Helmut
-------------- next part --------------
# setup code snipped

builddep_db5_3() {
	# tcl-dev lacks build profile annotation
	$APT_GET install debhelper autotools-dev procps
}
if test -d "$RESULT/db5.3_1"; then
	echo "skipping stage1 rebuild of db5.3"
else
	builddep_db5_3 "$HOST_ARCH"
	cross_build_setup db5.3 db5.3_1
	check_binNMU
	dpkg-checkbuilddeps -B "-a$HOST_ARCH" || : # tell unmet build depends
	drop_privs DEB_STAGE=stage1 dpkg-buildpackage "-a$HOST_ARCH" -B -d -uc -us
	cd ..
	ls -l
	pickup_packages *.changes
	test -d "$RESULT" && mkdir "$RESULT/db5.3_1"
	test -d "$RESULT" && cp ./*.deb "$RESULT/db5.3_1/"
	compare_native ./*.deb
	cd ..
	drop_privs rm -Rf db5.3_1
fi
Reading package lists...
Building dependency tree...
Reading state information...
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
autotools-dev is already the newest version.
debhelper is already the newest version.
procps is already the newest version.
The following packages were automatically installed and are no longer required:
  lib32gcc-4.9-dev-x32-cross lib64gcc-4.9-dev-x32-cross
  libgcc-4.9-dev-x32-cross
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
NOTICE: 'db5.3' packaging is maintained in the 'Git' version control system at:
git://anonscm.debian.org/pkg-db/db5.3.git
Need to get 24.2 MB of source archives.
Get:1 http://ftp2.de.debian.org/debian/ sid/main db5.3 5.3.28-7 (dsc) [3156 B]
Get:2 http://ftp2.de.debian.org/debian/ sid/main db5.3 5.3.28-7 (tar) [24.2 MB]
Get:3 http://ftp2.de.debian.org/debian/ sid/main db5.3 5.3.28-7 (diff) [27.6 kB]
gpgv: keyblock resource `/tmp/buildd/.gnupg/trustedkeys.gpg': file open error
gpgv: Signature made Thu Dec  4 10:30:41 2014 UTC using RSA key ID F4FCBB07
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on ./db5.3_5.3.28-7.dsc
dpkg-source: info: extracting db5.3 in db5.3-5.3.28
dpkg-source: info: unpacking db5.3_5.3.28.orig.tar.xz
dpkg-source: info: unpacking db5.3_5.3.28-7.debian.tar.xz
dpkg-source: info: applying 002-versioned_symbols.patch
dpkg-source: info: applying 003-jni_javac.patch
dpkg-source: info: applying 004-tclsleep.patch
dpkg-source: info: applying 005-pg_crypt_size.patch
dpkg-source: info: applying 006-mutex_alignment.patch
dpkg-source: info: applying 007-link-sql-libs.patch
dpkg-source: info: applying mmap_extend-mode-requires-page-aligned-extends.patch
dpkg-source: info: applying 008-autoconf-in-lang-sql-sqlite.patch
Fetched 24.2 MB in 0s (31.7 MB/s)
rebootstrap-warning: binNMU detected for db5.3 5.3.28-7/5.3.28-7+b1
dpkg-checkbuilddeps: Unmet build dependencies: tcl-dev javahelper default-jdk gcj-native-helper
dpkg-buildpackage: source package db5.3
dpkg-buildpackage: source version 5.3.28-7+b1
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by rebootstrap <invalid at invalid>
dpkg-architecture: warning: specified GNU system type x86_64-linux-gnux32 does not match gcc system type x86_64-linux-gnu, try setting a correct CC environment variable
 dpkg-source --before-build db5.3-5.3.28
dpkg-buildpackage: host architecture x32
 fakeroot debian/rules clean
:
:
dh clean --with=autotools-dev 
   dh_testdir
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/tmp/buildd/db5.3_1/db5.3-5.3.28'
:
:
dh_auto_clean -Ddist -Bbuild-production
rm -f /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/build_signature.txt
for f in dist/config.hin dist/configure dist/config.guess dist/config.sub dist/install-sh dist/ltmain.sh dist/aclocal/libtool.m4 dist/aclocal/ltoptions.m4 dist/aclocal/ltsugar.m4 dist/aclocal/ltversion.m4 dist/aclocal/lt~obsolete.m4 lang/sql/sqlite/aclocal.m4 lang/sql/sqlite/configure lang/sql/sqlite/config.guess lang/sql/sqlite/config.sub lang/sql/sqlite/install-sh lang/sql/sqlite/ltmain.sh; do \
  if [ -f /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/s_config/$f ]; then \
    mv /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/s_config/$f /tmp/buildd/db5.3_1/db5.3-5.3.28/`dirname $f`; \
  fi; \
done
if [ -d /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/s_config/ ]; then \
  rmdir /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/s_config/dist/aclocal/ \
        /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/s_config/dist/ \
        /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/s_config/lang/sql/sqlite/ \
        /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/s_config/lang/sql/ \
        /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/s_config/lang/ \
        /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/s_config/; \
fi
make[1]: Leaving directory '/tmp/buildd/db5.3_1/db5.3-5.3.28'
   dh_autotools-dev_restoreconfig
	for c_g in `find . -type f -name config.guess` ; do if test -e "$c_g.dh-orig" ; then mv -f "$c_g.dh-orig" "$c_g" ; fi ; done
	for c_s in `find . -type f -name config.sub`   ; do if test -e "$c_s.dh-orig" ; then mv -f "$c_s.dh-orig" "$c_s" ; fi ; done
	find . -type f \( -name config.guess.dh-orig -o -name config.sub.dh-orig \) -delete
   debian/rules override_dh_clean
make[1]: Entering directory '/tmp/buildd/db5.3_1/db5.3-5.3.28'
:
:
rm -rf build
rm -f /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/db_signature
DH_OPTIONS="" dh_clean
	rm -f debian/db5.3-doc.substvars
	rm -f debian/db5.3-doc.*.debhelper
	rm -rf debian/db5.3-doc/
	rm -f debian/libdb5.3-dev.substvars
	rm -f debian/libdb5.3-dev.*.debhelper
	rm -rf debian/libdb5.3-dev/
	rm -f debian/libdb5.3.substvars
	rm -f debian/libdb5.3.*.debhelper
	rm -rf debian/libdb5.3/
	rm -f debian/db5.3-util.substvars
	rm -f debian/db5.3-util.*.debhelper
	rm -rf debian/db5.3-util/
	rm -f debian/db5.3-sql-util.substvars
	rm -f debian/db5.3-sql-util.*.debhelper
	rm -rf debian/db5.3-sql-util/
	rm -f debian/libdb5.3\+\+.substvars
	rm -f debian/libdb5.3++.*.debhelper
	rm -rf debian/libdb5.3\+\+/
	rm -f debian/libdb5.3\+\+-dev.substvars
	rm -f debian/libdb5.3++-dev.*.debhelper
	rm -rf debian/libdb5.3\+\+-dev/
	rm -f debian/libdb5.3-tcl.substvars
	rm -f debian/libdb5.3-tcl.*.debhelper
	rm -rf debian/libdb5.3-tcl/
	rm -f debian/libdb5.3-dbg.substvars
	rm -f debian/libdb5.3-dbg.*.debhelper
	rm -rf debian/libdb5.3-dbg/
	rm -f debian/libdb5.3-java-jni.substvars
	rm -f debian/libdb5.3-java-jni.*.debhelper
	rm -rf debian/libdb5.3-java-jni/
	rm -f debian/libdb5.3-java.substvars
	rm -f debian/libdb5.3-java.*.debhelper
	rm -rf debian/libdb5.3-java/
	rm -f debian/libdb5.3-java-gcj.substvars
	rm -f debian/libdb5.3-java-gcj.*.debhelper
	rm -rf debian/libdb5.3-java-gcj/
	rm -f debian/libdb5.3-java-dev.substvars
	rm -f debian/libdb5.3-java-dev.*.debhelper
	rm -rf debian/libdb5.3-java-dev/
	rm -f debian/libdb5.3-sql-dev.substvars
	rm -f debian/libdb5.3-sql-dev.*.debhelper
	rm -rf debian/libdb5.3-sql-dev/
	rm -f debian/libdb5.3-sql.substvars
	rm -f debian/libdb5.3-sql.*.debhelper
	rm -rf debian/libdb5.3-sql/
	rm -f debian/libdb5.3-stl-dev.substvars
	rm -f debian/libdb5.3-stl-dev.*.debhelper
	rm -rf debian/libdb5.3-stl-dev/
	rm -f debian/libdb5.3-stl.substvars
	rm -f debian/libdb5.3-stl.*.debhelper
	rm -rf debian/libdb5.3-stl/
	rm -f debian/*.debhelper.log
	rm -f debian/files
	find . ! \( -regex .\*\\.arch-ids.\* \) -a \( \( \
		\( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path .\*/.hg -o -path .\*/CVS \) -prune -o -type f -a \
	        \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
		 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
		 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
		 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
		\) -exec rm -f {} + \) -o \
		\( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) \)
	rm -f *-stamp
make[1]: Leaving directory '/tmp/buildd/db5.3_1/db5.3-5.3.28'
 debian/rules build-arch
:
:
dh build-arch --with=autotools-dev 
   dh_testdir -a
   dh_autotools-dev_updateconfig -a
	for c_g in `find -type f -name config.guess` ; do if ! test -e "$c_g.dh-orig" ; then mv -f "$c_g" "$c_g.dh-orig" ; cp -f /usr/share/misc/config.guess "$c_g" ; fi ; done
	for c_s in `find -type f -name config.sub`   ; do if ! test -e "$c_s.dh-orig" ; then mv -f "$c_s" "$c_s.dh-orig" ; cp -f /usr/share/misc/config.sub   "$c_s" ; fi ; done
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/tmp/buildd/db5.3_1/db5.3-5.3.28'
:
:
if [ ! -d /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/s_config ]; then \
  mkdir -p /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/s_config/dist/aclocal/ \
           /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/s_config/lang/sql/sqlite/; \
fi
for f in dist/config.hin dist/configure dist/config.guess dist/config.sub dist/install-sh dist/ltmain.sh dist/aclocal/libtool.m4 dist/aclocal/ltoptions.m4 dist/aclocal/ltsugar.m4 dist/aclocal/ltversion.m4 dist/aclocal/lt~obsolete.m4 lang/sql/sqlite/aclocal.m4 lang/sql/sqlite/configure lang/sql/sqlite/config.guess lang/sql/sqlite/config.sub lang/sql/sqlite/install-sh lang/sql/sqlite/ltmain.sh; do \
  if [ ! -f /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/s_config/$f ]; then \
    mv /tmp/buildd/db5.3_1/db5.3-5.3.28/$f /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/s_config/`dirname $f`; \
  fi; \
done
cd dist && libtoolize -cfi
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./config.guess'
libtoolize: copying file `./config.sub'
libtoolize: copying file `./install-sh'
libtoolize: copying file `./ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `aclocal'.
libtoolize: copying file `aclocal/libtool.m4'
libtoolize: copying file `aclocal/ltoptions.m4'
libtoolize: copying file `aclocal/ltsugar.m4'
libtoolize: copying file `aclocal/ltversion.m4'
libtoolize: copying file `aclocal/lt~obsolete.m4'
libtoolize: Consider adding `-I aclocal' to ACLOCAL_AMFLAGS in Makefile.am.
cd lang/sql/sqlite && libtoolize -cfi
libtoolize: putting auxiliary files in `.'.
libtoolize: copying file `./config.guess'
libtoolize: copying file `./config.sub'
libtoolize: copying file `./install-sh'
libtoolize: copying file `./ltmain.sh'
libtoolize: You should add the contents of the following files to `aclocal.m4':
libtoolize:   `/usr/share/aclocal/libtool.m4'
libtoolize:   `/usr/share/aclocal/ltoptions.m4'
libtoolize:   `/usr/share/aclocal/ltversion.m4'
libtoolize:   `/usr/share/aclocal/ltsugar.m4'
libtoolize:   `/usr/share/aclocal/lt~obsolete.m4'
libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
cd dist && ./s_config
autoconf: building aclocal.m4...
autoconf: running autoheader to build config.hin...
autoconf: running autoconf to build configure
autoconf: running autoconf to build configure (lang/sql/sqlite/)
JAVACFLAGS="" dh_auto_configure -Ddist -Bbuild-production -- --prefix=/usr --mandir=\${prefix}/share/man --localstatedir=/var --sysconfdir=/etc --libexecdir=/usr/lib --enable-cxx --enable-compat185 --enable-sql --enable-stl --enable-dbm --disable-tcl --disable-test --disable-java --disable-test
	mkdir -p build-production
	cd build-production
	../dist/configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnux32 --libexecdir=\${prefix}/lib/x86_64-linux-gnux32 --disable-maintainer-mode --disable-dependency-tracking --host=x86_64-linux-gnux32 --prefix=/usr --mandir=\${prefix}/share/man --localstatedir=/var --sysconfdir=/etc --libexecdir=/usr/lib --enable-cxx --enable-compat185 --enable-sql --enable-stl --enable-dbm --disable-tcl --disable-test --disable-java --disable-test
configure: loading site script /tmp/config.site
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnux32
checking if building in the top-level or dist directories... no
checking if --enable-smallbuild option specified... no
checking if --disable-atomicsupport option specified... no
checking if --disable-compression option specified... no
checking if --disable-hash option specified... no
checking if --disable-heap option specified... no
checking if --disable-mutexsupport option specified... no
checking if --disable-log_checksum option specified... no
checking if --disable-partition option specified... no
checking if --disable-queue option specified... no
checking if --disable-replication option specified... no
checking if --disable-statistics option specified... no
checking if --disable-verify option specified... no
checking if --enable-compat185 option specified... yes
checking if --enable-cxx option specified... yes
checking if --enable-debug option specified... no
checking if --enable-debug_rop option specified... no
checking if --enable-debug_wop option specified... no
checking if --enable-diagnostic option specified... no
checking if --enable-dump185 option specified... no
checking if --enable-java option specified... no
checking if --enable-mingw option specified... no
checking if --enable-o_direct option specified... no
checking if --enable-posixmutexes option specified... no
checking if --enable-rpc option specified... no
checking if --enable-sql option specified... yes
checking if --enable-sql_compat option specified... no
checking if --enable-jdbc option specified... no
checking if --with-jdbc=DIR option specified... no
checking if --enable-amalgamation option specified... no
checking if --enable-sql_codegen option specified... no
checking if --enable-stl option specified... yes
checking if --enable-tcl option specified... no
checking if --enable-test option specified... no
checking if --enable-localization option specified... no
checking if --enable-stripped_messages option specified... no
checking if --enable-dbm option specified... yes
checking if --enable-dtrace option specified... no
checking if --enable-systemtap option specified... no
checking if --enable-perfmon-statistics option specified... no
checking if --enable-uimutexes option specified... no
checking if --enable-umrw option specified... no
checking if --enable-atomicfileread option specified... no
checking if --with-cryptography option specified... yes
checking if --with-mutex=MUTEX option specified... no
checking if --with-tcl=DIR option specified... no
checking if --with-uniquename=NAME option specified... no
checking for x86_64-linux-gnux32-chmod... no
checking for chmod... chmod
configure: WARNING: using cross tools not prefixed with host triplet
checking for x86_64-linux-gnux32-cp... no
checking for cp... cp
checking for x86_64-linux-gnux32-ln... no
checking for ln... ln
checking for x86_64-linux-gnux32-mkdir... no
checking for mkdir... mkdir
checking for x86_64-linux-gnux32-rm... no
checking for rm... rm
checking for x86_64-linux-gnux32-mv... no
checking for mv... mv
checking for x86_64-linux-gnux32-sh... no
checking for sh... /bin/sh
checking for a BSD-compatible install... /usr/bin/install -c
checking for x86_64-linux-gnux32-cc... no
checking for x86_64-linux-gnux32-gcc... x86_64-linux-gnux32-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-linux-gnux32-gcc accepts -g... yes
checking for x86_64-linux-gnux32-gcc option to accept ISO C89... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for GCC aligned attribute... yes
checking for x86_64-linux-gnux32-g++... x86_64-linux-gnux32-g++
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-linux-gnux32-g++ accepts -g... yes
checking how to run the C++ preprocessor... x86_64-linux-gnux32-g++ -E
checking whether C++ supports the ISO C++ standard includes... yes
checking whether we are using gcc version 2.96... no
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by x86_64-linux-gnux32-gcc... /usr/x86_64-linux-gnux32/bin/ld
checking if the linker (/usr/x86_64-linux-gnux32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-linux-gnux32-nm -B
checking the name lister (/usr/bin/x86_64-linux-gnux32-nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnux32 format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/x86_64-linux-gnux32/bin/ld option to reload object files... -r
checking for x86_64-linux-gnux32-objdump... x86_64-linux-gnux32-objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-linux-gnux32-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-linux-gnux32-ar... x86_64-linux-gnux32-ar
checking for archiver @FILE support... @
checking for x86_64-linux-gnux32-strip... x86_64-linux-gnux32-strip
checking for x86_64-linux-gnux32-ranlib... x86_64-linux-gnux32-ranlib
checking for gawk... gawk
checking command to parse /usr/bin/x86_64-linux-gnux32-nm -B output from x86_64-linux-gnux32-gcc object... ok
checking for sysroot... no
checking for x86_64-linux-gnux32-mt... no
checking for mt... mt
checking if mt is a manifest tool... no
checking how to run the C preprocessor... x86_64-linux-gnux32-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if x86_64-linux-gnux32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-linux-gnux32-gcc option to produce PIC... -fPIC -DPIC
checking if x86_64-linux-gnux32-gcc PIC flag -fPIC -DPIC works... yes
checking if x86_64-linux-gnux32-gcc static flag -static works... yes
checking if x86_64-linux-gnux32-gcc supports -c -o file.o... yes
checking if x86_64-linux-gnux32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-linux-gnux32-gcc linker (/usr/x86_64-linux-gnux32/bin/ld -m elf32_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... x86_64-linux-gnux32-g++ -E
checking for ld used by x86_64-linux-gnux32-g++... /usr/x86_64-linux-gnux32/bin/ld -m elf32_x86_64
checking if the linker (/usr/x86_64-linux-gnux32/bin/ld -m elf32_x86_64) is GNU ld... yes
checking whether the x86_64-linux-gnux32-g++ linker (/usr/x86_64-linux-gnux32/bin/ld -m elf32_x86_64) supports shared libraries... yes
checking for x86_64-linux-gnux32-g++ option to produce PIC... -fPIC -DPIC
checking if x86_64-linux-gnux32-g++ PIC flag -fPIC -DPIC works... yes
checking if x86_64-linux-gnux32-g++ static flag -static works... yes
checking if x86_64-linux-gnux32-g++ supports -c -o file.o... yes
checking if x86_64-linux-gnux32-g++ supports -c -o file.o... (cached) yes
checking whether the x86_64-linux-gnux32-g++ linker (/usr/x86_64-linux-gnux32/bin/ld -m elf32_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking SOSUFFIX from libtool... .so
checking MODSUFFIX from libtool... .so
checking JMODSUFFIX from libtool... .so
checking for main in -ldl... yes
checking whether the C++ compiler supports templates for STL... yes
checking whether C++ supports the wstring class... checking for thread local storage (TLS) class... pthread
checking whether stat file-mode macros are broken... no
checking whether time.h and sys/time.h may both be included... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for struct stat.st_blksize... yes
checking for inttypes.h... (cached) yes
checking for stdint.h... yes
checking if stdint.h can be used by C++... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for unistd.h... (cached) yes
checking size of char... (cached) 1
checking size of unsigned char... (cached) 1
checking size of short... (cached) 2
checking size of unsigned short... (cached) 2
checking size of int... (cached) 4
checking size of unsigned int... (cached) 4
checking size of long... (cached) 4
checking size of unsigned long... (cached) 4
checking size of long long... (cached) 8
checking size of unsigned long long... (cached) 8
checking size of char *... 4
checking for u_char... yes
checking for u_short... yes
checking for u_int... yes
checking for u_long... yes
checking for u_int8_t... yes
checking for u_int16_t... yes
checking for int16_t... yes
checking for u_int32_t... yes
checking for int32_t... yes
checking for u_int64_t... yes
checking for int64_t... yes
checking for FILE *... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for time_t... yes
checking size of size_t... 4
checking for ssize_t... yes
checking for uintmax_t... yes
checking for uintptr_t... yes
checking for socklen_t... yes
checking for ANSI C exit success/failure values... yes
checking for getopt optreset variable... no
checking for mutexes... POSIX/pthreads/library/x86_64/gcc-assembly
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for main in -lpthread... yes
checking for atomic operations... x86/gcc-assembly
checking for library containing sched_yield... none required
checking for library containing fdatasync... none required
checking for library containing getaddrinfo... none required
checking for library containing hstrerror... none required
checking for main in -lm... yes
checking for main in -lnsl... yes
checking for main in -lsocket... no
checking for abort... yes
checking for atoi... yes
checking for atol... yes
checking for bsearch... yes
checking for getcwd... yes
checking for getenv... yes
checking for getopt... yes
checking for isalpha... yes
checking for isdigit... yes
checking for isprint... yes
checking for isspace... yes
checking for memcmp... yes
checking for memcpy... yes
checking for memmove... yes
checking for printf... yes
checking for qsort... yes
checking for raise... yes
checking for rand... yes
checking for strcasecmp... yes
checking for strcat... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for strncat... yes
checking for strncmp... yes
checking for strrchr... yes
checking for strsep... yes
checking for strtol... yes
checking for strtoul... yes
checking for _fstati64... no
checking for backtrace... yes
checking for backtrace_symbols... yes
checking for directio... no
checking for fchmod... yes
checking for fclose... yes
checking for fcntl... yes
checking for fdatasync... yes
checking for fgetc... yes
checking for fgets... yes
checking for fopen... yes
checking for fwrite... yes
checking for getgid... yes
checking for getrusage... yes
checking for getuid... yes
checking for hstrerror... yes
checking for mprotect... yes
checking for pstat_getdynamic... no
checking for pthread_self... yes
checking for pthread_yield... yes
checking for random... yes
checking for sched_yield... yes
checking for select... yes
checking for setgid... yes
checking for setuid... yes
checking for sigaction... yes
checking for snprintf... yes
checking for stat... yes
checking for sysconf... yes
checking for vsnprintf... yes
checking for yield... no
checking for gettimeofday... yes
checking for localtime... yes
checking for time... yes
checking for strftime... yes
checking for clock_gettime... yes
checking for clock_gettime monotonic clock... no
checking for ctime_r... yes
checking for 2 or 3 argument version of ctime_r... 2-argument
checking for ftruncate... yes
checking for pread... yes
checking for pwrite... yes
checking for getaddrinfo... yes
checking for fcntl/F_SETFD... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for mlock... yes
checking for munlock... yes
checking for mmap... yes
checking for munmap... yes
checking for shmget... yes
checking for shmctl... yes
checking for 64-bit integral type support for sequences... yes
checking for growing a file under an mmap region... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating db_cxx.h
config.status: creating db_int.h
config.status: creating clib_port.h
config.status: creating include.tcl
config.status: creating db.h
config.status: creating db_185.h
config.status: creating db185_int.h
config.status: creating dbstl_common.h
config.status: creating db_config.h
config.status: executing libtool commands
configure: Configuring the SQL API
configure: loading site script /tmp/config.site
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnux32
checking how to print strings... printf
checking for x86_64-linux-gnux32-gcc... x86_64-linux-gnux32-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-linux-gnux32-gcc accepts -g... yes
checking for x86_64-linux-gnux32-gcc option to accept ISO C89... none needed
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by x86_64-linux-gnux32-gcc... /usr/x86_64-linux-gnux32/bin/ld
checking if the linker (/usr/x86_64-linux-gnux32/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/x86_64-linux-gnux32-nm -B
checking the name lister (/usr/bin/x86_64-linux-gnux32-nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnux32 format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/x86_64-linux-gnux32/bin/ld option to reload object files... -r
checking for x86_64-linux-gnux32-objdump... x86_64-linux-gnux32-objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-linux-gnux32-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for x86_64-linux-gnux32-ar... x86_64-linux-gnux32-ar
checking for archiver @FILE support... @
checking for x86_64-linux-gnux32-strip... x86_64-linux-gnux32-strip
checking for x86_64-linux-gnux32-ranlib... x86_64-linux-gnux32-ranlib
checking for gawk... gawk
checking command to parse /usr/bin/x86_64-linux-gnux32-nm -B output from x86_64-linux-gnux32-gcc object... ok
checking for sysroot... no
checking for x86_64-linux-gnux32-mt... no
checking for mt... mt
configure: WARNING: using cross tools not prefixed with host triplet
checking if mt is a manifest tool... no
checking how to run the C preprocessor... x86_64-linux-gnux32-gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if x86_64-linux-gnux32-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-linux-gnux32-gcc option to produce PIC... -fPIC -DPIC
checking if x86_64-linux-gnux32-gcc PIC flag -fPIC -DPIC works... yes
checking if x86_64-linux-gnux32-gcc static flag -static works... yes
checking if x86_64-linux-gnux32-gcc supports -c -o file.o... yes
checking if x86_64-linux-gnux32-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-linux-gnux32-gcc linker (/usr/x86_64-linux-gnux32/bin/ld -m elf32_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... (cached) gawk
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for int8_t... yes
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for intptr_t... yes
checking for uint8_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uintptr_t... yes
checking for sys/types.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking for usleep... yes
checking for fdatasync... yes
checking for localtime_r... yes
checking for gmtime_r... yes
checking for localtime_s... no
checking for tclsh8.5... no
checking for tclsh... no
Warning: can't find tclsh - defaulting to non-amalgamation build.
../../dist/../lang/sql/sqlite/configure: line 11280: tclsh: command not found
configure: Version set to 3.7
configure: Release set to 3.7.6.2
configure: Version number set to 3007006
checking for gcc... gcc
checking whether to support threadsafe operation... yes
checking for library containing pthread_create... -lpthread
checking whether to allow connections to be shared across threads... no
checking whether to support shared library linked as release mode or not... no
checking whether to use an in-ram database for temporary tables... no
checking if executables have the .exe suffix... unknown
checking for library containing fdatasync... none required
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sqlite3.pc
config.status: creating build_config.h
config.status: creating config.h
config.status: executing libtool commands
	cd /tmp/buildd/db5.3_1/db5.3-5.3.28
make[1]: Leaving directory '/tmp/buildd/db5.3_1/db5.3-5.3.28'
   dh_auto_build -a
 fakeroot debian/rules binary-arch
:
:
dh binary-arch --with=autotools-dev 
   dh_auto_build -a -Nlibdb5.3-dev -Nlibdb5.3 -Ndb5.3-util -Ndb5.3-sql-util -Nlibdb5.3\+\+ -Nlibdb5.3\+\+-dev -Nlibdb5.3-tcl -Nlibdb5.3-dbg -Nlibdb5.3-sql-dev -Nlibdb5.3-sql -Nlibdb5.3-stl-dev -Nlibdb5.3-stl
dh_auto_build: No packages to build.
   dh_testroot -a
   dh_prep -a
	rm -f debian/libdb5.3-dev.substvars
	rm -f debian/libdb5.3-dev.*.debhelper
	rm -rf debian/libdb5.3-dev/
	rm -f debian/libdb5.3.substvars
	rm -f debian/libdb5.3.*.debhelper
	rm -rf debian/libdb5.3/
	rm -f debian/db5.3-util.substvars
	rm -f debian/db5.3-util.*.debhelper
	rm -rf debian/db5.3-util/
	rm -f debian/db5.3-sql-util.substvars
	rm -f debian/db5.3-sql-util.*.debhelper
	rm -rf debian/db5.3-sql-util/
	rm -f debian/libdb5.3\+\+.substvars
	rm -f debian/libdb5.3++.*.debhelper
	rm -rf debian/libdb5.3\+\+/
	rm -f debian/libdb5.3\+\+-dev.substvars
	rm -f debian/libdb5.3++-dev.*.debhelper
	rm -rf debian/libdb5.3\+\+-dev/
	rm -f debian/libdb5.3-tcl.substvars
	rm -f debian/libdb5.3-tcl.*.debhelper
	rm -rf debian/libdb5.3-tcl/
	rm -f debian/libdb5.3-dbg.substvars
	rm -f debian/libdb5.3-dbg.*.debhelper
	rm -rf debian/libdb5.3-dbg/
	rm -f debian/libdb5.3-sql-dev.substvars
	rm -f debian/libdb5.3-sql-dev.*.debhelper
	rm -rf debian/libdb5.3-sql-dev/
	rm -f debian/libdb5.3-sql.substvars
	rm -f debian/libdb5.3-sql.*.debhelper
	rm -rf debian/libdb5.3-sql/
	rm -f debian/libdb5.3-stl-dev.substvars
	rm -f debian/libdb5.3-stl-dev.*.debhelper
	rm -rf debian/libdb5.3-stl-dev/
	rm -f debian/libdb5.3-stl.substvars
	rm -f debian/libdb5.3-stl.*.debhelper
	rm -rf debian/libdb5.3-stl/
   dh_installdirs -a
	install -d debian/libdb5.3-dev
	install -d debian/libdb5.3-dev/usr/include debian/libdb5.3-dev/usr/lib
	install -d debian/libdb5.3
	install -d debian/libdb5.3/usr/lib
	install -d debian/db5.3-util
	install -d debian/db5.3-util/usr/bin debian/db5.3-util/usr/share/man/man1
	install -d debian/db5.3-sql-util
	install -d debian/db5.3-sql-util/usr/bin debian/db5.3-sql-util/usr/share/man/man1
	install -d debian/libdb5.3\+\+
	install -d debian/libdb5.3\+\+/usr/lib
	install -d debian/libdb5.3\+\+-dev
	install -d debian/libdb5.3\+\+-dev/usr/include debian/libdb5.3\+\+-dev/usr/lib
	install -d debian/libdb5.3-tcl
	install -d debian/libdb5.3-tcl/usr/lib
	install -d debian/libdb5.3-dbg
	install -d debian/libdb5.3-sql-dev
	install -d debian/libdb5.3-sql-dev/usr/include debian/libdb5.3-sql-dev/usr/lib
	install -d debian/libdb5.3-sql
	install -d debian/libdb5.3-sql/usr/lib
	install -d debian/libdb5.3-stl-dev
	install -d debian/libdb5.3-stl-dev/usr/include debian/libdb5.3-stl-dev/usr/lib
	install -d debian/libdb5.3-stl
	install -d debian/libdb5.3-stl/usr/lib
   debian/rules override_dh_auto_install
make[1]: Entering directory '/tmp/buildd/db5.3_1/db5.3-5.3.28'
:
:
dh_auto_install -Ddist -Bbuild-production
	cd build-production
	make -j1 install DESTDIR=/tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp AM_UPDATE_INFO_DIR=no
make[2]: Entering directory '/tmp/buildd/db5.3_1/db5.3-5.3.28/build-production'
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../lang/db185/db185.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/db185/db185.c  -fPIC -DPIC -o .libs/db185.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../lang/db185/db185.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/db185/db185.c -o db185.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/mutex/mut_tas.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mutex/mut_tas.c  -fPIC -DPIC -o .libs/mut_tas.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/mutex/mut_tas.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mutex/mut_tas.c -o mut_tas.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/mutex/mut_pthread.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mutex/mut_pthread.c  -fPIC -DPIC -o .libs/mut_pthread.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/mutex/mut_pthread.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mutex/mut_pthread.c -o mut_pthread.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/btree/bt_compare.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_compare.c  -fPIC -DPIC -o .libs/bt_compare.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/btree/bt_compare.c:46:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_compare.c -o bt_compare.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/btree/bt_compress.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_compress.c  -fPIC -DPIC -o .libs/bt_compress.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/btree/bt_compress.c:9:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_compress.c -o bt_compress.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/btree/bt_conv.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_conv.c  -fPIC -DPIC -o .libs/bt_conv.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/btree/bt_conv.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_conv.c -o bt_conv.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/btree/bt_curadj.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_curadj.c  -fPIC -DPIC -o .libs/bt_curadj.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/btree/bt_curadj.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_curadj.c -o bt_curadj.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/btree/bt_cursor.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_cursor.c  -fPIC -DPIC -o .libs/bt_cursor.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/btree/bt_cursor.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_cursor.c -o bt_cursor.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/btree/bt_delete.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_delete.c  -fPIC -DPIC -o .libs/bt_delete.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/btree/bt_delete.c:46:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_delete.c -o bt_delete.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/btree/bt_method.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_method.c  -fPIC -DPIC -o .libs/bt_method.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/btree/bt_method.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_method.c -o bt_method.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/btree/bt_open.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_open.c  -fPIC -DPIC -o .libs/bt_open.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/btree/bt_open.c:46:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_open.c -o bt_open.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/btree/bt_put.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_put.c  -fPIC -DPIC -o .libs/bt_put.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/btree/bt_put.c:46:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_put.c -o bt_put.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/btree/bt_rec.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_rec.c  -fPIC -DPIC -o .libs/bt_rec.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/btree/bt_rec.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_rec.c -o bt_rec.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/btree/bt_reclaim.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_reclaim.c  -fPIC -DPIC -o .libs/bt_reclaim.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/btree/bt_reclaim.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_reclaim.c -o bt_reclaim.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/btree/bt_recno.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_recno.c  -fPIC -DPIC -o .libs/bt_recno.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/btree/bt_recno.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_recno.c -o bt_recno.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/btree/bt_rsearch.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_rsearch.c  -fPIC -DPIC -o .libs/bt_rsearch.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/btree/bt_rsearch.c:43:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_rsearch.c -o bt_rsearch.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/btree/bt_search.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_search.c  -fPIC -DPIC -o .libs/bt_search.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/btree/bt_search.c:46:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_search.c -o bt_search.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/btree/bt_split.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_split.c  -fPIC -DPIC -o .libs/bt_split.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/btree/bt_split.c:43:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_split.c -o bt_split.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/btree/bt_stat.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_stat.c  -fPIC -DPIC -o .libs/bt_stat.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/btree/bt_stat.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_stat.c -o bt_stat.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/btree/bt_compact.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_compact.c  -fPIC -DPIC -o .libs/bt_compact.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/btree/bt_compact.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_compact.c -o bt_compact.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/btree/bt_upgrade.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_upgrade.c  -fPIC -DPIC -o .libs/bt_upgrade.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/btree/bt_upgrade.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_upgrade.c -o bt_upgrade.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/btree/btree_auto.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/btree_auto.c  -fPIC -DPIC -o .libs/btree_auto.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/btree/btree_auto.c:4:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/btree_auto.c -o btree_auto.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/hash/hash.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/hash/hash.c  -fPIC -DPIC -o .libs/hash.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/hash/hash.c:46:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/hash/hash.c -o hash.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/hash/hash_auto.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/hash/hash_auto.c  -fPIC -DPIC -o .libs/hash_auto.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/hash/hash_auto.c:4:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/hash/hash_auto.c -o hash_auto.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/hash/hash_compact.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/hash/hash_compact.c  -fPIC -DPIC -o .libs/hash_compact.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/hash/hash_compact.c:10:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/hash/hash_compact.c -o hash_compact.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/hash/hash_conv.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/hash/hash_conv.c  -fPIC -DPIC -o .libs/hash_conv.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/hash/hash_conv.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/hash/hash_conv.c -o hash_conv.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/hash/hash_dup.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/hash/hash_dup.c  -fPIC -DPIC -o .libs/hash_dup.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/hash/hash_dup.c:49:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/hash/hash_dup.c -o hash_dup.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/hash/hash_meta.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/hash/hash_meta.c  -fPIC -DPIC -o .libs/hash_meta.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/hash/hash_meta.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/hash/hash_meta.c -o hash_meta.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/hash/hash_method.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/hash/hash_method.c  -fPIC -DPIC -o .libs/hash_method.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/hash/hash_method.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/hash/hash_method.c -o hash_method.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/hash/hash_open.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/hash/hash_open.c  -fPIC -DPIC -o .libs/hash_open.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/hash/hash_open.c:46:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/hash/hash_open.c -o hash_open.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/hash/hash_page.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/hash/hash_page.c  -fPIC -DPIC -o .libs/hash_page.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/hash/hash_page.c:53:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/hash/hash_page.c -o hash_page.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/hash/hash_rec.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/hash/hash_rec.c  -fPIC -DPIC -o .libs/hash_rec.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/hash/hash_rec.c:46:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/hash/hash_rec.c -o hash_rec.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/hash/hash_reclaim.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/hash/hash_reclaim.c  -fPIC -DPIC -o .libs/hash_reclaim.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/hash/hash_reclaim.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/hash/hash_reclaim.c -o hash_reclaim.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/hash/hash_stat.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/hash/hash_stat.c  -fPIC -DPIC -o .libs/hash_stat.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/hash/hash_stat.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/hash/hash_stat.c -o hash_stat.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/hash/hash_upgrade.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/hash/hash_upgrade.c  -fPIC -DPIC -o .libs/hash_upgrade.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/hash/hash_upgrade.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/hash/hash_upgrade.c -o hash_upgrade.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/hash/hash_verify.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/hash/hash_verify.c  -fPIC -DPIC -o .libs/hash_verify.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/hash/hash_verify.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/hash/hash_verify.c -o hash_verify.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/heap/heap.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/heap/heap.c  -fPIC -DPIC -o .libs/heap.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/heap/heap.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/heap/heap.c -o heap.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/heap/heap_auto.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/heap/heap_auto.c  -fPIC -DPIC -o .libs/heap_auto.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/heap/heap_auto.c:4:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/heap/heap_auto.c -o heap_auto.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/heap/heap_backup.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/heap/heap_backup.c  -fPIC -DPIC -o .libs/heap_backup.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/heap/heap_backup.c:10:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/heap/heap_backup.c -o heap_backup.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/heap/heap_conv.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/heap/heap_conv.c  -fPIC -DPIC -o .libs/heap_conv.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/heap/heap_conv.c:9:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/heap/heap_conv.c -o heap_conv.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/heap/heap_method.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/heap/heap_method.c  -fPIC -DPIC -o .libs/heap_method.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/heap/heap_method.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/heap/heap_method.c -o heap_method.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/heap/heap_open.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/heap/heap_open.c  -fPIC -DPIC -o .libs/heap_open.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/heap/heap_open.c:9:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/heap/heap_open.c -o heap_open.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/heap/heap_rec.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/heap/heap_rec.c  -fPIC -DPIC -o .libs/heap_rec.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/heap/heap_rec.c:9:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/heap/heap_rec.c -o heap_rec.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/heap/heap_reclaim.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/heap/heap_reclaim.c  -fPIC -DPIC -o .libs/heap_reclaim.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/heap/heap_reclaim.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/heap/heap_reclaim.c -o heap_reclaim.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/heap/heap_stat.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/heap/heap_stat.c  -fPIC -DPIC -o .libs/heap_stat.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/heap/heap_stat.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/heap/heap_stat.c -o heap_stat.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/heap/heap_verify.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/heap/heap_verify.c  -fPIC -DPIC -o .libs/heap_verify.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/heap/heap_verify.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/heap/heap_verify.c -o heap_verify.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/qam/qam.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/qam/qam.c  -fPIC -DPIC -o .libs/qam.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/qam/qam.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/qam/qam.c -o qam.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/qam/qam_auto.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/qam/qam_auto.c  -fPIC -DPIC -o .libs/qam_auto.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/qam/qam_auto.c:4:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/qam/qam_auto.c -o qam_auto.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/qam/qam_conv.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/qam/qam_conv.c  -fPIC -DPIC -o .libs/qam_conv.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/qam/qam_conv.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/qam/qam_conv.c -o qam_conv.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/qam/qam_files.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/qam/qam_files.c  -fPIC -DPIC -o .libs/qam_files.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/qam/qam_files.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/qam/qam_files.c -o qam_files.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/qam/qam_method.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/qam/qam_method.c  -fPIC -DPIC -o .libs/qam_method.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/qam/qam_method.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/qam/qam_method.c -o qam_method.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/qam/qam_open.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/qam/qam_open.c  -fPIC -DPIC -o .libs/qam_open.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/qam/qam_open.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/qam/qam_open.c -o qam_open.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/qam/qam_rec.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/qam/qam_rec.c  -fPIC -DPIC -o .libs/qam_rec.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/qam/qam_rec.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/qam/qam_rec.c -o qam_rec.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/qam/qam_stat.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/qam/qam_stat.c  -fPIC -DPIC -o .libs/qam_stat.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/qam/qam_stat.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/qam/qam_stat.c -o qam_stat.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/qam/qam_upgrade.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/qam/qam_upgrade.c  -fPIC -DPIC -o .libs/qam_upgrade.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/qam/qam_upgrade.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/qam/qam_upgrade.c -o qam_upgrade.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/qam/qam_verify.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/qam/qam_verify.c  -fPIC -DPIC -o .libs/qam_verify.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/qam/qam_verify.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/qam/qam_verify.c -o qam_verify.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/rep/rep_automsg.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/rep/rep_automsg.c  -fPIC -DPIC -o .libs/rep_automsg.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/rep/rep_automsg.c:5:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/rep/rep_automsg.c -o rep_automsg.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/rep/rep_backup.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/rep/rep_backup.c  -fPIC -DPIC -o .libs/rep_backup.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/rep/rep_backup.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/rep/rep_backup.c -o rep_backup.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/rep/rep_elect.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/rep/rep_elect.c  -fPIC -DPIC -o .libs/rep_elect.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/rep/rep_elect.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/rep/rep_elect.c -o rep_elect.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/rep/rep_lease.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/rep/rep_lease.c  -fPIC -DPIC -o .libs/rep_lease.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/rep/rep_lease.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/rep/rep_lease.c -o rep_lease.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/rep/rep_log.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/rep/rep_log.c  -fPIC -DPIC -o .libs/rep_log.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/rep/rep_log.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/rep/rep_log.c -o rep_log.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/rep/rep_method.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/rep/rep_method.c  -fPIC -DPIC -o .libs/rep_method.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/rep/rep_method.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/rep/rep_method.c -o rep_method.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/rep/rep_record.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/rep/rep_record.c  -fPIC -DPIC -o .libs/rep_record.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/rep/rep_record.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/rep/rep_record.c -o rep_record.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/rep/rep_region.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/rep/rep_region.c  -fPIC -DPIC -o .libs/rep_region.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/rep/rep_region.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/rep/rep_region.c -o rep_region.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/rep/rep_stat.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/rep/rep_stat.c  -fPIC -DPIC -o .libs/rep_stat.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/rep/rep_stat.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/rep/rep_stat.c -o rep_stat.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/rep/rep_util.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/rep/rep_util.c  -fPIC -DPIC -o .libs/rep_util.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/rep/rep_util.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/rep/rep_util.c -o rep_util.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/rep/rep_verify.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/rep/rep_verify.c  -fPIC -DPIC -o .libs/rep_verify.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/rep/rep_verify.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/rep/rep_verify.c -o rep_verify.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/os/os_addrinfo.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_addrinfo.c  -fPIC -DPIC -o .libs/os_addrinfo.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/os/os_addrinfo.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_addrinfo.c -o os_addrinfo.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/repmgr/repmgr_auto.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/repmgr/repmgr_auto.c  -fPIC -DPIC -o .libs/repmgr_auto.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/repmgr/repmgr_auto.c:4:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/repmgr/repmgr_auto.c -o repmgr_auto.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/repmgr/repmgr_automsg.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/repmgr/repmgr_automsg.c  -fPIC -DPIC -o .libs/repmgr_automsg.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/repmgr/repmgr_automsg.c:5:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/repmgr/repmgr_automsg.c -o repmgr_automsg.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/repmgr/repmgr_elect.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/repmgr/repmgr_elect.c  -fPIC -DPIC -o .libs/repmgr_elect.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/repmgr/repmgr_elect.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/repmgr/repmgr_elect.c -o repmgr_elect.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/repmgr/repmgr_method.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/repmgr/repmgr_method.c  -fPIC -DPIC -o .libs/repmgr_method.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/repmgr/repmgr_method.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/repmgr/repmgr_method.c -o repmgr_method.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/repmgr/repmgr_msg.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/repmgr/repmgr_msg.c  -fPIC -DPIC -o .libs/repmgr_msg.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/repmgr/repmgr_msg.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/repmgr/repmgr_msg.c -o repmgr_msg.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/repmgr/repmgr_net.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/repmgr/repmgr_net.c  -fPIC -DPIC -o .libs/repmgr_net.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/repmgr/repmgr_net.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/repmgr/repmgr_net.c -o repmgr_net.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/repmgr/repmgr_posix.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/repmgr/repmgr_posix.c  -fPIC -DPIC -o .libs/repmgr_posix.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/repmgr/repmgr_posix.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/repmgr/repmgr_posix.c -o repmgr_posix.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/repmgr/repmgr_queue.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/repmgr/repmgr_queue.c  -fPIC -DPIC -o .libs/repmgr_queue.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/repmgr/repmgr_queue.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/repmgr/repmgr_queue.c -o repmgr_queue.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/repmgr/repmgr_rec.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/repmgr/repmgr_rec.c  -fPIC -DPIC -o .libs/repmgr_rec.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/repmgr/repmgr_rec.c:3:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/repmgr/repmgr_rec.c -o repmgr_rec.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/repmgr/repmgr_sel.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/repmgr/repmgr_sel.c  -fPIC -DPIC -o .libs/repmgr_sel.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/repmgr/repmgr_sel.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/repmgr/repmgr_sel.c -o repmgr_sel.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/repmgr/repmgr_stat.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/repmgr/repmgr_stat.c  -fPIC -DPIC -o .libs/repmgr_stat.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/repmgr/repmgr_stat.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/repmgr/repmgr_stat.c -o repmgr_stat.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/repmgr/repmgr_util.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/repmgr/repmgr_util.c  -fPIC -DPIC -o .libs/repmgr_util.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/repmgr/repmgr_util.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/repmgr/repmgr_util.c -o repmgr_util.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/db_ovfl_vrfy.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_ovfl_vrfy.c  -fPIC -DPIC -o .libs/db_ovfl_vrfy.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/db_ovfl_vrfy.c:46:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_ovfl_vrfy.c -o db_ovfl_vrfy.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/db_vrfy.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_vrfy.c  -fPIC -DPIC -o .libs/db_vrfy.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/db_vrfy.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_vrfy.c -o db_vrfy.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/db_vrfyutil.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_vrfyutil.c  -fPIC -DPIC -o .libs/db_vrfyutil.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/db_vrfyutil.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_vrfyutil.c -o db_vrfyutil.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/btree/bt_verify.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_verify.c  -fPIC -DPIC -o .libs/bt_verify.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/btree/bt_verify.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/bt_verify.c -o bt_verify.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/log/log_verify.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/log/log_verify.c  -fPIC -DPIC -o .libs/log_verify.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/log/log_verify.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/log/log_verify.c -o log_verify.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/log/log_verify_util.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/log/log_verify_util.c  -fPIC -DPIC -o .libs/log_verify_util.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/log/log_verify_util.c:14:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/log/log_verify_util.c -o log_verify_util.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/log/log_verify_int.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/log/log_verify_int.c  -fPIC -DPIC -o .libs/log_verify_int.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/log/log_verify_int.c:29:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/log/log_verify_int.c -o log_verify_int.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/log/log_verify_auto.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/log/log_verify_auto.c  -fPIC -DPIC -o .libs/log_verify_auto.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/log/log_verify_auto.c:4:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/log/log_verify_auto.c -o log_verify_auto.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/lock/lock.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/lock/lock.c  -fPIC -DPIC -o .libs/lock.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/lock/lock.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/lock/lock.c -o lock.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/lock/lock_deadlock.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/lock/lock_deadlock.c  -fPIC -DPIC -o .libs/lock_deadlock.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/lock/lock_deadlock.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/lock/lock_deadlock.c -o lock_deadlock.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/lock/lock_failchk.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/lock/lock_failchk.c  -fPIC -DPIC -o .libs/lock_failchk.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/lock/lock_failchk.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/lock/lock_failchk.c -o lock_failchk.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/lock/lock_id.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/lock/lock_id.c  -fPIC -DPIC -o .libs/lock_id.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/lock/lock_id.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/lock/lock_id.c -o lock_id.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/lock/lock_list.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/lock/lock_list.c  -fPIC -DPIC -o .libs/lock_list.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/lock/lock_list.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/lock/lock_list.c -o lock_list.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/lock/lock_method.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/lock/lock_method.c  -fPIC -DPIC -o .libs/lock_method.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/lock/lock_method.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/lock/lock_method.c -o lock_method.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/lock/lock_region.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/lock/lock_region.c  -fPIC -DPIC -o .libs/lock_region.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/lock/lock_region.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/lock/lock_region.c -o lock_region.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/lock/lock_stat.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/lock/lock_stat.c  -fPIC -DPIC -o .libs/lock_stat.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/lock/lock_stat.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/lock/lock_stat.c -o lock_stat.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/lock/lock_timer.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/lock/lock_timer.c  -fPIC -DPIC -o .libs/lock_timer.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/lock/lock_timer.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/lock/lock_timer.c -o lock_timer.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/lock/lock_util.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/lock/lock_util.c  -fPIC -DPIC -o .libs/lock_util.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/lock/lock_util.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/lock/lock_util.c -o lock_util.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/mutex/mut_alloc.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mutex/mut_alloc.c  -fPIC -DPIC -o .libs/mut_alloc.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/mutex/mut_alloc.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mutex/mut_alloc.c -o mut_alloc.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/mutex/mut_failchk.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mutex/mut_failchk.c  -fPIC -DPIC -o .libs/mut_failchk.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/mutex/mut_failchk.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mutex/mut_failchk.c -o mut_failchk.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/mutex/mut_method.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mutex/mut_method.c  -fPIC -DPIC -o .libs/mut_method.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/mutex/mut_method.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mutex/mut_method.c -o mut_method.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/mutex/mut_region.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mutex/mut_region.c  -fPIC -DPIC -o .libs/mut_region.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/mutex/mut_region.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mutex/mut_region.c -o mut_region.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/mutex/mut_stat.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mutex/mut_stat.c  -fPIC -DPIC -o .libs/mut_stat.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/mutex/mut_stat.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mutex/mut_stat.c -o mut_stat.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../lang/dbm/dbm.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/dbm/dbm.c  -fPIC -DPIC -o .libs/dbm.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../lang/dbm/dbm.c:46:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/dbm/dbm.c -o dbm.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../lang/hsearch/hsearch.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/hsearch/hsearch.c  -fPIC -DPIC -o .libs/hsearch.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../lang/hsearch/hsearch.c:46:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/hsearch/hsearch.c -o hsearch.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/crypto/aes_method.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/crypto/aes_method.c  -fPIC -DPIC -o .libs/aes_method.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/crypto/aes_method.c:14:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/crypto/aes_method.c -o aes_method.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/crypto/crypto.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/crypto/crypto.c  -fPIC -DPIC -o .libs/crypto.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/crypto/crypto.c:14:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/crypto/crypto.c -o crypto.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/crypto/mersenne/mt19937db.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/crypto/mersenne/mt19937db.c  -fPIC -DPIC -o .libs/mt19937db.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/crypto/mersenne/mt19937db.c:6:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/crypto/mersenne/mt19937db.c -o mt19937db.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/crypto/rijndael/rijndael-alg-fst.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/crypto/rijndael/rijndael-alg-fst.c  -fPIC -DPIC -o .libs/rijndael-alg-fst.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/crypto/rijndael/rijndael-alg-fst.c:28:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/crypto/rijndael/rijndael-alg-fst.c -o rijndael-alg-fst.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/crypto/rijndael/rijndael-api-fst.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/crypto/rijndael/rijndael-api-fst.c  -fPIC -DPIC -o .libs/rijndael-api-fst.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/crypto/rijndael/rijndael-api-fst.c:39:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/crypto/rijndael/rijndael-api-fst.c -o rijndael-api-fst.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/common/clock.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/common/clock.c  -fPIC -DPIC -o .libs/clock.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/common/clock.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/common/clock.c -o clock.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/crdel_auto.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/crdel_auto.c  -fPIC -DPIC -o .libs/crdel_auto.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/crdel_auto.c:4:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/crdel_auto.c -o crdel_auto.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/crdel_rec.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/crdel_rec.c  -fPIC -DPIC -o .libs/crdel_rec.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/crdel_rec.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/crdel_rec.c -o crdel_rec.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/db.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db.c  -fPIC -DPIC -o .libs/db.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/db.c:43:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db.c -o db.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/db_am.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_am.c  -fPIC -DPIC -o .libs/db_am.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/db_am.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_am.c -o db_am.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/db_auto.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_auto.c  -fPIC -DPIC -o .libs/db_auto.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/db_auto.c:4:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_auto.c -o db_auto.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/db_backup.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_backup.c  -fPIC -DPIC -o .libs/db_backup.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/db_backup.c:10:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_backup.c -o db_backup.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/common/db_byteorder.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/common/db_byteorder.c  -fPIC -DPIC -o .libs/db_byteorder.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/common/db_byteorder.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/common/db_byteorder.c -o db_byteorder.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/db_cam.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_cam.c  -fPIC -DPIC -o .libs/db_cam.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/db_cam.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_cam.c -o db_cam.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/db_cds.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_cds.c  -fPIC -DPIC -o .libs/db_cds.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/db_cds.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_cds.c -o db_cds.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/db_compact.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_compact.c  -fPIC -DPIC -o .libs/db_compact.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/db_compact.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_compact.c -o db_compact.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/common/db_compint.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/common/db_compint.c  -fPIC -DPIC -o .libs/db_compint.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/common/db_compint.c:9:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/common/db_compint.c -o db_compint.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/db_conv.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_conv.c  -fPIC -DPIC -o .libs/db_conv.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/db_conv.c:43:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_conv.c -o db_conv.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/db_copy.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_copy.c  -fPIC -DPIC -o .libs/db_copy.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/db_copy.c:10:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_copy.c -o db_copy.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/db_dispatch.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_dispatch.c  -fPIC -DPIC -o .libs/db_dispatch.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/db_dispatch.c:42:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_dispatch.c -o db_dispatch.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/db_dup.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_dup.c  -fPIC -DPIC -o .libs/db_dup.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/db_dup.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_dup.c -o db_dup.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/common/db_err.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/common/db_err.c  -fPIC -DPIC -o .libs/db_err.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/common/db_err.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/common/db_err.c -o db_err.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/common/db_getlong.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/common/db_getlong.c  -fPIC -DPIC -o .libs/db_getlong.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/common/db_getlong.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/common/db_getlong.c -o db_getlong.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/common/db_idspace.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/common/db_idspace.c  -fPIC -DPIC -o .libs/db_idspace.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/common/db_idspace.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/common/db_idspace.c -o db_idspace.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/db_iface.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_iface.c  -fPIC -DPIC -o .libs/db_iface.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/db_iface.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_iface.c -o db_iface.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/db_join.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_join.c  -fPIC -DPIC -o .libs/db_join.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/db_join.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_join.c -o db_join.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/common/db_log2.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/common/db_log2.c  -fPIC -DPIC -o .libs/db_log2.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/common/db_log2.c:42:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/common/db_log2.c -o db_log2.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/db_meta.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_meta.c  -fPIC -DPIC -o .libs/db_meta.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/db_meta.c:46:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_meta.c -o db_meta.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/db_method.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_method.c  -fPIC -DPIC -o .libs/db_method.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/db_method.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_method.c -o db_method.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/db_open.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_open.c  -fPIC -DPIC -o .libs/db_open.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/db_open.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_open.c -o db_open.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/db_overflow.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_overflow.c  -fPIC -DPIC -o .libs/db_overflow.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/db_overflow.c:46:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_overflow.c -o db_overflow.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/db_pr.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_pr.c  -fPIC -DPIC -o .libs/db_pr.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/db_pr.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_pr.c -o db_pr.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/db_rec.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_rec.c  -fPIC -DPIC -o .libs/db_rec.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/db_rec.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_rec.c -o db_rec.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/db_reclaim.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_reclaim.c  -fPIC -DPIC -o .libs/db_reclaim.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/db_reclaim.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_reclaim.c -o db_reclaim.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/db_remove.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_remove.c  -fPIC -DPIC -o .libs/db_remove.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/db_remove.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_remove.c -o db_remove.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/db_rename.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_rename.c  -fPIC -DPIC -o .libs/db_rename.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/db_rename.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_rename.c -o db_rename.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/db_ret.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_ret.c  -fPIC -DPIC -o .libs/db_ret.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/db_ret.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_ret.c -o db_ret.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/db_setid.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_setid.c  -fPIC -DPIC -o .libs/db_setid.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/db_setid.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_setid.c -o db_setid.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/db_setlsn.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_setlsn.c  -fPIC -DPIC -o .libs/db_setlsn.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/db_setlsn.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_setlsn.c -o db_setlsn.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/common/db_shash.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/common/db_shash.c  -fPIC -DPIC -o .libs/db_shash.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/common/db_shash.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/common/db_shash.c -o db_shash.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/db_sort_multiple.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_sort_multiple.c  -fPIC -DPIC -o .libs/db_sort_multiple.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/db_sort_multiple.c:9:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_sort_multiple.c -o db_sort_multiple.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/db_stati.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_stati.c  -fPIC -DPIC -o .libs/db_stati.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/db_stati.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_stati.c -o db_stati.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/db_truncate.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_truncate.c  -fPIC -DPIC -o .libs/db_truncate.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/db_truncate.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_truncate.c -o db_truncate.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/db_upg.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_upg.c  -fPIC -DPIC -o .libs/db_upg.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/db_upg.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_upg.c -o db_upg.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/db_upg_opd.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_upg_opd.c  -fPIC -DPIC -o .libs/db_upg_opd.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/db_upg_opd.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_upg_opd.c -o db_upg_opd.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/dbreg/dbreg.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/dbreg/dbreg.c  -fPIC -DPIC -o .libs/dbreg.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/dbreg/dbreg.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/dbreg/dbreg.c -o dbreg.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/dbreg/dbreg_stat.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/dbreg/dbreg_stat.c  -fPIC -DPIC -o .libs/dbreg_stat.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/dbreg/dbreg_stat.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/dbreg/dbreg_stat.c -o dbreg_stat.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/dbreg/dbreg_auto.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/dbreg/dbreg_auto.c  -fPIC -DPIC -o .libs/dbreg_auto.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/dbreg/dbreg_auto.c:4:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/dbreg/dbreg_auto.c -o dbreg_auto.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/dbreg/dbreg_rec.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/dbreg/dbreg_rec.c  -fPIC -DPIC -o .libs/dbreg_rec.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/dbreg/dbreg_rec.c:39:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/dbreg/dbreg_rec.c -o dbreg_rec.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/dbreg/dbreg_util.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/dbreg/dbreg_util.c  -fPIC -DPIC -o .libs/dbreg_util.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/dbreg/dbreg_util.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/dbreg/dbreg_util.c -o dbreg_util.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/common/dbt.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/common/dbt.c  -fPIC -DPIC -o .libs/dbt.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/common/dbt.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/common/dbt.c -o dbt.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/env/env_alloc.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/env/env_alloc.c  -fPIC -DPIC -o .libs/env_alloc.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/env/env_alloc.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/env/env_alloc.c -o env_alloc.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/env/env_config.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/env/env_config.c  -fPIC -DPIC -o .libs/env_config.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/env/env_config.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/env/env_config.c -o env_config.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/env/env_backup.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/env/env_backup.c  -fPIC -DPIC -o .libs/env_backup.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/env/env_backup.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/env/env_backup.c -o env_backup.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/env/env_failchk.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/env/env_failchk.c  -fPIC -DPIC -o .libs/env_failchk.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/env/env_failchk.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/env/env_failchk.c -o env_failchk.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/env/env_file.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/env/env_file.c  -fPIC -DPIC -o .libs/env_file.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/env/env_file.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/env/env_file.c -o env_file.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/env/env_globals.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/env/env_globals.c  -fPIC -DPIC -o .libs/env_globals.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/env/env_globals.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/env/env_globals.c -o env_globals.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/env/env_open.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/env/env_open.c  -fPIC -DPIC -o .libs/env_open.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/env/env_open.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/env/env_open.c -o env_open.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/env/env_method.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/env/env_method.c  -fPIC -DPIC -o .libs/env_method.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/env/env_method.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/env/env_method.c -o env_method.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/env/env_name.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/env/env_name.c  -fPIC -DPIC -o .libs/env_name.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/env/env_name.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/env/env_name.c -o env_name.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/env/env_recover.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/env/env_recover.c  -fPIC -DPIC -o .libs/env_recover.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/env/env_recover.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/env/env_recover.c -o env_recover.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/env/env_region.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/env/env_region.c  -fPIC -DPIC -o .libs/env_region.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/env/env_region.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/env/env_region.c -o env_region.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/env/env_register.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/env/env_register.c  -fPIC -DPIC -o .libs/env_register.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/env/env_register.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/env/env_register.c -o env_register.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/env/env_sig.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/env/env_sig.c  -fPIC -DPIC -o .libs/env_sig.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/env/env_sig.c:9:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/env/env_sig.c -o env_sig.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/env/env_stat.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/env/env_stat.c  -fPIC -DPIC -o .libs/env_stat.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/env/env_stat.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/env/env_stat.c -o env_stat.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/fileops/fileops_auto.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/fileops/fileops_auto.c  -fPIC -DPIC -o .libs/fileops_auto.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/fileops/fileops_auto.c:4:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/fileops/fileops_auto.c -o fileops_auto.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/fileops/fop_basic.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/fileops/fop_basic.c  -fPIC -DPIC -o .libs/fop_basic.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/fileops/fop_basic.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/fileops/fop_basic.c -o fop_basic.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/fileops/fop_rec.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/fileops/fop_rec.c  -fPIC -DPIC -o .libs/fop_rec.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/fileops/fop_rec.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/fileops/fop_rec.c -o fop_rec.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/fileops/fop_util.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/fileops/fop_util.c  -fPIC -DPIC -o .libs/fop_util.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/fileops/fop_util.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/fileops/fop_util.c -o fop_util.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/hash/hash_func.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/hash/hash_func.c  -fPIC -DPIC -o .libs/hash_func.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/hash/hash_func.c:46:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/hash/hash_func.c -o hash_func.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/hmac/hmac.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/hmac/hmac.c  -fPIC -DPIC -o .libs/hmac.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/hmac/hmac.c:14:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/hmac/hmac.c -o hmac.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/log/log.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/log/log.c  -fPIC -DPIC -o .libs/log.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/log/log.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/log/log.c -o log.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/log/log_archive.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/log/log_archive.c  -fPIC -DPIC -o .libs/log_archive.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/log/log_archive.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/log/log_archive.c -o log_archive.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/log/log_compare.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/log/log_compare.c  -fPIC -DPIC -o .libs/log_compare.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/log/log_compare.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/log/log_compare.c -o log_compare.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/log/log_debug.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/log/log_debug.c  -fPIC -DPIC -o .libs/log_debug.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/log/log_debug.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/log/log_debug.c -o log_debug.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/log/log_get.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/log/log_get.c  -fPIC -DPIC -o .libs/log_get.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/log/log_get.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/log/log_get.c -o log_get.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/log/log_method.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/log/log_method.c  -fPIC -DPIC -o .libs/log_method.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/log/log_method.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/log/log_method.c -o log_method.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/log/log_print.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/log/log_print.c  -fPIC -DPIC -o .libs/log_print.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/log/log_print.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/log/log_print.c -o log_print.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/log/log_put.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/log/log_put.c  -fPIC -DPIC -o .libs/log_put.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/log/log_put.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/log/log_put.c -o log_put.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/log/log_stat.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/log/log_stat.c  -fPIC -DPIC -o .libs/log_stat.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/log/log_stat.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/log/log_stat.c -o log_stat.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/common/mkpath.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/common/mkpath.c  -fPIC -DPIC -o .libs/mkpath.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/common/mkpath.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/common/mkpath.c -o mkpath.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/mp/mp_alloc.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mp/mp_alloc.c  -fPIC -DPIC -o .libs/mp_alloc.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/mp/mp_alloc.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mp/mp_alloc.c -o mp_alloc.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/mp/mp_backup.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mp/mp_backup.c  -fPIC -DPIC -o .libs/mp_backup.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/mp/mp_backup.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mp/mp_backup.c -o mp_backup.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/mp/mp_bh.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mp/mp_bh.c  -fPIC -DPIC -o .libs/mp_bh.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/mp/mp_bh.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mp/mp_bh.c -o mp_bh.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/mp/mp_fget.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mp/mp_fget.c  -fPIC -DPIC -o .libs/mp_fget.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/mp/mp_fget.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mp/mp_fget.c -o mp_fget.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/mp/mp_fmethod.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mp/mp_fmethod.c  -fPIC -DPIC -o .libs/mp_fmethod.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/mp/mp_fmethod.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mp/mp_fmethod.c -o mp_fmethod.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/mp/mp_fopen.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mp/mp_fopen.c  -fPIC -DPIC -o .libs/mp_fopen.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/mp/mp_fopen.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mp/mp_fopen.c -o mp_fopen.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/mp/mp_fput.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mp/mp_fput.c  -fPIC -DPIC -o .libs/mp_fput.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/mp/mp_fput.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mp/mp_fput.c -o mp_fput.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/mp/mp_fset.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mp/mp_fset.c  -fPIC -DPIC -o .libs/mp_fset.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/mp/mp_fset.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mp/mp_fset.c -o mp_fset.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/mp/mp_method.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mp/mp_method.c  -fPIC -DPIC -o .libs/mp_method.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/mp/mp_method.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mp/mp_method.c -o mp_method.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/mp/mp_mvcc.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mp/mp_mvcc.c  -fPIC -DPIC -o .libs/mp_mvcc.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/mp/mp_mvcc.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mp/mp_mvcc.c -o mp_mvcc.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/mp/mp_region.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mp/mp_region.c  -fPIC -DPIC -o .libs/mp_region.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/mp/mp_region.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mp/mp_region.c -o mp_region.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/mp/mp_register.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mp/mp_register.c  -fPIC -DPIC -o .libs/mp_register.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/mp/mp_register.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mp/mp_register.c -o mp_register.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/mp/mp_resize.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mp/mp_resize.c  -fPIC -DPIC -o .libs/mp_resize.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/mp/mp_resize.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mp/mp_resize.c -o mp_resize.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/mp/mp_stat.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mp/mp_stat.c  -fPIC -DPIC -o .libs/mp_stat.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/mp/mp_stat.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mp/mp_stat.c -o mp_stat.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/mp/mp_sync.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mp/mp_sync.c  -fPIC -DPIC -o .libs/mp_sync.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/mp/mp_sync.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mp/mp_sync.c -o mp_sync.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/mp/mp_trickle.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mp/mp_trickle.c  -fPIC -DPIC -o .libs/mp_trickle.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/mp/mp_trickle.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/mp/mp_trickle.c -o mp_trickle.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/common/openflags.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/common/openflags.c  -fPIC -DPIC -o .libs/openflags.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/common/openflags.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/common/openflags.c -o openflags.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/os/os_abort.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_abort.c  -fPIC -DPIC -o .libs/os_abort.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/os/os_abort.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_abort.c -o os_abort.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/os/os_abs.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_abs.c  -fPIC -DPIC -o .libs/os_abs.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/os/os_abs.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_abs.c -o os_abs.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/os/os_alloc.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_alloc.c  -fPIC -DPIC -o .libs/os_alloc.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/os/os_alloc.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_alloc.c -o os_alloc.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/os/os_clock.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_clock.c  -fPIC -DPIC -o .libs/os_clock.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/os/os_clock.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_clock.c -o os_clock.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/os/os_cpu.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_cpu.c  -fPIC -DPIC -o .libs/os_cpu.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/os/os_cpu.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_cpu.c -o os_cpu.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/os/os_ctime.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_ctime.c  -fPIC -DPIC -o .libs/os_ctime.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/os/os_ctime.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_ctime.c -o os_ctime.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/os/os_config.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_config.c  -fPIC -DPIC -o .libs/os_config.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/os/os_config.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_config.c -o os_config.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/os/os_dir.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_dir.c  -fPIC -DPIC -o .libs/os_dir.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/os/os_dir.c:28:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_dir.c -o os_dir.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/os/os_errno.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_errno.c  -fPIC -DPIC -o .libs/os_errno.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/os/os_errno.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_errno.c -o os_errno.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/os/os_fid.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_fid.c  -fPIC -DPIC -o .libs/os_fid.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/os/os_fid.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_fid.c -o os_fid.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/os/os_flock.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_flock.c  -fPIC -DPIC -o .libs/os_flock.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/os/os_flock.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_flock.c -o os_flock.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/os/os_fsync.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_fsync.c  -fPIC -DPIC -o .libs/os_fsync.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/os/os_fsync.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_fsync.c -o os_fsync.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/os/os_getenv.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_getenv.c  -fPIC -DPIC -o .libs/os_getenv.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/os/os_getenv.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_getenv.c -o os_getenv.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/os/os_handle.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_handle.c  -fPIC -DPIC -o .libs/os_handle.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/os/os_handle.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_handle.c -o os_handle.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/os/os_map.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_map.c  -fPIC -DPIC -o .libs/os_map.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/os/os_map.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_map.c -o os_map.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/common/os_method.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/common/os_method.c  -fPIC -DPIC -o .libs/os_method.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/common/os_method.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/common/os_method.c -o os_method.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/os/os_mkdir.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_mkdir.c  -fPIC -DPIC -o .libs/os_mkdir.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/os/os_mkdir.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_mkdir.c -o os_mkdir.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/os/os_open.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_open.c  -fPIC -DPIC -o .libs/os_open.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/os/os_open.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_open.c -o os_open.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/os/os_path.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_path.c  -fPIC -DPIC -o .libs/os_path.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/os/os_path.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_path.c -o os_path.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/os/os_pid.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_pid.c  -fPIC -DPIC -o .libs/os_pid.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/os/os_pid.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_pid.c -o os_pid.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/os/os_rename.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_rename.c  -fPIC -DPIC -o .libs/os_rename.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/os/os_rename.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_rename.c -o os_rename.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/os/os_root.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_root.c  -fPIC -DPIC -o .libs/os_root.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/os/os_root.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_root.c -o os_root.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/os/os_rpath.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_rpath.c  -fPIC -DPIC -o .libs/os_rpath.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/os/os_rpath.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_rpath.c -o os_rpath.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/os/os_rw.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_rw.c  -fPIC -DPIC -o .libs/os_rw.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/os/os_rw.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_rw.c -o os_rw.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/os/os_seek.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_seek.c  -fPIC -DPIC -o .libs/os_seek.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/os/os_seek.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_seek.c -o os_seek.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/os/os_stack.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_stack.c  -fPIC -DPIC -o .libs/os_stack.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/os/os_stack.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_stack.c -o os_stack.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/os/os_stat.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_stat.c  -fPIC -DPIC -o .libs/os_stat.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/os/os_stat.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_stat.c -o os_stat.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/os/os_tmpdir.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_tmpdir.c  -fPIC -DPIC -o .libs/os_tmpdir.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/os/os_tmpdir.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_tmpdir.c -o os_tmpdir.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/os/os_truncate.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_truncate.c  -fPIC -DPIC -o .libs/os_truncate.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/os/os_truncate.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_truncate.c -o os_truncate.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/os/os_uid.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_uid.c  -fPIC -DPIC -o .libs/os_uid.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/os/os_uid.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_uid.c -o os_uid.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/os/os_unlink.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_unlink.c  -fPIC -DPIC -o .libs/os_unlink.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/os/os_unlink.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_unlink.c -o os_unlink.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/os/os_yield.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_yield.c  -fPIC -DPIC -o .libs/os_yield.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/os/os_yield.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/os/os_yield.c -o os_yield.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/partition.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/partition.c  -fPIC -DPIC -o .libs/partition.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/partition.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/partition.c -o partition.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/sequence/seq_stat.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/sequence/seq_stat.c  -fPIC -DPIC -o .libs/seq_stat.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/sequence/seq_stat.c:12:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/sequence/seq_stat.c -o seq_stat.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/sequence/sequence.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/sequence/sequence.c  -fPIC -DPIC -o .libs/sequence.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/sequence/sequence.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/sequence/sequence.c -o sequence.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/hmac/sha1.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/hmac/sha1.c  -fPIC -DPIC -o .libs/sha1.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/hmac/sha1.c:7:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/hmac/sha1.c -o sha1.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/clib/snprintf.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/clib/snprintf.c  -fPIC -DPIC -o .libs/snprintf.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/clib/snprintf.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/clib/snprintf.c -o snprintf.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/txn/txn.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/txn/txn.c  -fPIC -DPIC -o .libs/txn.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/txn/txn.c:42:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/txn/txn.c -o txn.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/txn/txn_auto.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/txn/txn_auto.c  -fPIC -DPIC -o .libs/txn_auto.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/txn/txn_auto.c:4:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/txn/txn_auto.c -o txn_auto.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/txn/txn_chkpt.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/txn/txn_chkpt.c  -fPIC -DPIC -o .libs/txn_chkpt.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/txn/txn_chkpt.c:42:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/txn/txn_chkpt.c -o txn_chkpt.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/txn/txn_failchk.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/txn/txn_failchk.c  -fPIC -DPIC -o .libs/txn_failchk.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/txn/txn_failchk.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/txn/txn_failchk.c -o txn_failchk.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/txn/txn_method.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/txn/txn_method.c  -fPIC -DPIC -o .libs/txn_method.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/txn/txn_method.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/txn/txn_method.c -o txn_method.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/txn/txn_rec.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/txn/txn_rec.c  -fPIC -DPIC -o .libs/txn_rec.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/txn/txn_rec.c:39:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/txn/txn_rec.c -o txn_rec.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/txn/txn_recover.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/txn/txn_recover.c  -fPIC -DPIC -o .libs/txn_recover.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/txn/txn_recover.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/txn/txn_recover.c -o txn_recover.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/txn/txn_region.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/txn/txn_region.c  -fPIC -DPIC -o .libs/txn_region.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/txn/txn_region.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/txn/txn_region.c -o txn_region.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/txn/txn_stat.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/txn/txn_stat.c  -fPIC -DPIC -o .libs/txn_stat.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/txn/txn_stat.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/txn/txn_stat.c -o txn_stat.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/txn/txn_util.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/txn/txn_util.c  -fPIC -DPIC -o .libs/txn_util.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/txn/txn_util.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/txn/txn_util.c -o txn_util.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/xa/xa.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/xa/xa.c  -fPIC -DPIC -o .libs/xa.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/xa/xa.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/xa/xa.c -o xa.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/xa/xa_map.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/xa/xa_map.c  -fPIC -DPIC -o .libs/xa_map.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/xa/xa_map.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/xa/xa_map.c -o xa_map.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/common/zerofill.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/common/zerofill.c  -fPIC -DPIC -o .libs/zerofill.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/common/zerofill.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/common/zerofill.c -o zerofill.o >/dev/null 2>&1
rm -f Versions
printf "DB5_3 {\n  global:\n" > Versions
nm $(sed -n "/^pic_object='\(.*\)'$/ { s//\1/;s,.libs/,,;p;}" db185.lo mut_tas.lo mut_pthread.lo  bt_compare.lo bt_compress.lo bt_conv.lo bt_curadj.lo bt_cursor.lo bt_delete.lo bt_method.lo bt_open.lo bt_put.lo bt_rec.lo bt_reclaim.lo bt_recno.lo bt_rsearch.lo bt_search.lo bt_split.lo bt_stat.lo bt_compact.lo bt_upgrade.lo btree_auto.lo hash.lo hash_auto.lo hash_compact.lo hash_conv.lo hash_dup.lo hash_meta.lo hash_method.lo hash_open.lo hash_page.lo hash_rec.lo hash_reclaim.lo hash_stat.lo hash_upgrade.lo hash_verify.lo heap.lo heap_auto.lo heap_backup.lo heap_conv.lo heap_method.lo heap_open.lo heap_rec.lo heap_reclaim.lo heap_stat.lo heap_verify.lo qam.lo qam_auto.lo qam_conv.lo qam_files.lo qam_method.lo qam_open.lo qam_rec.lo qam_stat.lo qam_upgrade.lo qam_verify.lo rep_automsg.lo rep_backup.lo rep_elect.lo rep_lease.lo rep_log.lo rep_method.lo rep_record.lo rep_region.lo rep_stat.lo rep_util.lo rep_verify.lo os_addrinfo.lo repmgr_auto.lo repmgr_automsg.lo repmgr_elect.lo repmgr_method.lo repmgr_msg.lo repmgr_net.lo repmgr_posix.lo repmgr_queue.lo repmgr_rec.lo repmgr_sel.lo repmgr_stat.lo repmgr_util.lo db_ovfl_vrfy.lo db_vrfy.lo db_vrfyutil.lo bt_verify.lo log_verify.lo log_verify_util.lo log_verify_int.lo log_verify_auto.lo  lock.lo lock_deadlock.lo lock_failchk.lo lock_id.lo lock_list.lo lock_method.lo lock_region.lo lock_stat.lo lock_timer.lo lock_util.lo mut_alloc.lo mut_failchk.lo mut_method.lo mut_region.lo mut_stat.lo dbm.lo hsearch.lo  aes_method.lo crypto.lo mt19937db.lo rijndael-alg-fst.lo rijndael-api-fst.lo clock.lo crdel_auto.lo crdel_rec.lo db.lo db_am.lo db_auto.lo db_backup.lo db_byteorder.lo db_cam.lo db_cds.lo db_compact.lo db_compint.lo db_conv.lo db_copy.lo db_dispatch.lo db_dup.lo db_err.lo db_getlong.lo db_idspace.lo db_iface.lo db_join.lo db_log2.lo db_meta.lo db_method.lo db_open.lo db_overflow.lo db_pr.lo db_rec.lo db_reclaim.lo db_remove.lo db_rename.lo db_ret.lo db_setid.lo db_setlsn.lo db_shash.lo db_sort_multiple.lo db_stati.lo db_truncate.lo db_upg.lo db_upg_opd.lo dbreg.lo dbreg_stat.lo dbreg_auto.lo dbreg_rec.lo dbreg_util.lo dbt.lo env_alloc.lo env_config.lo env_backup.lo env_failchk.lo env_file.lo env_globals.lo env_open.lo env_method.lo env_name.lo env_recover.lo env_region.lo env_register.lo env_sig.lo env_stat.lo fileops_auto.lo fop_basic.lo fop_rec.lo fop_util.lo hash_func.lo hmac.lo log.lo log_archive.lo log_compare.lo log_debug.lo log_get.lo log_method.lo log_print.lo log_put.lo log_stat.lo mkpath.lo mp_alloc.lo mp_backup.lo mp_bh.lo mp_fget.lo mp_fmethod.lo mp_fopen.lo mp_fput.lo mp_fset.lo mp_method.lo mp_mvcc.lo mp_region.lo mp_register.lo mp_resize.lo mp_stat.lo mp_sync.lo mp_trickle.lo openflags.lo os_abort.lo os_abs.lo os_alloc.lo os_clock.lo os_cpu.lo os_ctime.lo os_config.lo os_dir.lo os_errno.lo os_fid.lo os_flock.lo os_fsync.lo os_getenv.lo os_handle.lo os_map.lo os_method.lo os_mkdir.lo os_open.lo os_path.lo os_pid.lo os_rename.lo os_root.lo os_rpath.lo os_rw.lo os_seek.lo os_stack.lo os_stat.lo os_tmpdir.lo os_truncate.lo os_uid.lo os_unlink.lo os_yield.lo partition.lo seq_stat.lo sequence.lo sha1.lo snprintf.lo txn.lo txn_auto.lo txn_chkpt.lo txn_failchk.lo txn_method.lo txn_rec.lo txn_recover.lo txn_region.lo txn_stat.lo txn_util.lo xa.lo xa_map.lo zerofill.lo  ) | grep " [DTR] " | cut -d" " -f3 | sed -e 's/$/;/' >> Versions
printf "local: *; };\n" >> Versions
./libtool --mode=link x86_64-linux-gnux32-gcc -avoid-version -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  -rpath /usr/lib/x86_64-linux-gnux32 -Wl,--version-script=Versions -Wl,-z,relro -o libdb-5.3.la db185.lo mut_tas.lo mut_pthread.lo  bt_compare.lo bt_compress.lo bt_conv.lo bt_curadj.lo bt_cursor.lo bt_delete.lo bt_method.lo bt_open.lo bt_put.lo bt_rec.lo bt_reclaim.lo bt_recno.lo bt_rsearch.lo bt_search.lo bt_split.lo bt_stat.lo bt_compact.lo bt_upgrade.lo btree_auto.lo hash.lo hash_auto.lo hash_compact.lo hash_conv.lo hash_dup.lo hash_meta.lo hash_method.lo hash_open.lo hash_page.lo hash_rec.lo hash_reclaim.lo hash_stat.lo hash_upgrade.lo hash_verify.lo heap.lo heap_auto.lo heap_backup.lo heap_conv.lo heap_method.lo heap_open.lo heap_rec.lo heap_reclaim.lo heap_stat.lo heap_verify.lo qam.lo qam_auto.lo qam_conv.lo qam_files.lo qam_method.lo qam_open.lo qam_rec.lo qam_stat.lo qam_upgrade.lo qam_verify.lo rep_automsg.lo rep_backup.lo rep_elect.lo rep_lease.lo rep_log.lo rep_method.lo rep_record.lo rep_region.lo rep_stat.lo rep_util.lo rep_verify.lo os_addrinfo.lo repmgr_auto.lo repmgr_automsg.lo repmgr_elect.lo repmgr_method.lo repmgr_msg.lo repmgr_net.lo repmgr_posix.lo repmgr_queue.lo repmgr_rec.lo repmgr_sel.lo repmgr_stat.lo repmgr_util.lo db_ovfl_vrfy.lo db_vrfy.lo db_vrfyutil.lo bt_verify.lo log_verify.lo log_verify_util.lo log_verify_int.lo log_verify_auto.lo  lock.lo lock_deadlock.lo lock_failchk.lo lock_id.lo lock_list.lo lock_method.lo lock_region.lo lock_stat.lo lock_timer.lo lock_util.lo mut_alloc.lo mut_failchk.lo mut_method.lo mut_region.lo mut_stat.lo dbm.lo hsearch.lo  aes_method.lo crypto.lo mt19937db.lo rijndael-alg-fst.lo rijndael-api-fst.lo clock.lo crdel_auto.lo crdel_rec.lo db.lo db_am.lo db_auto.lo db_backup.lo db_byteorder.lo db_cam.lo db_cds.lo db_compact.lo db_compint.lo db_conv.lo db_copy.lo db_dispatch.lo db_dup.lo db_err.lo db_getlong.lo db_idspace.lo db_iface.lo db_join.lo db_log2.lo db_meta.lo db_method.lo db_open.lo db_overflow.lo db_pr.lo db_rec.lo db_reclaim.lo db_remove.lo db_rename.lo db_ret.lo db_setid.lo db_setlsn.lo db_shash.lo db_sort_multiple.lo db_stati.lo db_truncate.lo db_upg.lo db_upg_opd.lo dbreg.lo dbreg_stat.lo dbreg_auto.lo dbreg_rec.lo dbreg_util.lo dbt.lo env_alloc.lo env_config.lo env_backup.lo env_failchk.lo env_file.lo env_globals.lo env_open.lo env_method.lo env_name.lo env_recover.lo env_region.lo env_register.lo env_sig.lo env_stat.lo fileops_auto.lo fop_basic.lo fop_rec.lo fop_util.lo hash_func.lo hmac.lo log.lo log_archive.lo log_compare.lo log_debug.lo log_get.lo log_method.lo log_print.lo log_put.lo log_stat.lo mkpath.lo mp_alloc.lo mp_backup.lo mp_bh.lo mp_fget.lo mp_fmethod.lo mp_fopen.lo mp_fput.lo mp_fset.lo mp_method.lo mp_mvcc.lo mp_region.lo mp_register.lo mp_resize.lo mp_stat.lo mp_sync.lo mp_trickle.lo openflags.lo os_abort.lo os_abs.lo os_alloc.lo os_clock.lo os_cpu.lo os_ctime.lo os_config.lo os_dir.lo os_errno.lo os_fid.lo os_flock.lo os_fsync.lo os_getenv.lo os_handle.lo os_map.lo os_method.lo os_mkdir.lo os_open.lo os_path.lo os_pid.lo os_rename.lo os_root.lo os_rpath.lo os_rw.lo os_seek.lo os_stack.lo os_stat.lo os_tmpdir.lo os_truncate.lo os_uid.lo os_unlink.lo os_yield.lo partition.lo seq_stat.lo sequence.lo sha1.lo snprintf.lo txn.lo txn_auto.lo txn_chkpt.lo txn_failchk.lo txn_method.lo txn_rec.lo txn_recover.lo txn_region.lo txn_stat.lo txn_util.lo xa.lo xa_map.lo zerofill.lo   \
	-lpthread
libtool: link: x86_64-linux-gnux32-gcc -shared  -fPIC -DPIC  .libs/db185.o .libs/mut_tas.o .libs/mut_pthread.o .libs/bt_compare.o .libs/bt_compress.o .libs/bt_conv.o .libs/bt_curadj.o .libs/bt_cursor.o .libs/bt_delete.o .libs/bt_method.o .libs/bt_open.o .libs/bt_put.o .libs/bt_rec.o .libs/bt_reclaim.o .libs/bt_recno.o .libs/bt_rsearch.o .libs/bt_search.o .libs/bt_split.o .libs/bt_stat.o .libs/bt_compact.o .libs/bt_upgrade.o .libs/btree_auto.o .libs/hash.o .libs/hash_auto.o .libs/hash_compact.o .libs/hash_conv.o .libs/hash_dup.o .libs/hash_meta.o .libs/hash_method.o .libs/hash_open.o .libs/hash_page.o .libs/hash_rec.o .libs/hash_reclaim.o .libs/hash_stat.o .libs/hash_upgrade.o .libs/hash_verify.o .libs/heap.o .libs/heap_auto.o .libs/heap_backup.o .libs/heap_conv.o .libs/heap_method.o .libs/heap_open.o .libs/heap_rec.o .libs/heap_reclaim.o .libs/heap_stat.o .libs/heap_verify.o .libs/qam.o .libs/qam_auto.o .libs/qam_conv.o .libs/qam_files.o .libs/qam_method.o .libs/qam_open.o .libs/qam_rec.o .libs/qam_stat.o .libs/qam_upgrade.o .libs/qam_verify.o .libs/rep_automsg.o .libs/rep_backup.o .libs/rep_elect.o .libs/rep_lease.o .libs/rep_log.o .libs/rep_method.o .libs/rep_record.o .libs/rep_region.o .libs/rep_stat.o .libs/rep_util.o .libs/rep_verify.o .libs/os_addrinfo.o .libs/repmgr_auto.o .libs/repmgr_automsg.o .libs/repmgr_elect.o .libs/repmgr_method.o .libs/repmgr_msg.o .libs/repmgr_net.o .libs/repmgr_posix.o .libs/repmgr_queue.o .libs/repmgr_rec.o .libs/repmgr_sel.o .libs/repmgr_stat.o .libs/repmgr_util.o .libs/db_ovfl_vrfy.o .libs/db_vrfy.o .libs/db_vrfyutil.o .libs/bt_verify.o .libs/log_verify.o .libs/log_verify_util.o .libs/log_verify_int.o .libs/log_verify_auto.o .libs/lock.o .libs/lock_deadlock.o .libs/lock_failchk.o .libs/lock_id.o .libs/lock_list.o .libs/lock_method.o .libs/lock_region.o .libs/lock_stat.o .libs/lock_timer.o .libs/lock_util.o .libs/mut_alloc.o .libs/mut_failchk.o .libs/mut_method.o .libs/mut_region.o .libs/mut_stat.o .libs/dbm.o .libs/hsearch.o .libs/aes_method.o .libs/crypto.o .libs/mt19937db.o .libs/rijndael-alg-fst.o .libs/rijndael-api-fst.o .libs/clock.o .libs/crdel_auto.o .libs/crdel_rec.o .libs/db.o .libs/db_am.o .libs/db_auto.o .libs/db_backup.o .libs/db_byteorder.o .libs/db_cam.o .libs/db_cds.o .libs/db_compact.o .libs/db_compint.o .libs/db_conv.o .libs/db_copy.o .libs/db_dispatch.o .libs/db_dup.o .libs/db_err.o .libs/db_getlong.o .libs/db_idspace.o .libs/db_iface.o .libs/db_join.o .libs/db_log2.o .libs/db_meta.o .libs/db_method.o .libs/db_open.o .libs/db_overflow.o .libs/db_pr.o .libs/db_rec.o .libs/db_reclaim.o .libs/db_remove.o .libs/db_rename.o .libs/db_ret.o .libs/db_setid.o .libs/db_setlsn.o .libs/db_shash.o .libs/db_sort_multiple.o .libs/db_stati.o .libs/db_truncate.o .libs/db_upg.o .libs/db_upg_opd.o .libs/dbreg.o .libs/dbreg_stat.o .libs/dbreg_auto.o .libs/dbreg_rec.o .libs/dbreg_util.o .libs/dbt.o .libs/env_alloc.o .libs/env_config.o .libs/env_backup.o .libs/env_failchk.o .libs/env_file.o .libs/env_globals.o .libs/env_open.o .libs/env_method.o .libs/env_name.o .libs/env_recover.o .libs/env_region.o .libs/env_register.o .libs/env_sig.o .libs/env_stat.o .libs/fileops_auto.o .libs/fop_basic.o .libs/fop_rec.o .libs/fop_util.o .libs/hash_func.o .libs/hmac.o .libs/log.o .libs/log_archive.o .libs/log_compare.o .libs/log_debug.o .libs/log_get.o .libs/log_method.o .libs/log_print.o .libs/log_put.o .libs/log_stat.o .libs/mkpath.o .libs/mp_alloc.o .libs/mp_backup.o .libs/mp_bh.o .libs/mp_fget.o .libs/mp_fmethod.o .libs/mp_fopen.o .libs/mp_fput.o .libs/mp_fset.o .libs/mp_method.o .libs/mp_mvcc.o .libs/mp_region.o .libs/mp_register.o .libs/mp_resize.o .libs/mp_stat.o .libs/mp_sync.o .libs/mp_trickle.o .libs/openflags.o .libs/os_abort.o .libs/os_abs.o .libs/os_alloc.o .libs/os_clock.o .libs/os_cpu.o .libs/os_ctime.o .libs/os_config.o .libs/os_dir.o .libs/os_errno.o .libs/os_fid.o .libs/os_flock.o .libs/os_fsync.o .libs/os_getenv.o .libs/os_handle.o .libs/os_map.o .libs/os_method.o .libs/os_mkdir.o .libs/os_open.o .libs/os_path.o .libs/os_pid.o .libs/os_rename.o .libs/os_root.o .libs/os_rpath.o .libs/os_rw.o .libs/os_seek.o .libs/os_stack.o .libs/os_stat.o .libs/os_tmpdir.o .libs/os_truncate.o .libs/os_uid.o .libs/os_unlink.o .libs/os_yield.o .libs/partition.o .libs/seq_stat.o .libs/sequence.o .libs/sha1.o .libs/snprintf.o .libs/txn.o .libs/txn_auto.o .libs/txn_chkpt.o .libs/txn_failchk.o .libs/txn_method.o .libs/txn_rec.o .libs/txn_recover.o .libs/txn_region.o .libs/txn_stat.o .libs/txn_util.o .libs/xa.o .libs/xa_map.o .libs/zerofill.o   -lpthread  -O2 -Wl,--version-script=Versions -Wl,-z -Wl,relro   -Wl,-soname -Wl,libdb-5.3.so -o .libs/libdb-5.3.so
libtool: link: x86_64-linux-gnux32-ar cru .libs/libdb-5.3.a  db185.o mut_tas.o mut_pthread.o bt_compare.o bt_compress.o bt_conv.o bt_curadj.o bt_cursor.o bt_delete.o bt_method.o bt_open.o bt_put.o bt_rec.o bt_reclaim.o bt_recno.o bt_rsearch.o bt_search.o bt_split.o bt_stat.o bt_compact.o bt_upgrade.o btree_auto.o hash.o hash_auto.o hash_compact.o hash_conv.o hash_dup.o hash_meta.o hash_method.o hash_open.o hash_page.o hash_rec.o hash_reclaim.o hash_stat.o hash_upgrade.o hash_verify.o heap.o heap_auto.o heap_backup.o heap_conv.o heap_method.o heap_open.o heap_rec.o heap_reclaim.o heap_stat.o heap_verify.o qam.o qam_auto.o qam_conv.o qam_files.o qam_method.o qam_open.o qam_rec.o qam_stat.o qam_upgrade.o qam_verify.o rep_automsg.o rep_backup.o rep_elect.o rep_lease.o rep_log.o rep_method.o rep_record.o rep_region.o rep_stat.o rep_util.o rep_verify.o os_addrinfo.o repmgr_auto.o repmgr_automsg.o repmgr_elect.o repmgr_method.o repmgr_msg.o repmgr_net.o repmgr_posix.o repmgr_queue.o repmgr_rec.o repmgr_sel.o repmgr_stat.o repmgr_util.o db_ovfl_vrfy.o db_vrfy.o db_vrfyutil.o bt_verify.o log_verify.o log_verify_util.o log_verify_int.o log_verify_auto.o lock.o lock_deadlock.o lock_failchk.o lock_id.o lock_list.o lock_method.o lock_region.o lock_stat.o lock_timer.o lock_util.o mut_alloc.o mut_failchk.o mut_method.o mut_region.o mut_stat.o dbm.o hsearch.o aes_method.o crypto.o mt19937db.o rijndael-alg-fst.o rijndael-api-fst.o clock.o crdel_auto.o crdel_rec.o db.o db_am.o db_auto.o db_backup.o db_byteorder.o db_cam.o db_cds.o db_compact.o db_compint.o db_conv.o db_copy.o db_dispatch.o db_dup.o db_err.o db_getlong.o db_idspace.o db_iface.o db_join.o db_log2.o db_meta.o db_method.o db_open.o db_overflow.o db_pr.o db_rec.o db_reclaim.o db_remove.o db_rename.o db_ret.o db_setid.o db_setlsn.o db_shash.o db_sort_multiple.o db_stati.o db_truncate.o db_upg.o db_upg_opd.o dbreg.o dbreg_stat.o dbreg_auto.o dbreg_rec.o dbreg_util.o dbt.o env_alloc.o env_config.o env_backup.o env_failchk.o env_file.o env_globals.o env_open.o env_method.o env_name.o env_recover.o env_region.o env_register.o env_sig.o env_stat.o fileops_auto.o fop_basic.o fop_rec.o fop_util.o hash_func.o hmac.o log.o log_archive.o log_compare.o log_debug.o log_get.o log_method.o log_print.o log_put.o log_stat.o mkpath.o mp_alloc.o mp_backup.o mp_bh.o mp_fget.o mp_fmethod.o mp_fopen.o mp_fput.o mp_fset.o mp_method.o mp_mvcc.o mp_region.o mp_register.o mp_resize.o mp_stat.o mp_sync.o mp_trickle.o openflags.o os_abort.o os_abs.o os_alloc.o os_clock.o os_cpu.o os_ctime.o os_config.o os_dir.o os_errno.o os_fid.o os_flock.o os_fsync.o os_getenv.o os_handle.o os_map.o os_method.o os_mkdir.o os_open.o os_path.o os_pid.o os_rename.o os_root.o os_rpath.o os_rw.o os_seek.o os_stack.o os_stat.o os_tmpdir.o os_truncate.o os_uid.o os_unlink.o os_yield.o partition.o seq_stat.o sequence.o sha1.o snprintf.o txn.o txn_auto.o txn_chkpt.o txn_failchk.o txn_method.o txn_rec.o txn_recover.o txn_region.o txn_stat.o txn_util.o xa.o xa_map.o zerofill.o
libtool: link: x86_64-linux-gnux32-ranlib .libs/libdb-5.3.a
libtool: link: ( cd ".libs" && rm -f "libdb-5.3.la" && ln -s "../libdb-5.3.la" "libdb-5.3.la" )
rm -f libdb.a
ln -s .libs/libdb-5.3.a libdb.a
./libtool --mode=compile x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_channel.cpp
libtool: compile:  x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_channel.cpp  -fPIC -DPIC -o .libs/cxx_channel.o
libtool: compile:  x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_channel.cpp -o cxx_channel.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_db.cpp
libtool: compile:  x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_db.cpp  -fPIC -DPIC -o .libs/cxx_db.o
libtool: compile:  x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_db.cpp -o cxx_db.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_dbc.cpp
libtool: compile:  x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_dbc.cpp  -fPIC -DPIC -o .libs/cxx_dbc.o
libtool: compile:  x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_dbc.cpp -o cxx_dbc.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_dbt.cpp
libtool: compile:  x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_dbt.cpp  -fPIC -DPIC -o .libs/cxx_dbt.o
libtool: compile:  x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_dbt.cpp -o cxx_dbt.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_env.cpp
libtool: compile:  x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_env.cpp  -fPIC -DPIC -o .libs/cxx_env.o
libtool: compile:  x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_env.cpp -o cxx_env.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_except.cpp
libtool: compile:  x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_except.cpp  -fPIC -DPIC -o .libs/cxx_except.o
libtool: compile:  x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_except.cpp -o cxx_except.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_lock.cpp
libtool: compile:  x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_lock.cpp  -fPIC -DPIC -o .libs/cxx_lock.o
libtool: compile:  x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_lock.cpp -o cxx_lock.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_logc.cpp
libtool: compile:  x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_logc.cpp  -fPIC -DPIC -o .libs/cxx_logc.o
libtool: compile:  x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_logc.cpp -o cxx_logc.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_mpool.cpp
libtool: compile:  x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_mpool.cpp  -fPIC -DPIC -o .libs/cxx_mpool.o
libtool: compile:  x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_mpool.cpp -o cxx_mpool.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_multi.cpp
libtool: compile:  x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_multi.cpp  -fPIC -DPIC -o .libs/cxx_multi.o
libtool: compile:  x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_multi.cpp -o cxx_multi.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_rid.cpp
libtool: compile:  x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_rid.cpp  -fPIC -DPIC -o .libs/cxx_rid.o
libtool: compile:  x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_rid.cpp -o cxx_rid.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_seq.cpp
libtool: compile:  x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_seq.cpp  -fPIC -DPIC -o .libs/cxx_seq.o
libtool: compile:  x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_seq.cpp -o cxx_seq.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_site.cpp
libtool: compile:  x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_site.cpp  -fPIC -DPIC -o .libs/cxx_site.o
libtool: compile:  x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_site.cpp -o cxx_site.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_txn.cpp
libtool: compile:  x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_txn.cpp  -fPIC -DPIC -o .libs/cxx_txn.o
libtool: compile:  x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../lang/cxx/cxx_txn.cpp -o cxx_txn.o >/dev/null 2>&1
./libtool --mode=link x86_64-linux-gnux32-g++ -avoid-version -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -rpath /usr/lib/x86_64-linux-gnux32 -Wl,-z,relro \
    -o libdb_cxx-5.3.la cxx_channel.lo cxx_db.lo cxx_dbc.lo cxx_dbt.lo cxx_env.lo cxx_except.lo cxx_lock.lo cxx_logc.lo cxx_mpool.lo cxx_multi.lo cxx_rid.lo cxx_seq.lo cxx_site.lo cxx_txn.lo db185.lo mut_tas.lo mut_pthread.lo  bt_compare.lo bt_compress.lo bt_conv.lo bt_curadj.lo bt_cursor.lo bt_delete.lo bt_method.lo bt_open.lo bt_put.lo bt_rec.lo bt_reclaim.lo bt_recno.lo bt_rsearch.lo bt_search.lo bt_split.lo bt_stat.lo bt_compact.lo bt_upgrade.lo btree_auto.lo hash.lo hash_auto.lo hash_compact.lo hash_conv.lo hash_dup.lo hash_meta.lo hash_method.lo hash_open.lo hash_page.lo hash_rec.lo hash_reclaim.lo hash_stat.lo hash_upgrade.lo hash_verify.lo heap.lo heap_auto.lo heap_backup.lo heap_conv.lo heap_method.lo heap_open.lo heap_rec.lo heap_reclaim.lo heap_stat.lo heap_verify.lo qam.lo qam_auto.lo qam_conv.lo qam_files.lo qam_method.lo qam_open.lo qam_rec.lo qam_stat.lo qam_upgrade.lo qam_verify.lo rep_automsg.lo rep_backup.lo rep_elect.lo rep_lease.lo rep_log.lo rep_method.lo rep_record.lo rep_region.lo rep_stat.lo rep_util.lo rep_verify.lo os_addrinfo.lo repmgr_auto.lo repmgr_automsg.lo repmgr_elect.lo repmgr_method.lo repmgr_msg.lo repmgr_net.lo repmgr_posix.lo repmgr_queue.lo repmgr_rec.lo repmgr_sel.lo repmgr_stat.lo repmgr_util.lo db_ovfl_vrfy.lo db_vrfy.lo db_vrfyutil.lo bt_verify.lo log_verify.lo log_verify_util.lo log_verify_int.lo log_verify_auto.lo  lock.lo lock_deadlock.lo lock_failchk.lo lock_id.lo lock_list.lo lock_method.lo lock_region.lo lock_stat.lo lock_timer.lo lock_util.lo mut_alloc.lo mut_failchk.lo mut_method.lo mut_region.lo mut_stat.lo dbm.lo hsearch.lo  aes_method.lo crypto.lo mt19937db.lo rijndael-alg-fst.lo rijndael-api-fst.lo clock.lo crdel_auto.lo crdel_rec.lo db.lo db_am.lo db_auto.lo db_backup.lo db_byteorder.lo db_cam.lo db_cds.lo db_compact.lo db_compint.lo db_conv.lo db_copy.lo db_dispatch.lo db_dup.lo db_err.lo db_getlong.lo db_idspace.lo db_iface.lo db_join.lo db_log2.lo db_meta.lo db_method.lo db_open.lo db_overflow.lo db_pr.lo db_rec.lo db_reclaim.lo db_remove.lo db_rename.lo db_ret.lo db_setid.lo db_setlsn.lo db_shash.lo db_sort_multiple.lo db_stati.lo db_truncate.lo db_upg.lo db_upg_opd.lo dbreg.lo dbreg_stat.lo dbreg_auto.lo dbreg_rec.lo dbreg_util.lo dbt.lo env_alloc.lo env_config.lo env_backup.lo env_failchk.lo env_file.lo env_globals.lo env_open.lo env_method.lo env_name.lo env_recover.lo env_region.lo env_register.lo env_sig.lo env_stat.lo fileops_auto.lo fop_basic.lo fop_rec.lo fop_util.lo hash_func.lo hmac.lo log.lo log_archive.lo log_compare.lo log_debug.lo log_get.lo log_method.lo log_print.lo log_put.lo log_stat.lo mkpath.lo mp_alloc.lo mp_backup.lo mp_bh.lo mp_fget.lo mp_fmethod.lo mp_fopen.lo mp_fput.lo mp_fset.lo mp_method.lo mp_mvcc.lo mp_region.lo mp_register.lo mp_resize.lo mp_stat.lo mp_sync.lo mp_trickle.lo openflags.lo os_abort.lo os_abs.lo os_alloc.lo os_clock.lo os_cpu.lo os_ctime.lo os_config.lo os_dir.lo os_errno.lo os_fid.lo os_flock.lo os_fsync.lo os_getenv.lo os_handle.lo os_map.lo os_method.lo os_mkdir.lo os_open.lo os_path.lo os_pid.lo os_rename.lo os_root.lo os_rpath.lo os_rw.lo os_seek.lo os_stack.lo os_stat.lo os_tmpdir.lo os_truncate.lo os_uid.lo os_unlink.lo os_yield.lo partition.lo seq_stat.lo sequence.lo sha1.lo snprintf.lo txn.lo txn_auto.lo txn_chkpt.lo txn_failchk.lo txn_method.lo txn_rec.lo txn_recover.lo txn_region.lo txn_stat.lo txn_util.lo xa.lo xa_map.lo zerofill.lo   -lpthread
libtool: link: x86_64-linux-gnux32-g++  -fPIC -DPIC -shared -nostdlib /usr/lib/x86_64-linux-gnux32/crti.o /usr/lib/gcc/x86_64-linux-gnux32/4.9/crtbeginS.o  .libs/cxx_channel.o .libs/cxx_db.o .libs/cxx_dbc.o .libs/cxx_dbt.o .libs/cxx_env.o .libs/cxx_except.o .libs/cxx_lock.o .libs/cxx_logc.o .libs/cxx_mpool.o .libs/cxx_multi.o .libs/cxx_rid.o .libs/cxx_seq.o .libs/cxx_site.o .libs/cxx_txn.o .libs/db185.o .libs/mut_tas.o .libs/mut_pthread.o .libs/bt_compare.o .libs/bt_compress.o .libs/bt_conv.o .libs/bt_curadj.o .libs/bt_cursor.o .libs/bt_delete.o .libs/bt_method.o .libs/bt_open.o .libs/bt_put.o .libs/bt_rec.o .libs/bt_reclaim.o .libs/bt_recno.o .libs/bt_rsearch.o .libs/bt_search.o .libs/bt_split.o .libs/bt_stat.o .libs/bt_compact.o .libs/bt_upgrade.o .libs/btree_auto.o .libs/hash.o .libs/hash_auto.o .libs/hash_compact.o .libs/hash_conv.o .libs/hash_dup.o .libs/hash_meta.o .libs/hash_method.o .libs/hash_open.o .libs/hash_page.o .libs/hash_rec.o .libs/hash_reclaim.o .libs/hash_stat.o .libs/hash_upgrade.o .libs/hash_verify.o .libs/heap.o .libs/heap_auto.o .libs/heap_backup.o .libs/heap_conv.o .libs/heap_method.o .libs/heap_open.o .libs/heap_rec.o .libs/heap_reclaim.o .libs/heap_stat.o .libs/heap_verify.o .libs/qam.o .libs/qam_auto.o .libs/qam_conv.o .libs/qam_files.o .libs/qam_method.o .libs/qam_open.o .libs/qam_rec.o .libs/qam_stat.o .libs/qam_upgrade.o .libs/qam_verify.o .libs/rep_automsg.o .libs/rep_backup.o .libs/rep_elect.o .libs/rep_lease.o .libs/rep_log.o .libs/rep_method.o .libs/rep_record.o .libs/rep_region.o .libs/rep_stat.o .libs/rep_util.o .libs/rep_verify.o .libs/os_addrinfo.o .libs/repmgr_auto.o .libs/repmgr_automsg.o .libs/repmgr_elect.o .libs/repmgr_method.o .libs/repmgr_msg.o .libs/repmgr_net.o .libs/repmgr_posix.o .libs/repmgr_queue.o .libs/repmgr_rec.o .libs/repmgr_sel.o .libs/repmgr_stat.o .libs/repmgr_util.o .libs/db_ovfl_vrfy.o .libs/db_vrfy.o .libs/db_vrfyutil.o .libs/bt_verify.o .libs/log_verify.o .libs/log_verify_util.o .libs/log_verify_int.o .libs/log_verify_auto.o .libs/lock.o .libs/lock_deadlock.o .libs/lock_failchk.o .libs/lock_id.o .libs/lock_list.o .libs/lock_method.o .libs/lock_region.o .libs/lock_stat.o .libs/lock_timer.o .libs/lock_util.o .libs/mut_alloc.o .libs/mut_failchk.o .libs/mut_method.o .libs/mut_region.o .libs/mut_stat.o .libs/dbm.o .libs/hsearch.o .libs/aes_method.o .libs/crypto.o .libs/mt19937db.o .libs/rijndael-alg-fst.o .libs/rijndael-api-fst.o .libs/clock.o .libs/crdel_auto.o .libs/crdel_rec.o .libs/db.o .libs/db_am.o .libs/db_auto.o .libs/db_backup.o .libs/db_byteorder.o .libs/db_cam.o .libs/db_cds.o .libs/db_compact.o .libs/db_compint.o .libs/db_conv.o .libs/db_copy.o .libs/db_dispatch.o .libs/db_dup.o .libs/db_err.o .libs/db_getlong.o .libs/db_idspace.o .libs/db_iface.o .libs/db_join.o .libs/db_log2.o .libs/db_meta.o .libs/db_method.o .libs/db_open.o .libs/db_overflow.o .libs/db_pr.o .libs/db_rec.o .libs/db_reclaim.o .libs/db_remove.o .libs/db_rename.o .libs/db_ret.o .libs/db_setid.o .libs/db_setlsn.o .libs/db_shash.o .libs/db_sort_multiple.o .libs/db_stati.o .libs/db_truncate.o .libs/db_upg.o .libs/db_upg_opd.o .libs/dbreg.o .libs/dbreg_stat.o .libs/dbreg_auto.o .libs/dbreg_rec.o .libs/dbreg_util.o .libs/dbt.o .libs/env_alloc.o .libs/env_config.o .libs/env_backup.o .libs/env_failchk.o .libs/env_file.o .libs/env_globals.o .libs/env_open.o .libs/env_method.o .libs/env_name.o .libs/env_recover.o .libs/env_region.o .libs/env_register.o .libs/env_sig.o .libs/env_stat.o .libs/fileops_auto.o .libs/fop_basic.o .libs/fop_rec.o .libs/fop_util.o .libs/hash_func.o .libs/hmac.o .libs/log.o .libs/log_archive.o .libs/log_compare.o .libs/log_debug.o .libs/log_get.o .libs/log_method.o .libs/log_print.o .libs/log_put.o .libs/log_stat.o .libs/mkpath.o .libs/mp_alloc.o .libs/mp_backup.o .libs/mp_bh.o .libs/mp_fget.o .libs/mp_fmethod.o .libs/mp_fopen.o .libs/mp_fput.o .libs/mp_fset.o .libs/mp_method.o .libs/mp_mvcc.o .libs/mp_region.o .libs/mp_register.o .libs/mp_resize.o .libs/mp_stat.o .libs/mp_sync.o .libs/mp_trickle.o .libs/openflags.o .libs/os_abort.o .libs/os_abs.o .libs/os_alloc.o .libs/os_clock.o .libs/os_cpu.o .libs/os_ctime.o .libs/os_config.o .libs/os_dir.o .libs/os_errno.o .libs/os_fid.o .libs/os_flock.o .libs/os_fsync.o .libs/os_getenv.o .libs/os_handle.o .libs/os_map.o .libs/os_method.o .libs/os_mkdir.o .libs/os_open.o .libs/os_path.o .libs/os_pid.o .libs/os_rename.o .libs/os_root.o .libs/os_rpath.o .libs/os_rw.o .libs/os_seek.o .libs/os_stack.o .libs/os_stat.o .libs/os_tmpdir.o .libs/os_truncate.o .libs/os_uid.o .libs/os_unlink.o .libs/os_yield.o .libs/partition.o .libs/seq_stat.o .libs/sequence.o .libs/sha1.o .libs/snprintf.o .libs/txn.o .libs/txn_auto.o .libs/txn_chkpt.o .libs/txn_failchk.o .libs/txn_method.o .libs/txn_rec.o .libs/txn_recover.o .libs/txn_region.o .libs/txn_stat.o .libs/txn_util.o .libs/xa.o .libs/xa_map.o .libs/zerofill.o   -lpthread -L/usr/lib/gcc/x86_64-linux-gnux32/4.9 -L/lib/x86_64-linux-gnux32 -L/lib/../lib -L/usr/lib/x86_64-linux-gnux32 -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnux32/4.9/../../../../x86_64-linux-gnux32/lib -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnux32/4.9/crtendS.o /usr/lib/x86_64-linux-gnux32/crtn.o  -O2 -Wl,-z -Wl,relro   -Wl,-soname -Wl,libdb_cxx-5.3.so -o .libs/libdb_cxx-5.3.so
libtool: link: x86_64-linux-gnux32-ar cru .libs/libdb_cxx-5.3.a  cxx_channel.o cxx_db.o cxx_dbc.o cxx_dbt.o cxx_env.o cxx_except.o cxx_lock.o cxx_logc.o cxx_mpool.o cxx_multi.o cxx_rid.o cxx_seq.o cxx_site.o cxx_txn.o db185.o mut_tas.o mut_pthread.o bt_compare.o bt_compress.o bt_conv.o bt_curadj.o bt_cursor.o bt_delete.o bt_method.o bt_open.o bt_put.o bt_rec.o bt_reclaim.o bt_recno.o bt_rsearch.o bt_search.o bt_split.o bt_stat.o bt_compact.o bt_upgrade.o btree_auto.o hash.o hash_auto.o hash_compact.o hash_conv.o hash_dup.o hash_meta.o hash_method.o hash_open.o hash_page.o hash_rec.o hash_reclaim.o hash_stat.o hash_upgrade.o hash_verify.o heap.o heap_auto.o heap_backup.o heap_conv.o heap_method.o heap_open.o heap_rec.o heap_reclaim.o heap_stat.o heap_verify.o qam.o qam_auto.o qam_conv.o qam_files.o qam_method.o qam_open.o qam_rec.o qam_stat.o qam_upgrade.o qam_verify.o rep_automsg.o rep_backup.o rep_elect.o rep_lease.o rep_log.o rep_method.o rep_record.o rep_region.o rep_stat.o rep_util.o rep_verify.o os_addrinfo.o repmgr_auto.o repmgr_automsg.o repmgr_elect.o repmgr_method.o repmgr_msg.o repmgr_net.o repmgr_posix.o repmgr_queue.o repmgr_rec.o repmgr_sel.o repmgr_stat.o repmgr_util.o db_ovfl_vrfy.o db_vrfy.o db_vrfyutil.o bt_verify.o log_verify.o log_verify_util.o log_verify_int.o log_verify_auto.o lock.o lock_deadlock.o lock_failchk.o lock_id.o lock_list.o lock_method.o lock_region.o lock_stat.o lock_timer.o lock_util.o mut_alloc.o mut_failchk.o mut_method.o mut_region.o mut_stat.o dbm.o hsearch.o aes_method.o crypto.o mt19937db.o rijndael-alg-fst.o rijndael-api-fst.o clock.o crdel_auto.o crdel_rec.o db.o db_am.o db_auto.o db_backup.o db_byteorder.o db_cam.o db_cds.o db_compact.o db_compint.o db_conv.o db_copy.o db_dispatch.o db_dup.o db_err.o db_getlong.o db_idspace.o db_iface.o db_join.o db_log2.o db_meta.o db_method.o db_open.o db_overflow.o db_pr.o db_rec.o db_reclaim.o db_remove.o db_rename.o db_ret.o db_setid.o db_setlsn.o db_shash.o db_sort_multiple.o db_stati.o db_truncate.o db_upg.o db_upg_opd.o dbreg.o dbreg_stat.o dbreg_auto.o dbreg_rec.o dbreg_util.o dbt.o env_alloc.o env_config.o env_backup.o env_failchk.o env_file.o env_globals.o env_open.o env_method.o env_name.o env_recover.o env_region.o env_register.o env_sig.o env_stat.o fileops_auto.o fop_basic.o fop_rec.o fop_util.o hash_func.o hmac.o log.o log_archive.o log_compare.o log_debug.o log_get.o log_method.o log_print.o log_put.o log_stat.o mkpath.o mp_alloc.o mp_backup.o mp_bh.o mp_fget.o mp_fmethod.o mp_fopen.o mp_fput.o mp_fset.o mp_method.o mp_mvcc.o mp_region.o mp_register.o mp_resize.o mp_stat.o mp_sync.o mp_trickle.o openflags.o os_abort.o os_abs.o os_alloc.o os_clock.o os_cpu.o os_ctime.o os_config.o os_dir.o os_errno.o os_fid.o os_flock.o os_fsync.o os_getenv.o os_handle.o os_map.o os_method.o os_mkdir.o os_open.o os_path.o os_pid.o os_rename.o os_root.o os_rpath.o os_rw.o os_seek.o os_stack.o os_stat.o os_tmpdir.o os_truncate.o os_uid.o os_unlink.o os_yield.o partition.o seq_stat.o sequence.o sha1.o snprintf.o txn.o txn_auto.o txn_chkpt.o txn_failchk.o txn_method.o txn_rec.o txn_recover.o txn_region.o txn_stat.o txn_util.o xa.o xa_map.o zerofill.o
libtool: link: x86_64-linux-gnux32-ranlib .libs/libdb_cxx-5.3.a
libtool: link: ( cd ".libs" && rm -f "libdb_cxx-5.3.la" && ln -s "../libdb_cxx-5.3.la" "libdb_cxx-5.3.la" )
rm -f libdb_cxx.a
ln -s .libs/libdb_cxx-5.3.a libdb_cxx.a
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  -I. -I./sql -I../lang/sql/generated -D_HAVE_SQLITE_CONFIG_H  ../lang/sql/generated/sqlite3.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I. -I./sql -I../lang/sql/generated -D_HAVE_SQLITE_CONFIG_H ../lang/sql/generated/sqlite3.c  -fPIC -DPIC -o .libs/sqlite3.o
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I. -I./sql -I../lang/sql/generated -D_HAVE_SQLITE_CONFIG_H ../lang/sql/generated/sqlite3.c -o sqlite3.o >/dev/null 2>&1
./libtool --mode=link x86_64-linux-gnux32-gcc -avoid-version -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  -rpath /usr/lib/x86_64-linux-gnux32 -Wl,-z,relro -o libdb_sql-5.3.la sqlite3.lo db185.lo mut_tas.lo mut_pthread.lo  bt_compare.lo bt_compress.lo bt_conv.lo bt_curadj.lo bt_cursor.lo bt_delete.lo bt_method.lo bt_open.lo bt_put.lo bt_rec.lo bt_reclaim.lo bt_recno.lo bt_rsearch.lo bt_search.lo bt_split.lo bt_stat.lo bt_compact.lo bt_upgrade.lo btree_auto.lo hash.lo hash_auto.lo hash_compact.lo hash_conv.lo hash_dup.lo hash_meta.lo hash_method.lo hash_open.lo hash_page.lo hash_rec.lo hash_reclaim.lo hash_stat.lo hash_upgrade.lo hash_verify.lo heap.lo heap_auto.lo heap_backup.lo heap_conv.lo heap_method.lo heap_open.lo heap_rec.lo heap_reclaim.lo heap_stat.lo heap_verify.lo qam.lo qam_auto.lo qam_conv.lo qam_files.lo qam_method.lo qam_open.lo qam_rec.lo qam_stat.lo qam_upgrade.lo qam_verify.lo rep_automsg.lo rep_backup.lo rep_elect.lo rep_lease.lo rep_log.lo rep_method.lo rep_record.lo rep_region.lo rep_stat.lo rep_util.lo rep_verify.lo os_addrinfo.lo repmgr_auto.lo repmgr_automsg.lo repmgr_elect.lo repmgr_method.lo repmgr_msg.lo repmgr_net.lo repmgr_posix.lo repmgr_queue.lo repmgr_rec.lo repmgr_sel.lo repmgr_stat.lo repmgr_util.lo db_ovfl_vrfy.lo db_vrfy.lo db_vrfyutil.lo bt_verify.lo log_verify.lo log_verify_util.lo log_verify_int.lo log_verify_auto.lo  lock.lo lock_deadlock.lo lock_failchk.lo lock_id.lo lock_list.lo lock_method.lo lock_region.lo lock_stat.lo lock_timer.lo lock_util.lo mut_alloc.lo mut_failchk.lo mut_method.lo mut_region.lo mut_stat.lo dbm.lo hsearch.lo  aes_method.lo crypto.lo mt19937db.lo rijndael-alg-fst.lo rijndael-api-fst.lo clock.lo crdel_auto.lo crdel_rec.lo db.lo db_am.lo db_auto.lo db_backup.lo db_byteorder.lo db_cam.lo db_cds.lo db_compact.lo db_compint.lo db_conv.lo db_copy.lo db_dispatch.lo db_dup.lo db_err.lo db_getlong.lo db_idspace.lo db_iface.lo db_join.lo db_log2.lo db_meta.lo db_method.lo db_open.lo db_overflow.lo db_pr.lo db_rec.lo db_reclaim.lo db_remove.lo db_rename.lo db_ret.lo db_setid.lo db_setlsn.lo db_shash.lo db_sort_multiple.lo db_stati.lo db_truncate.lo db_upg.lo db_upg_opd.lo dbreg.lo dbreg_stat.lo dbreg_auto.lo dbreg_rec.lo dbreg_util.lo dbt.lo env_alloc.lo env_config.lo env_backup.lo env_failchk.lo env_file.lo env_globals.lo env_open.lo env_method.lo env_name.lo env_recover.lo env_region.lo env_register.lo env_sig.lo env_stat.lo fileops_auto.lo fop_basic.lo fop_rec.lo fop_util.lo hash_func.lo hmac.lo log.lo log_archive.lo log_compare.lo log_debug.lo log_get.lo log_method.lo log_print.lo log_put.lo log_stat.lo mkpath.lo mp_alloc.lo mp_backup.lo mp_bh.lo mp_fget.lo mp_fmethod.lo mp_fopen.lo mp_fput.lo mp_fset.lo mp_method.lo mp_mvcc.lo mp_region.lo mp_register.lo mp_resize.lo mp_stat.lo mp_sync.lo mp_trickle.lo openflags.lo os_abort.lo os_abs.lo os_alloc.lo os_clock.lo os_cpu.lo os_ctime.lo os_config.lo os_dir.lo os_errno.lo os_fid.lo os_flock.lo os_fsync.lo os_getenv.lo os_handle.lo os_map.lo os_method.lo os_mkdir.lo os_open.lo os_path.lo os_pid.lo os_rename.lo os_root.lo os_rpath.lo os_rw.lo os_seek.lo os_stack.lo os_stat.lo os_tmpdir.lo os_truncate.lo os_uid.lo os_unlink.lo os_yield.lo partition.lo seq_stat.lo sequence.lo sha1.lo snprintf.lo txn.lo txn_auto.lo txn_chkpt.lo txn_failchk.lo txn_method.lo txn_rec.lo txn_recover.lo txn_region.lo txn_stat.lo txn_util.lo xa.lo xa_map.lo zerofill.lo   -lpthread  -ldl
libtool: link: x86_64-linux-gnux32-gcc -shared  -fPIC -DPIC  .libs/sqlite3.o .libs/db185.o .libs/mut_tas.o .libs/mut_pthread.o .libs/bt_compare.o .libs/bt_compress.o .libs/bt_conv.o .libs/bt_curadj.o .libs/bt_cursor.o .libs/bt_delete.o .libs/bt_method.o .libs/bt_open.o .libs/bt_put.o .libs/bt_rec.o .libs/bt_reclaim.o .libs/bt_recno.o .libs/bt_rsearch.o .libs/bt_search.o .libs/bt_split.o .libs/bt_stat.o .libs/bt_compact.o .libs/bt_upgrade.o .libs/btree_auto.o .libs/hash.o .libs/hash_auto.o .libs/hash_compact.o .libs/hash_conv.o .libs/hash_dup.o .libs/hash_meta.o .libs/hash_method.o .libs/hash_open.o .libs/hash_page.o .libs/hash_rec.o .libs/hash_reclaim.o .libs/hash_stat.o .libs/hash_upgrade.o .libs/hash_verify.o .libs/heap.o .libs/heap_auto.o .libs/heap_backup.o .libs/heap_conv.o .libs/heap_method.o .libs/heap_open.o .libs/heap_rec.o .libs/heap_reclaim.o .libs/heap_stat.o .libs/heap_verify.o .libs/qam.o .libs/qam_auto.o .libs/qam_conv.o .libs/qam_files.o .libs/qam_method.o .libs/qam_open.o .libs/qam_rec.o .libs/qam_stat.o .libs/qam_upgrade.o .libs/qam_verify.o .libs/rep_automsg.o .libs/rep_backup.o .libs/rep_elect.o .libs/rep_lease.o .libs/rep_log.o .libs/rep_method.o .libs/rep_record.o .libs/rep_region.o .libs/rep_stat.o .libs/rep_util.o .libs/rep_verify.o .libs/os_addrinfo.o .libs/repmgr_auto.o .libs/repmgr_automsg.o .libs/repmgr_elect.o .libs/repmgr_method.o .libs/repmgr_msg.o .libs/repmgr_net.o .libs/repmgr_posix.o .libs/repmgr_queue.o .libs/repmgr_rec.o .libs/repmgr_sel.o .libs/repmgr_stat.o .libs/repmgr_util.o .libs/db_ovfl_vrfy.o .libs/db_vrfy.o .libs/db_vrfyutil.o .libs/bt_verify.o .libs/log_verify.o .libs/log_verify_util.o .libs/log_verify_int.o .libs/log_verify_auto.o .libs/lock.o .libs/lock_deadlock.o .libs/lock_failchk.o .libs/lock_id.o .libs/lock_list.o .libs/lock_method.o .libs/lock_region.o .libs/lock_stat.o .libs/lock_timer.o .libs/lock_util.o .libs/mut_alloc.o .libs/mut_failchk.o .libs/mut_method.o .libs/mut_region.o .libs/mut_stat.o .libs/dbm.o .libs/hsearch.o .libs/aes_method.o .libs/crypto.o .libs/mt19937db.o .libs/rijndael-alg-fst.o .libs/rijndael-api-fst.o .libs/clock.o .libs/crdel_auto.o .libs/crdel_rec.o .libs/db.o .libs/db_am.o .libs/db_auto.o .libs/db_backup.o .libs/db_byteorder.o .libs/db_cam.o .libs/db_cds.o .libs/db_compact.o .libs/db_compint.o .libs/db_conv.o .libs/db_copy.o .libs/db_dispatch.o .libs/db_dup.o .libs/db_err.o .libs/db_getlong.o .libs/db_idspace.o .libs/db_iface.o .libs/db_join.o .libs/db_log2.o .libs/db_meta.o .libs/db_method.o .libs/db_open.o .libs/db_overflow.o .libs/db_pr.o .libs/db_rec.o .libs/db_reclaim.o .libs/db_remove.o .libs/db_rename.o .libs/db_ret.o .libs/db_setid.o .libs/db_setlsn.o .libs/db_shash.o .libs/db_sort_multiple.o .libs/db_stati.o .libs/db_truncate.o .libs/db_upg.o .libs/db_upg_opd.o .libs/dbreg.o .libs/dbreg_stat.o .libs/dbreg_auto.o .libs/dbreg_rec.o .libs/dbreg_util.o .libs/dbt.o .libs/env_alloc.o .libs/env_config.o .libs/env_backup.o .libs/env_failchk.o .libs/env_file.o .libs/env_globals.o .libs/env_open.o .libs/env_method.o .libs/env_name.o .libs/env_recover.o .libs/env_region.o .libs/env_register.o .libs/env_sig.o .libs/env_stat.o .libs/fileops_auto.o .libs/fop_basic.o .libs/fop_rec.o .libs/fop_util.o .libs/hash_func.o .libs/hmac.o .libs/log.o .libs/log_archive.o .libs/log_compare.o .libs/log_debug.o .libs/log_get.o .libs/log_method.o .libs/log_print.o .libs/log_put.o .libs/log_stat.o .libs/mkpath.o .libs/mp_alloc.o .libs/mp_backup.o .libs/mp_bh.o .libs/mp_fget.o .libs/mp_fmethod.o .libs/mp_fopen.o .libs/mp_fput.o .libs/mp_fset.o .libs/mp_method.o .libs/mp_mvcc.o .libs/mp_region.o .libs/mp_register.o .libs/mp_resize.o .libs/mp_stat.o .libs/mp_sync.o .libs/mp_trickle.o .libs/openflags.o .libs/os_abort.o .libs/os_abs.o .libs/os_alloc.o .libs/os_clock.o .libs/os_cpu.o .libs/os_ctime.o .libs/os_config.o .libs/os_dir.o .libs/os_errno.o .libs/os_fid.o .libs/os_flock.o .libs/os_fsync.o .libs/os_getenv.o .libs/os_handle.o .libs/os_map.o .libs/os_method.o .libs/os_mkdir.o .libs/os_open.o .libs/os_path.o .libs/os_pid.o .libs/os_rename.o .libs/os_root.o .libs/os_rpath.o .libs/os_rw.o .libs/os_seek.o .libs/os_stack.o .libs/os_stat.o .libs/os_tmpdir.o .libs/os_truncate.o .libs/os_uid.o .libs/os_unlink.o .libs/os_yield.o .libs/partition.o .libs/seq_stat.o .libs/sequence.o .libs/sha1.o .libs/snprintf.o .libs/txn.o .libs/txn_auto.o .libs/txn_chkpt.o .libs/txn_failchk.o .libs/txn_method.o .libs/txn_rec.o .libs/txn_recover.o .libs/txn_region.o .libs/txn_stat.o .libs/txn_util.o .libs/xa.o .libs/xa_map.o .libs/zerofill.o   -lpthread -ldl  -O2 -Wl,-z -Wl,relro   -Wl,-soname -Wl,libdb_sql-5.3.so -o .libs/libdb_sql-5.3.so
libtool: link: x86_64-linux-gnux32-ar cru .libs/libdb_sql-5.3.a  sqlite3.o db185.o mut_tas.o mut_pthread.o bt_compare.o bt_compress.o bt_conv.o bt_curadj.o bt_cursor.o bt_delete.o bt_method.o bt_open.o bt_put.o bt_rec.o bt_reclaim.o bt_recno.o bt_rsearch.o bt_search.o bt_split.o bt_stat.o bt_compact.o bt_upgrade.o btree_auto.o hash.o hash_auto.o hash_compact.o hash_conv.o hash_dup.o hash_meta.o hash_method.o hash_open.o hash_page.o hash_rec.o hash_reclaim.o hash_stat.o hash_upgrade.o hash_verify.o heap.o heap_auto.o heap_backup.o heap_conv.o heap_method.o heap_open.o heap_rec.o heap_reclaim.o heap_stat.o heap_verify.o qam.o qam_auto.o qam_conv.o qam_files.o qam_method.o qam_open.o qam_rec.o qam_stat.o qam_upgrade.o qam_verify.o rep_automsg.o rep_backup.o rep_elect.o rep_lease.o rep_log.o rep_method.o rep_record.o rep_region.o rep_stat.o rep_util.o rep_verify.o os_addrinfo.o repmgr_auto.o repmgr_automsg.o repmgr_elect.o repmgr_method.o repmgr_msg.o repmgr_net.o repmgr_posix.o repmgr_queue.o repmgr_rec.o repmgr_sel.o repmgr_stat.o repmgr_util.o db_ovfl_vrfy.o db_vrfy.o db_vrfyutil.o bt_verify.o log_verify.o log_verify_util.o log_verify_int.o log_verify_auto.o lock.o lock_deadlock.o lock_failchk.o lock_id.o lock_list.o lock_method.o lock_region.o lock_stat.o lock_timer.o lock_util.o mut_alloc.o mut_failchk.o mut_method.o mut_region.o mut_stat.o dbm.o hsearch.o aes_method.o crypto.o mt19937db.o rijndael-alg-fst.o rijndael-api-fst.o clock.o crdel_auto.o crdel_rec.o db.o db_am.o db_auto.o db_backup.o db_byteorder.o db_cam.o db_cds.o db_compact.o db_compint.o db_conv.o db_copy.o db_dispatch.o db_dup.o db_err.o db_getlong.o db_idspace.o db_iface.o db_join.o db_log2.o db_meta.o db_method.o db_open.o db_overflow.o db_pr.o db_rec.o db_reclaim.o db_remove.o db_rename.o db_ret.o db_setid.o db_setlsn.o db_shash.o db_sort_multiple.o db_stati.o db_truncate.o db_upg.o db_upg_opd.o dbreg.o dbreg_stat.o dbreg_auto.o dbreg_rec.o dbreg_util.o dbt.o env_alloc.o env_config.o env_backup.o env_failchk.o env_file.o env_globals.o env_open.o env_method.o env_name.o env_recover.o env_region.o env_register.o env_sig.o env_stat.o fileops_auto.o fop_basic.o fop_rec.o fop_util.o hash_func.o hmac.o log.o log_archive.o log_compare.o log_debug.o log_get.o log_method.o log_print.o log_put.o log_stat.o mkpath.o mp_alloc.o mp_backup.o mp_bh.o mp_fget.o mp_fmethod.o mp_fopen.o mp_fput.o mp_fset.o mp_method.o mp_mvcc.o mp_region.o mp_register.o mp_resize.o mp_stat.o mp_sync.o mp_trickle.o openflags.o os_abort.o os_abs.o os_alloc.o os_clock.o os_cpu.o os_ctime.o os_config.o os_dir.o os_errno.o os_fid.o os_flock.o os_fsync.o os_getenv.o os_handle.o os_map.o os_method.o os_mkdir.o os_open.o os_path.o os_pid.o os_rename.o os_root.o os_rpath.o os_rw.o os_seek.o os_stack.o os_stat.o os_tmpdir.o os_truncate.o os_uid.o os_unlink.o os_yield.o partition.o seq_stat.o sequence.o sha1.o snprintf.o txn.o txn_auto.o txn_chkpt.o txn_failchk.o txn_method.o txn_rec.o txn_recover.o txn_region.o txn_stat.o txn_util.o xa.o xa_map.o zerofill.o
libtool: link: x86_64-linux-gnux32-ranlib .libs/libdb_sql-5.3.a
libtool: link: ( cd ".libs" && rm -f "libdb_sql-5.3.la" && ln -s "../libdb_sql-5.3.la" "libdb_sql-5.3.la" )
rm -f libdb_sql.a
ln -s .libs/libdb_sql-5.3.a libdb_sql.a
./libtool --mode=compile x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I../lang/cxx/stl ../lang/cxx/stl/dbstl_container.cpp
libtool: compile:  x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I../lang/cxx/stl ../lang/cxx/stl/dbstl_container.cpp  -fPIC -DPIC -o .libs/dbstl_container.o
libtool: compile:  x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I../lang/cxx/stl ../lang/cxx/stl/dbstl_container.cpp -o dbstl_container.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I../lang/cxx/stl ../lang/cxx/stl/dbstl_resource_manager.cpp
libtool: compile:  x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I../lang/cxx/stl ../lang/cxx/stl/dbstl_resource_manager.cpp  -fPIC -DPIC -o .libs/dbstl_resource_manager.o
libtool: compile:  x86_64-linux-gnux32-g++ -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I../lang/cxx/stl ../lang/cxx/stl/dbstl_resource_manager.cpp -o dbstl_resource_manager.o >/dev/null 2>&1
./libtool --mode=link x86_64-linux-gnux32-g++ -avoid-version -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -rpath /usr/lib/x86_64-linux-gnux32 -Wl,-z,relro -o libdb_stl-5.3.la dbstl_container.lo dbstl_resource_manager.lo \
    -lpthread cxx_channel.lo cxx_db.lo cxx_dbc.lo cxx_dbt.lo cxx_env.lo cxx_except.lo cxx_lock.lo cxx_logc.lo cxx_mpool.lo cxx_multi.lo cxx_rid.lo cxx_seq.lo cxx_site.lo cxx_txn.lo db185.lo mut_tas.lo mut_pthread.lo  bt_compare.lo bt_compress.lo bt_conv.lo bt_curadj.lo bt_cursor.lo bt_delete.lo bt_method.lo bt_open.lo bt_put.lo bt_rec.lo bt_reclaim.lo bt_recno.lo bt_rsearch.lo bt_search.lo bt_split.lo bt_stat.lo bt_compact.lo bt_upgrade.lo btree_auto.lo hash.lo hash_auto.lo hash_compact.lo hash_conv.lo hash_dup.lo hash_meta.lo hash_method.lo hash_open.lo hash_page.lo hash_rec.lo hash_reclaim.lo hash_stat.lo hash_upgrade.lo hash_verify.lo heap.lo heap_auto.lo heap_backup.lo heap_conv.lo heap_method.lo heap_open.lo heap_rec.lo heap_reclaim.lo heap_stat.lo heap_verify.lo qam.lo qam_auto.lo qam_conv.lo qam_files.lo qam_method.lo qam_open.lo qam_rec.lo qam_stat.lo qam_upgrade.lo qam_verify.lo rep_automsg.lo rep_backup.lo rep_elect.lo rep_lease.lo rep_log.lo rep_method.lo rep_record.lo rep_region.lo rep_stat.lo rep_util.lo rep_verify.lo os_addrinfo.lo repmgr_auto.lo repmgr_automsg.lo repmgr_elect.lo repmgr_method.lo repmgr_msg.lo repmgr_net.lo repmgr_posix.lo repmgr_queue.lo repmgr_rec.lo repmgr_sel.lo repmgr_stat.lo repmgr_util.lo db_ovfl_vrfy.lo db_vrfy.lo db_vrfyutil.lo bt_verify.lo log_verify.lo log_verify_util.lo log_verify_int.lo log_verify_auto.lo  lock.lo lock_deadlock.lo lock_failchk.lo lock_id.lo lock_list.lo lock_method.lo lock_region.lo lock_stat.lo lock_timer.lo lock_util.lo mut_alloc.lo mut_failchk.lo mut_method.lo mut_region.lo mut_stat.lo dbm.lo hsearch.lo  aes_method.lo crypto.lo mt19937db.lo rijndael-alg-fst.lo rijndael-api-fst.lo clock.lo crdel_auto.lo crdel_rec.lo db.lo db_am.lo db_auto.lo db_backup.lo db_byteorder.lo db_cam.lo db_cds.lo db_compact.lo db_compint.lo db_conv.lo db_copy.lo db_dispatch.lo db_dup.lo db_err.lo db_getlong.lo db_idspace.lo db_iface.lo db_join.lo db_log2.lo db_meta.lo db_method.lo db_open.lo db_overflow.lo db_pr.lo db_rec.lo db_reclaim.lo db_remove.lo db_rename.lo db_ret.lo db_setid.lo db_setlsn.lo db_shash.lo db_sort_multiple.lo db_stati.lo db_truncate.lo db_upg.lo db_upg_opd.lo dbreg.lo dbreg_stat.lo dbreg_auto.lo dbreg_rec.lo dbreg_util.lo dbt.lo env_alloc.lo env_config.lo env_backup.lo env_failchk.lo env_file.lo env_globals.lo env_open.lo env_method.lo env_name.lo env_recover.lo env_region.lo env_register.lo env_sig.lo env_stat.lo fileops_auto.lo fop_basic.lo fop_rec.lo fop_util.lo hash_func.lo hmac.lo log.lo log_archive.lo log_compare.lo log_debug.lo log_get.lo log_method.lo log_print.lo log_put.lo log_stat.lo mkpath.lo mp_alloc.lo mp_backup.lo mp_bh.lo mp_fget.lo mp_fmethod.lo mp_fopen.lo mp_fput.lo mp_fset.lo mp_method.lo mp_mvcc.lo mp_region.lo mp_register.lo mp_resize.lo mp_stat.lo mp_sync.lo mp_trickle.lo openflags.lo os_abort.lo os_abs.lo os_alloc.lo os_clock.lo os_cpu.lo os_ctime.lo os_config.lo os_dir.lo os_errno.lo os_fid.lo os_flock.lo os_fsync.lo os_getenv.lo os_handle.lo os_map.lo os_method.lo os_mkdir.lo os_open.lo os_path.lo os_pid.lo os_rename.lo os_root.lo os_rpath.lo os_rw.lo os_seek.lo os_stack.lo os_stat.lo os_tmpdir.lo os_truncate.lo os_uid.lo os_unlink.lo os_yield.lo partition.lo seq_stat.lo sequence.lo sha1.lo snprintf.lo txn.lo txn_auto.lo txn_chkpt.lo txn_failchk.lo txn_method.lo txn_rec.lo txn_recover.lo txn_region.lo txn_stat.lo txn_util.lo xa.lo xa_map.lo zerofill.lo   -lpthread
libtool: link: x86_64-linux-gnux32-g++  -fPIC -DPIC -shared -nostdlib /usr/lib/x86_64-linux-gnux32/crti.o /usr/lib/gcc/x86_64-linux-gnux32/4.9/crtbeginS.o  .libs/dbstl_container.o .libs/dbstl_resource_manager.o .libs/cxx_channel.o .libs/cxx_db.o .libs/cxx_dbc.o .libs/cxx_dbt.o .libs/cxx_env.o .libs/cxx_except.o .libs/cxx_lock.o .libs/cxx_logc.o .libs/cxx_mpool.o .libs/cxx_multi.o .libs/cxx_rid.o .libs/cxx_seq.o .libs/cxx_site.o .libs/cxx_txn.o .libs/db185.o .libs/mut_tas.o .libs/mut_pthread.o .libs/bt_compare.o .libs/bt_compress.o .libs/bt_conv.o .libs/bt_curadj.o .libs/bt_cursor.o .libs/bt_delete.o .libs/bt_method.o .libs/bt_open.o .libs/bt_put.o .libs/bt_rec.o .libs/bt_reclaim.o .libs/bt_recno.o .libs/bt_rsearch.o .libs/bt_search.o .libs/bt_split.o .libs/bt_stat.o .libs/bt_compact.o .libs/bt_upgrade.o .libs/btree_auto.o .libs/hash.o .libs/hash_auto.o .libs/hash_compact.o .libs/hash_conv.o .libs/hash_dup.o .libs/hash_meta.o .libs/hash_method.o .libs/hash_open.o .libs/hash_page.o .libs/hash_rec.o .libs/hash_reclaim.o .libs/hash_stat.o .libs/hash_upgrade.o .libs/hash_verify.o .libs/heap.o .libs/heap_auto.o .libs/heap_backup.o .libs/heap_conv.o .libs/heap_method.o .libs/heap_open.o .libs/heap_rec.o .libs/heap_reclaim.o .libs/heap_stat.o .libs/heap_verify.o .libs/qam.o .libs/qam_auto.o .libs/qam_conv.o .libs/qam_files.o .libs/qam_method.o .libs/qam_open.o .libs/qam_rec.o .libs/qam_stat.o .libs/qam_upgrade.o .libs/qam_verify.o .libs/rep_automsg.o .libs/rep_backup.o .libs/rep_elect.o .libs/rep_lease.o .libs/rep_log.o .libs/rep_method.o .libs/rep_record.o .libs/rep_region.o .libs/rep_stat.o .libs/rep_util.o .libs/rep_verify.o .libs/os_addrinfo.o .libs/repmgr_auto.o .libs/repmgr_automsg.o .libs/repmgr_elect.o .libs/repmgr_method.o .libs/repmgr_msg.o .libs/repmgr_net.o .libs/repmgr_posix.o .libs/repmgr_queue.o .libs/repmgr_rec.o .libs/repmgr_sel.o .libs/repmgr_stat.o .libs/repmgr_util.o .libs/db_ovfl_vrfy.o .libs/db_vrfy.o .libs/db_vrfyutil.o .libs/bt_verify.o .libs/log_verify.o .libs/log_verify_util.o .libs/log_verify_int.o .libs/log_verify_auto.o .libs/lock.o .libs/lock_deadlock.o .libs/lock_failchk.o .libs/lock_id.o .libs/lock_list.o .libs/lock_method.o .libs/lock_region.o .libs/lock_stat.o .libs/lock_timer.o .libs/lock_util.o .libs/mut_alloc.o .libs/mut_failchk.o .libs/mut_method.o .libs/mut_region.o .libs/mut_stat.o .libs/dbm.o .libs/hsearch.o .libs/aes_method.o .libs/crypto.o .libs/mt19937db.o .libs/rijndael-alg-fst.o .libs/rijndael-api-fst.o .libs/clock.o .libs/crdel_auto.o .libs/crdel_rec.o .libs/db.o .libs/db_am.o .libs/db_auto.o .libs/db_backup.o .libs/db_byteorder.o .libs/db_cam.o .libs/db_cds.o .libs/db_compact.o .libs/db_compint.o .libs/db_conv.o .libs/db_copy.o .libs/db_dispatch.o .libs/db_dup.o .libs/db_err.o .libs/db_getlong.o .libs/db_idspace.o .libs/db_iface.o .libs/db_join.o .libs/db_log2.o .libs/db_meta.o .libs/db_method.o .libs/db_open.o .libs/db_overflow.o .libs/db_pr.o .libs/db_rec.o .libs/db_reclaim.o .libs/db_remove.o .libs/db_rename.o .libs/db_ret.o .libs/db_setid.o .libs/db_setlsn.o .libs/db_shash.o .libs/db_sort_multiple.o .libs/db_stati.o .libs/db_truncate.o .libs/db_upg.o .libs/db_upg_opd.o .libs/dbreg.o .libs/dbreg_stat.o .libs/dbreg_auto.o .libs/dbreg_rec.o .libs/dbreg_util.o .libs/dbt.o .libs/env_alloc.o .libs/env_config.o .libs/env_backup.o .libs/env_failchk.o .libs/env_file.o .libs/env_globals.o .libs/env_open.o .libs/env_method.o .libs/env_name.o .libs/env_recover.o .libs/env_region.o .libs/env_register.o .libs/env_sig.o .libs/env_stat.o .libs/fileops_auto.o .libs/fop_basic.o .libs/fop_rec.o .libs/fop_util.o .libs/hash_func.o .libs/hmac.o .libs/log.o .libs/log_archive.o .libs/log_compare.o .libs/log_debug.o .libs/log_get.o .libs/log_method.o .libs/log_print.o .libs/log_put.o .libs/log_stat.o .libs/mkpath.o .libs/mp_alloc.o .libs/mp_backup.o .libs/mp_bh.o .libs/mp_fget.o .libs/mp_fmethod.o .libs/mp_fopen.o .libs/mp_fput.o .libs/mp_fset.o .libs/mp_method.o .libs/mp_mvcc.o .libs/mp_region.o .libs/mp_register.o .libs/mp_resize.o .libs/mp_stat.o .libs/mp_sync.o .libs/mp_trickle.o .libs/openflags.o .libs/os_abort.o .libs/os_abs.o .libs/os_alloc.o .libs/os_clock.o .libs/os_cpu.o .libs/os_ctime.o .libs/os_config.o .libs/os_dir.o .libs/os_errno.o .libs/os_fid.o .libs/os_flock.o .libs/os_fsync.o .libs/os_getenv.o .libs/os_handle.o .libs/os_map.o .libs/os_method.o .libs/os_mkdir.o .libs/os_open.o .libs/os_path.o .libs/os_pid.o .libs/os_rename.o .libs/os_root.o .libs/os_rpath.o .libs/os_rw.o .libs/os_seek.o .libs/os_stack.o .libs/os_stat.o .libs/os_tmpdir.o .libs/os_truncate.o .libs/os_uid.o .libs/os_unlink.o .libs/os_yield.o .libs/partition.o .libs/seq_stat.o .libs/sequence.o .libs/sha1.o .libs/snprintf.o .libs/txn.o .libs/txn_auto.o .libs/txn_chkpt.o .libs/txn_failchk.o .libs/txn_method.o .libs/txn_rec.o .libs/txn_recover.o .libs/txn_region.o .libs/txn_stat.o .libs/txn_util.o .libs/xa.o .libs/xa_map.o .libs/zerofill.o   -lpthread -L/usr/lib/gcc/x86_64-linux-gnux32/4.9 -L/lib/x86_64-linux-gnux32 -L/lib/../lib -L/usr/lib/x86_64-linux-gnux32 -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnux32/4.9/../../../../x86_64-linux-gnux32/lib -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnux32/4.9/crtendS.o /usr/lib/x86_64-linux-gnux32/crtn.o  -O2 -Wl,-z -Wl,relro   -Wl,-soname -Wl,libdb_stl-5.3.so -o .libs/libdb_stl-5.3.so
libtool: link: x86_64-linux-gnux32-ar cru .libs/libdb_stl-5.3.a  dbstl_container.o dbstl_resource_manager.o cxx_channel.o cxx_db.o cxx_dbc.o cxx_dbt.o cxx_env.o cxx_except.o cxx_lock.o cxx_logc.o cxx_mpool.o cxx_multi.o cxx_rid.o cxx_seq.o cxx_site.o cxx_txn.o db185.o mut_tas.o mut_pthread.o bt_compare.o bt_compress.o bt_conv.o bt_curadj.o bt_cursor.o bt_delete.o bt_method.o bt_open.o bt_put.o bt_rec.o bt_reclaim.o bt_recno.o bt_rsearch.o bt_search.o bt_split.o bt_stat.o bt_compact.o bt_upgrade.o btree_auto.o hash.o hash_auto.o hash_compact.o hash_conv.o hash_dup.o hash_meta.o hash_method.o hash_open.o hash_page.o hash_rec.o hash_reclaim.o hash_stat.o hash_upgrade.o hash_verify.o heap.o heap_auto.o heap_backup.o heap_conv.o heap_method.o heap_open.o heap_rec.o heap_reclaim.o heap_stat.o heap_verify.o qam.o qam_auto.o qam_conv.o qam_files.o qam_method.o qam_open.o qam_rec.o qam_stat.o qam_upgrade.o qam_verify.o rep_automsg.o rep_backup.o rep_elect.o rep_lease.o rep_log.o rep_method.o rep_record.o rep_region.o rep_stat.o rep_util.o rep_verify.o os_addrinfo.o repmgr_auto.o repmgr_automsg.o repmgr_elect.o repmgr_method.o repmgr_msg.o repmgr_net.o repmgr_posix.o repmgr_queue.o repmgr_rec.o repmgr_sel.o repmgr_stat.o repmgr_util.o db_ovfl_vrfy.o db_vrfy.o db_vrfyutil.o bt_verify.o log_verify.o log_verify_util.o log_verify_int.o log_verify_auto.o lock.o lock_deadlock.o lock_failchk.o lock_id.o lock_list.o lock_method.o lock_region.o lock_stat.o lock_timer.o lock_util.o mut_alloc.o mut_failchk.o mut_method.o mut_region.o mut_stat.o dbm.o hsearch.o aes_method.o crypto.o mt19937db.o rijndael-alg-fst.o rijndael-api-fst.o clock.o crdel_auto.o crdel_rec.o db.o db_am.o db_auto.o db_backup.o db_byteorder.o db_cam.o db_cds.o db_compact.o db_compint.o db_conv.o db_copy.o db_dispatch.o db_dup.o db_err.o db_getlong.o db_idspace.o db_iface.o db_join.o db_log2.o db_meta.o db_method.o db_open.o db_overflow.o db_pr.o db_rec.o db_reclaim.o db_remove.o db_rename.o db_ret.o db_setid.o db_setlsn.o db_shash.o db_sort_multiple.o db_stati.o db_truncate.o db_upg.o db_upg_opd.o dbreg.o dbreg_stat.o dbreg_auto.o dbreg_rec.o dbreg_util.o dbt.o env_alloc.o env_config.o env_backup.o env_failchk.o env_file.o env_globals.o env_open.o env_method.o env_name.o env_recover.o env_region.o env_register.o env_sig.o env_stat.o fileops_auto.o fop_basic.o fop_rec.o fop_util.o hash_func.o hmac.o log.o log_archive.o log_compare.o log_debug.o log_get.o log_method.o log_print.o log_put.o log_stat.o mkpath.o mp_alloc.o mp_backup.o mp_bh.o mp_fget.o mp_fmethod.o mp_fopen.o mp_fput.o mp_fset.o mp_method.o mp_mvcc.o mp_region.o mp_register.o mp_resize.o mp_stat.o mp_sync.o mp_trickle.o openflags.o os_abort.o os_abs.o os_alloc.o os_clock.o os_cpu.o os_ctime.o os_config.o os_dir.o os_errno.o os_fid.o os_flock.o os_fsync.o os_getenv.o os_handle.o os_map.o os_method.o os_mkdir.o os_open.o os_path.o os_pid.o os_rename.o os_root.o os_rpath.o os_rw.o os_seek.o os_stack.o os_stat.o os_tmpdir.o os_truncate.o os_uid.o os_unlink.o os_yield.o partition.o seq_stat.o sequence.o sha1.o snprintf.o txn.o txn_auto.o txn_chkpt.o txn_failchk.o txn_method.o txn_rec.o txn_recover.o txn_region.o txn_stat.o txn_util.o xa.o xa_map.o zerofill.o
libtool: link: x86_64-linux-gnux32-ranlib .libs/libdb_stl-5.3.a
libtool: link: ( cd ".libs" && rm -f "libdb_stl-5.3.la" && ln -s "../libdb_stl-5.3.la" "libdb_stl-5.3.la" )
rm -f libdb_stl.a
ln -s .libs/libdb_stl-5.3.a libdb_stl.a
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  -I. -I./sql -I../lang/sql/generated -D_HAVE_SQLITE_CONFIG_H  ../lang/sql/sqlite/src/shell.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I. -I./sql -I../lang/sql/generated -D_HAVE_SQLITE_CONFIG_H ../lang/sql/sqlite/src/shell.c  -fPIC -DPIC -o .libs/shell.o
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -I. -I./sql -I../lang/sql/generated -D_HAVE_SQLITE_CONFIG_H ../lang/sql/sqlite/src/shell.c -o shell.o >/dev/null 2>&1
./libtool --mode=link x86_64-linux-gnux32-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  -o dbsql -Wl,-z,relro shell.lo libdb_sql-5.3.la  -ldl -lpthread
libtool: link: x86_64-linux-gnux32-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -o .libs/dbsql -Wl,-z -Wl,relro .libs/shell.o  ./.libs/libdb_sql-5.3.so -ldl -lpthread 
./libtool --mode=execute true dbsql
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../util/db_archive.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../util/db_archive.c  -fPIC -DPIC -o .libs/db_archive.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../util/db_archive.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../util/db_archive.c -o db_archive.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/common/util_sig.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/common/util_sig.c  -fPIC -DPIC -o .libs/util_sig.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/common/util_sig.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/common/util_sig.c -o util_sig.o >/dev/null 2>&1
./libtool --mode=link x86_64-linux-gnux32-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  -o db_archive -Wl,-z,relro \
    db_archive.lo util_sig.lo libdb-5.3.la -lpthread
libtool: link: x86_64-linux-gnux32-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -o .libs/db_archive -Wl,-z -Wl,relro .libs/db_archive.o .libs/util_sig.o  ./.libs/libdb-5.3.so -lpthread 
./libtool --mode=execute true db_archive
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../util/db_checkpoint.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../util/db_checkpoint.c  -fPIC -DPIC -o .libs/db_checkpoint.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../util/db_checkpoint.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../util/db_checkpoint.c -o db_checkpoint.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/common/util_log.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/common/util_log.c  -fPIC -DPIC -o .libs/util_log.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/common/util_log.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/common/util_log.c -o util_log.o >/dev/null 2>&1
./libtool --mode=link x86_64-linux-gnux32-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  -o db_checkpoint -Wl,-z,relro \
    db_checkpoint.lo util_log.lo util_sig.lo libdb-5.3.la -lpthread
libtool: link: x86_64-linux-gnux32-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -o .libs/db_checkpoint -Wl,-z -Wl,relro .libs/db_checkpoint.o .libs/util_log.o .libs/util_sig.o  ./.libs/libdb-5.3.so -lpthread 
./libtool --mode=execute true db_checkpoint
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../util/db_deadlock.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../util/db_deadlock.c  -fPIC -DPIC -o .libs/db_deadlock.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../util/db_deadlock.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../util/db_deadlock.c -o db_deadlock.o >/dev/null 2>&1
./libtool --mode=link x86_64-linux-gnux32-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  -o db_deadlock -Wl,-z,relro \
    db_deadlock.lo util_log.lo util_sig.lo libdb-5.3.la -lpthread
libtool: link: x86_64-linux-gnux32-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -o .libs/db_deadlock -Wl,-z -Wl,relro .libs/db_deadlock.o .libs/util_log.o .libs/util_sig.o  ./.libs/libdb-5.3.so -lpthread 
./libtool --mode=execute true db_deadlock
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../util/db_dump.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../util/db_dump.c  -fPIC -DPIC -o .libs/db_dump.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../util/db_dump.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../util/db_dump.c -o db_dump.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/common/util_cache.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/common/util_cache.c  -fPIC -DPIC -o .libs/util_cache.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/common/util_cache.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/common/util_cache.c -o util_cache.o >/dev/null 2>&1
./libtool --mode=link x86_64-linux-gnux32-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  -o db_dump -Wl,-z,relro \
    db_dump.lo util_cache.lo util_sig.lo libdb-5.3.la -lpthread
libtool: link: x86_64-linux-gnux32-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -o .libs/db_dump -Wl,-z -Wl,relro .libs/db_dump.o .libs/util_cache.o .libs/util_sig.o  ./.libs/libdb-5.3.so -lpthread 
./libtool --mode=execute true db_dump
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../util/db_hotbackup.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../util/db_hotbackup.c  -fPIC -DPIC -o .libs/db_hotbackup.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../util/db_hotbackup.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../util/db_hotbackup.c -o db_hotbackup.o >/dev/null 2>&1
./libtool --mode=link x86_64-linux-gnux32-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  -o db_hotbackup -Wl,-z,relro \
    db_hotbackup.lo util_sig.lo libdb-5.3.la -lpthread
libtool: link: x86_64-linux-gnux32-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -o .libs/db_hotbackup -Wl,-z -Wl,relro .libs/db_hotbackup.o .libs/util_sig.o  ./.libs/libdb-5.3.so -lpthread 
./libtool --mode=execute true db_hotbackup
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../util/db_load.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../util/db_load.c  -fPIC -DPIC -o .libs/db_load.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../util/db_load.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../util/db_load.c -o db_load.o >/dev/null 2>&1
./libtool --mode=link x86_64-linux-gnux32-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  -o db_load -Wl,-z,relro \
    db_load.lo util_cache.lo util_sig.lo libdb-5.3.la -lpthread
libtool: link: x86_64-linux-gnux32-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -o .libs/db_load -Wl,-z -Wl,relro .libs/db_load.o .libs/util_cache.o .libs/util_sig.o  ./.libs/libdb-5.3.so -lpthread 
./libtool --mode=execute true db_load
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../util/db_log_verify.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../util/db_log_verify.c  -fPIC -DPIC -o .libs/db_log_verify.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../util/db_log_verify.c:10:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../util/db_log_verify.c -o db_log_verify.o >/dev/null 2>&1
./libtool --mode=link x86_64-linux-gnux32-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  -o db_log_verify -Wl,-z,relro \
    db_log_verify.lo util_cache.lo util_sig.lo libdb-5.3.la -lpthread
libtool: link: x86_64-linux-gnux32-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -o .libs/db_log_verify -Wl,-z -Wl,relro .libs/db_log_verify.o .libs/util_cache.o .libs/util_sig.o  ./.libs/libdb-5.3.so -lpthread 
./libtool --mode=execute true db_log_verify
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../util/db_printlog.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../util/db_printlog.c  -fPIC -DPIC -o .libs/db_printlog.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../util/db_printlog.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../util/db_printlog.c -o db_printlog.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/btree/btree_autop.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/btree_autop.c  -fPIC -DPIC -o .libs/btree_autop.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/btree/btree_autop.c:5:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/btree/btree_autop.c -o btree_autop.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/crdel_autop.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/crdel_autop.c  -fPIC -DPIC -o .libs/crdel_autop.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/crdel_autop.c:5:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/crdel_autop.c -o crdel_autop.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/db/db_autop.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_autop.c  -fPIC -DPIC -o .libs/db_autop.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/db/db_autop.c:5:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/db/db_autop.c -o db_autop.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/dbreg/dbreg_autop.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/dbreg/dbreg_autop.c  -fPIC -DPIC -o .libs/dbreg_autop.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/dbreg/dbreg_autop.c:5:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/dbreg/dbreg_autop.c -o dbreg_autop.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/fileops/fileops_autop.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/fileops/fileops_autop.c  -fPIC -DPIC -o .libs/fileops_autop.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/fileops/fileops_autop.c:5:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/fileops/fileops_autop.c -o fileops_autop.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/hash/hash_autop.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/hash/hash_autop.c  -fPIC -DPIC -o .libs/hash_autop.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/hash/hash_autop.c:6:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/hash/hash_autop.c -o hash_autop.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/heap/heap_autop.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/heap/heap_autop.c  -fPIC -DPIC -o .libs/heap_autop.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/heap/heap_autop.c:6:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/heap/heap_autop.c -o heap_autop.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/qam/qam_autop.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/qam/qam_autop.c  -fPIC -DPIC -o .libs/qam_autop.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/qam/qam_autop.c:6:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/qam/qam_autop.c -o qam_autop.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/repmgr/repmgr_autop.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/repmgr/repmgr_autop.c  -fPIC -DPIC -o .libs/repmgr_autop.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/repmgr/repmgr_autop.c:6:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/repmgr/repmgr_autop.c -o repmgr_autop.o >/dev/null 2>&1
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../src/txn/txn_autop.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/txn/txn_autop.c  -fPIC -DPIC -o .libs/txn_autop.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../src/txn/txn_autop.c:5:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../src/txn/txn_autop.c -o txn_autop.o >/dev/null 2>&1
./libtool --mode=link x86_64-linux-gnux32-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  -o db_printlog -Wl,-z,relro \
    db_printlog.lo btree_autop.lo crdel_autop.lo db_autop.lo dbreg_autop.lo fileops_autop.lo hash_autop.lo heap_autop.lo qam_autop.lo repmgr_autop.lo txn_autop.lo util_sig.lo libdb-5.3.la -lpthread
libtool: link: x86_64-linux-gnux32-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -o .libs/db_printlog -Wl,-z -Wl,relro .libs/db_printlog.o .libs/btree_autop.o .libs/crdel_autop.o .libs/db_autop.o .libs/dbreg_autop.o .libs/fileops_autop.o .libs/hash_autop.o .libs/heap_autop.o .libs/qam_autop.o .libs/repmgr_autop.o .libs/txn_autop.o .libs/util_sig.o  ./.libs/libdb-5.3.so -lpthread 
./libtool --mode=execute true db_printlog
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../util/db_recover.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../util/db_recover.c  -fPIC -DPIC -o .libs/db_recover.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../util/db_recover.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../util/db_recover.c -o db_recover.o >/dev/null 2>&1
./libtool --mode=link x86_64-linux-gnux32-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  -o db_recover -Wl,-z,relro \
    db_recover.lo util_sig.lo libdb-5.3.la -lpthread
libtool: link: x86_64-linux-gnux32-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -o .libs/db_recover -Wl,-z -Wl,relro .libs/db_recover.o .libs/util_sig.o  ./.libs/libdb-5.3.so -lpthread 
./libtool --mode=execute true db_recover
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../util/db_replicate.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../util/db_replicate.c  -fPIC -DPIC -o .libs/db_replicate.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../util/db_replicate.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../util/db_replicate.c -o db_replicate.o >/dev/null 2>&1
./libtool --mode=link x86_64-linux-gnux32-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  -o db_replicate -Wl,-z,relro \
    db_replicate.lo util_log.lo util_sig.lo libdb-5.3.la -lpthread
libtool: link: x86_64-linux-gnux32-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -o .libs/db_replicate -Wl,-z -Wl,relro .libs/db_replicate.o .libs/util_log.o .libs/util_sig.o  ./.libs/libdb-5.3.so -lpthread 
./libtool --mode=execute true db_replicate
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../util/db_stat.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../util/db_stat.c  -fPIC -DPIC -o .libs/db_stat.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../util/db_stat.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../util/db_stat.c -o db_stat.o >/dev/null 2>&1
./libtool --mode=link x86_64-linux-gnux32-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  -o db_stat -Wl,-z,relro \
    db_stat.lo util_cache.lo util_sig.lo libdb-5.3.la -lpthread
libtool: link: x86_64-linux-gnux32-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -o .libs/db_stat -Wl,-z -Wl,relro .libs/db_stat.o .libs/util_cache.o .libs/util_sig.o  ./.libs/libdb-5.3.so -lpthread 
./libtool --mode=execute true db_stat
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../util/db_tuner.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../util/db_tuner.c  -fPIC -DPIC -o .libs/db_tuner.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../util/db_tuner.c:51:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../util/db_tuner.c -o db_tuner.o >/dev/null 2>&1
./libtool --mode=link x86_64-linux-gnux32-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  -o db_tuner -Wl,-z,relro \
    db_tuner.lo util_sig.lo libdb-5.3.la -lpthread
libtool: link: x86_64-linux-gnux32-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -o .libs/db_tuner -Wl,-z -Wl,relro .libs/db_tuner.o .libs/util_sig.o  ./.libs/libdb-5.3.so -lpthread 
./libtool --mode=execute true db_tuner
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../util/db_upgrade.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../util/db_upgrade.c  -fPIC -DPIC -o .libs/db_upgrade.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../util/db_upgrade.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../util/db_upgrade.c -o db_upgrade.o >/dev/null 2>&1
./libtool --mode=link x86_64-linux-gnux32-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  -o db_upgrade -Wl,-z,relro \
    db_upgrade.lo util_sig.lo libdb-5.3.la -lpthread
libtool: link: x86_64-linux-gnux32-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -o .libs/db_upgrade -Wl,-z -Wl,relro .libs/db_upgrade.o .libs/util_sig.o  ./.libs/libdb-5.3.so -lpthread 
./libtool --mode=execute true db_upgrade
./libtool --mode=compile x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  ../util/db_verify.c
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../util/db_verify.c  -fPIC -DPIC -o .libs/db_verify.o
In file included from ../src/dbinc/mutex_int.h:12:0,
                 from ../src/dbinc/mutex.h:15,
                 from ./db_int.h:1113,
                 from ../util/db_verify.c:11:
../src/dbinc/atomic.h:179:19: warning: conflicting types for built-in function '__atomic_compare_exchange'
 static inline int __atomic_compare_exchange(
                   ^
libtool: compile:  x86_64-linux-gnux32-gcc -c -I. -I../src -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_REENTRANT -g -O2 -fstack-protector-strong -Wformat -Werror=format-security ../util/db_verify.c -o db_verify.o >/dev/null 2>&1
./libtool --mode=link x86_64-linux-gnux32-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security  -o db_verify -Wl,-z,relro \
    db_verify.lo util_cache.lo util_sig.lo libdb-5.3.la -lpthread
libtool: link: x86_64-linux-gnux32-gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -o .libs/db_verify -Wl,-z -Wl,relro .libs/db_verify.o .libs/util_cache.o .libs/util_sig.o  ./.libs/libdb-5.3.so -lpthread 
./libtool --mode=execute true db_verify
cp ../lang/sql/generated/sqlite3.h dbsql.h
Installing DB include files: /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/include ...
Installing DB library: /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/lib/x86_64-linux-gnux32 ...
libtool: install: cp -p .libs/libdb-5.3.so /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/lib/x86_64-linux-gnux32/libdb-5.3.so
libtool: install: cp -p .libs/libdb-5.3.lai /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/lib/x86_64-linux-gnux32/libdb-5.3.la
libtool: install: cp -p .libs/libdb_cxx-5.3.so /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/lib/x86_64-linux-gnux32/libdb_cxx-5.3.so
libtool: install: cp -p .libs/libdb_cxx-5.3.lai /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/lib/x86_64-linux-gnux32/libdb_cxx-5.3.la
libtool: install: cp -p .libs/libdb_sql-5.3.so /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/lib/x86_64-linux-gnux32/libdb_sql-5.3.so
libtool: install: cp -p .libs/libdb_sql-5.3.lai /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/lib/x86_64-linux-gnux32/libdb_sql-5.3.la
libtool: install: cp -p .libs/libdb_stl-5.3.so /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/lib/x86_64-linux-gnux32/libdb_stl-5.3.so
libtool: install: cp -p .libs/libdb_stl-5.3.lai /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/lib/x86_64-linux-gnux32/libdb_stl-5.3.la
libtool: install: cp -p .libs/libdb-5.3.a /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/lib/x86_64-linux-gnux32/libdb-5.3.a
libtool: install: chmod 644 /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/lib/x86_64-linux-gnux32/libdb-5.3.a
libtool: install: x86_64-linux-gnux32-ranlib /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/lib/x86_64-linux-gnux32/libdb-5.3.a
libtool: install: cp -p libdb.a /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/lib/x86_64-linux-gnux32/libdb.a
libtool: install: chmod 644 /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/lib/x86_64-linux-gnux32/libdb.a
libtool: install: x86_64-linux-gnux32-ranlib /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/lib/x86_64-linux-gnux32/libdb.a
libtool: install: cp -p .libs/libdb_cxx-5.3.a /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/lib/x86_64-linux-gnux32/libdb_cxx-5.3.a
libtool: install: chmod 644 /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/lib/x86_64-linux-gnux32/libdb_cxx-5.3.a
libtool: install: x86_64-linux-gnux32-ranlib /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/lib/x86_64-linux-gnux32/libdb_cxx-5.3.a
libtool: install: cp -p libdb_cxx.a /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/lib/x86_64-linux-gnux32/libdb_cxx.a
libtool: install: chmod 644 /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/lib/x86_64-linux-gnux32/libdb_cxx.a
libtool: install: x86_64-linux-gnux32-ranlib /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/lib/x86_64-linux-gnux32/libdb_cxx.a
libtool: install: cp -p .libs/libdb_sql-5.3.a /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/lib/x86_64-linux-gnux32/libdb_sql-5.3.a
libtool: install: chmod 644 /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/lib/x86_64-linux-gnux32/libdb_sql-5.3.a
libtool: install: x86_64-linux-gnux32-ranlib /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/lib/x86_64-linux-gnux32/libdb_sql-5.3.a
libtool: install: cp -p libdb_sql.a /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/lib/x86_64-linux-gnux32/libdb_sql.a
libtool: install: chmod 644 /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/lib/x86_64-linux-gnux32/libdb_sql.a
libtool: install: x86_64-linux-gnux32-ranlib /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/lib/x86_64-linux-gnux32/libdb_sql.a
libtool: install: cp -p .libs/libdb_stl-5.3.a /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/lib/x86_64-linux-gnux32/libdb_stl-5.3.a
libtool: install: chmod 644 /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/lib/x86_64-linux-gnux32/libdb_stl-5.3.a
libtool: install: x86_64-linux-gnux32-ranlib /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/lib/x86_64-linux-gnux32/libdb_stl-5.3.a
libtool: install: cp -p libdb_stl.a /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/lib/x86_64-linux-gnux32/libdb_stl.a
libtool: install: chmod 644 /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/lib/x86_64-linux-gnux32/libdb_stl.a
libtool: install: x86_64-linux-gnux32-ranlib /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/lib/x86_64-linux-gnux32/libdb_stl.a
libtool: install: warning: remember to run `libtool --finish /usr/lib/x86_64-linux-gnux32'
Installing DB utilities: /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/bin ...
libtool: install: warning: `libdb_sql-5.3.la' has not been installed in `/usr/lib/x86_64-linux-gnux32'
libtool: install: cp -p .libs/dbsql /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/bin/dbsql
libtool: install: warning: `libdb-5.3.la' has not been installed in `/usr/lib/x86_64-linux-gnux32'
libtool: install: cp -p .libs/db_archive /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/bin/db_archive
libtool: install: warning: `libdb-5.3.la' has not been installed in `/usr/lib/x86_64-linux-gnux32'
libtool: install: cp -p .libs/db_checkpoint /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/bin/db_checkpoint
libtool: install: warning: `libdb-5.3.la' has not been installed in `/usr/lib/x86_64-linux-gnux32'
libtool: install: cp -p .libs/db_deadlock /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/bin/db_deadlock
libtool: install: warning: `libdb-5.3.la' has not been installed in `/usr/lib/x86_64-linux-gnux32'
libtool: install: cp -p .libs/db_dump /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/bin/db_dump
libtool: install: warning: `libdb-5.3.la' has not been installed in `/usr/lib/x86_64-linux-gnux32'
libtool: install: cp -p .libs/db_hotbackup /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/bin/db_hotbackup
libtool: install: warning: `libdb-5.3.la' has not been installed in `/usr/lib/x86_64-linux-gnux32'
libtool: install: cp -p .libs/db_load /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/bin/db_load
libtool: install: warning: `libdb-5.3.la' has not been installed in `/usr/lib/x86_64-linux-gnux32'
libtool: install: cp -p .libs/db_log_verify /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/bin/db_log_verify
libtool: install: warning: `libdb-5.3.la' has not been installed in `/usr/lib/x86_64-linux-gnux32'
libtool: install: cp -p .libs/db_printlog /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/bin/db_printlog
libtool: install: warning: `libdb-5.3.la' has not been installed in `/usr/lib/x86_64-linux-gnux32'
libtool: install: cp -p .libs/db_recover /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/bin/db_recover
libtool: install: warning: `libdb-5.3.la' has not been installed in `/usr/lib/x86_64-linux-gnux32'
libtool: install: cp -p .libs/db_replicate /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/bin/db_replicate
libtool: install: warning: `libdb-5.3.la' has not been installed in `/usr/lib/x86_64-linux-gnux32'
libtool: install: cp -p .libs/db_stat /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/bin/db_stat
libtool: install: warning: `libdb-5.3.la' has not been installed in `/usr/lib/x86_64-linux-gnux32'
libtool: install: cp -p .libs/db_tuner /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/bin/db_tuner
libtool: install: warning: `libdb-5.3.la' has not been installed in `/usr/lib/x86_64-linux-gnux32'
libtool: install: cp -p .libs/db_upgrade /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/bin/db_upgrade
libtool: install: warning: `libdb-5.3.la' has not been installed in `/usr/lib/x86_64-linux-gnux32'
libtool: install: cp -p .libs/db_verify /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/bin/db_verify
Installing documentation: /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/docs ...
make[2]: Leaving directory '/tmp/buildd/db5.3_1/db5.3-5.3.28/build-production'
	cd /tmp/buildd/db5.3_1/db5.3-5.3.28
rm -f /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/lib/x86_64-linux-gnux32/*.la
rm -f /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/lib/x86_64-linux-gnux32/libdb*5.so
for v in "" _cxx _sql _stl _tcl; do \
  rm -f debian/tmp/usr/lib/x86_64-linux-gnux32/libdb$v.a; \
  ln -s libdb$v-5.3.a /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/lib/x86_64-linux-gnux32/libdb$v.a; \
done
mv /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/bin/dbsql /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/bin/db_sql
rm -f /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/bin/sqlite3
for i in /tmp/buildd/db5.3_1/db5.3-5.3.28/debian/tmp/usr/bin/db_*; do \
  mv $i $(echo $i | sed -e 's{usr/bin/db_{usr/bin/db5.3_{'); \
done
make[1]: Leaving directory '/tmp/buildd/db5.3_1/db5.3-5.3.28'
   debian/rules override_dh_install
make[1]: Entering directory '/tmp/buildd/db5.3_1/db5.3-5.3.28'
:
:
dh_install -a -Xusr/doc --list-missing
	cp -a debian/tmp/usr/include/db.h debian/libdb5.3-dev//usr/include/
	cp -a debian/tmp/usr/include/db_185.h debian/libdb5.3-dev//usr/include/
	install -d debian/libdb5.3-dev//usr/lib/x86_64-linux-gnux32
	cp -a debian/tmp/usr/lib/x86_64-linux-gnux32/libdb-5.3.a debian/libdb5.3-dev//usr/lib/x86_64-linux-gnux32/
	cp -a debian/tmp/usr/lib/x86_64-linux-gnux32/libdb.a debian/libdb5.3-dev//usr/lib/x86_64-linux-gnux32/
	cp -a debian/tmp/usr/lib/x86_64-linux-gnux32/libdb.so debian/libdb5.3-dev//usr/lib/x86_64-linux-gnux32/
	install -d debian/libdb5.3//usr/lib/x86_64-linux-gnux32
	cp -a debian/tmp/usr/lib/x86_64-linux-gnux32/libdb-5.3.so debian/libdb5.3//usr/lib/x86_64-linux-gnux32/
	cp -a debian/tmp/usr/bin/db5.3_archive debian/db5.3-util//usr/bin/
	cp -a debian/tmp/usr/bin/db5.3_checkpoint debian/db5.3-util//usr/bin/
	cp -a debian/tmp/usr/bin/db5.3_deadlock debian/db5.3-util//usr/bin/
	cp -a debian/tmp/usr/bin/db5.3_dump debian/db5.3-util//usr/bin/
	cp -a debian/tmp/usr/bin/db5.3_hotbackup debian/db5.3-util//usr/bin/
	cp -a debian/tmp/usr/bin/db5.3_load debian/db5.3-util//usr/bin/
	cp -a debian/tmp/usr/bin/db5.3_log_verify debian/db5.3-util//usr/bin/
	cp -a debian/tmp/usr/bin/db5.3_printlog debian/db5.3-util//usr/bin/
	cp -a debian/tmp/usr/bin/db5.3_recover debian/db5.3-util//usr/bin/
	cp -a debian/tmp/usr/bin/db5.3_replicate debian/db5.3-util//usr/bin/
	cp -a debian/tmp/usr/bin/db5.3_stat debian/db5.3-util//usr/bin/
	cp -a debian/tmp/usr/bin/db5.3_upgrade debian/db5.3-util//usr/bin/
	cp -a debian/tmp/usr/bin/db5.3_verify debian/db5.3-util//usr/bin/
	cp -a debian/tmp//usr/bin/db5.3_sql debian/db5.3-sql-util///usr/bin/
	install -d debian/libdb5.3\+\+//usr/lib/x86_64-linux-gnux32
	cp -a debian/tmp/usr/lib/x86_64-linux-gnux32/libdb_cxx-5.3.so debian/libdb5.3\+\+//usr/lib/x86_64-linux-gnux32/
	cp -a debian/tmp/usr/include/db_cxx.h debian/libdb5.3\+\+-dev//usr/include/
	install -d debian/libdb5.3\+\+-dev//usr/lib/x86_64-linux-gnux32
	cp -a debian/tmp/usr/lib/x86_64-linux-gnux32/libdb_cxx-5.3.a debian/libdb5.3\+\+-dev//usr/lib/x86_64-linux-gnux32/
	cp -a debian/tmp/usr/lib/x86_64-linux-gnux32/libdb_cxx.a debian/libdb5.3\+\+-dev//usr/lib/x86_64-linux-gnux32/
	cp -a debian/tmp/usr/lib/x86_64-linux-gnux32/libdb_cxx.so debian/libdb5.3\+\+-dev//usr/lib/x86_64-linux-gnux32/
	install -d debian/libdb5.3-tcl//usr/lib/x86_64-linux-gnux32
	cp -a debian/tmp/usr/lib/x86_64-linux-gnux32/libdb_tcl.a debian/libdb5.3-tcl//usr/lib/x86_64-linux-gnux32/
	cp -a debian/tmp/usr/include/dbsql.h debian/libdb5.3-sql-dev//usr/include/
	install -d debian/libdb5.3-sql-dev//usr/lib/x86_64-linux-gnux32
	cp -a debian/tmp/usr/lib/x86_64-linux-gnux32/libdb_sql-5.3.a debian/libdb5.3-sql-dev//usr/lib/x86_64-linux-gnux32/
	cp -a debian/tmp/usr/lib/x86_64-linux-gnux32/libdb_sql.a debian/libdb5.3-sql-dev//usr/lib/x86_64-linux-gnux32/
	cp -a debian/tmp/usr/lib/x86_64-linux-gnux32/libdb_sql.so debian/libdb5.3-sql-dev//usr/lib/x86_64-linux-gnux32/
	install -d debian/libdb5.3-sql//usr/lib/x86_64-linux-gnux32
	cp -a debian/tmp/usr/lib/x86_64-linux-gnux32/libdb_sql-5.3.so debian/libdb5.3-sql//usr/lib/x86_64-linux-gnux32/
	cp -a debian/tmp/usr/include/dbstl_base_iterator.h debian/libdb5.3-stl-dev//usr/include/
	cp -a debian/tmp/usr/include/dbstl_common.h debian/libdb5.3-stl-dev//usr/include/
	cp -a debian/tmp/usr/include/dbstl_container.h debian/libdb5.3-stl-dev//usr/include/
	cp -a debian/tmp/usr/include/dbstl_dbc.h debian/libdb5.3-stl-dev//usr/include/
	cp -a debian/tmp/usr/include/dbstl_dbt.h debian/libdb5.3-stl-dev//usr/include/
	cp -a debian/tmp/usr/include/dbstl_element_ref.h debian/libdb5.3-stl-dev//usr/include/
	cp -a debian/tmp/usr/include/dbstl_exception.h debian/libdb5.3-stl-dev//usr/include/
	cp -a debian/tmp/usr/include/dbstl_inner_utility.h debian/libdb5.3-stl-dev//usr/include/
	cp -a debian/tmp/usr/include/dbstl_map.h debian/libdb5.3-stl-dev//usr/include/
	cp -a debian/tmp/usr/include/dbstl_resource_manager.h debian/libdb5.3-stl-dev//usr/include/
	cp -a debian/tmp/usr/include/dbstl_set.h debian/libdb5.3-stl-dev//usr/include/
	cp -a debian/tmp/usr/include/dbstl_utility.h debian/libdb5.3-stl-dev//usr/include/
	cp -a debian/tmp/usr/include/dbstl_vector.h debian/libdb5.3-stl-dev//usr/include/
	install -d debian/libdb5.3-stl-dev//usr/lib/x86_64-linux-gnux32
	cp -a debian/tmp/usr/lib/x86_64-linux-gnux32/libdb_stl-5.3.a debian/libdb5.3-stl-dev//usr/lib/x86_64-linux-gnux32/
	cp -a debian/tmp/usr/lib/x86_64-linux-gnux32/libdb_stl.a debian/libdb5.3-stl-dev//usr/lib/x86_64-linux-gnux32/
	cp -a debian/tmp/usr/lib/x86_64-linux-gnux32/libdb_stl.so debian/libdb5.3-stl-dev//usr/lib/x86_64-linux-gnux32/
	install -d debian/libdb5.3-stl//usr/lib/x86_64-linux-gnux32
	cp -a debian/tmp/usr/lib/x86_64-linux-gnux32/libdb_stl-5.3.so debian/libdb5.3-stl//usr/lib/x86_64-linux-gnux32/
dh_install: usr/bin/db5.3_tuner exists in debian/tmp but is not installed to anywhere
make[1]: Leaving directory '/tmp/buildd/db5.3_1/db5.3-5.3.28'
   debian/rules override_dh_installdocs
make[1]: Entering directory '/tmp/buildd/db5.3_1/db5.3-5.3.28'
:
:
dh_installdocs -pdb5.3-doc -plibdb5.3-java
dh_installdocs: No packages to build.
dh_installdocs --remaining-packages --link-doc=libdb5.3
dh_installdocs: WARNING: --link-doc between architecture all and not all packages breaks binNMUs
dh_installdocs: Aborting build as this is a binNMU (leading to a broken package)
debian/rules:250: recipe for target 'override_dh_installdocs' failed
make[1]: *** [override_dh_installdocs] Error 25
make[1]: Leaving directory '/tmp/buildd/db5.3_1/db5.3-5.3.28'
debian/rules:141: recipe for target 'binary-arch' failed
make: *** [binary-arch] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary-arch gave error exit status 2
I: unmounting /var/cache/pbuilder/bindmount filesystem
I: unmounting dev/pts filesystem
I: unmounting proc filesystem
I: cleaning the build env 
I: removing directory /var/cache/pbuilder/build//27534 and its subdirectories


More information about the debhelper-devel mailing list