DEBUG: Executing shell function do_compile
NOTE: make -j 16 -l 75
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/mutex/mut_tas.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/mutex/mut_tas.c -fPIC -DPIC -o .libs/mut_tas.o
../db-5.3.28/src/mutex/mut_tas.c: In function '__db_tas_mutex_init':
../db-5.3.28/src/mutex/mut_tas.c:25:1: warning: old-style function definition [-Wold-style-definition]
25 | __db_tas_mutex_init(env, mutex, flags)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_tas.c: In function '__db_tas_mutex_lock_int':
../db-5.3.28/src/mutex/mut_tas.c:72:1: warning: old-style function definition [-Wold-style-definition]
72 | __db_tas_mutex_lock_int(env, mutex, timeout, nowait)
| ^~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_tas.c: In function '__db_tas_mutex_lock':
../db-5.3.28/src/mutex/mut_tas.c:281:1: warning: old-style function definition [-Wold-style-definition]
281 | __db_tas_mutex_lock(env, mutex, timeout)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_tas.c: In function '__db_tas_mutex_trylock':
../db-5.3.28/src/mutex/mut_tas.c:303:1: warning: old-style function definition [-Wold-style-definition]
303 | __db_tas_mutex_trylock(env, mutex)
| ^~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_tas.c: In function '__db_tas_mutex_readlock_int':
../db-5.3.28/src/mutex/mut_tas.c:317:1: warning: old-style function definition [-Wold-style-definition]
317 | __db_tas_mutex_readlock_int(env, mutex, nowait)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_tas.c: In function '__db_tas_mutex_readlock':
../db-5.3.28/src/mutex/mut_tas.c:452:1: warning: old-style function definition [-Wold-style-definition]
452 | __db_tas_mutex_readlock(env, mutex)
| ^~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_tas.c: In function '__db_tas_mutex_tryreadlock':
../db-5.3.28/src/mutex/mut_tas.c:468:1: warning: old-style function definition [-Wold-style-definition]
468 | __db_tas_mutex_tryreadlock(env, mutex)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_tas.c: In function '__db_tas_mutex_unlock':
../db-5.3.28/src/mutex/mut_tas.c:488:1: warning: old-style function definition [-Wold-style-definition]
488 | __db_tas_mutex_unlock(env, mutex)
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_tas.c: In function '__db_tas_mutex_destroy':
../db-5.3.28/src/mutex/mut_tas.c:585:1: warning: old-style function definition [-Wold-style-definition]
585 | __db_tas_mutex_destroy(env, mutex)
| ^~~~~~~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/btree/bt_search.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/btree/bt_search.c -fPIC -DPIC -o .libs/bt_search.o
../db-5.3.28/src/btree/bt_search.c: In function '__bam_get_root':
../db-5.3.28/src/btree/bt_search.c:60:1: warning: old-style function definition [-Wold-style-definition]
60 | __bam_get_root(dbc, root_pgno, slevel, flags, stack)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/btree/bt_search.c: In function '__bam_search':
../db-5.3.28/src/btree/bt_search.c:254:1: warning: old-style function definition [-Wold-style-definition]
254 | __bam_search(dbc, root_pgno, key, flags, slevel, recnop, exactp)
| ^~~~~~~~~~~~
../db-5.3.28/src/btree/bt_search.c: In function '__bam_stkrel':
../db-5.3.28/src/btree/bt_search.c:946:1: warning: old-style function definition [-Wold-style-definition]
946 | __bam_stkrel(dbc, flags)
| ^~~~~~~~~~~~
../db-5.3.28/src/btree/bt_search.c: In function '__bam_stkgrow':
../db-5.3.28/src/btree/bt_search.c:1009:1: warning: old-style function definition [-Wold-style-definition]
1009 | __bam_stkgrow(env, cp)
| ^~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/btree/bt_split.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/btree/bt_split.c -fPIC -DPIC -o .libs/bt_split.o
../db-5.3.28/src/btree/bt_split.c: In function '__bam_split':
../db-5.3.28/src/btree/bt_split.c:60:1: warning: old-style function definition [-Wold-style-definition]
60 | __bam_split(dbc, arg, root_pgnop)
| ^~~~~~~~~~~
../db-5.3.28/src/btree/bt_split.c: In function '__bam_root':
../db-5.3.28/src/btree/bt_split.c:205:1: warning: old-style function definition [-Wold-style-definition]
205 | __bam_root(dbc, cp)
| ^~~~~~~~~~
../db-5.3.28/src/btree/bt_split.c: In function '__bam_page':
../db-5.3.28/src/btree/bt_split.c:343:1: warning: old-style function definition [-Wold-style-definition]
343 | __bam_page(dbc, pp, cp)
| ^~~~~~~~~~
../db-5.3.28/src/btree/bt_split.c: In function '__bam_broot':
../db-5.3.28/src/btree/bt_split.c:596:1: warning: old-style function definition [-Wold-style-definition]
596 | __bam_broot(dbc, rootp, split, lp, rp)
| ^~~~~~~~~~~
../db-5.3.28/src/btree/bt_split.c: In function '__ram_root':
../db-5.3.28/src/btree/bt_split.c:737:1: warning: old-style function definition [-Wold-style-definition]
737 | __ram_root(dbc, rootp, lp, rp)
| ^~~~~~~~~~
../db-5.3.28/src/btree/bt_split.c: In function '__bam_pinsert':
../db-5.3.28/src/btree/bt_split.c:804:1: warning: old-style function definition [-Wold-style-definition]
804 | __bam_pinsert(dbc, parent, split, lchild, rchild, flags)
| ^~~~~~~~~~~~~
../db-5.3.28/src/btree/bt_split.c: In function '__bam_psplit':
../db-5.3.28/src/btree/bt_split.c:1101:1: warning: old-style function definition [-Wold-style-definition]
1101 | __bam_psplit(dbc, cp, lp, rp, splitret)
| ^~~~~~~~~~~~
../db-5.3.28/src/btree/bt_split.c: In function '__bam_copy':
../db-5.3.28/src/btree/bt_split.c:1303:1: warning: old-style function definition [-Wold-style-definition]
1303 | __bam_copy(dbp, pp, cp, nxt, stop)
| ^~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/btree/bt_stat.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/btree/bt_stat.c -fPIC -DPIC -o .libs/bt_stat.o
../db-5.3.28/src/btree/bt_stat.c: In function '__bam_stat':
../db-5.3.28/src/btree/bt_stat.c:26:1: warning: old-style function definition [-Wold-style-definition]
26 | __bam_stat(dbc, spp, flags)
| ^~~~~~~~~~
../db-5.3.28/src/btree/bt_stat.c: In function '__bam_stat_print':
../db-5.3.28/src/btree/bt_stat.c:218:1: warning: old-style function definition [-Wold-style-definition]
218 | __bam_stat_print(dbc, flags)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/btree/bt_stat.c: In function '__bam_stat_callback':
../db-5.3.28/src/btree/bt_stat.c:333:1: warning: old-style function definition [-Wold-style-definition]
333 | __bam_stat_callback(dbc, h, cookie, putp)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/btree/bt_stat.c: In function '__bam_print_cursor':
../db-5.3.28/src/btree/bt_stat.c:443:1: warning: old-style function definition [-Wold-style-definition]
443 | __bam_print_cursor(dbc)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/btree/bt_stat.c: In function '__bam_key_range':
../db-5.3.28/src/btree/bt_stat.c:498:1: warning: old-style function definition [-Wold-style-definition]
498 | __bam_key_range(dbc, dbt, kp, flags)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/btree/bt_stat.c: In function '__bam_traverse':
../db-5.3.28/src/btree/bt_stat.c:571:1: warning: old-style function definition [-Wold-style-definition]
571 | __bam_traverse(dbc, mode, root_pgno, callback, cookie)
| ^~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/btree/bt_compact.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/btree/bt_compact.c -fPIC -DPIC -o .libs/bt_compact.o
../db-5.3.28/src/btree/bt_compact.c: In function '__bam_csearch':
../db-5.3.28/src/btree/bt_compact.c:54:1: warning: old-style function definition [-Wold-style-definition]
54 | __bam_csearch(dbc, start, sflag, level)
| ^~~~~~~~~~~~~
../db-5.3.28/src/btree/bt_compact.c: In function '__bam_compact_int':
../db-5.3.28/src/btree/bt_compact.c:150:1: warning: old-style function definition [-Wold-style-definition]
150 | __bam_compact_int(dbc, start, stop, factor, spanp, c_data, isdonep)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/btree/bt_compact.c: In function '__bam_merge':
../db-5.3.28/src/btree/bt_compact.c:1030:1: warning: old-style function definition [-Wold-style-definition]
1030 | __bam_merge(dbc, ndbc, factor, stop, c_data, isdonep, pgs_donep)
| ^~~~~~~~~~~
../db-5.3.28/src/btree/bt_compact.c: In function '__bam_merge_records':
../db-5.3.28/src/btree/bt_compact.c:1088:1: warning: old-style function definition [-Wold-style-definition]
1088 | __bam_merge_records(dbc, ndbc, factor, c_data, pgs_donep)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/btree/bt_compact.c: In function '__bam_merge_pages':
../db-5.3.28/src/btree/bt_compact.c:1394:1: warning: old-style function definition [-Wold-style-definition]
1394 | __bam_merge_pages(dbc, ndbc, c_data)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/btree/bt_compact.c: In function '__bam_merge_internal':
../db-5.3.28/src/btree/bt_compact.c:1543:1: warning: old-style function definition [-Wold-style-definition]
1543 | __bam_merge_internal(dbc, ndbc, level, c_data, merged, pgs_donep)
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/btree/bt_compact.c: In function '__bam_compact_dups':
../db-5.3.28/src/btree/bt_compact.c:1908:1: warning: old-style function definition [-Wold-style-definition]
1908 | __bam_compact_dups(dbc, ppg, factor, have_lock, c_data, pgs_donep)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/btree/bt_compact.c: In function '__bam_compact_opd':
../db-5.3.28/src/btree/bt_compact.c:1991:1: warning: old-style function definition [-Wold-style-definition]
1991 | __bam_compact_opd(dbc, root_pgno, ppg, factor, c_data, pgs_donep)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/btree/bt_compact.c: In function '__bam_truncate_root_page':
../db-5.3.28/src/btree/bt_compact.c:2077:1: warning: old-style function definition [-Wold-style-definition]
2077 | __bam_truncate_root_page(dbc, pg, indx, c_data, pgs_donep)
| ^~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/btree/bt_compact.c: In function '__bam_truncate_internal_overflow':
../db-5.3.28/src/btree/bt_compact.c:2123:1: warning: old-style function definition [-Wold-style-definition]
2123 | __bam_truncate_internal_overflow(dbc, page, c_data, pgs_donep)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/btree/bt_compact.c: In function '__bam_compact_isdone':
../db-5.3.28/src/btree/bt_compact.c:2159:1: warning: old-style function definition [-Wold-style-definition]
2159 | __bam_compact_isdone(dbc, stop, pg, isdone)
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/btree/bt_compact.c: In function '__bam_lock_tree':
../db-5.3.28/src/btree/bt_compact.c:2195:1: warning: old-style function definition [-Wold-style-definition]
2195 | __bam_lock_tree(dbc, sp, csp, start, stop)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/btree/bt_compact.c: In function '__bam_lock_subtree':
../db-5.3.28/src/btree/bt_compact.c:2236:1: warning: old-style function definition [-Wold-style-definition]
2236 | __bam_lock_subtree(dbc, page, indx, stop)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/btree/bt_compact.c: In function '__bam_savekey':
../db-5.3.28/src/btree/bt_compact.c:2285:1: warning: old-style function definition [-Wold-style-definition]
2285 | __bam_savekey(dbc, next, start)
| ^~~~~~~~~~~~~
../db-5.3.28/src/btree/bt_compact.c: In function '__bam_truncate_ipages':
../db-5.3.28/src/btree/bt_compact.c:2402:1: warning: old-style function definition [-Wold-style-definition]
2402 | __bam_truncate_ipages(dbp, ip, txn, c_data, pgs_donep)
| ^~~~~~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/btree/bt_upgrade.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/btree/bt_upgrade.c -fPIC -DPIC -o .libs/bt_upgrade.o
../db-5.3.28/src/btree/bt_upgrade.c: In function '__bam_30_btreemeta':
../db-5.3.28/src/btree/bt_upgrade.c:23:1: warning: old-style function definition [-Wold-style-definition]
23 | __bam_30_btreemeta(dbp, real_name, buf)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/btree/bt_upgrade.c: In function '__bam_31_btreemeta':
../db-5.3.28/src/btree/bt_upgrade.c:70:1: warning: old-style function definition [-Wold-style-definition]
70 | __bam_31_btreemeta(dbp, real_name, flags, fhp, h, dirtyp)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/btree/bt_upgrade.c: In function '__bam_31_lbtree':
../db-5.3.28/src/btree/bt_upgrade.c:124:1: warning: old-style function definition [-Wold-style-definition]
124 | __bam_31_lbtree(dbp, real_name, flags, fhp, h, dirtyp)
| ^~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/btree/btree_auto.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/btree/btree_auto.c -fPIC -DPIC -o .libs/btree_auto.o
../db-5.3.28/src/btree/btree_auto.c: In function '__bam_init_recover':
../db-5.3.28/src/btree/btree_auto.c:170:1: warning: old-style function definition [-Wold-style-definition]
170 | __bam_init_recover(env, dtabp)
| ^~~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/hash/hash.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/hash/hash.c -fPIC -DPIC -o .libs/hash.o
../db-5.3.28/src/hash/hash.c: In function '__ham_quick_delete':
../db-5.3.28/src/hash/hash.c:78:1: warning: old-style function definition [-Wold-style-definition]
78 | __ham_quick_delete(dbc)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash.c: In function '__hamc_init':
../db-5.3.28/src/hash/hash.c:143:1: warning: old-style function definition [-Wold-style-definition]
143 | __hamc_init(dbc)
| ^~~~~~~~~~~
../db-5.3.28/src/hash/hash.c: In function '__hamc_close':
../db-5.3.28/src/hash/hash.c:185:1: warning: old-style function definition [-Wold-style-definition]
185 | __hamc_close(dbc, root_pgno, rmroot)
| ^~~~~~~~~~~~
../db-5.3.28/src/hash/hash.c: In function '__hamc_destroy':
../db-5.3.28/src/hash/hash.c:255:1: warning: old-style function definition [-Wold-style-definition]
255 | __hamc_destroy(dbc)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash.c: In function '__hamc_count':
../db-5.3.28/src/hash/hash.c:275:1: warning: old-style function definition [-Wold-style-definition]
275 | __hamc_count(dbc, recnop)
| ^~~~~~~~~~~~
../db-5.3.28/src/hash/hash.c: In function '__hamc_cmp':
../db-5.3.28/src/hash/hash.c:342:1: warning: old-style function definition [-Wold-style-definition]
342 | __hamc_cmp(dbc, other_dbc, result)
| ^~~~~~~~~~
../db-5.3.28/src/hash/hash.c: In function '__hamc_del':
../db-5.3.28/src/hash/hash.c:366:1: warning: old-style function definition [-Wold-style-definition]
366 | __hamc_del(dbc, flags)
| ^~~~~~~~~~
../db-5.3.28/src/hash/hash.c: In function '__hamc_dup':
../db-5.3.28/src/hash/hash.c:443:1: warning: old-style function definition [-Wold-style-definition]
443 | __hamc_dup(orig_dbc, new_dbc)
| ^~~~~~~~~~
../db-5.3.28/src/hash/hash.c: In function '__hamc_get':
../db-5.3.28/src/hash/hash.c:466:1: warning: old-style function definition [-Wold-style-definition]
466 | __hamc_get(dbc, key, data, flags, pgnop)
| ^~~~~~~~~~
../db-5.3.28/src/hash/hash.c: In function '__ham_bulk':
../db-5.3.28/src/hash/hash.c:644:1: warning: old-style function definition [-Wold-style-definition]
644 | __ham_bulk(dbc, data, flags)
| ^~~~~~~~~~
../db-5.3.28/src/hash/hash.c: In function '__hamc_put':
../db-5.3.28/src/hash/hash.c:1047:1: warning: old-style function definition [-Wold-style-definition]
1047 | __hamc_put(dbc, key, data, flags, pgnop)
| ^~~~~~~~~~
../db-5.3.28/src/hash/hash.c: In function '__ham_contract_table':
../db-5.3.28/src/hash/hash.c:1197:1: warning: old-style function definition [-Wold-style-definition]
1197 | __ham_contract_table(dbc, c_data)
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash.c: In function '__ham_expand_table':
../db-5.3.28/src/hash/hash.c:1261:1: warning: old-style function definition [-Wold-style-definition]
1261 | __ham_expand_table(dbc)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash.c: In function '__ham_call_hash':
../db-5.3.28/src/hash/hash.c:1421:1: warning: old-style function definition [-Wold-style-definition]
1421 | __ham_call_hash(dbc, k, len)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash.c: In function '__ham_dup_return':
../db-5.3.28/src/hash/hash.c:1448:1: warning: old-style function definition [-Wold-style-definition]
1448 | __ham_dup_return(dbc, val, flags)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash.c: In function '__ham_overwrite':
../db-5.3.28/src/hash/hash.c:1651:1: warning: old-style function definition [-Wold-style-definition]
1651 | __ham_overwrite(dbc, nval, flags)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash.c: In function '__ham_lookup':
../db-5.3.28/src/hash/hash.c:1884:1: warning: old-style function definition [-Wold-style-definition]
1884 | __ham_lookup(dbc, key, sought, mode, pgnop)
| ^~~~~~~~~~~~
../db-5.3.28/src/hash/hash.c: In function '__ham_init_dbt':
../db-5.3.28/src/hash/hash.c:1970:1: warning: old-style function definition [-Wold-style-definition]
1970 | __ham_init_dbt(env, dbt, size, bufp, sizep)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash.c: In function '__hamc_update_getorder':
../db-5.3.28/src/hash/hash.c:2006:2: warning: old-style function definition [-Wold-style-definition]
2006 | __hamc_update_getorder(cp, dbc, orderp, pgno, is_dup, args)
| ^~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash.c: In function '__hamc_update_setorder':
../db-5.3.28/src/hash/hash.c:2038:1: warning: old-style function definition [-Wold-style-definition]
2038 | __hamc_update_setorder(cp, dbc, foundp, pgno, is_dup, vargs)
| ^~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash.c: In function '__hamc_update':
../db-5.3.28/src/hash/hash.c:2161:1: warning: old-style function definition [-Wold-style-definition]
2161 | __hamc_update(dbc, len, operation, is_dup)
| ^~~~~~~~~~~~~
../db-5.3.28/src/hash/hash.c: In function '__ham_get_clist_func':
../db-5.3.28/src/hash/hash.c:2240:1: warning: old-style function definition [-Wold-style-definition]
2240 | __ham_get_clist_func(dbc, my_dbc, countp, pgno, indx, vargs)
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash.c: In function '__ham_get_clist':
../db-5.3.28/src/hash/hash.c:2284:1: warning: old-style function definition [-Wold-style-definition]
2284 | __ham_get_clist(dbp, pgno, indx, listp)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash.c: In function '__hamc_writelock':
../db-5.3.28/src/hash/hash.c:2317:1: warning: old-style function definition [-Wold-style-definition]
2317 | __hamc_writelock(dbc)
| ^~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/hash/hash_auto.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/hash/hash_auto.c -fPIC -DPIC -o .libs/hash_auto.o
../db-5.3.28/src/hash/hash_auto.c: In function '__ham_init_recover':
../db-5.3.28/src/hash/hash_auto.c:169:1: warning: old-style function definition [-Wold-style-definition]
169 | __ham_init_recover(env, dtabp)
| ^~~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/hash/hash_compact.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/hash/hash_compact.c -fPIC -DPIC -o .libs/hash_compact.o
../db-5.3.28/src/hash/hash_compact.c: In function '__ham_compact_int':
../db-5.3.28/src/hash/hash_compact.c:28:1: warning: old-style function definition [-Wold-style-definition]
28 | __ham_compact_int(dbc, start, stop, factor, c_data, donep, flags)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_compact.c: In function '__ham_compact_bucket':
../db-5.3.28/src/hash/hash_compact.c:216:1: warning: old-style function definition [-Wold-style-definition]
216 | __ham_compact_bucket(dbc, c_data, pgs_donep)
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_compact.c: In function '__ham_copy_data':
../db-5.3.28/src/hash/hash_compact.c:278:1: warning: old-style function definition [-Wold-style-definition]
278 | __ham_copy_data(dbc, pg, c_data, pgs_donep)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_compact.c: In function '__ham_truncate_overflow':
../db-5.3.28/src/hash/hash_compact.c:383:1: warning: old-style function definition [-Wold-style-definition]
383 | __ham_truncate_overflow(dbc, indx, c_data, pgs_done)
| ^~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_compact.c: In function '__ham_compact_hash':
../db-5.3.28/src/hash/hash_compact.c:427:1: warning: old-style function definition [-Wold-style-definition]
427 | __ham_compact_hash(dbp, ip, txn, c_data)
| ^~~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/hash/hash_conv.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/hash/hash_conv.c -fPIC -DPIC -o .libs/hash_conv.o
../db-5.3.28/src/hash/hash_conv.c: In function '__ham_pgin':
../db-5.3.28/src/hash/hash_conv.c:24:1: warning: old-style function definition [-Wold-style-definition]
24 | __ham_pgin(dbp, pg, pp, cookie)
| ^~~~~~~~~~
../db-5.3.28/src/hash/hash_conv.c: In function '__ham_pgout':
../db-5.3.28/src/hash/hash_conv.c:62:1: warning: old-style function definition [-Wold-style-definition]
62 | __ham_pgout(dbp, pg, pp, cookie)
| ^~~~~~~~~~~
../db-5.3.28/src/hash/hash_conv.c: In function '__ham_mswap':
../db-5.3.28/src/hash/hash_conv.c:87:1: warning: old-style function definition [-Wold-style-definition]
87 | __ham_mswap(env, pg)
| ^~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/hash/hash_dup.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/hash/hash_dup.c -fPIC -DPIC -o .libs/hash_dup.o
../db-5.3.28/src/hash/hash_dup.c: In function '__ham_add_dup':
../db-5.3.28/src/hash/hash_dup.c:79:1: warning: old-style function definition [-Wold-style-definition]
79 | __ham_add_dup(dbc, nval, flags, pgnop)
| ^~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_dup.c: In function '__ham_dup_convert':
../db-5.3.28/src/hash/hash_dup.c:255:1: warning: old-style function definition [-Wold-style-definition]
255 | __ham_dup_convert(dbc)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_dup.c: In function '__ham_make_dup':
../db-5.3.28/src/hash/hash_dup.c:412:1: warning: old-style function definition [-Wold-style-definition]
412 | __ham_make_dup(env, notdup, duplicate, bufp, sizep)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_dup.c: In function '__ham_check_move':
../db-5.3.28/src/hash/hash_dup.c:459:1: warning: old-style function definition [-Wold-style-definition]
459 | __ham_check_move(dbc, add_len)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_dup.c: In function '__ham_move_offpage':
../db-5.3.28/src/hash/hash_dup.c:687:1: warning: old-style function definition [-Wold-style-definition]
687 | __ham_move_offpage(dbc, pagep, ndx, pgno)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_dup.c: In function '__ham_dsearch':
../db-5.3.28/src/hash/hash_dup.c:765:1: warning: old-style function definition [-Wold-style-definition]
765 | __ham_dsearch(dbc, dbt, offp, cmpp, flags)
| ^~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_dup.c: In function '__ham_dcursor':
../db-5.3.28/src/hash/hash_dup.c:822:1: warning: old-style function definition [-Wold-style-definition]
822 | __ham_dcursor(dbc, pgno, indx)
| ^~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_dup.c: In function '__hamc_chgpg_func':
../db-5.3.28/src/hash/hash_dup.c:870:1: warning: old-style function definition [-Wold-style-definition]
870 | __hamc_chgpg_func(cp, my_dbc, foundp, old_pgno, old_index, vargs)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_dup.c: In function '__hamc_chgpg':
../db-5.3.28/src/hash/hash_dup.c:916:1: warning: old-style function definition [-Wold-style-definition]
916 | __hamc_chgpg(dbc, old_pgno, old_index, new_pgno, new_index)
| ^~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/hash/hash_meta.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/hash/hash_meta.c -fPIC -DPIC -o .libs/hash_meta.o
../db-5.3.28/src/hash/hash_meta.c: In function '__ham_get_meta':
../db-5.3.28/src/hash/hash_meta.c:23:1: warning: old-style function definition [-Wold-style-definition]
23 | __ham_get_meta(dbc)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_meta.c: In function '__ham_release_meta':
../db-5.3.28/src/hash/hash_meta.c:76:1: warning: old-style function definition [-Wold-style-definition]
76 | __ham_release_meta(dbc)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_meta.c: In function '__ham_dirty_meta':
../db-5.3.28/src/hash/hash_meta.c:104:1: warning: old-style function definition [-Wold-style-definition]
104 | __ham_dirty_meta(dbc, flags)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_meta.c: In function '__ham_return_meta':
../db-5.3.28/src/hash/hash_meta.c:148:2: warning: old-style function definition [-Wold-style-definition]
148 | __ham_return_meta(dbc, flags, metap)
| ^~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/hash/hash_method.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/hash/hash_method.c -fPIC -DPIC -o .libs/hash_method.o
../db-5.3.28/src/hash/hash_method.c: In function '__ham_db_create':
../db-5.3.28/src/hash/hash_method.c:32:1: warning: old-style function definition [-Wold-style-definition]
32 | __ham_db_create(dbp)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_method.c: In function '__ham_db_close':
../db-5.3.28/src/hash/hash_method.c:65:1: warning: old-style function definition [-Wold-style-definition]
65 | __ham_db_close(dbp)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_method.c: In function '__ham_get_h_ffactor':
../db-5.3.28/src/hash/hash_method.c:81:1: warning: old-style function definition [-Wold-style-definition]
81 | __ham_get_h_ffactor(dbp, h_ffactorp)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_method.c: In function '__ham_set_h_ffactor':
../db-5.3.28/src/hash/hash_method.c:97:1: warning: old-style function definition [-Wold-style-definition]
97 | __ham_set_h_ffactor(dbp, h_ffactor)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_method.c: In function '__ham_get_h_hash':
../db-5.3.28/src/hash/hash_method.c:116:1: warning: old-style function definition [-Wold-style-definition]
116 | __ham_get_h_hash(dbp, funcp)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_method.c: In function '__ham_set_h_hash':
../db-5.3.28/src/hash/hash_method.c:135:1: warning: old-style function definition [-Wold-style-definition]
135 | __ham_set_h_hash(dbp, func)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_method.c: In function '__ham_get_h_compare':
../db-5.3.28/src/hash/hash_method.c:154:1: warning: old-style function definition [-Wold-style-definition]
154 | __ham_get_h_compare(dbp, funcp)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_method.c: In function '__ham_set_h_compare':
../db-5.3.28/src/hash/hash_method.c:177:1: warning: old-style function definition [-Wold-style-definition]
177 | __ham_set_h_compare(dbp, func)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_method.c: In function '__ham_get_h_nelem':
../db-5.3.28/src/hash/hash_method.c:199:1: warning: old-style function definition [-Wold-style-definition]
199 | __ham_get_h_nelem(dbp, h_nelemp)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_method.c: In function '__ham_set_h_nelem':
../db-5.3.28/src/hash/hash_method.c:217:1: warning: old-style function definition [-Wold-style-definition]
217 | __ham_set_h_nelem(dbp, h_nelem)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_method.c: In function '__ham_copy_config':
../db-5.3.28/src/hash/hash_method.c:237:1: warning: old-style function definition [-Wold-style-definition]
237 | __ham_copy_config(src, dst, nparts)
| ^~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/hash/hash_open.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/hash/hash_open.c -fPIC -DPIC -o .libs/hash_open.o
../db-5.3.28/src/hash/hash_open.c: In function '__ham_open':
../db-5.3.28/src/hash/hash_open.c:65:1: warning: old-style function definition [-Wold-style-definition]
65 | __ham_open(dbp, ip, txn, name, base_pgno, flags)
| ^~~~~~~~~~
../db-5.3.28/src/hash/hash_open.c: In function '__ham_metachk':
../db-5.3.28/src/hash/hash_open.c:142:1: warning: old-style function definition [-Wold-style-definition]
142 | __ham_metachk(dbp, name, hashm)
| ^~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_open.c: In function '__ham_init_meta':
../db-5.3.28/src/hash/hash_open.c:248:1: warning: old-style function definition [-Wold-style-definition]
248 | __ham_init_meta(dbp, meta, pgno, lsnp)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_open.c: In function '__ham_new_file':
../db-5.3.28/src/hash/hash_open.c:352:1: warning: old-style function definition [-Wold-style-definition]
352 | __ham_new_file(dbp, ip, txn, fhp, name)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_open.c: In function '__ham_new_subdb':
../db-5.3.28/src/hash/hash_open.c:469:1: warning: old-style function definition [-Wold-style-definition]
469 | __ham_new_subdb(mdbp, dbp, ip, txn)
| ^~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/hash/hash_page.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/hash/hash_page.c -fPIC -DPIC -o .libs/hash_page.o
../db-5.3.28/src/hash/hash_page.c: In function '__ham_item':
../db-5.3.28/src/hash/hash_page.c:75:1: warning: old-style function definition [-Wold-style-definition]
75 | __ham_item(dbc, mode, pgnop)
| ^~~~~~~~~~
../db-5.3.28/src/hash/hash_page.c: In function '__ham_item_reset':
../db-5.3.28/src/hash/hash_page.c:149:1: warning: old-style function definition [-Wold-style-definition]
149 | __ham_item_reset(dbc)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_page.c: In function '__ham_item_init':
../db-5.3.28/src/hash/hash_page.c:178:1: warning: old-style function definition [-Wold-style-definition]
178 | __ham_item_init(dbc)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_page.c: In function '__ham_item_last':
../db-5.3.28/src/hash/hash_page.c:222:1: warning: old-style function definition [-Wold-style-definition]
222 | __ham_item_last(dbc, mode, pgnop)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_page.c: In function '__ham_item_first':
../db-5.3.28/src/hash/hash_page.c:244:1: warning: old-style function definition [-Wold-style-definition]
244 | __ham_item_first(dbc, mode, pgnop)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_page.c: In function '__ham_item_prev':
../db-5.3.28/src/hash/hash_page.c:271:1: warning: old-style function definition [-Wold-style-definition]
271 | __ham_item_prev(dbc, mode, pgnop)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_page.c: In function '__ham_item_next':
../db-5.3.28/src/hash/hash_page.c:389:1: warning: old-style function definition [-Wold-style-definition]
389 | __ham_item_next(dbc, mode, pgnop)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_page.c: In function '__ham_insertpair':
../db-5.3.28/src/hash/hash_page.c:481:1: warning: old-style function definition [-Wold-style-definition]
481 | __ham_insertpair(dbc, p, indxp, key_dbt, data_dbt, key_type, data_type)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_page.c: In function '__ham_getindex':
../db-5.3.28/src/hash/hash_page.c:611:1: warning: old-style function definition [-Wold-style-definition]
611 | __ham_getindex(dbc, p, key, key_type, match, indx)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_page.c: In function '__ham_getindex_unsorted':
../db-5.3.28/src/hash/hash_page.c:644:1: warning: old-style function definition [-Wold-style-definition]
644 | __ham_getindex_unsorted(dbc, p, key, match, indx)
| ^~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_page.c: In function '__ham_getindex_sorted':
../db-5.3.28/src/hash/hash_page.c:715:1: warning: old-style function definition [-Wold-style-definition]
715 | __ham_getindex_sorted(dbc, p, key, key_type, match, indxp)
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_page.c: In function '__ham_verify_sorted_page':
../db-5.3.28/src/hash/hash_page.c:850:1: warning: old-style function definition [-Wold-style-definition]
850 | __ham_verify_sorted_page (dbc, p)
| ^~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_page.c: In function '__ham_sort_page_cursor':
../db-5.3.28/src/hash/hash_page.c:954:1: warning: old-style function definition [-Wold-style-definition]
954 | __ham_sort_page_cursor(dbc, page)
| ^~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_page.c: In function '__ham_sort_page':
../db-5.3.28/src/hash/hash_page.c:1001:1: warning: old-style function definition [-Wold-style-definition]
1001 | __ham_sort_page(dbc, tmp_buf, page)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_page.c: In function '__ham_del_pair':
../db-5.3.28/src/hash/hash_page.c:1041:1: warning: old-style function definition [-Wold-style-definition]
1041 | __ham_del_pair(dbc, flags, ppg)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_page.c: In function '__ham_replpair':
../db-5.3.28/src/hash/hash_page.c:1368:1: warning: old-style function definition [-Wold-style-definition]
1368 | __ham_replpair(dbc, dbt, newtype)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_page.c: In function '__ham_onpage_replace':
../db-5.3.28/src/hash/hash_page.c:1714:1: warning: old-style function definition [-Wold-style-definition]
1714 | __ham_onpage_replace(dbp, pagep, ndx, off, change, is_plus, dbt)
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_page.c: In function '__ham_merge_pages':
../db-5.3.28/src/hash/hash_page.c:1779:1: warning: old-style function definition [-Wold-style-definition]
1779 | __ham_merge_pages(dbc, tobucket, frombucket, c_data)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_page.c: In function '__ham_split_page':
../db-5.3.28/src/hash/hash_page.c:2159:1: warning: old-style function definition [-Wold-style-definition]
2159 | __ham_split_page(dbc, obucket, nbucket)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_page.c: In function '__ham_add_el':
../db-5.3.28/src/hash/hash_page.c:2459:1: warning: old-style function definition [-Wold-style-definition]
2459 | __ham_add_el(dbc, key, val, type)
| ^~~~~~~~~~~~
../db-5.3.28/src/hash/hash_page.c: In function '__ham_copypair':
../db-5.3.28/src/hash/hash_page.c:2688:1: warning: old-style function definition [-Wold-style-definition]
2688 | __ham_copypair(dbc, src_page, src_ndx, dest_page, dest_indx, log)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_page.c: In function '__ham_add_ovflpage':
../db-5.3.28/src/hash/hash_page.c:2771:1: warning: old-style function definition [-Wold-style-definition]
2771 | __ham_add_ovflpage(dbc, pp)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_page.c: In function '__ham_get_cpage':
../db-5.3.28/src/hash/hash_page.c:2816:1: warning: old-style function definition [-Wold-style-definition]
2816 | __ham_get_cpage(dbc, mode)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_page.c: In function '__ham_next_cpage':
../db-5.3.28/src/hash/hash_page.c:2900:1: warning: old-style function definition [-Wold-style-definition]
2900 | __ham_next_cpage(dbc, pgno)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_page.c: In function '__ham_lock_bucket':
../db-5.3.28/src/hash/hash_page.c:2938:1: warning: old-style function definition [-Wold-style-definition]
2938 | __ham_lock_bucket(dbc, mode)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_page.c: In function '__ham_dpair':
../db-5.3.28/src/hash/hash_page.c:2974:1: warning: old-style function definition [-Wold-style-definition]
2974 | __ham_dpair(dbp, p, indx)
| ^~~~~~~~~~~
../db-5.3.28/src/hash/hash_page.c: In function '__hamc_delpg_getorder':
../db-5.3.28/src/hash/hash_page.c:3021:1: warning: old-style function definition [-Wold-style-definition]
3021 | __hamc_delpg_getorder(cp, my_dbc, orderp, new_pgno, indx, args)
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_page.c: In function '__hamc_delpg_setorder':
../db-5.3.28/src/hash/hash_page.c:3053:1: warning: old-style function definition [-Wold-style-definition]
3053 | __hamc_delpg_setorder(cp, my_dbc, foundp, old_pgno, indx, vargs)
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_page.c: In function '__hamc_delpg':
../db-5.3.28/src/hash/hash_page.c:3140:1: warning: old-style function definition [-Wold-style-definition]
3140 | __hamc_delpg(dbc, old_pgno, new_pgno, num_ent, op, orderp)
| ^~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/hash/hash_rec.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/hash/hash_rec.c -fPIC -DPIC -o .libs/hash_rec.o
../db-5.3.28/src/hash/hash_rec.c: In function '__ham_insdel_recover':
../db-5.3.28/src/hash/hash_rec.c:65:1: warning: old-style function definition [-Wold-style-definition]
65 | __ham_insdel_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_rec.c: In function '__ham_insdel_42_recover':
../db-5.3.28/src/hash/hash_rec.c:165:1: warning: old-style function definition [-Wold-style-definition]
165 | __ham_insdel_42_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_rec.c: In function '__ham_newpage_recover':
../db-5.3.28/src/hash/hash_rec.c:276:1: warning: old-style function definition [-Wold-style-definition]
276 | __ham_newpage_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_rec.c: In function '__ham_replace_recover':
../db-5.3.28/src/hash/hash_rec.c:419:1: warning: old-style function definition [-Wold-style-definition]
419 | __ham_replace_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_rec.c: In function '__ham_replace_42_recover':
../db-5.3.28/src/hash/hash_rec.c:539:1: warning: old-style function definition [-Wold-style-definition]
539 | __ham_replace_42_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_rec.c: In function '__ham_splitdata_recover':
../db-5.3.28/src/hash/hash_rec.c:640:1: warning: old-style function definition [-Wold-style-definition]
640 | __ham_splitdata_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_rec.c: In function '__ham_copypage_recover':
../db-5.3.28/src/hash/hash_rec.c:746:1: warning: old-style function definition [-Wold-style-definition]
746 | __ham_copypage_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_rec.c: In function '__ham_metagroup_recover':
../db-5.3.28/src/hash/hash_rec.c:853:1: warning: old-style function definition [-Wold-style-definition]
853 | __ham_metagroup_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_rec.c: In function '__ham_contract_recover':
../db-5.3.28/src/hash/hash_rec.c:1071:1: warning: old-style function definition [-Wold-style-definition]
1071 | __ham_contract_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_rec.c: In function '__ham_groupalloc_recover':
../db-5.3.28/src/hash/hash_rec.c:1136:1: warning: old-style function definition [-Wold-style-definition]
1136 | __ham_groupalloc_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_rec.c: In function '__ham_alloc_pages':
../db-5.3.28/src/hash/hash_rec.c:1262:1: warning: old-style function definition [-Wold-style-definition]
1262 | __ham_alloc_pages(dbc, argp, lsnp)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_rec.c: In function '__ham_changeslot_recover':
../db-5.3.28/src/hash/hash_rec.c:1314:1: warning: old-style function definition [-Wold-style-definition]
1314 | __ham_changeslot_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_rec.c: In function '__ham_curadj_recover':
../db-5.3.28/src/hash/hash_rec.c:1370:1: warning: old-style function definition [-Wold-style-definition]
1370 | __ham_curadj_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_rec.c: In function '__ham_chgpg_recover_func':
../db-5.3.28/src/hash/hash_rec.c:1438:1: warning: old-style function definition [-Wold-style-definition]
1438 | __ham_chgpg_recover_func(cp, my_dbc, countp, pgno, indx, vargs)
| ^~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_rec.c: In function '__ham_chgpg_recover':
../db-5.3.28/src/hash/hash_rec.c:1542:1: warning: old-style function definition [-Wold-style-definition]
1542 | __ham_chgpg_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_rec.c: In function '__ham_metagroup_42_recover':
../db-5.3.28/src/hash/hash_rec.c:1579:1: warning: old-style function definition [-Wold-style-definition]
1579 | __ham_metagroup_42_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_rec.c: In function '__ham_groupalloc_42_recover':
../db-5.3.28/src/hash/hash_rec.c:1762:1: warning: old-style function definition [-Wold-style-definition]
1762 | __ham_groupalloc_42_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_rec.c: In function '__ham_alloc_pages_42':
../db-5.3.28/src/hash/hash_rec.c:1853:1: warning: old-style function definition [-Wold-style-definition]
1853 | __ham_alloc_pages_42(dbc, argp, lsnp)
| ^~~~~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/hash/hash_reclaim.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/hash/hash_reclaim.c -fPIC -DPIC -o .libs/hash_reclaim.o
../db-5.3.28/src/hash/hash_reclaim.c: In function '__ham_reclaim':
../db-5.3.28/src/hash/hash_reclaim.c:29:1: warning: old-style function definition [-Wold-style-definition]
29 | __ham_reclaim(dbp, ip, txn, flags)
| ^~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_reclaim.c: In function '__ham_truncate':
../db-5.3.28/src/hash/hash_reclaim.c:77:1: warning: old-style function definition [-Wold-style-definition]
77 | __ham_truncate(dbc, countp)
| ^~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/hash/hash_stat.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/hash/hash_stat.c -fPIC -DPIC -o .libs/hash_stat.o
../db-5.3.28/src/hash/hash_stat.c: In function '__ham_stat':
../db-5.3.28/src/hash/hash_stat.c:27:1: warning: old-style function definition [-Wold-style-definition]
27 | __ham_stat(dbc, spp, flags)
| ^~~~~~~~~~
../db-5.3.28/src/hash/hash_stat.c: In function '__ham_stat_print':
../db-5.3.28/src/hash/hash_stat.c:132:1: warning: old-style function definition [-Wold-style-definition]
132 | __ham_stat_print(dbc, flags)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_stat.c: In function '__ham_stat_callback':
../db-5.3.28/src/hash/hash_stat.c:217:1: warning: old-style function definition [-Wold-style-definition]
217 | __ham_stat_callback(dbc, pagep, cookie, putp)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_stat.c: In function '__ham_print_cursor':
../db-5.3.28/src/hash/hash_stat.c:318:1: warning: old-style function definition [-Wold-style-definition]
318 | __ham_print_cursor(dbc)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_stat.c: In function '__ham_traverse':
../db-5.3.28/src/hash/hash_stat.c:373:1: warning: old-style function definition [-Wold-style-definition]
373 | __ham_traverse(dbc, mode, callback, cookie, look_past_max)
| ^~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/hash/hash_upgrade.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/hash/hash_upgrade.c -fPIC -DPIC -o .libs/hash_upgrade.o
../db-5.3.28/src/hash/hash_upgrade.c: In function '__ham_30_hashmeta':
../db-5.3.28/src/hash/hash_upgrade.c:23:1: warning: old-style function definition [-Wold-style-definition]
23 | __ham_30_hashmeta(dbp, real_name, obuf)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_upgrade.c: In function '__ham_30_sizefix':
../db-5.3.28/src/hash/hash_upgrade.c:112:1: warning: old-style function definition [-Wold-style-definition]
112 | __ham_30_sizefix(dbp, fhp, realname, metabuf)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_upgrade.c: In function '__ham_31_hashmeta':
../db-5.3.28/src/hash/hash_upgrade.c:169:1: warning: old-style function definition [-Wold-style-definition]
169 | __ham_31_hashmeta(dbp, real_name, flags, fhp, h, dirtyp)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_upgrade.c: In function '__ham_31_hash':
../db-5.3.28/src/hash/hash_upgrade.c:224:1: warning: old-style function definition [-Wold-style-definition]
224 | __ham_31_hash(dbp, real_name, flags, fhp, h, dirtyp)
| ^~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_upgrade.c: In function '__ham_46_hashmeta':
../db-5.3.28/src/hash/hash_upgrade.c:267:1: warning: old-style function definition [-Wold-style-definition]
267 | __ham_46_hashmeta(dbp, real_name, flags, fhp, h, dirtyp)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/hash/hash_upgrade.c: In function '__ham_46_hash':
../db-5.3.28/src/hash/hash_upgrade.c:300:1: warning: old-style function definition [-Wold-style-definition]
300 | __ham_46_hash(dbp, real_name, flags, fhp, h, dirtyp)
| ^~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/heap/heap.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/heap/heap.c -fPIC -DPIC -o .libs/heap.o
../db-5.3.28/src/heap/heap.c: In function '__heapc_init':
../db-5.3.28/src/heap/heap.c:94:1: warning: old-style function definition [-Wold-style-definition]
94 | __heapc_init(dbc)
| ^~~~~~~~~~~~
../db-5.3.28/src/heap/heap.c: In function '__heap_bulk':
../db-5.3.28/src/heap/heap.c:128:1: warning: old-style function definition [-Wold-style-definition]
128 | __heap_bulk(dbc, data, flags)
| ^~~~~~~~~~~
../db-5.3.28/src/heap/heap.c: In function '__heapc_close':
../db-5.3.28/src/heap/heap.c:294:1: warning: old-style function definition [-Wold-style-definition]
294 | __heapc_close(dbc, root_pgno, rmroot)
| ^~~~~~~~~~~~~
../db-5.3.28/src/heap/heap.c: In function '__heapc_del':
../db-5.3.28/src/heap/heap.c:319:1: warning: old-style function definition [-Wold-style-definition]
319 | __heapc_del(dbc, flags)
| ^~~~~~~~~~~
../db-5.3.28/src/heap/heap.c: In function '__heap_ditem':
../db-5.3.28/src/heap/heap.c:452:1: warning: old-style function definition [-Wold-style-definition]
452 | __heap_ditem(dbc, pagep, indx, nbytes)
| ^~~~~~~~~~~~
../db-5.3.28/src/heap/heap.c: In function '__heapc_destroy':
../db-5.3.28/src/heap/heap.c:511:1: warning: old-style function definition [-Wold-style-definition]
511 | __heapc_destroy(dbc)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/heap/heap.c: In function '__heapc_get':
../db-5.3.28/src/heap/heap.c:528:1: warning: old-style function definition [-Wold-style-definition]
528 | __heapc_get(dbc, key, data, flags, pgnop)
| ^~~~~~~~~~~
../db-5.3.28/src/heap/heap.c: In function '__heapc_reloc_partial':
../db-5.3.28/src/heap/heap.c:970:1: warning: old-style function definition [-Wold-style-definition]
970 | __heapc_reloc_partial(dbc, key, data)
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/heap/heap.c: In function '__heapc_reloc':
../db-5.3.28/src/heap/heap.c:1380:1: warning: old-style function definition [-Wold-style-definition]
1380 | __heapc_reloc(dbc, key, data)
| ^~~~~~~~~~~~~
../db-5.3.28/src/heap/heap.c: In function '__heapc_put':
../db-5.3.28/src/heap/heap.c:1601:1: warning: old-style function definition [-Wold-style-definition]
1601 | __heapc_put(dbc, key, data, flags, pgnop)
| ^~~~~~~~~~~
../db-5.3.28/src/heap/heap.c: In function '__heap_getpage':
../db-5.3.28/src/heap/heap.c:1813:1: warning: old-style function definition [-Wold-style-definition]
1813 | __heap_getpage(dbc, size, avail)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/heap/heap.c: In function '__heap_append':
../db-5.3.28/src/heap/heap.c:2185:1: warning: old-style function definition [-Wold-style-definition]
2185 | __heap_append(dbc, key, data)
| ^~~~~~~~~~~~~
../db-5.3.28/src/heap/heap.c: In function '__heapc_split':
../db-5.3.28/src/heap/heap.c:2281:1: warning: old-style function definition [-Wold-style-definition]
2281 | __heapc_split(dbc, key, data, is_first)
| ^~~~~~~~~~~~~
../db-5.3.28/src/heap/heap.c: In function '__heap_pitem':
../db-5.3.28/src/heap/heap.c:2491:1: warning: old-style function definition [-Wold-style-definition]
2491 | __heap_pitem(dbc, pagep, indx, nbytes, hdr, data)
| ^~~~~~~~~~~~
../db-5.3.28/src/heap/heap.c: In function '__heapc_dup':
../db-5.3.28/src/heap/heap.c:2568:1: warning: old-style function definition [-Wold-style-definition]
2568 | __heapc_dup(orig_dbc, new_dbc)
| ^~~~~~~~~~~
../db-5.3.28/src/heap/heap.c: In function '__heapc_gsplit':
../db-5.3.28/src/heap/heap.c:2588:1: warning: old-style function definition [-Wold-style-definition]
2588 | __heapc_gsplit(dbc, dbt, bpp, bpsz)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/heap/heap.c: In function '__heapc_refresh':
../db-5.3.28/src/heap/heap.c:2800:1: warning: old-style function definition [-Wold-style-definition]
2800 | __heapc_refresh(dbc)
| ^~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/heap/heap_auto.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/heap/heap_auto.c -fPIC -DPIC -o .libs/heap_auto.o
../db-5.3.28/src/heap/heap_auto.c: In function '__heap_init_recover':
../db-5.3.28/src/heap/heap_auto.c:54:1: warning: old-style function definition [-Wold-style-definition]
54 | __heap_init_recover(env, dtabp)
| ^~~~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/heap/heap_backup.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/heap/heap_backup.c -fPIC -DPIC -o .libs/heap_backup.o
../db-5.3.28/src/heap/heap_backup.c: In function '__heap_backup':
../db-5.3.28/src/heap/heap_backup.c:23:1: warning: old-style function definition [-Wold-style-definition]
23 | __heap_backup(dbenv, dbp, ip, fp, handle, flags)
| ^~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/heap/heap_conv.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/heap/heap_conv.c -fPIC -DPIC -o .libs/heap_conv.o
../db-5.3.28/src/heap/heap_conv.c: In function '__heap_pgin':
../db-5.3.28/src/heap/heap_conv.c:22:1: warning: old-style function definition [-Wold-style-definition]
22 | __heap_pgin(dbp, pg, pp, cookie)
| ^~~~~~~~~~~
../db-5.3.28/src/heap/heap_conv.c: In function '__heap_pgout':
../db-5.3.28/src/heap/heap_conv.c:48:1: warning: old-style function definition [-Wold-style-definition]
48 | __heap_pgout(dbp, pg, pp, cookie)
| ^~~~~~~~~~~~
../db-5.3.28/src/heap/heap_conv.c: In function '__heap_mswap':
../db-5.3.28/src/heap/heap_conv.c:73:1: warning: old-style function definition [-Wold-style-definition]
73 | __heap_mswap(env, pg)
| ^~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/heap/heap_method.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/heap/heap_method.c -fPIC -DPIC -o .libs/heap_method.o
../db-5.3.28/src/heap/heap_method.c: In function '__heap_db_create':
../db-5.3.28/src/heap/heap_method.c:22:1: warning: old-style function definition [-Wold-style-definition]
22 | __heap_db_create(dbp)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/heap/heap_method.c: In function '__heap_db_close':
../db-5.3.28/src/heap/heap_method.c:48:1: warning: old-style function definition [-Wold-style-definition]
48 | __heap_db_close(dbp)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/heap/heap_method.c: In function '__heap_get_heapsize':
../db-5.3.28/src/heap/heap_method.c:71:1: warning: old-style function definition [-Wold-style-definition]
71 | __heap_get_heapsize(dbp, gbytes, bytes)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/heap/heap_method.c: In function '__heap_get_heap_regionsize':
../db-5.3.28/src/heap/heap_method.c:93:1: warning: old-style function definition [-Wold-style-definition]
93 | __heap_get_heap_regionsize(dbp, npages)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/heap/heap_method.c: In function '__heap_set_heapsize':
../db-5.3.28/src/heap/heap_method.c:114:1: warning: old-style function definition [-Wold-style-definition]
114 | __heap_set_heapsize(dbp, gbytes, bytes, flags)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/heap/heap_method.c: In function '__heap_set_heap_regionsize':
../db-5.3.28/src/heap/heap_method.c:138:1: warning: old-style function definition [-Wold-style-definition]
138 | __heap_set_heap_regionsize(dbp, npages)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/heap/heap_open.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/heap/heap_open.c -fPIC -DPIC -o .libs/heap_open.o
../db-5.3.28/src/heap/heap_open.c: In function '__heap_open':
../db-5.3.28/src/heap/heap_open.c:29:1: warning: old-style function definition [-Wold-style-definition]
29 | __heap_open(dbp, ip, txn, name, base_pgno, flags)
| ^~~~~~~~~~~
../db-5.3.28/src/heap/heap_open.c: In function '__heap_metachk':
../db-5.3.28/src/heap/heap_open.c:73:1: warning: old-style function definition [-Wold-style-definition]
73 | __heap_metachk(dbp, name, hm)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/heap/heap_open.c: In function '__heap_read_meta':
../db-5.3.28/src/heap/heap_open.c:133:1: warning: old-style function definition [-Wold-style-definition]
133 | __heap_read_meta(dbp, ip, txn, meta_pgno, flags)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/heap/heap_open.c: In function '__heap_new_file':
../db-5.3.28/src/heap/heap_open.c:208:1: warning: old-style function definition [-Wold-style-definition]
208 | __heap_new_file(dbp, ip, txn, fhp, name)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/heap/heap_open.c: In function '__heap_create_region':
../db-5.3.28/src/heap/heap_open.c:332:1: warning: old-style function definition [-Wold-style-definition]
332 | __heap_create_region(dbc, pgno)
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/heap/heap_open.c: In function '__heap_init_meta':
../db-5.3.28/src/heap/heap_open.c:405:1: warning: old-style function definition [-Wold-style-definition]
405 | __heap_init_meta(dbp, meta, pgno, lsnp)
| ^~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/heap/heap_rec.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/heap/heap_rec.c -fPIC -DPIC -o .libs/heap_rec.o
../db-5.3.28/src/heap/heap_rec.c: In function '__heap_addrem_recover':
../db-5.3.28/src/heap/heap_rec.c:23:1: warning: old-style function definition [-Wold-style-definition]
23 | __heap_addrem_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/heap/heap_rec.c: In function '__heap_pg_alloc_recover':
../db-5.3.28/src/heap/heap_rec.c:105:1: warning: old-style function definition [-Wold-style-definition]
105 | __heap_pg_alloc_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/heap/heap_rec.c: In function '__heap_trunc_meta_recover':
../db-5.3.28/src/heap/heap_rec.c:272:1: warning: old-style function definition [-Wold-style-definition]
272 | __heap_trunc_meta_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/heap/heap_rec.c: In function '__heap_trunc_page_recover':
../db-5.3.28/src/heap/heap_rec.c:336:1: warning: old-style function definition [-Wold-style-definition]
336 | __heap_trunc_page_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/heap/heap_reclaim.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/heap/heap_reclaim.c -fPIC -DPIC -o .libs/heap_reclaim.o
../db-5.3.28/src/heap/heap_reclaim.c: In function '__heap_truncate':
../db-5.3.28/src/heap/heap_reclaim.c:24:1: warning: old-style function definition [-Wold-style-definition]
24 | __heap_truncate(dbc, countp)
| ^~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/heap/heap_stat.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/heap/heap_stat.c -fPIC -DPIC -o .libs/heap_stat.o
../db-5.3.28/src/heap/heap_stat.c: In function '__heap_stat':
../db-5.3.28/src/heap/heap_stat.c:25:1: warning: old-style function definition [-Wold-style-definition]
25 | __heap_stat(dbc, spp, flags)
| ^~~~~~~~~~~
../db-5.3.28/src/heap/heap_stat.c: In function '__heap_stat_print':
../db-5.3.28/src/heap/heap_stat.c:125:1: warning: old-style function definition [-Wold-style-definition]
125 | __heap_stat_print(dbc, flags)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/heap/heap_stat.c: In function '__heap_print_cursor':
../db-5.3.28/src/heap/heap_stat.c:167:1: warning: old-style function definition [-Wold-style-definition]
167 | __heap_print_cursor(dbc)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/heap/heap_stat.c: In function '__heap_stat_callback':
../db-5.3.28/src/heap/heap_stat.c:182:1: warning: old-style function definition [-Wold-style-definition]
182 | __heap_stat_callback(dbc, h, cookie, putp)
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/heap/heap_stat.c: In function '__heap_traverse':
../db-5.3.28/src/heap/heap_stat.c:242:1: warning: old-style function definition [-Wold-style-definition]
242 | __heap_traverse(dbc, callback, cookie)
| ^~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/qam/qam_stub.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/qam/qam_stub.c -fPIC -DPIC -o .libs/qam_stub.o
../db-5.3.28/src/qam/qam_stub.c: In function '__db_no_queue_am':
../db-5.3.28/src/qam/qam_stub.c:29:1: warning: old-style function definition [-Wold-style-definition]
29 | __db_no_queue_am(env)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/qam/qam_stub.c: In function '__db_prqueue':
../db-5.3.28/src/qam/qam_stub.c:38:1: warning: old-style function definition [-Wold-style-definition]
38 | __db_prqueue(dbp, flags)
| ^~~~~~~~~~~~
../db-5.3.28/src/qam/qam_stub.c: In function '__qam_31_qammeta':
../db-5.3.28/src/qam/qam_stub.c:47:1: warning: old-style function definition [-Wold-style-definition]
47 | __qam_31_qammeta(dbp, real_name, buf)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/qam/qam_stub.c: In function '__qam_32_qammeta':
../db-5.3.28/src/qam/qam_stub.c:58:1: warning: old-style function definition [-Wold-style-definition]
58 | __qam_32_qammeta(dbp, real_name, buf)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/qam/qam_stub.c: In function '__qam_append':
../db-5.3.28/src/qam/qam_stub.c:69:1: warning: old-style function definition [-Wold-style-definition]
69 | __qam_append(dbc, key, data)
| ^~~~~~~~~~~~
../db-5.3.28/src/qam/qam_stub.c: In function '__qamc_dup':
../db-5.3.28/src/qam/qam_stub.c:79:1: warning: old-style function definition [-Wold-style-definition]
79 | __qamc_dup(orig_dbc, new_dbc)
| ^~~~~~~~~~
../db-5.3.28/src/qam/qam_stub.c: In function '__qamc_init':
../db-5.3.28/src/qam/qam_stub.c:87:1: warning: old-style function definition [-Wold-style-definition]
87 | __qamc_init(dbc)
| ^~~~~~~~~~~
../db-5.3.28/src/qam/qam_stub.c: In function '__qam_db_close':
../db-5.3.28/src/qam/qam_stub.c:94:1: warning: old-style function definition [-Wold-style-definition]
94 | __qam_db_close(dbp, flags)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/qam/qam_stub.c: In function '__qam_db_create':
../db-5.3.28/src/qam/qam_stub.c:104:1: warning: old-style function definition [-Wold-style-definition]
104 | __qam_db_create(dbp)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/qam/qam_stub.c: In function '__qam_extent_names':
../db-5.3.28/src/qam/qam_stub.c:112:1: warning: old-style function definition [-Wold-style-definition]
112 | __qam_extent_names(env, name, namelistp)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/qam/qam_stub.c: In function '__qam_gen_filelist':
../db-5.3.28/src/qam/qam_stub.c:123:1: warning: old-style function definition [-Wold-style-definition]
123 | __qam_gen_filelist(dbp, ip, filelistp)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/qam/qam_stub.c: In function '__qam_init_print':
../db-5.3.28/src/qam/qam_stub.c:134:1: warning: old-style function definition [-Wold-style-definition]
134 | __qam_init_print(env, dtabp)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/qam/qam_stub.c: In function '__qam_init_recover':
../db-5.3.28/src/qam/qam_stub.c:144:1: warning: old-style function definition [-Wold-style-definition]
144 | __qam_init_recover(env, dtabp)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/qam/qam_stub.c: In function '__qam_metachk':
../db-5.3.28/src/qam/qam_stub.c:154:1: warning: old-style function definition [-Wold-style-definition]
154 | __qam_metachk(dbp, name, qmeta)
| ^~~~~~~~~~~~~
../db-5.3.28/src/qam/qam_stub.c: In function '__qam_mswap':
../db-5.3.28/src/qam/qam_stub.c:165:1: warning: old-style function definition [-Wold-style-definition]
165 | __qam_mswap(env, pg)
| ^~~~~~~~~~~
../db-5.3.28/src/qam/qam_stub.c: In function '__qam_new_file':
../db-5.3.28/src/qam/qam_stub.c:174:1: warning: old-style function definition [-Wold-style-definition]
174 | __qam_new_file(dbp, ip, txn, fhp, name)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/qam/qam_stub.c: In function '__qam_open':
../db-5.3.28/src/qam/qam_stub.c:189:1: warning: old-style function definition [-Wold-style-definition]
189 | __qam_open(dbp, ip, txn, name, base_pgno, mode, flags)
| ^~~~~~~~~~
../db-5.3.28/src/qam/qam_stub.c: In function '__qam_pgin_out':
../db-5.3.28/src/qam/qam_stub.c:208:1: warning: old-style function definition [-Wold-style-definition]
208 | __qam_pgin_out(env, pg, pp, cookie)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/qam/qam_stub.c: In function '__qam_salvage':
../db-5.3.28/src/qam/qam_stub.c:221:1: warning: old-style function definition [-Wold-style-definition]
221 | __qam_salvage(dbp, vdp, pgno, h, handle, callback, flags)
| ^~~~~~~~~~~~~
../db-5.3.28/src/qam/qam_stub.c: In function '__qam_set_ext_data':
../db-5.3.28/src/qam/qam_stub.c:240:1: warning: old-style function definition [-Wold-style-definition]
240 | __qam_set_ext_data(dbp, name)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/qam/qam_stub.c: In function '__qam_stat':
../db-5.3.28/src/qam/qam_stub.c:249:1: warning: old-style function definition [-Wold-style-definition]
249 | __qam_stat(dbc, spp, flags)
| ^~~~~~~~~~
../db-5.3.28/src/qam/qam_stub.c: In function '__qam_stat_print':
../db-5.3.28/src/qam/qam_stub.c:260:1: warning: old-style function definition [-Wold-style-definition]
260 | __qam_stat_print(dbc, flags)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/qam/qam_stub.c: In function '__qam_sync':
../db-5.3.28/src/qam/qam_stub.c:269:1: warning: old-style function definition [-Wold-style-definition]
269 | __qam_sync(dbp)
| ^~~~~~~~~~
../db-5.3.28/src/qam/qam_stub.c: In function '__qam_truncate':
../db-5.3.28/src/qam/qam_stub.c:276:1: warning: old-style function definition [-Wold-style-definition]
276 | __qam_truncate(dbc, countp)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/qam/qam_stub.c: In function '__qam_vrfy_data':
../db-5.3.28/src/qam/qam_stub.c:285:1: warning: old-style function definition [-Wold-style-definition]
285 | __qam_vrfy_data(dbp, vdp, h, pgno, flags)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/qam/qam_stub.c: In function '__qam_vrfy_meta':
../db-5.3.28/src/qam/qam_stub.c:300:1: warning: old-style function definition [-Wold-style-definition]
300 | __qam_vrfy_meta(dbp, vdp, meta, pgno, flags)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/qam/qam_stub.c: In function '__qam_vrfy_structure':
../db-5.3.28/src/qam/qam_stub.c:315:1: warning: old-style function definition [-Wold-style-definition]
315 | __qam_vrfy_structure(dbp, vdp, flags)
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/qam/qam_stub.c: In function '__qam_vrfy_walkqueue':
../db-5.3.28/src/qam/qam_stub.c:326:1: warning: old-style function definition [-Wold-style-definition]
326 | __qam_vrfy_walkqueue(dbp, vdp, handle, callback, flags)
| ^~~~~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/rep/rep_stub.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/rep/rep_stub.c -fPIC -DPIC -o .libs/rep_stub.o
../db-5.3.28/src/rep/rep_stub.c: In function '__db_norep':
../db-5.3.28/src/rep/rep_stub.c:27:1: warning: old-style function definition [-Wold-style-definition]
27 | __db_norep(env)
| ^~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__db_rep_enter':
../db-5.3.28/src/rep/rep_stub.c:36:1: warning: old-style function definition [-Wold-style-definition]
36 | __db_rep_enter(dbp, checkgen, checklock, return_now)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__env_rep_enter':
../db-5.3.28/src/rep/rep_stub.c:47:1: warning: old-style function definition [-Wold-style-definition]
47 | __env_rep_enter(env, checklock)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__env_db_rep_exit':
../db-5.3.28/src/rep/rep_stub.c:56:1: warning: old-style function definition [-Wold-style-definition]
56 | __env_db_rep_exit(env)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__op_rep_enter':
../db-5.3.28/src/rep/rep_stub.c:63:1: warning: old-style function definition [-Wold-style-definition]
63 | __op_rep_enter(env, local_nowait, obey_user)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__op_rep_exit':
../db-5.3.28/src/rep/rep_stub.c:73:1: warning: old-style function definition [-Wold-style-definition]
73 | __op_rep_exit(env)
| ^~~~~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__archive_rep_enter':
../db-5.3.28/src/rep/rep_stub.c:80:1: warning: old-style function definition [-Wold-style-definition]
80 | __archive_rep_enter(env)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__archive_rep_exit':
../db-5.3.28/src/rep/rep_stub.c:88:1: warning: old-style function definition [-Wold-style-definition]
88 | __archive_rep_exit(env)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__rep_bulk_message':
../db-5.3.28/src/rep/rep_stub.c:96:1: warning: old-style function definition [-Wold-style-definition]
96 | __rep_bulk_message(env, bulkp, repth, lsnp, dbt, flags)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__rep_env_refresh':
../db-5.3.28/src/rep/rep_stub.c:113:1: warning: old-style function definition [-Wold-style-definition]
113 | __rep_env_refresh(env)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__rep_elect_pp':
../db-5.3.28/src/rep/rep_stub.c:121:1: warning: old-style function definition [-Wold-style-definition]
121 | __rep_elect_pp(dbenv, nsites, nvotes, flags)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__rep_flush':
../db-5.3.28/src/rep/rep_stub.c:133:1: warning: old-style function definition [-Wold-style-definition]
133 | __rep_flush(dbenv)
| ^~~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__rep_lease_check':
../db-5.3.28/src/rep/rep_stub.c:140:1: warning: old-style function definition [-Wold-style-definition]
140 | __rep_lease_check(env, refresh)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__rep_lease_expire':
../db-5.3.28/src/rep/rep_stub.c:149:1: warning: old-style function definition [-Wold-style-definition]
149 | __rep_lease_expire(env)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__rep_msg':
../db-5.3.28/src/rep/rep_stub.c:156:1: warning: old-style function definition [-Wold-style-definition]
156 | __rep_msg(env, msg)
| ^~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__rep_get_clockskew':
../db-5.3.28/src/rep/rep_stub.c:166:1: warning: old-style function definition [-Wold-style-definition]
166 | __rep_get_clockskew(dbenv, fast_clockp, slow_clockp)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__rep_set_clockskew':
../db-5.3.28/src/rep/rep_stub.c:176:1: warning: old-style function definition [-Wold-style-definition]
176 | __rep_set_clockskew(dbenv, fast_clock, slow_clock)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__rep_set_nsites_pp':
../db-5.3.28/src/rep/rep_stub.c:186:1: warning: old-style function definition [-Wold-style-definition]
186 | __rep_set_nsites_pp(dbenv, n)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__rep_get_nsites':
../db-5.3.28/src/rep/rep_stub.c:195:1: warning: old-style function definition [-Wold-style-definition]
195 | __rep_get_nsites(dbenv, n)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__rep_set_priority':
../db-5.3.28/src/rep/rep_stub.c:204:1: warning: old-style function definition [-Wold-style-definition]
204 | __rep_set_priority(dbenv, priority)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__rep_get_priority':
../db-5.3.28/src/rep/rep_stub.c:213:1: warning: old-style function definition [-Wold-style-definition]
213 | __rep_get_priority(dbenv, priority)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__rep_set_timeout':
../db-5.3.28/src/rep/rep_stub.c:222:1: warning: old-style function definition [-Wold-style-definition]
222 | __rep_set_timeout(dbenv, which, timeout)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__rep_get_timeout':
../db-5.3.28/src/rep/rep_stub.c:233:1: warning: old-style function definition [-Wold-style-definition]
233 | __rep_get_timeout(dbenv, which, timeout)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__rep_get_config':
../db-5.3.28/src/rep/rep_stub.c:244:1: warning: old-style function definition [-Wold-style-definition]
244 | __rep_get_config(dbenv, which, onp)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__rep_set_config':
../db-5.3.28/src/rep/rep_stub.c:255:1: warning: old-style function definition [-Wold-style-definition]
255 | __rep_set_config(dbenv, which, on)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__rep_get_limit':
../db-5.3.28/src/rep/rep_stub.c:266:1: warning: old-style function definition [-Wold-style-definition]
266 | __rep_get_limit(dbenv, gbytesp, bytesp)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__rep_open':
../db-5.3.28/src/rep/rep_stub.c:276:1: warning: old-style function definition [-Wold-style-definition]
276 | __rep_open(env)
| ^~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__rep_preclose':
../db-5.3.28/src/rep/rep_stub.c:284:1: warning: old-style function definition [-Wold-style-definition]
284 | __rep_preclose(env)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__rep_process_message_pp':
../db-5.3.28/src/rep/rep_stub.c:291:1: warning: old-style function definition [-Wold-style-definition]
291 | __rep_process_message_pp(dbenv, control, rec, eid, ret_lsnp)
| ^~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__rep_send_message':
../db-5.3.28/src/rep/rep_stub.c:305:1: warning: old-style function definition [-Wold-style-definition]
305 | __rep_send_message(env, eid, rtype, lsnp, dbtp, logflags, repflags)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__rep_set_limit':
../db-5.3.28/src/rep/rep_stub.c:323:1: warning: old-style function definition [-Wold-style-definition]
323 | __rep_set_limit(dbenv, gbytes, bytes)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__rep_set_transport_pp':
../db-5.3.28/src/rep/rep_stub.c:333:1: warning: old-style function definition [-Wold-style-definition]
333 | __rep_set_transport_pp(dbenv, eid, f_send)
| ^~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__rep_set_request':
../db-5.3.28/src/rep/rep_stub.c:345:1: warning: old-style function definition [-Wold-style-definition]
345 | __rep_set_request(dbenv, min, max)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__rep_get_request':
../db-5.3.28/src/rep/rep_stub.c:355:1: warning: old-style function definition [-Wold-style-definition]
355 | __rep_get_request(dbenv, minp, maxp)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__rep_start_pp':
../db-5.3.28/src/rep/rep_stub.c:365:1: warning: old-style function definition [-Wold-style-definition]
365 | __rep_start_pp(dbenv, dbt, flags)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__rep_stat_pp':
../db-5.3.28/src/rep/rep_stub.c:376:1: warning: old-style function definition [-Wold-style-definition]
376 | __rep_stat_pp(dbenv, statp, flags)
| ^~~~~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__rep_stat_print_pp':
../db-5.3.28/src/rep/rep_stub.c:387:1: warning: old-style function definition [-Wold-style-definition]
387 | __rep_stat_print_pp(dbenv, flags)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__rep_stat_print':
../db-5.3.28/src/rep/rep_stub.c:396:1: warning: old-style function definition [-Wold-style-definition]
396 | __rep_stat_print(env, flags)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__rep_sync':
../db-5.3.28/src/rep/rep_stub.c:405:1: warning: old-style function definition [-Wold-style-definition]
405 | __rep_sync(dbenv, flags)
| ^~~~~~~~~~
../db-5.3.28/src/rep/rep_stub.c: In function '__rep_txn_applied':
../db-5.3.28/src/rep/rep_stub.c:414:1: warning: old-style function definition [-Wold-style-definition]
414 | __rep_txn_applied(env, ip, commit_info, timeout)
| ^~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/repmgr/repmgr_stub.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/repmgr/repmgr_stub.c -fPIC -DPIC -o .libs/repmgr_stub.o
../db-5.3.28/src/repmgr/repmgr_stub.c: In function '__db_norepmgr':
../db-5.3.28/src/repmgr/repmgr_stub.c:25:1: warning: old-style function definition [-Wold-style-definition]
25 | __db_norepmgr(dbenv)
| ^~~~~~~~~~~~~
../db-5.3.28/src/repmgr/repmgr_stub.c: In function '__repmgr_close':
../db-5.3.28/src/repmgr/repmgr_stub.c:39:1: warning: old-style function definition [-Wold-style-definition]
39 | __repmgr_close(env)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/repmgr/repmgr_stub.c: In function '__repmgr_get_ack_policy':
../db-5.3.28/src/repmgr/repmgr_stub.c:52:1: warning: old-style function definition [-Wold-style-definition]
52 | __repmgr_get_ack_policy(dbenv, policy)
| ^~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/repmgr/repmgr_stub.c: In function '__repmgr_set_ack_policy':
../db-5.3.28/src/repmgr/repmgr_stub.c:66:1: warning: old-style function definition [-Wold-style-definition]
66 | __repmgr_set_ack_policy(dbenv, policy)
| ^~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/repmgr/repmgr_stub.c: In function '__repmgr_site':
../db-5.3.28/src/repmgr/repmgr_stub.c:81:1: warning: old-style function definition [-Wold-style-definition]
81 | __repmgr_site(dbenv, host, port, dbsitep, flags)
| ^~~~~~~~~~~~~
../db-5.3.28/src/repmgr/repmgr_stub.c: In function '__repmgr_site_by_eid':
../db-5.3.28/src/repmgr/repmgr_stub.c:101:1: warning: old-style function definition [-Wold-style-definition]
101 | __repmgr_site_by_eid(dbenv, eid, dbsitep)
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/repmgr/repmgr_stub.c: In function '__repmgr_local_site':
../db-5.3.28/src/repmgr/repmgr_stub.c:118:1: warning: old-style function definition [-Wold-style-definition]
118 | __repmgr_local_site(dbenv, dbsitep)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/repmgr/repmgr_stub.c: In function '__repmgr_site_list':
../db-5.3.28/src/repmgr/repmgr_stub.c:132:1: warning: old-style function definition [-Wold-style-definition]
132 | __repmgr_site_list(dbenv, countp, listp)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/repmgr/repmgr_stub.c: In function '__repmgr_start':
../db-5.3.28/src/repmgr/repmgr_stub.c:148:1: warning: old-style function definition [-Wold-style-definition]
148 | __repmgr_start(dbenv, nthreads, flags)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/repmgr/repmgr_stub.c: In function '__repmgr_stat_pp':
../db-5.3.28/src/repmgr/repmgr_stub.c:164:1: warning: old-style function definition [-Wold-style-definition]
164 | __repmgr_stat_pp(dbenv, statp, flags)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/repmgr/repmgr_stub.c: In function '__repmgr_stat_print_pp':
../db-5.3.28/src/repmgr/repmgr_stub.c:180:1: warning: old-style function definition [-Wold-style-definition]
180 | __repmgr_stat_print_pp(dbenv, flags)
| ^~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/repmgr/repmgr_stub.c: In function '__repmgr_handle_event':
../db-5.3.28/src/repmgr/repmgr_stub.c:194:1: warning: old-style function definition [-Wold-style-definition]
194 | __repmgr_handle_event(env, event, info)
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/repmgr/repmgr_stub.c: In function '__repmgr_channel':
../db-5.3.28/src/repmgr/repmgr_stub.c:217:1: warning: old-style function definition [-Wold-style-definition]
217 | __repmgr_channel(dbenv, eid, dbchannelp, flags)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/repmgr/repmgr_stub.c: In function '__repmgr_set_msg_dispatch':
../db-5.3.28/src/repmgr/repmgr_stub.c:237:1: warning: old-style function definition [-Wold-style-definition]
237 | __repmgr_set_msg_dispatch(dbenv, dispatch, flags)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/repmgr/repmgr_stub.c: In function '__repmgr_init_recover':
../db-5.3.28/src/repmgr/repmgr_stub.c:254:1: warning: old-style function definition [-Wold-style-definition]
254 | __repmgr_init_recover(env, dtabp)
| ^~~~~~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_vrfy_stub.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_vrfy_stub.c -fPIC -DPIC -o .libs/db_vrfy_stub.o
../db-5.3.28/src/db/db_vrfy_stub.c: In function '__db_novrfy':
../db-5.3.28/src/db/db_vrfy_stub.c:30:1: warning: old-style function definition [-Wold-style-definition]
30 | __db_novrfy(env)
| ^~~~~~~~~~~
../db-5.3.28/src/db/db_vrfy_stub.c: In function '__db_verify_pp':
../db-5.3.28/src/db/db_vrfy_stub.c:39:1: warning: old-style function definition [-Wold-style-definition]
39 | __db_verify_pp(dbp, file, database, outfile, flags)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/db/db_vrfy_stub.c: In function '__db_verify_internal':
../db-5.3.28/src/db/db_vrfy_stub.c:61:1: warning: old-style function definition [-Wold-style-definition]
61 | __db_verify_internal(dbp, name, subdb, handle, callback, flags)
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_vrfy_stub.c: In function '__db_vrfy_getpageinfo':
../db-5.3.28/src/db/db_vrfy_stub.c:78:1: warning: old-style function definition [-Wold-style-definition]
78 | __db_vrfy_getpageinfo(vdp, pgno, pipp)
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_vrfy_stub.c: In function '__db_vrfy_putpageinfo':
../db-5.3.28/src/db/db_vrfy_stub.c:89:1: warning: old-style function definition [-Wold-style-definition]
89 | __db_vrfy_putpageinfo(env, vdp, pip)
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_vrfy_stub.c: In function '__db_vrfy_prdbt':
../db-5.3.28/src/db/db_vrfy_stub.c:100:1: warning: old-style function definition [-Wold-style-definition]
100 | __db_vrfy_prdbt(dbtp, checkprint, prefix,
| ^~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/log/log_verify_stub.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/log/log_verify_stub.c -fPIC -DPIC -o .libs/log_verify_stub.o
../db-5.3.28/src/log/log_verify_stub.c: In function '__db_log_novrfy':
../db-5.3.28/src/log/log_verify_stub.c:26:1: warning: old-style function definition [-Wold-style-definition]
26 | __db_log_novrfy(env)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/log/log_verify_stub.c: In function '__log_verify_pp':
../db-5.3.28/src/log/log_verify_stub.c:35:1: warning: old-style function definition [-Wold-style-definition]
35 | __log_verify_pp(dbenv, lvconfig)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/log/log_verify_stub.c: In function '__log_verify':
../db-5.3.28/src/log/log_verify_stub.c:46:1: warning: old-style function definition [-Wold-style-definition]
46 | __log_verify(dbenv, lvconfig)
| ^~~~~~~~~~~~
../db-5.3.28/src/log/log_verify_stub.c: In function '__log_verify_wrap':
../db-5.3.28/src/log/log_verify_stub.c:56:1: warning: old-style function definition [-Wold-style-definition]
56 | __log_verify_wrap(env, envhome, cachesize, dbfile, dbname,
| ^~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/lock/lock.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/lock/lock.c -fPIC -DPIC -o .libs/lock.o
../db-5.3.28/src/lock/lock.c: In function '__lock_vec_pp':
../db-5.3.28/src/lock/lock.c:49:1: warning: old-style function definition [-Wold-style-definition]
49 | __lock_vec_pp(dbenv, lid, flags, list, nlist, elistp)
| ^~~~~~~~~~~~~
../db-5.3.28/src/lock/lock.c: In function '__lock_vec_api':
../db-5.3.28/src/lock/lock.c:77:1: warning: old-style function definition [-Wold-style-definition]
77 | __lock_vec_api(env, lid, flags, list, nlist, elistp)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock.c: In function '__lock_vec':
../db-5.3.28/src/lock/lock.c:106:1: warning: old-style function definition [-Wold-style-definition]
106 | __lock_vec(env, sh_locker, flags, list, nlist, elistp)
| ^~~~~~~~~~
../db-5.3.28/src/lock/lock.c: In function '__lock_get_pp':
../db-5.3.28/src/lock/lock.c:382:1: warning: old-style function definition [-Wold-style-definition]
382 | __lock_get_pp(dbenv, locker, flags, obj, lock_mode, lock)
| ^~~~~~~~~~~~~
../db-5.3.28/src/lock/lock.c: In function '__lock_get_api':
../db-5.3.28/src/lock/lock.c:416:1: warning: old-style function definition [-Wold-style-definition]
416 | __lock_get_api(env, locker, flags, obj, lock_mode, lock)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock.c: In function '__lock_get':
../db-5.3.28/src/lock/lock.c:450:1: warning: old-style function definition [-Wold-style-definition]
450 | __lock_get(env, locker, flags, obj, lock_mode, lock)
| ^~~~~~~~~~
../db-5.3.28/src/lock/lock.c: In function '__lock_alloclock':
../db-5.3.28/src/lock/lock.c:480:1: warning: old-style function definition [-Wold-style-definition]
480 | __lock_alloclock(lt, part_id)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock.c: In function '__lock_get_internal':
../db-5.3.28/src/lock/lock.c:507:1: warning: old-style function definition [-Wold-style-definition]
507 | __lock_get_internal(lt, sh_locker, flags, obj, lock_mode, timeout, lock)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock.c: In function '__lock_put_pp':
../db-5.3.28/src/lock/lock.c:1098:1: warning: old-style function definition [-Wold-style-definition]
1098 | __lock_put_pp(dbenv, lock)
| ^~~~~~~~~~~~~
../db-5.3.28/src/lock/lock.c: In function '__lock_put':
../db-5.3.28/src/lock/lock.c:1124:1: warning: old-style function definition [-Wold-style-definition]
1124 | __lock_put(env, lock)
| ^~~~~~~~~~
../db-5.3.28/src/lock/lock.c: In function '__lock_put_nolock':
../db-5.3.28/src/lock/lock.c:1153:1: warning: old-style function definition [-Wold-style-definition]
1153 | __lock_put_nolock(env, lock, runp, flags)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock.c: In function '__lock_downgrade':
../db-5.3.28/src/lock/lock.c:1207:1: warning: old-style function definition [-Wold-style-definition]
1207 | __lock_downgrade(env, lock, new_mode, flags)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock.c: In function '__lock_put_internal':
../db-5.3.28/src/lock/lock.c:1262:1: warning: old-style function definition [-Wold-style-definition]
1262 | __lock_put_internal(lt, lockp, obj_ndx, flags)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock.c: In function '__lock_freelock':
../db-5.3.28/src/lock/lock.c:1381:1: warning: old-style function definition [-Wold-style-definition]
1381 | __lock_freelock(lt, lockp, sh_locker, flags)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock.c: In function '__lock_allocobj':
../db-5.3.28/src/lock/lock.c:1440:1: warning: old-style function definition [-Wold-style-definition]
1440 | __lock_allocobj(lt, part_id)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock.c: In function '__lock_getobj':
../db-5.3.28/src/lock/lock.c:1468:1: warning: old-style function definition [-Wold-style-definition]
1468 | __lock_getobj(lt, obj, ndx, create, retp)
| ^~~~~~~~~~~~~
../db-5.3.28/src/lock/lock.c: In function '__lock_same_family':
../db-5.3.28/src/lock/lock.c:1586:1: warning: old-style function definition [-Wold-style-definition]
1586 | __lock_same_family(lt, sh_locker1, sh_locker2)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock.c: In function '__lock_locker_same_family':
../db-5.3.28/src/lock/lock.c:1620:1: warning: old-style function definition [-Wold-style-definition]
1620 | __lock_locker_same_family(env, locker1, locker2, retp)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock.c: In function '__lock_inherit_locks':
../db-5.3.28/src/lock/lock.c:1646:1: warning: old-style function definition [-Wold-style-definition]
1646 | __lock_inherit_locks(lt, sh_locker, flags)
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock.c: In function '__lock_wakeup':
../db-5.3.28/src/lock/lock.c:1745:1: warning: old-style function definition [-Wold-style-definition]
1745 | __lock_wakeup(env, obj)
| ^~~~~~~~~~~~~
../db-5.3.28/src/lock/lock.c: In function '__lock_promote':
../db-5.3.28/src/lock/lock.c:1781:1: warning: old-style function definition [-Wold-style-definition]
1781 | __lock_promote(lt, obj, state_changedp, flags)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock.c: In function '__lock_remove_waiter':
../db-5.3.28/src/lock/lock.c:1874:1: warning: old-style function definition [-Wold-style-definition]
1874 | __lock_remove_waiter(lt, sh_obj, lockp, status)
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock.c: In function '__lock_trade':
../db-5.3.28/src/lock/lock.c:1916:1: warning: old-style function definition [-Wold-style-definition]
1916 | __lock_trade(env, lock, new_locker)
| ^~~~~~~~~~~~
../db-5.3.28/src/lock/lock.c: In function '__lock_change':
../db-5.3.28/src/lock/lock.c:1962:1: warning: old-style function definition [-Wold-style-definition]
1962 | __lock_change(env, old_lock, new_lock)
| ^~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/lock/lock_deadlock.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/lock/lock_deadlock.c -fPIC -DPIC -o .libs/lock_deadlock.o
../db-5.3.28/src/lock/lock_deadlock.c: In function '__lock_detect_pp':
../db-5.3.28/src/lock/lock_deadlock.c:69:1: warning: old-style function definition [-Wold-style-definition]
69 | __lock_detect_pp(dbenv, flags, atype, rejectp)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_deadlock.c: In function '__lock_detect':
../db-5.3.28/src/lock/lock_deadlock.c:116:1: warning: old-style function definition [-Wold-style-definition]
116 | __lock_detect(env, atype, rejectp)
| ^~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_deadlock.c: In function '__dd_build':
../db-5.3.28/src/lock/lock_deadlock.c:384:1: warning: old-style function definition [-Wold-style-definition]
384 | __dd_build(env, atype, bmp, nlockers, allocp, idmap, rejectp, pri_set)
| ^~~~~~~~~~
../db-5.3.28/src/lock/lock_deadlock.c: In function '__dd_find':
../db-5.3.28/src/lock/lock_deadlock.c:779:1: warning: old-style function definition [-Wold-style-definition]
779 | __dd_find(env, bmp, idmap, nlockers, nalloc, deadp)
| ^~~~~~~~~
../db-5.3.28/src/lock/lock_deadlock.c: In function '__dd_abort':
../db-5.3.28/src/lock/lock_deadlock.c:845:1: warning: old-style function definition [-Wold-style-definition]
845 | __dd_abort(env, info, statusp)
| ^~~~~~~~~~
../db-5.3.28/src/lock/lock_deadlock.c: In function '__dd_verify':
../db-5.3.28/src/lock/lock_deadlock.c:967:1: warning: old-style function definition [-Wold-style-definition]
967 | __dd_verify(idmap, deadmap, tmpmap, origmap, nlockers, nalloc, which)
| ^~~~~~~~~~~
../db-5.3.28/src/lock/lock_deadlock.c: In function '__dd_isolder':
../db-5.3.28/src/lock/lock_deadlock.c:1031:1: warning: old-style function definition [-Wold-style-definition]
1031 | __dd_isolder(a, b, lock_max, txn_max)
| ^~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/lock/lock_failchk.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/lock/lock_failchk.c -fPIC -DPIC -o .libs/lock_failchk.o
../db-5.3.28/src/lock/lock_failchk.c: In function '__lock_failchk':
../db-5.3.28/src/lock/lock_failchk.c:26:1: warning: old-style function definition [-Wold-style-definition]
26 | __lock_failchk(env)
| ^~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/lock/lock_id.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/lock/lock_id.c -fPIC -DPIC -o .libs/lock_id.o
../db-5.3.28/src/lock/lock_id.c: In function '__lock_id_pp':
../db-5.3.28/src/lock/lock_id.c:25:1: warning: old-style function definition [-Wold-style-definition]
25 | __lock_id_pp(dbenv, idp)
| ^~~~~~~~~~~~
../db-5.3.28/src/lock/lock_id.c: In function '__lock_id':
../db-5.3.28/src/lock/lock_id.c:51:1: warning: old-style function definition [-Wold-style-definition]
51 | __lock_id(env, idp, lkp)
| ^~~~~~~~~
../db-5.3.28/src/lock/lock_id.c: In function '__lock_set_thread_id':
../db-5.3.28/src/lock/lock_id.c:119:1: warning: old-style function definition [-Wold-style-definition]
119 | __lock_set_thread_id(lref_arg, pid, tid)
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_id.c: In function '__lock_id_free_pp':
../db-5.3.28/src/lock/lock_id.c:138:1: warning: old-style function definition [-Wold-style-definition]
138 | __lock_id_free_pp(dbenv, id)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_id.c: In function '__lock_id_free':
../db-5.3.28/src/lock/lock_id.c:193:1: warning: old-style function definition [-Wold-style-definition]
193 | __lock_id_free(env, sh_locker)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_id.c: In function '__lock_id_set':
../db-5.3.28/src/lock/lock_id.c:227:1: warning: old-style function definition [-Wold-style-definition]
227 | __lock_id_set(env, cur_id, max_id)
| ^~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_id.c: In function '__lock_getlocker':
../db-5.3.28/src/lock/lock_id.c:259:1: warning: old-style function definition [-Wold-style-definition]
259 | __lock_getlocker(lt, locker, create, retp)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_id.c: In function '__lock_getlocker_int':
../db-5.3.28/src/lock/lock_id.c:281:1: warning: old-style function definition [-Wold-style-definition]
281 | __lock_getlocker_int(lt, locker, create, retp)
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_id.c: In function '__lock_addfamilylocker':
../db-5.3.28/src/lock/lock_id.c:408:1: warning: old-style function definition [-Wold-style-definition]
408 | __lock_addfamilylocker(env, pid, id, is_family)
| ^~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_id.c: In function '__lock_freelocker_int':
../db-5.3.28/src/lock/lock_id.c:474:1: warning: old-style function definition [-Wold-style-definition]
474 | __lock_freelocker_int(lt, region, sh_locker, reallyfree)
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_id.c: In function '__lock_freelocker':
../db-5.3.28/src/lock/lock_id.c:526:1: warning: old-style function definition [-Wold-style-definition]
526 | __lock_freelocker(lt, sh_locker)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_id.c: In function '__lock_familyremove':
../db-5.3.28/src/lock/lock_id.c:556:1: warning: old-style function definition [-Wold-style-definition]
556 | __lock_familyremove(lt, sh_locker)
| ^~~~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/lock/lock_list.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/lock/lock_list.c -fPIC -DPIC -o .libs/lock_list.o
../db-5.3.28/src/lock/lock_list.c: In function '__lock_fix_list':
../db-5.3.28/src/lock/lock_list.c:105:1: warning: old-style function definition [-Wold-style-definition]
105 | __lock_fix_list(env, list_dbt, nlocks)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_list.c: In function '__lock_get_list':
../db-5.3.28/src/lock/lock_list.c:216:1: warning: old-style function definition [-Wold-style-definition]
216 | __lock_get_list(env, locker, flags, lock_mode, list)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_list.c: In function '__lock_sort_cmp':
../db-5.3.28/src/lock/lock_list.c:286:1: warning: old-style function definition [-Wold-style-definition]
286 | __lock_sort_cmp(a, b)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_list.c: In function '__lock_list_print':
../db-5.3.28/src/lock/lock_list.c:315:1: warning: old-style function definition [-Wold-style-definition]
315 | __lock_list_print(env, mbp, list)
| ^~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/lock/lock_method.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/lock/lock_method.c -fPIC -DPIC -o .libs/lock_method.o
../db-5.3.28/src/lock/lock_method.c: In function '__lock_env_create':
../db-5.3.28/src/lock/lock_method.c:21:1: warning: old-style function definition [-Wold-style-definition]
21 | __lock_env_create(dbenv)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_method.c: In function '__lock_env_destroy':
../db-5.3.28/src/lock/lock_method.c:54:1: warning: old-style function definition [-Wold-style-definition]
54 | __lock_env_destroy(dbenv)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_method.c: In function '__lock_get_lk_conflicts':
../db-5.3.28/src/lock/lock_method.c:75:1: warning: old-style function definition [-Wold-style-definition]
75 | __lock_get_lk_conflicts(dbenv, lk_conflictsp, lk_modesp)
| ^~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_method.c: In function '__lock_set_lk_conflicts':
../db-5.3.28/src/lock/lock_method.c:112:1: warning: old-style function definition [-Wold-style-definition]
112 | __lock_set_lk_conflicts(dbenv, lk_conflicts, lk_modes)
| ^~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_method.c: In function '__lock_get_lk_detect':
../db-5.3.28/src/lock/lock_method.c:142:1: warning: old-style function definition [-Wold-style-definition]
142 | __lock_get_lk_detect(dbenv, lk_detectp)
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_method.c: In function '__lock_set_lk_detect':
../db-5.3.28/src/lock/lock_method.c:174:1: warning: old-style function definition [-Wold-style-definition]
174 | __lock_set_lk_detect(dbenv, lk_detect)
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_method.c: In function '__lock_get_lk_max_locks':
../db-5.3.28/src/lock/lock_method.c:243:1: warning: old-style function definition [-Wold-style-definition]
243 | __lock_get_lk_max_locks(dbenv, lk_maxp)
| ^~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_method.c: In function '__lock_set_lk_max_locks':
../db-5.3.28/src/lock/lock_method.c:270:1: warning: old-style function definition [-Wold-style-definition]
270 | __lock_set_lk_max_locks(dbenv, lk_max)
| ^~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_method.c: In function '__lock_get_lk_max_lockers':
../db-5.3.28/src/lock/lock_method.c:288:1: warning: old-style function definition [-Wold-style-definition]
288 | __lock_get_lk_max_lockers(dbenv, lk_maxp)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_method.c: In function '__lock_set_lk_max_lockers':
../db-5.3.28/src/lock/lock_method.c:315:1: warning: old-style function definition [-Wold-style-definition]
315 | __lock_set_lk_max_lockers(dbenv, lk_max)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_method.c: In function '__lock_get_lk_max_objects':
../db-5.3.28/src/lock/lock_method.c:333:1: warning: old-style function definition [-Wold-style-definition]
333 | __lock_get_lk_max_objects(dbenv, lk_maxp)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_method.c: In function '__lock_set_lk_max_objects':
../db-5.3.28/src/lock/lock_method.c:360:1: warning: old-style function definition [-Wold-style-definition]
360 | __lock_set_lk_max_objects(dbenv, lk_max)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_method.c: In function '__lock_get_lk_partitions':
../db-5.3.28/src/lock/lock_method.c:377:1: warning: old-style function definition [-Wold-style-definition]
377 | __lock_get_lk_partitions(dbenv, lk_partitionp)
| ^~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_method.c: In function '__lock_set_lk_partitions':
../db-5.3.28/src/lock/lock_method.c:404:1: warning: old-style function definition [-Wold-style-definition]
404 | __lock_set_lk_partitions(dbenv, lk_partitions)
| ^~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_method.c: In function '__lock_get_lk_tablesize':
../db-5.3.28/src/lock/lock_method.c:421:1: warning: old-style function definition [-Wold-style-definition]
421 | __lock_get_lk_tablesize(dbenv, lk_tablesizep)
| ^~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_method.c: In function '__lock_set_lk_tablesize':
../db-5.3.28/src/lock/lock_method.c:448:1: warning: old-style function definition [-Wold-style-definition]
448 | __lock_set_lk_tablesize(dbenv, lk_tablesize)
| ^~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_method.c: In function '__lock_set_lk_priority':
../db-5.3.28/src/lock/lock_method.c:469:1: warning: old-style function definition [-Wold-style-definition]
469 | __lock_set_lk_priority(dbenv, lockid, priority)
| ^~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_method.c: In function '__lock_get_lk_priority':
../db-5.3.28/src/lock/lock_method.c:494:1: warning: old-style function definition [-Wold-style-definition]
494 | __lock_get_lk_priority(dbenv, lockid, priorityp)
| ^~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_method.c: In function '__lock_get_env_timeout':
../db-5.3.28/src/lock/lock_method.c:517:1: warning: old-style function definition [-Wold-style-definition]
517 | __lock_get_env_timeout(dbenv, timeoutp, flag)
| ^~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_method.c: In function '__lock_set_env_timeout':
../db-5.3.28/src/lock/lock_method.c:578:1: warning: old-style function definition [-Wold-style-definition]
578 | __lock_set_env_timeout(dbenv, timeout, flags)
| ^~~~~~~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/lock/lock_region.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/lock/lock_region.c -fPIC -DPIC -o .libs/lock_region.o
../db-5.3.28/src/lock/lock_region.c: In function '__lock_open':
../db-5.3.28/src/lock/lock_region.c:56:1: warning: old-style function definition [-Wold-style-definition]
56 | __lock_open(env)
| ^~~~~~~~~~~
../db-5.3.28/src/lock/lock_region.c: In function '__lock_region_init':
../db-5.3.28/src/lock/lock_region.c:152:1: warning: old-style function definition [-Wold-style-definition]
152 | __lock_region_init(env, lt)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_region.c: In function '__lock_env_refresh':
../db-5.3.28/src/lock/lock_region.c:350:1: warning: old-style function definition [-Wold-style-definition]
350 | __lock_env_refresh(env)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_region.c: In function '__lock_region_mutex_count':
../db-5.3.28/src/lock/lock_region.c:416:1: warning: old-style function definition [-Wold-style-definition]
416 | __lock_region_mutex_count(env)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_region.c: In function '__lock_region_mutex_max':
../db-5.3.28/src/lock/lock_region.c:435:1: warning: old-style function definition [-Wold-style-definition]
435 | __lock_region_mutex_max(env)
| ^~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_region.c: In function '__lock_region_max':
../db-5.3.28/src/lock/lock_region.c:461:1: warning: old-style function definition [-Wold-style-definition]
461 | __lock_region_max(env)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_region.c: In function '__lock_region_size':
../db-5.3.28/src/lock/lock_region.c:499:1: warning: old-style function definition [-Wold-style-definition]
499 | __lock_region_size(env, other_alloc)
| ^~~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/lock/lock_stat.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/lock/lock_stat.c -fPIC -DPIC -o .libs/lock_stat.o
../db-5.3.28/src/lock/lock_stat.c: In function '__lock_stat_pp':
../db-5.3.28/src/lock/lock_stat.c:33:1: warning: old-style function definition [-Wold-style-definition]
33 | __lock_stat_pp(dbenv, statp, flags)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_stat.c: In function '__lock_stat':
../db-5.3.28/src/lock/lock_stat.c:62:1: warning: old-style function definition [-Wold-style-definition]
62 | __lock_stat(env, statp, flags)
| ^~~~~~~~~~~
../db-5.3.28/src/lock/lock_stat.c: In function '__lock_stat_print_pp':
../db-5.3.28/src/lock/lock_stat.c:206:1: warning: old-style function definition [-Wold-style-definition]
206 | __lock_stat_print_pp(dbenv, flags)
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_stat.c: In function '__lock_stat_print':
../db-5.3.28/src/lock/lock_stat.c:239:1: warning: old-style function definition [-Wold-style-definition]
239 | __lock_stat_print(env, flags)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_stat.c: In function '__lock_print_stats':
../db-5.3.28/src/lock/lock_stat.c:267:1: warning: old-style function definition [-Wold-style-definition]
267 | __lock_print_stats(env, flags)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_stat.c: In function '__lock_print_all':
../db-5.3.28/src/lock/lock_stat.c:434:1: warning: old-style function definition [-Wold-style-definition]
434 | __lock_print_all(env, flags)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_stat.c: In function '__lock_dump_locker':
../db-5.3.28/src/lock/lock_stat.c:522:1: warning: old-style function definition [-Wold-style-definition]
522 | __lock_dump_locker(env, mbp, lt, lip)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_stat.c: In function '__lock_dump_object':
../db-5.3.28/src/lock/lock_stat.c:596:1: warning: old-style function definition [-Wold-style-definition]
596 | __lock_dump_object(lt, mbp, op)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_stat.c: In function '__lock_print_header':
../db-5.3.28/src/lock/lock_stat.c:614:1: warning: old-style function definition [-Wold-style-definition]
614 | __lock_print_header(env)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_stat.c: In function '__lock_printlock':
../db-5.3.28/src/lock/lock_stat.c:629:1: warning: old-style function definition [-Wold-style-definition]
629 | __lock_printlock(lt, mbp, lp, ispgno)
| ^~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/lock/lock_timer.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/lock/lock_timer.c -fPIC -DPIC -o .libs/lock_timer.o
../db-5.3.28/src/lock/lock_timer.c: In function '__lock_set_timeout':
../db-5.3.28/src/lock/lock_timer.c:26:1: warning: old-style function definition [-Wold-style-definition]
26 | __lock_set_timeout(env, locker, timeout, op)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_timer.c: In function '__lock_set_timeout_internal':
../db-5.3.28/src/lock/lock_timer.c:54:1: warning: old-style function definition [-Wold-style-definition]
54 | __lock_set_timeout_internal(env, sh_locker, timeout, op)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/lock/lock_timer.c: In function '__lock_inherit_timeout':
../db-5.3.28/src/lock/lock_timer.c:96:1: warning: old-style function definition [-Wold-style-definition]
96 | __lock_inherit_timeout(env, parent, locker)
| ^~~~~~~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/lock/lock_util.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/lock/lock_util.c -fPIC -DPIC -o .libs/lock_util.o
../db-5.3.28/src/lock/lock_util.c: In function '__lock_ohash':
../db-5.3.28/src/lock/lock_util.c:56:1: warning: old-style function definition [-Wold-style-definition]
56 | __lock_ohash(dbt)
| ^~~~~~~~~~~~
../db-5.3.28/src/lock/lock_util.c: In function '__lock_lhash':
../db-5.3.28/src/lock/lock_util.c:71:1: warning: old-style function definition [-Wold-style-definition]
71 | __lock_lhash(lock_obj)
| ^~~~~~~~~~~~
../db-5.3.28/src/lock/lock_util.c: In function '__lock_nomem':
../db-5.3.28/src/lock/lock_util.c:91:1: warning: old-style function definition [-Wold-style-definition]
91 | __lock_nomem(env, res)
| ^~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/mutex/mut_alloc.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/mutex/mut_alloc.c -fPIC -DPIC -o .libs/mut_alloc.o
../db-5.3.28/src/mutex/mut_alloc.c: In function '__mutex_alloc':
../db-5.3.28/src/mutex/mut_alloc.c:20:1: warning: old-style function definition [-Wold-style-definition]
20 | __mutex_alloc(env, alloc_id, flags, indxp)
| ^~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_alloc.c: In function '__mutex_alloc_int':
../db-5.3.28/src/mutex/mut_alloc.c:66:1: warning: old-style function definition [-Wold-style-definition]
66 | __mutex_alloc_int(env, locksys, alloc_id, flags, indxp)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_alloc.c: In function '__mutex_free':
../db-5.3.28/src/mutex/mut_alloc.c:197:1: warning: old-style function definition [-Wold-style-definition]
197 | __mutex_free(env, indxp)
| ^~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_alloc.c: In function '__mutex_free_int':
../db-5.3.28/src/mutex/mut_alloc.c:227:1: warning: old-style function definition [-Wold-style-definition]
227 | __mutex_free_int(env, locksys, indxp)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_alloc.c: In function '__mutex_refresh':
../db-5.3.28/src/mutex/mut_alloc.c:272:1: warning: old-style function definition [-Wold-style-definition]
272 | __mutex_refresh(env, mutex)
| ^~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/mutex/mut_failchk.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/mutex/mut_failchk.c -fPIC -DPIC -o .libs/mut_failchk.o
../db-5.3.28/src/mutex/mut_failchk.c: In function '__mut_failchk':
../db-5.3.28/src/mutex/mut_failchk.c:20:1: warning: old-style function definition [-Wold-style-definition]
20 | __mut_failchk(env)
| ^~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/mutex/mut_method.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/mutex/mut_method.c -fPIC -DPIC -o .libs/mut_method.o
../db-5.3.28/src/mutex/mut_method.c: In function '__mutex_alloc_pp':
../db-5.3.28/src/mutex/mut_method.c:20:1: warning: old-style function definition [-Wold-style-definition]
20 | __mutex_alloc_pp(dbenv, flags, indxp)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_method.c: In function '__mutex_free_pp':
../db-5.3.28/src/mutex/mut_method.c:49:1: warning: old-style function definition [-Wold-style-definition]
49 | __mutex_free_pp(dbenv, indx)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_method.c: In function '__mutex_lock_pp':
../db-5.3.28/src/mutex/mut_method.c:82:1: warning: old-style function definition [-Wold-style-definition]
82 | __mutex_lock_pp(dbenv, indx)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_method.c: In function '__mutex_unlock_pp':
../db-5.3.28/src/mutex/mut_method.c:108:1: warning: old-style function definition [-Wold-style-definition]
108 | __mutex_unlock_pp(dbenv, indx)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_method.c: In function '__mutex_get_align':
../db-5.3.28/src/mutex/mut_method.c:134:1: warning: old-style function definition [-Wold-style-definition]
134 | __mutex_get_align(dbenv, alignp)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_method.c: In function '__mutex_set_align':
../db-5.3.28/src/mutex/mut_method.c:158:1: warning: old-style function definition [-Wold-style-definition]
158 | __mutex_set_align(dbenv, align)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_method.c: In function '__mutex_get_increment':
../db-5.3.28/src/mutex/mut_method.c:185:1: warning: old-style function definition [-Wold-style-definition]
185 | __mutex_get_increment(dbenv, incrementp)
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_method.c: In function '__mutex_set_increment':
../db-5.3.28/src/mutex/mut_method.c:205:1: warning: old-style function definition [-Wold-style-definition]
205 | __mutex_set_increment(dbenv, increment)
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_method.c: In function '__mutex_get_init':
../db-5.3.28/src/mutex/mut_method.c:227:1: warning: old-style function definition [-Wold-style-definition]
227 | __mutex_get_init(dbenv, initp)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_method.c: In function '__mutex_set_init':
../db-5.3.28/src/mutex/mut_method.c:251:1: warning: old-style function definition [-Wold-style-definition]
251 | __mutex_set_init(dbenv, init)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_method.c: In function '__mutex_get_max':
../db-5.3.28/src/mutex/mut_method.c:273:1: warning: old-style function definition [-Wold-style-definition]
273 | __mutex_get_max(dbenv, maxp)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_method.c: In function '__mutex_set_max':
../db-5.3.28/src/mutex/mut_method.c:297:1: warning: old-style function definition [-Wold-style-definition]
297 | __mutex_set_max(dbenv, max)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_method.c: In function '__mutex_get_tas_spins':
../db-5.3.28/src/mutex/mut_method.c:319:1: warning: old-style function definition [-Wold-style-definition]
319 | __mutex_get_tas_spins(dbenv, tas_spinsp)
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_method.c: In function '__mutex_set_tas_spins':
../db-5.3.28/src/mutex/mut_method.c:343:1: warning: old-style function definition [-Wold-style-definition]
343 | __mutex_set_tas_spins(dbenv, tas_spins)
| ^~~~~~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/mutex/mut_region.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/mutex/mut_region.c -fPIC -DPIC -o .libs/mut_region.o
../db-5.3.28/src/mutex/mut_region.c: In function '__mutex_open':
../db-5.3.28/src/mutex/mut_region.c:29:1: warning: old-style function definition [-Wold-style-definition]
29 | __mutex_open(env, create_ok)
| ^~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_region.c: In function '__mutex_region_init':
../db-5.3.28/src/mutex/mut_region.c:134:1: warning: old-style function definition [-Wold-style-definition]
134 | __mutex_region_init(env, mtxmgr)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_region.c: In function '__mutex_env_refresh':
../db-5.3.28/src/mutex/mut_region.c:282:1: warning: old-style function definition [-Wold-style-definition]
282 | __mutex_env_refresh(env)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_region.c: In function '__mutex_align_size':
../db-5.3.28/src/mutex/mut_region.c:330:1: warning: old-style function definition [-Wold-style-definition]
330 | __mutex_align_size(env)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_region.c: In function '__mutex_region_size':
../db-5.3.28/src/mutex/mut_region.c:345:1: warning: old-style function definition [-Wold-style-definition]
345 | __mutex_region_size(env)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_region.c: In function '__mutex_region_max':
../db-5.3.28/src/mutex/mut_region.c:367:1: warning: old-style function definition [-Wold-style-definition]
367 | __mutex_region_max(env)
| ^~~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/mutex/mut_stat.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/mutex/mut_stat.c -fPIC -DPIC -o .libs/mut_stat.o
../db-5.3.28/src/mutex/mut_stat.c: In function '__mutex_stat_pp':
../db-5.3.28/src/mutex/mut_stat.c:29:1: warning: old-style function definition [-Wold-style-definition]
29 | __mutex_stat_pp(dbenv, statp, flags)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_stat.c: In function '__mutex_stat':
../db-5.3.28/src/mutex/mut_stat.c:58:1: warning: old-style function definition [-Wold-style-definition]
58 | __mutex_stat(env, statp, flags)
| ^~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_stat.c: In function '__mutex_stat_print_pp':
../db-5.3.28/src/mutex/mut_stat.c:102:1: warning: old-style function definition [-Wold-style-definition]
102 | __mutex_stat_print_pp(dbenv, flags)
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_stat.c: In function '__mutex_stat_print':
../db-5.3.28/src/mutex/mut_stat.c:132:1: warning: old-style function definition [-Wold-style-definition]
132 | __mutex_stat_print(env, flags)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_stat.c: In function '__mutex_print_summary':
../db-5.3.28/src/mutex/mut_stat.c:155:1: warning: old-style function definition [-Wold-style-definition]
155 | __mutex_print_summary(env)
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_stat.c: In function '__mutex_print_stats':
../db-5.3.28/src/mutex/mut_stat.c:211:1: warning: old-style function definition [-Wold-style-definition]
211 | __mutex_print_stats(env, flags)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_stat.c: In function '__mutex_print_all':
../db-5.3.28/src/mutex/mut_stat.c:251:1: warning: old-style function definition [-Wold-style-definition]
251 | __mutex_print_all(env, flags)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_stat.c: In function '__mutex_print_debug_single':
../db-5.3.28/src/mutex/mut_stat.c:342:1: warning: old-style function definition [-Wold-style-definition]
342 | __mutex_print_debug_single(env, tag, mutex, flags)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_stat.c: In function '__mutex_print_debug_stats':
../db-5.3.28/src/mutex/mut_stat.c:369:1: warning: old-style function definition [-Wold-style-definition]
369 | __mutex_print_debug_stats(env, mbp, mutex, flags)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_stat.c: In function '__mutex_print_id':
../db-5.3.28/src/mutex/mut_stat.c:456:1: warning: old-style function definition [-Wold-style-definition]
456 | __mutex_print_id(alloc_id)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_stat.c: In function '__mutex_set_wait_info':
../db-5.3.28/src/mutex/mut_stat.c:511:1: warning: old-style function definition [-Wold-style-definition]
511 | __mutex_set_wait_info(env, mutex, waitp, nowaitp)
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/mutex/mut_stat.c: In function '__mutex_clear':
../db-5.3.28/src/mutex/mut_stat.c:536:1: warning: old-style function definition [-Wold-style-definition]
536 | __mutex_clear(env, mutex)
| ^~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/common/crypto_stub.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/common/crypto_stub.c -fPIC -DPIC -o .libs/crypto_stub.o
../db-5.3.28/src/common/crypto_stub.c: In function '__crypto_region_init':
../db-5.3.28/src/common/crypto_stub.c:25:1: warning: old-style function definition [-Wold-style-definition]
25 | __crypto_region_init(env)
| ^~~~~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/common/clock.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/common/clock.c -fPIC -DPIC -o .libs/clock.o
../db-5.3.28/src/common/clock.c: In function '__clock_set_expires':
../db-5.3.28/src/common/clock.c:19:1: warning: old-style function definition [-Wold-style-definition]
19 | __clock_set_expires(env, timespecp, timeout)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/common/clock.c: In function '__clock_expired':
../db-5.3.28/src/common/clock.c:46:1: warning: old-style function definition [-Wold-style-definition]
46 | __clock_expired(env, now, timespecp)
| ^~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/crdel_auto.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/crdel_auto.c -fPIC -DPIC -o .libs/crdel_auto.o
../db-5.3.28/src/db/crdel_auto.c: In function '__crdel_init_recover':
../db-5.3.28/src/db/crdel_auto.c:40:1: warning: old-style function definition [-Wold-style-definition]
40 | __crdel_init_recover(env, dtabp)
| ^~~~~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/crdel_rec.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/crdel_rec.c -fPIC -DPIC -o .libs/crdel_rec.o
../db-5.3.28/src/db/crdel_rec.c: In function '__crdel_metasub_recover':
../db-5.3.28/src/db/crdel_rec.c:26:1: warning: old-style function definition [-Wold-style-definition]
26 | __crdel_metasub_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/crdel_rec.c: In function '__crdel_inmem_create_recover':
../db-5.3.28/src/db/crdel_rec.c:127:1: warning: old-style function definition [-Wold-style-definition]
127 | __crdel_inmem_create_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/crdel_rec.c: In function '__crdel_inmem_rename_recover':
../db-5.3.28/src/db/crdel_rec.c:229:1: warning: old-style function definition [-Wold-style-definition]
229 | __crdel_inmem_rename_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/crdel_rec.c: In function '__crdel_inmem_remove_recover':
../db-5.3.28/src/db/crdel_rec.c:273:1: warning: old-style function definition [-Wold-style-definition]
273 | __crdel_inmem_remove_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db.c -fPIC -DPIC -o .libs/db.o
../db-5.3.28/src/db/db.c: In function '__db_master_open':
../db-5.3.28/src/db/db.c:77:1: warning: old-style function definition [-Wold-style-definition]
77 | __db_master_open(subdbp, ip, txn, name, flags, mode, dbpp)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db.c: In function '__db_master_update':
../db-5.3.28/src/db/db.c:154:1: warning: old-style function definition [-Wold-style-definition]
154 | __db_master_update(mdbp, sdbp, ip, txn, subdb, type, action, newname, flags)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db.c: In function '__env_dbreg_setup':
../db-5.3.28/src/db/db.c:407:1: warning: old-style function definition [-Wold-style-definition]
407 | __env_dbreg_setup(dbp, txn, fname, dname, id)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db.c: In function '__env_setup':
../db-5.3.28/src/db/db.c:450:1: warning: old-style function definition [-Wold-style-definition]
450 | __env_setup(dbp, txn, fname, dname, id, flags)
| ^~~~~~~~~~~
../db-5.3.28/src/db/db.c: In function '__env_mpool':
../db-5.3.28/src/db/db.c:571:1: warning: old-style function definition [-Wold-style-definition]
571 | __env_mpool(dbp, fname, flags)
| ^~~~~~~~~~~
../db-5.3.28/src/db/db.c: In function '__db_close':
../db-5.3.28/src/db/db.c:732:1: warning: old-style function definition [-Wold-style-definition]
732 | __db_close(dbp, txn, flags)
| ^~~~~~~~~~
../db-5.3.28/src/db/db.c: In function '__db_refresh':
../db-5.3.28/src/db/db.c:792:1: warning: old-style function definition [-Wold-style-definition]
792 | __db_refresh(dbp, txn, flags, deferred_closep, reuse)
| ^~~~~~~~~~~~
../db-5.3.28/src/db/db.c: In function '__db_disassociate':
../db-5.3.28/src/db/db.c:1214:1: warning: old-style function definition [-Wold-style-definition]
1214 | __db_disassociate(sdbp)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db.c: In function '__db_disassociate_foreign':
../db-5.3.28/src/db/db.c:1253:1: warning: old-style function definition [-Wold-style-definition]
1253 | __db_disassociate_foreign(sdbp)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db.c: In function '__db_log_page':
../db-5.3.28/src/db/db.c:1287:1: warning: old-style function definition [-Wold-style-definition]
1287 | __db_log_page(dbp, txn, lsn, pgno, page)
| ^~~~~~~~~~~~~
../db-5.3.28/src/db/db.c: In function '__db_walk_cursors':
../db-5.3.28/src/db/db.c:1323:2: warning: old-style function definition [-Wold-style-definition]
1323 | __db_walk_cursors(dbp, my_dbc, func, countp, pgno, indx, args)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db.c: In function '__db_backup_name':
../db-5.3.28/src/db/db.c:1379:1: warning: old-style function definition [-Wold-style-definition]
1379 | __db_backup_name(env, name, txn, backup)
| ^~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_am.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_am.c -fPIC -DPIC -o .libs/db_am.o
../db-5.3.28/src/db/db_am.c: In function '__db_cursor_int':
../db-5.3.28/src/db/db_am.c:34:1: warning: old-style function definition [-Wold-style-definition]
34 | __db_cursor_int(dbp, ip, txn, dbtype, root, flags, locker, dbcp)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_am.c: In function '__db_put':
../db-5.3.28/src/db/db_am.c:432:1: warning: old-style function definition [-Wold-style-definition]
432 | __db_put(dbp, ip, txn, key, data, flags)
| ^~~~~~~~
../db-5.3.28/src/db/db_am.c: In function '__db_del':
../db-5.3.28/src/db/db_am.c:602:1: warning: old-style function definition [-Wold-style-definition]
602 | __db_del(dbp, ip, txn, key, flags)
| ^~~~~~~~
../db-5.3.28/src/db/db_am.c: In function '__db_sync':
../db-5.3.28/src/db/db_am.c:797:1: warning: old-style function definition [-Wold-style-definition]
797 | __db_sync(dbp)
| ^~~~~~~~~
../db-5.3.28/src/db/db_am.c: In function '__db_associate':
../db-5.3.28/src/db/db_am.c:838:1: warning: old-style function definition [-Wold-style-definition]
838 | __db_associate(dbp, ip, txn, sdbp, callback, flags)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/db/db_am.c: In function '__db_secondary_get':
../db-5.3.28/src/db/db_am.c:1006:1: warning: old-style function definition [-Wold-style-definition]
1006 | __db_secondary_get(sdbp, txn, skey, data, flags)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_am.c: In function '__db_secondary_close':
../db-5.3.28/src/db/db_am.c:1025:1: warning: old-style function definition [-Wold-style-definition]
1025 | __db_secondary_close(sdbp, flags)
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_am.c: In function '__db_associate_foreign':
../db-5.3.28/src/db/db_am.c:1082:1: warning: old-style function definition [-Wold-style-definition]
1082 | __db_associate_foreign(fdbp, pdbp, callback, flags)
| ^~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_am.c: In function '__dbc_set_priority':
../db-5.3.28/src/db/db_am.c:1131:1: warning: old-style function definition [-Wold-style-definition]
1131 | __dbc_set_priority(dbc, priority)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_am.c: In function '__dbc_get_priority':
../db-5.3.28/src/db/db_am.c:1140:1: warning: old-style function definition [-Wold-style-definition]
1140 | __dbc_get_priority(dbc, priority)
| ^~~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_auto.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_auto.c -fPIC -DPIC -o .libs/db_auto.o
../db-5.3.28/src/db/db_auto.c: In function '__db_init_recover':
../db-5.3.28/src/db/db_auto.c:224:1: warning: old-style function definition [-Wold-style-definition]
224 | __db_init_recover(env, dtabp)
| ^~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_backup.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_backup.c -fPIC -DPIC -o .libs/db_backup.o
../db-5.3.28/src/db/db_backup.c: In function '__db_dbbackup_pp':
../db-5.3.28/src/db/db_backup.c:40:1: warning: old-style function definition [-Wold-style-definition]
40 | __db_dbbackup_pp(dbenv, dbfile, target, flags)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_backup.c: In function '__db_dbbackup':
../db-5.3.28/src/db/db_backup.c:66:1: warning: old-style function definition [-Wold-style-definition]
66 | __db_dbbackup(dbenv, ip, dbfile, target, flags)
| ^~~~~~~~~~~~~
../db-5.3.28/src/db/db_backup.c: In function 'backup_dir_clean':
../db-5.3.28/src/db/db_backup.c:135:1: warning: old-style function definition [-Wold-style-definition]
135 | backup_dir_clean(dbenv, backup_dir, log_dir, remove_maxp, flags)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_backup.c: In function 'backup_data_copy':
../db-5.3.28/src/db/db_backup.c:211:1: warning: old-style function definition [-Wold-style-definition]
211 | backup_data_copy(dbenv, file, from_dir, to_dir, log)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_backup.c: In function 'save_error':
../db-5.3.28/src/db/db_backup.c:330:13: warning: old-style function definition [-Wold-style-definition]
330 | static void save_error(dbenv, prefix, errstr)
| ^~~~~~~~~~
../db-5.3.28/src/db/db_backup.c: In function 'backup_read_data_dir':
../db-5.3.28/src/db/db_backup.c:346:1: warning: old-style function definition [-Wold-style-definition]
346 | backup_read_data_dir(dbenv, ip, dir, backup_dir, flags)
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_backup.c: In function 'backup_read_log_dir':
../db-5.3.28/src/db/db_backup.c:492:1: warning: old-style function definition [-Wold-style-definition]
492 | backup_read_log_dir(dbenv, backup_dir, copy_minp, flags)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_backup.c: In function '__db_backup_pp':
../db-5.3.28/src/db/db_backup.c:669:1: warning: old-style function definition [-Wold-style-definition]
669 | __db_backup_pp(dbenv, target, flags)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/db/db_backup.c: In function '__db_backup':
../db-5.3.28/src/db/db_backup.c:728:1: warning: old-style function definition [-Wold-style-definition]
728 | __db_backup(dbenv, target, ip, remove_max, flags)
| ^~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/common/db_byteorder.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/common/db_byteorder.c -fPIC -DPIC -o .libs/db_byteorder.o
../db-5.3.28/src/common/db_byteorder.c: In function '__db_byteorder':
../db-5.3.28/src/common/db_byteorder.c:42:1: warning: old-style function definition [-Wold-style-definition]
42 | __db_byteorder(env, lorder)
| ^~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_cam.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_cam.c -fPIC -DPIC -o .libs/db_cam.o
../db-5.3.28/src/db/db_cam.c: In function '__dbc_close':
../db-5.3.28/src/db/db_cam.c:80:1: warning: old-style function definition [-Wold-style-definition]
80 | __dbc_close(dbc)
| ^~~~~~~~~~~
../db-5.3.28/src/db/db_cam.c: In function '__dbc_destroy':
../db-5.3.28/src/db/db_cam.c:180:1: warning: old-style function definition [-Wold-style-definition]
180 | __dbc_destroy(dbc)
| ^~~~~~~~~~~~~
../db-5.3.28/src/db/db_cam.c: In function '__dbc_cmp':
../db-5.3.28/src/db/db_cam.c:230:1: warning: old-style function definition [-Wold-style-definition]
230 | __dbc_cmp(dbc, other_dbc, result)
| ^~~~~~~~~
../db-5.3.28/src/db/db_cam.c: In function '__dbc_count':
../db-5.3.28/src/db/db_cam.c:341:1: warning: old-style function definition [-Wold-style-definition]
341 | __dbc_count(dbc, recnop)
| ^~~~~~~~~~~
../db-5.3.28/src/db/db_cam.c: In function '__dbc_del':
../db-5.3.28/src/db/db_cam.c:396:1: warning: old-style function definition [-Wold-style-definition]
396 | __dbc_del(dbc, flags)
| ^~~~~~~~~
../db-5.3.28/src/db/db_cam.c: In function '__dbc_idel':
../db-5.3.28/src/db/db_cam.c:461:1: warning: old-style function definition [-Wold-style-definition]
461 | __dbc_idel(dbc, flags)
| ^~~~~~~~~~
../db-5.3.28/src/db/db_cam.c: In function '__dbc_bulk_del':
../db-5.3.28/src/db/db_cam.c:526:1: warning: old-style function definition [-Wold-style-definition]
526 | __dbc_bulk_del(dbc, key, flags)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/db/db_cam.c: In function '__dbc_dup':
../db-5.3.28/src/db/db_cam.c:556:1: warning: old-style function definition [-Wold-style-definition]
556 | __dbc_dup(dbc_orig, dbcp, flags)
| ^~~~~~~~~
../db-5.3.28/src/db/db_cam.c: In function '__dbc_idup':
../db-5.3.28/src/db/db_cam.c:599:1: warning: old-style function definition [-Wold-style-definition]
599 | __dbc_idup(dbc_orig, dbcp, flags)
| ^~~~~~~~~~
../db-5.3.28/src/db/db_cam.c: In function '__dbc_newopd':
../db-5.3.28/src/db/db_cam.c:697:1: warning: old-style function definition [-Wold-style-definition]
697 | __dbc_newopd(dbc_parent, root, oldopd, dbcp)
| ^~~~~~~~~~~~
../db-5.3.28/src/db/db_cam.c: In function '__dbc_get':
../db-5.3.28/src/db/db_cam.c:754:1: warning: old-style function definition [-Wold-style-definition]
754 | __dbc_get(dbc, key, data, flags)
| ^~~~~~~~~
../db-5.3.28/src/db/db_cam.c: In function '__dbc_iget':
../db-5.3.28/src/db/db_cam.c:780:1: warning: old-style function definition [-Wold-style-definition]
780 | __dbc_iget(dbc, key, data, flags)
| ^~~~~~~~~~
../db-5.3.28/src/db/db_cam.c: In function '__dbc_put_resolve_key':
../db-5.3.28/src/db/db_cam.c:1186:1: warning: old-style function definition [-Wold-style-definition]
1186 | __dbc_put_resolve_key(dbc, oldkey, olddata, put_statep, flags)
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_cam.c: In function '__dbc_put_append':
../db-5.3.28/src/db/db_cam.c:1228:1: warning: old-style function definition [-Wold-style-definition]
1228 | __dbc_put_append(dbc, key, data, put_statep, flags)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_cam.c: In function '__dbc_put_partial':
../db-5.3.28/src/db/db_cam.c:1323:1: warning: old-style function definition [-Wold-style-definition]
1323 | __dbc_put_partial(dbc, pkey, data, orig_data, out_data, put_statep, flags)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_cam.c: In function '__dbc_put_fixed_len':
../db-5.3.28/src/db/db_cam.c:1384:1: warning: old-style function definition [-Wold-style-definition]
1384 | __dbc_put_fixed_len(dbc, data, out_data)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_cam.c: In function '__dbc_put_secondaries':
../db-5.3.28/src/db/db_cam.c:1454:1: warning: old-style function definition [-Wold-style-definition]
1454 | __dbc_put_secondaries(dbc,
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_cam.c: In function '__dbc_put_primary':
../db-5.3.28/src/db/db_cam.c:1728:1: warning: old-style function definition [-Wold-style-definition]
1728 | __dbc_put_primary(dbc, key, data, flags)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_cam.c: In function '__dbc_put':
../db-5.3.28/src/db/db_cam.c:1994:1: warning: old-style function definition [-Wold-style-definition]
1994 | __dbc_put(dbc, key, data, flags)
| ^~~~~~~~~
../db-5.3.28/src/db/db_cam.c: In function '__dbc_iput':
../db-5.3.28/src/db/db_cam.c:2059:1: warning: old-style function definition [-Wold-style-definition]
2059 | __dbc_iput(dbc, key, data, flags)
| ^~~~~~~~~~
../db-5.3.28/src/db/db_cam.c: In function '__dbc_del_oldskey':
../db-5.3.28/src/db/db_cam.c:2175:1: warning: old-style function definition [-Wold-style-definition]
2175 | __dbc_del_oldskey(sdbp, dbc, skey, pkey, olddata)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_cam.c: In function '__db_duperr':
../db-5.3.28/src/db/db_cam.c:2286:1: warning: old-style function definition [-Wold-style-definition]
2286 | __db_duperr(dbp, flags)
| ^~~~~~~~~~~
../db-5.3.28/src/db/db_cam.c: In function '__dbc_cleanup':
../db-5.3.28/src/db/db_cam.c:2315:1: warning: old-style function definition [-Wold-style-definition]
2315 | __dbc_cleanup(dbc, dbc_n, failed)
| ^~~~~~~~~~~~~
../db-5.3.28/src/db/db_cam.c: In function '__dbc_secondary_get_pp':
../db-5.3.28/src/db/db_cam.c:2440:1: warning: old-style function definition [-Wold-style-definition]
2440 | __dbc_secondary_get_pp(dbc, skey, data, flags)
| ^~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_cam.c: In function '__dbc_pget':
../db-5.3.28/src/db/db_cam.c:2456:1: warning: old-style function definition [-Wold-style-definition]
2456 | __dbc_pget(dbc, skey, pkey, data, flags)
| ^~~~~~~~~~
../db-5.3.28/src/db/db_cam.c: In function '__dbc_pget_recno':
../db-5.3.28/src/db/db_cam.c:2739:1: warning: old-style function definition [-Wold-style-definition]
2739 | __dbc_pget_recno(sdbc, pkey, data, flags)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_cam.c: In function '__db_wrlock_err':
../db-5.3.28/src/db/db_cam.c:2828:1: warning: old-style function definition [-Wold-style-definition]
2828 | __db_wrlock_err(env)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_cam.c: In function '__dbc_del_secondary':
../db-5.3.28/src/db/db_cam.c:2846:1: warning: old-style function definition [-Wold-style-definition]
2846 | __dbc_del_secondary(dbc)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_cam.c: In function '__dbc_del_primary':
../db-5.3.28/src/db/db_cam.c:2929:1: warning: old-style function definition [-Wold-style-definition]
2929 | __dbc_del_primary(dbc)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_cam.c: In function '__dbc_del_foreign':
../db-5.3.28/src/db/db_cam.c:3063:1: warning: old-style function definition [-Wold-style-definition]
3063 | __dbc_del_foreign(dbc)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_cam.c: In function '__db_s_first':
../db-5.3.28/src/db/db_cam.c:3244:1: warning: old-style function definition [-Wold-style-definition]
3244 | __db_s_first(pdbp, sdbpp)
| ^~~~~~~~~~~~
../db-5.3.28/src/db/db_cam.c: In function '__db_s_next':
../db-5.3.28/src/db/db_cam.c:3269:1: warning: old-style function definition [-Wold-style-definition]
3269 | __db_s_next(sdbpp, txn)
| ^~~~~~~~~~~
../db-5.3.28/src/db/db_cam.c: In function '__db_s_done':
../db-5.3.28/src/db/db_cam.c:3337:1: warning: old-style function definition [-Wold-style-definition]
3337 | __db_s_done(sdbp, txn)
| ^~~~~~~~~~~
../db-5.3.28/src/db/db_cam.c: In function '__db_s_count':
../db-5.3.28/src/db/db_cam.c:3369:1: warning: old-style function definition [-Wold-style-definition]
3369 | __db_s_count(pdbp)
| ^~~~~~~~~~~~
../db-5.3.28/src/db/db_cam.c: In function '__db_buildpartial':
../db-5.3.28/src/db/db_cam.c:3401:1: warning: old-style function definition [-Wold-style-definition]
3401 | __db_buildpartial(dbp, oldrec, partial, newrec)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_cam.c: In function '__db_partsize':
../db-5.3.28/src/db/db_cam.c:3455:1: warning: old-style function definition [-Wold-style-definition]
3455 | __db_partsize(nbytes, data)
| ^~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_cds.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_cds.c -fPIC -DPIC -o .libs/db_cds.o
../db-5.3.28/src/db/db_cds.c: In function '__cdsgroup_notsup':
../db-5.3.28/src/db/db_cds.c:33:1: warning: old-style function definition [-Wold-style-definition]
33 | __cdsgroup_notsup(env, meth)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_cds.c: In function '__cdsgroup_abort':
../db-5.3.28/src/db/db_cds.c:43:1: warning: old-style function definition [-Wold-style-definition]
43 | __cdsgroup_abort(txn)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_cds.c: In function '__cdsgroup_commit':
../db-5.3.28/src/db/db_cds.c:50:1: warning: old-style function definition [-Wold-style-definition]
50 | __cdsgroup_commit(txn, flags)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_cds.c: In function '__cdsgroup_discard':
../db-5.3.28/src/db/db_cds.c:82:12: warning: old-style function definition [-Wold-style-definition]
82 | static int __cdsgroup_discard(txn, flags)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_cds.c: In function '__cdsgroup_id':
../db-5.3.28/src/db/db_cds.c:90:18: warning: old-style function definition [-Wold-style-definition]
90 | static u_int32_t __cdsgroup_id(txn)
| ^~~~~~~~~~~~~
../db-5.3.28/src/db/db_cds.c: In function '__cdsgroup_prepare':
../db-5.3.28/src/db/db_cds.c:96:12: warning: old-style function definition [-Wold-style-definition]
96 | static int __cdsgroup_prepare(txn, gid)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_cds.c: In function '__cdsgroup_get_name':
../db-5.3.28/src/db/db_cds.c:104:12: warning: old-style function definition [-Wold-style-definition]
104 | static int __cdsgroup_get_name(txn, namep)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_cds.c: In function '__cdsgroup_set_name':
../db-5.3.28/src/db/db_cds.c:112:12: warning: old-style function definition [-Wold-style-definition]
112 | static int __cdsgroup_set_name(txn, name)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_cds.c: In function '__cdsgroup_set_timeout':
../db-5.3.28/src/db/db_cds.c:120:12: warning: old-style function definition [-Wold-style-definition]
120 | static int __cdsgroup_set_timeout(txn, timeout, flags)
| ^~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_cds.c: In function '__cdsgroup_begin':
../db-5.3.28/src/db/db_cds.c:134:1: warning: old-style function definition [-Wold-style-definition]
134 | __cdsgroup_begin(env, txnpp)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_cds.c: In function '__cdsgroup_begin_pp':
../db-5.3.28/src/db/db_cds.c:183:5: warning: old-style function definition [-Wold-style-definition]
183 | int __cdsgroup_begin_pp(dbenv, txnpp)
| ^~~~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_compact.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_compact.c -fPIC -DPIC -o .libs/db_compact.o
../db-5.3.28/src/db/db_compact.c: In function '__db_compact_int':
../db-5.3.28/src/db/db_compact.c:57:1: warning: old-style function definition [-Wold-style-definition]
57 | __db_compact_int(dbp, ip, txn, start, stop, c_data, flags, end)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_compact.c: In function '__db_setup_freelist':
../db-5.3.28/src/db/db_compact.c:314:1: warning: old-style function definition [-Wold-style-definition]
314 | __db_setup_freelist(dbp, list, nelems)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_compact.c: In function '__db_free_freelist':
../db-5.3.28/src/db/db_compact.c:335:1: warning: old-style function definition [-Wold-style-definition]
335 | __db_free_freelist(dbp, ip, txn)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_compact.c: In function '__db_exchange_page':
../db-5.3.28/src/db/db_compact.c:407:1: warning: old-style function definition [-Wold-style-definition]
407 | __db_exchange_page(dbc, pgp, opg, newpgno, flags, pgs_donep)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_compact.c: In function '__db_truncate_overflow':
../db-5.3.28/src/db/db_compact.c:605:1: warning: old-style function definition [-Wold-style-definition]
605 | __db_truncate_overflow(dbc, pgno, ppg, c_data, pgs_donep)
| ^~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_compact.c: In function '__db_truncate_root':
../db-5.3.28/src/db/db_compact.c:672:1: warning: old-style function definition [-Wold-style-definition]
672 | __db_truncate_root(dbc, ppg, indx, pgnop, tlen, pgs_donep)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_compact.c: In function '__db_find_free':
../db-5.3.28/src/db/db_compact.c:750:1: warning: old-style function definition [-Wold-style-definition]
750 | __db_find_free(dbc, type, size, bstart, freep)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/db/db_compact.c: In function '__db_relink':
../db-5.3.28/src/db/db_compact.c:921:1: warning: old-style function definition [-Wold-style-definition]
921 | __db_relink(dbc, pagep, otherp, new_pgno)
| ^~~~~~~~~~~
../db-5.3.28/src/db/db_compact.c: In function '__db_move_metadata':
../db-5.3.28/src/db/db_compact.c:1028:1: warning: old-style function definition [-Wold-style-definition]
1028 | __db_move_metadata(dbc, metap, c_data, pgs_donep)
| ^~~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/common/db_compint.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/common/db_compint.c -fPIC -DPIC -o .libs/db_compint.o
../db-5.3.28/src/common/db_compint.c: In function '__db_compress_count_int':
../db-5.3.28/src/common/db_compint.c:114:1: warning: old-style function definition [-Wold-style-definition]
114 | __db_compress_count_int(i)
| ^~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/common/db_compint.c: In function '__db_compress_int':
../db-5.3.28/src/common/db_compint.c:145:1: warning: old-style function definition [-Wold-style-definition]
145 | __db_compress_int(buf, i)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/common/db_compint.c: In function '__db_decompress_count_int':
../db-5.3.28/src/common/db_compint.c:303:1: warning: old-style function definition [-Wold-style-definition]
303 | __db_decompress_count_int(buf)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/common/db_compint.c: In function '__db_decompress_int':
../db-5.3.28/src/common/db_compint.c:317:1: warning: old-style function definition [-Wold-style-definition]
317 | __db_decompress_int(buf, i)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/common/db_compint.c: In function '__db_decompress_int32':
../db-5.3.28/src/common/db_compint.c:479:1: warning: old-style function definition [-Wold-style-definition]
479 | __db_decompress_int32(buf, i)
| ^~~~~~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_conv.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_conv.c -fPIC -DPIC -o .libs/db_conv.o
../db-5.3.28/src/db/db_conv.c: In function '__db_pgin':
../db-5.3.28/src/db/db_conv.c:60:1: warning: old-style function definition [-Wold-style-definition]
60 | __db_pgin(dbenv, pg, pp, cookie)
| ^~~~~~~~~
../db-5.3.28/src/db/db_conv.c: In function '__db_pgout':
../db-5.3.28/src/db/db_conv.c:216:1: warning: old-style function definition [-Wold-style-definition]
216 | __db_pgout(dbenv, pg, pp, cookie)
| ^~~~~~~~~~
../db-5.3.28/src/db/db_conv.c: In function '__db_decrypt_pg':
../db-5.3.28/src/db/db_conv.c:309:1: warning: old-style function definition [-Wold-style-definition]
309 | __db_decrypt_pg (env, dbp, pagep)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_conv.c: In function '__db_encrypt_and_checksum_pg':
../db-5.3.28/src/db/db_conv.c:371:1: warning: old-style function definition [-Wold-style-definition]
371 | __db_encrypt_and_checksum_pg (env, dbp, pagep)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_conv.c: In function '__db_metaswap':
../db-5.3.28/src/db/db_conv.c:450:1: warning: old-style function definition [-Wold-style-definition]
450 | __db_metaswap(pg)
| ^~~~~~~~~~~~~
../db-5.3.28/src/db/db_conv.c: In function '__db_byteswap':
../db-5.3.28/src/db/db_conv.c:481:1: warning: old-style function definition [-Wold-style-definition]
481 | __db_byteswap(dbp, pg, h, pagesize, pgin)
| ^~~~~~~~~~~~~
../db-5.3.28/src/db/db_conv.c: In function '__db_pageswap':
../db-5.3.28/src/db/db_conv.c:701:1: warning: old-style function definition [-Wold-style-definition]
701 | __db_pageswap(env, dbp, pp, len, pdata, pgin)
| ^~~~~~~~~~~~~
../db-5.3.28/src/db/db_conv.c: In function '__db_recordswap':
../db-5.3.28/src/db/db_conv.c:791:1: warning: old-style function definition [-Wold-style-definition]
791 | __db_recordswap(op, size, hdr, data, pgin)
| ^~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_copy.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_copy.c -fPIC -DPIC -o .libs/db_copy.o
../db-5.3.28/src/db/db_copy.c: In function 'db_copy':
../db-5.3.28/src/db/db_copy.c:23:1: warning: old-style function definition [-Wold-style-definition]
23 | db_copy(dbenv, dbfile, target, passwd)
| ^~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_dispatch.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_dispatch.c -fPIC -DPIC -o .libs/db_dispatch.o
../db-5.3.28/src/db/db_dispatch.c: In function '__db_dispatch':
../db-5.3.28/src/db/db_dispatch.c:68:1: warning: old-style function definition [-Wold-style-definition]
68 | __db_dispatch(env, dtab, db, lsnp, redo, params)
| ^~~~~~~~~~~~~
../db-5.3.28/src/db/db_dispatch.c: In function '__db_add_recovery':
../db-5.3.28/src/db/db_dispatch.c:334:1: warning: old-style function definition [-Wold-style-definition]
334 | __db_add_recovery(dbenv, dtab, func, ndx)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_dispatch.c: In function '__db_add_recovery_int':
../db-5.3.28/src/db/db_dispatch.c:379:1: warning: old-style function definition [-Wold-style-definition]
379 | __db_add_recovery_int(env, dtab, func, ndx)
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_dispatch.c: In function '__db_txnlist_init':
../db-5.3.28/src/db/db_dispatch.c:419:1: warning: old-style function definition [-Wold-style-definition]
419 | __db_txnlist_init(env, ip, low_txn, hi_txn, trunc_lsn, retp)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_dispatch.c: In function '__db_txnlist_add':
../db-5.3.28/src/db/db_dispatch.c:508:1: warning: old-style function definition [-Wold-style-definition]
508 | __db_txnlist_add(env, hp, txnid, status, lsn)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_dispatch.c: In function '__db_txnlist_remove':
../db-5.3.28/src/db/db_dispatch.c:545:1: warning: old-style function definition [-Wold-style-definition]
545 | __db_txnlist_remove(env, hp, txnid)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_dispatch.c: In function '__db_txnlist_ckp':
../db-5.3.28/src/db/db_dispatch.c:568:1: warning: old-style function definition [-Wold-style-definition]
568 | __db_txnlist_ckp(env, hp, ckp_lsn)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_dispatch.c: In function '__db_txnlist_end':
../db-5.3.28/src/db/db_dispatch.c:588:1: warning: old-style function definition [-Wold-style-definition]
588 | __db_txnlist_end(env, hp)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_dispatch.c: In function '__db_txnlist_find':
../db-5.3.28/src/db/db_dispatch.c:634:1: warning: old-style function definition [-Wold-style-definition]
634 | __db_txnlist_find(env, hp, txnid, statusp)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_dispatch.c: In function '__db_txnlist_update':
../db-5.3.28/src/db/db_dispatch.c:657:1: warning: old-style function definition [-Wold-style-definition]
657 | __db_txnlist_update(env, hp, txnid, status, lsn, ret_status, add_ok)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_dispatch.c: In function '__db_txnlist_find_internal':
../db-5.3.28/src/db/db_dispatch.c:700:1: warning: old-style function definition [-Wold-style-definition]
700 | __db_txnlist_find_internal(env,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_dispatch.c: In function '__db_txnlist_gen':
../db-5.3.28/src/db/db_dispatch.c:773:1: warning: old-style function definition [-Wold-style-definition]
773 | __db_txnlist_gen(env, hp, incr, min, max)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_dispatch.c: In function '__db_txnlist_lsnadd':
../db-5.3.28/src/db/db_dispatch.c:821:1: warning: old-style function definition [-Wold-style-definition]
821 | __db_txnlist_lsnadd(env, hp, lsnp)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_dispatch.c: In function '__db_txnlist_lsnget':
../db-5.3.28/src/db/db_dispatch.c:863:1: warning: old-style function definition [-Wold-style-definition]
863 | __db_txnlist_lsnget(env, hp, lsnp, flags)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_dispatch.c: In function '__db_txnlist_lsninit':
../db-5.3.28/src/db/db_dispatch.c:895:1: warning: old-style function definition [-Wold-style-definition]
895 | __db_txnlist_lsninit(env, hp, lsnp)
| ^~~~~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_dup.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_dup.c -fPIC -DPIC -o .libs/db_dup.o
../db-5.3.28/src/db/db_dup.c: In function '__db_ditem_nolog':
../db-5.3.28/src/db/db_dup.c:25:1: warning: old-style function definition [-Wold-style-definition]
25 | __db_ditem_nolog(dbc, pagep, indx, nbytes)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_dup.c: In function '__db_ditem':
../db-5.3.28/src/db/db_dup.c:80:1: warning: old-style function definition [-Wold-style-definition]
80 | __db_ditem(dbc, pagep, indx, nbytes)
| ^~~~~~~~~~
../db-5.3.28/src/db/db_dup.c: In function '__db_pitem_nolog':
../db-5.3.28/src/db/db_dup.c:112:1: warning: old-style function definition [-Wold-style-definition]
112 | __db_pitem_nolog(dbc, pagep, indx, nbytes, hdr, data)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_dup.c: In function '__db_pitem':
../db-5.3.28/src/db/db_dup.c:168:1: warning: old-style function definition [-Wold-style-definition]
168 | __db_pitem(dbc, pagep, indx, nbytes, hdr, data)
| ^~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/common/db_err.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/common/db_err.c -fPIC -DPIC -o .libs/db_err.o
../db-5.3.28/src/common/db_err.c: In function '__db_fchk':
../db-5.3.28/src/common/db_err.c:28:1: warning: old-style function definition [-Wold-style-definition]
28 | __db_fchk(env, name, flags, ok_flags)
| ^~~~~~~~~
../db-5.3.28/src/common/db_err.c: In function '__db_fcchk':
../db-5.3.28/src/common/db_err.c:44:1: warning: old-style function definition [-Wold-style-definition]
44 | __db_fcchk(env, name, flags, flag1, flag2)
| ^~~~~~~~~~
../db-5.3.28/src/common/db_err.c: In function '__db_ferr':
../db-5.3.28/src/common/db_err.c:60:1: warning: old-style function definition [-Wold-style-definition]
60 | __db_ferr(env, name, iscombo)
| ^~~~~~~~~
../db-5.3.28/src/common/db_err.c: In function '__db_fnl':
../db-5.3.28/src/common/db_err.c:82:1: warning: old-style function definition [-Wold-style-definition]
82 | __db_fnl(env, name)
| ^~~~~~~~
../db-5.3.28/src/common/db_err.c: In function '__db_pgerr':
../db-5.3.28/src/common/db_err.c:99:1: warning: old-style function definition [-Wold-style-definition]
99 | __db_pgerr(dbp, pgno, errval)
| ^~~~~~~~~~
../db-5.3.28/src/common/db_err.c: In function '__db_pgfmt':
../db-5.3.28/src/common/db_err.c:121:1: warning: old-style function definition [-Wold-style-definition]
121 | __db_pgfmt(env, pgno)
| ^~~~~~~~~~
../db-5.3.28/src/common/db_err.c: In function '__env_panic_msg':
../db-5.3.28/src/common/db_err.c:165:1: warning: old-style function definition [-Wold-style-definition]
165 | __env_panic_msg(env)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/common/db_err.c: In function '__env_panic':
../db-5.3.28/src/common/db_err.c:201:1: warning: old-style function definition [-Wold-style-definition]
201 | __env_panic(env, errval)
| ^~~~~~~~~~~
../db-5.3.28/src/common/db_err.c: In function 'db_strerror':
../db-5.3.28/src/common/db_err.c:256:1: warning: old-style function definition [-Wold-style-definition]
256 | db_strerror(error)
| ^~~~~~~~~~~
../db-5.3.28/src/common/db_err.c: In function '__db_unknown_error':
../db-5.3.28/src/common/db_err.c:381:1: warning: old-style function definition [-Wold-style-definition]
381 | __db_unknown_error(error)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/common/db_err.c: In function '__db_errcall':
../db-5.3.28/src/common/db_err.c:496:1: warning: old-style function definition [-Wold-style-definition]
496 | __db_errcall(dbenv, error, error_set, fmt, ap)
| ^~~~~~~~~~~~
../db-5.3.28/src/common/db_err.c: In function '__db_errfile':
../db-5.3.28/src/common/db_err.c:527:1: warning: old-style function definition [-Wold-style-definition]
527 | __db_errfile(dbenv, error, error_set, fmt, ap)
| ^~~~~~~~~~~~
../db-5.3.28/src/common/db_err.c: In function '__db_msgadd_ap':
../db-5.3.28/src/common/db_err.c:598:1: warning: old-style function definition [-Wold-style-definition]
598 | __db_msgadd_ap(env, mbp, fmt, ap)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/common/db_err.c: In function '__db_msgcall':
../db-5.3.28/src/common/db_err.c:685:1: warning: old-style function definition [-Wold-style-definition]
685 | __db_msgcall(dbenv, fmt, ap)
| ^~~~~~~~~~~~
../db-5.3.28/src/common/db_err.c: In function '__db_msgfile':
../db-5.3.28/src/common/db_err.c:702:1: warning: old-style function definition [-Wold-style-definition]
702 | __db_msgfile(dbenv, fmt, ap)
| ^~~~~~~~~~~~
../db-5.3.28/src/common/db_err.c: In function '__db_unknown_flag':
../db-5.3.28/src/common/db_err.c:723:1: warning: old-style function definition [-Wold-style-definition]
723 | __db_unknown_flag(env, routine, flag)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/common/db_err.c: In function '__db_unknown_type':
../db-5.3.28/src/common/db_err.c:744:1: warning: old-style function definition [-Wold-style-definition]
744 | __db_unknown_type(env, routine, type)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/common/db_err.c: In function '__db_unknown_path':
../db-5.3.28/src/common/db_err.c:765:1: warning: old-style function definition [-Wold-style-definition]
765 | __db_unknown_path(env, routine)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/common/db_err.c: In function '__db_check_txn':
../db-5.3.28/src/common/db_err.c:786:1: warning: old-style function definition [-Wold-style-definition]
786 | __db_check_txn(dbp, txn, assoc_locker, read_op)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/common/db_err.c: In function '__db_txn_deadlock_err':
../db-5.3.28/src/common/db_err.c:907:1: warning: old-style function definition [-Wold-style-definition]
907 | __db_txn_deadlock_err(env, txn)
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/common/db_err.c: In function '__db_not_txn_env':
../db-5.3.28/src/common/db_err.c:930:1: warning: old-style function definition [-Wold-style-definition]
930 | __db_not_txn_env(env)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/common/db_err.c: In function '__db_rec_toobig':
../db-5.3.28/src/common/db_err.c:945:1: warning: old-style function definition [-Wold-style-definition]
945 | __db_rec_toobig(env, data_len, fixed_rec_len)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/common/db_err.c: In function '__db_rec_repl':
../db-5.3.28/src/common/db_err.c:962:1: warning: old-style function definition [-Wold-style-definition]
962 | __db_rec_repl(env, data_size, data_dlen)
| ^~~~~~~~~~~~~
../db-5.3.28/src/common/db_err.c: In function '__db_check_lsn':
../db-5.3.28/src/common/db_err.c:1054:1: warning: old-style function definition [-Wold-style-definition]
1054 | __db_check_lsn(env, lsn, prev)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/common/db_err.c: In function '__db_rdonly':
../db-5.3.28/src/common/db_err.c:1072:1: warning: old-style function definition [-Wold-style-definition]
1072 | __db_rdonly(env, name)
| ^~~~~~~~~~~
../db-5.3.28/src/common/db_err.c: In function '__db_space_err':
../db-5.3.28/src/common/db_err.c:1087:1: warning: old-style function definition [-Wold-style-definition]
1087 | __db_space_err(dbp)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/common/db_err.c: In function '__db_failed':
../db-5.3.28/src/common/db_err.c:1104:1: warning: old-style function definition [-Wold-style-definition]
1104 | __db_failed(env, msg, pid, tid)
| ^~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/common/db_getlong.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/common/db_getlong.c -fPIC -DPIC -o .libs/db_getlong.o
../db-5.3.28/src/common/db_getlong.c: In function '__db_getlong':
../db-5.3.28/src/common/db_getlong.c:21:1: warning: old-style function definition [-Wold-style-definition]
21 | __db_getlong(dbenv, progname, p, min, max, storep)
| ^~~~~~~~~~~~
../db-5.3.28/src/common/db_getlong.c: In function '__db_getulong':
../db-5.3.28/src/common/db_getlong.c:85:1: warning: old-style function definition [-Wold-style-definition]
85 | __db_getulong(dbenv, progname, p, min, max, storep)
| ^~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/common/db_idspace.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/common/db_idspace.c -fPIC -DPIC -o .libs/db_idspace.o
../db-5.3.28/src/common/db_idspace.c: In function '__db_idcmp':
../db-5.3.28/src/common/db_idspace.c:16:1: warning: old-style function definition [-Wold-style-definition]
16 | __db_idcmp(a, b)
| ^~~~~~~~~~
../db-5.3.28/src/common/db_idspace.c: In function '__db_idspace':
../db-5.3.28/src/common/db_idspace.c:44:1: warning: old-style function definition [-Wold-style-definition]
44 | __db_idspace(inuse, n, minp, maxp)
| ^~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_iface.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_iface.c -fPIC -DPIC -o .libs/db_iface.o
../db-5.3.28/src/db/db_iface.c: In function '__db_associate_pp':
../db-5.3.28/src/db/db_iface.c:72:1: warning: old-style function definition [-Wold-style-definition]
72 | __db_associate_pp(dbp, txn, sdbp, callback, flags)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__db_associate_arg':
../db-5.3.28/src/db/db_iface.c:152:1: warning: old-style function definition [-Wold-style-definition]
152 | __db_associate_arg(dbp, sdbp, callback, flags)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__db_close_pp':
../db-5.3.28/src/db/db_iface.c:230:1: warning: old-style function definition [-Wold-style-definition]
230 | __db_close_pp(dbp, flags)
| ^~~~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__db_cursor_pp':
../db-5.3.28/src/db/db_iface.c:279:1: warning: old-style function definition [-Wold-style-definition]
279 | __db_cursor_pp(dbp, txn, dbcp, flags)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__db_cursor':
../db-5.3.28/src/db/db_iface.c:356:1: warning: old-style function definition [-Wold-style-definition]
356 | __db_cursor(dbp, ip, txn, dbcp, flags)
| ^~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__db_cursor_arg':
../db-5.3.28/src/db/db_iface.c:423:1: warning: old-style function definition [-Wold-style-definition]
423 | __db_cursor_arg(dbp, flags)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__db_del_pp':
../db-5.3.28/src/db/db_iface.c:468:1: warning: old-style function definition [-Wold-style-definition]
468 | __db_del_pp(dbp, txn, key, flags)
| ^~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__db_del_arg':
../db-5.3.28/src/db/db_iface.c:532:1: warning: old-style function definition [-Wold-style-definition]
532 | __db_del_arg(dbp, key, flags)
| ^~~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__db_exists':
../db-5.3.28/src/db/db_iface.c:578:1: warning: old-style function definition [-Wold-style-definition]
578 | __db_exists(dbp, txn, key, flags)
| ^~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__db_fd_pp':
../db-5.3.28/src/db/db_iface.c:616:1: warning: old-style function definition [-Wold-style-definition]
616 | __db_fd_pp(dbp, fdp)
| ^~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__db_get_pp':
../db-5.3.28/src/db/db_iface.c:671:1: warning: old-style function definition [-Wold-style-definition]
671 | __db_get_pp(dbp, txn, key, data, flags)
| ^~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__db_get':
../db-5.3.28/src/db/db_iface.c:754:1: warning: old-style function definition [-Wold-style-definition]
754 | __db_get(dbp, ip, txn, key, data, flags)
| ^~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__db_get_arg':
../db-5.3.28/src/db/db_iface.c:823:1: warning: old-style function definition [-Wold-style-definition]
823 | __db_get_arg(dbp, key, data, flags)
| ^~~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__db_join_pp':
../db-5.3.28/src/db/db_iface.c:951:1: warning: old-style function definition [-Wold-style-definition]
951 | __db_join_pp(primary, curslist, dbcp, flags)
| ^~~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__db_join_arg':
../db-5.3.28/src/db/db_iface.c:988:1: warning: old-style function definition [-Wold-style-definition]
988 | __db_join_arg(primary, curslist, flags)
| ^~~~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__db_key_range_pp':
../db-5.3.28/src/db/db_iface.c:1032:1: warning: old-style function definition [-Wold-style-definition]
1032 | __db_key_range_pp(dbp, txn, key, kr, flags)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__db_open_pp':
../db-5.3.28/src/db/db_iface.c:1125:1: warning: old-style function definition [-Wold-style-definition]
1125 | __db_open_pp(dbp, txn, fname, dname, type, flags, mode)
| ^~~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__db_open_arg':
../db-5.3.28/src/db/db_iface.c:1261:1: warning: old-style function definition [-Wold-style-definition]
1261 | __db_open_arg(dbp, txn, fname, dname, type, flags)
| ^~~~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__db_pget_pp':
../db-5.3.28/src/db/db_iface.c:1430:1: warning: old-style function definition [-Wold-style-definition]
1430 | __db_pget_pp(dbp, txn, skey, pkey, data, flags)
| ^~~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__db_pget':
../db-5.3.28/src/db/db_iface.c:1489:1: warning: old-style function definition [-Wold-style-definition]
1489 | __db_pget(dbp, ip, txn, skey, pkey, data, flags)
| ^~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__db_pget_arg':
../db-5.3.28/src/db/db_iface.c:1553:1: warning: old-style function definition [-Wold-style-definition]
1553 | __db_pget_arg(dbp, pkey, flags)
| ^~~~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__db_put_pp':
../db-5.3.28/src/db/db_iface.c:1622:1: warning: old-style function definition [-Wold-style-definition]
1622 | __db_put_pp(dbp, txn, key, data, flags)
| ^~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__db_put_arg':
../db-5.3.28/src/db/db_iface.c:1683:1: warning: old-style function definition [-Wold-style-definition]
1683 | __db_put_arg(dbp, key, data, flags)
| ^~~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__db_compact_func':
../db-5.3.28/src/db/db_iface.c:1800:1: warning: old-style function definition [-Wold-style-definition]
1800 | __db_compact_func(dbc, my_dbc, countp, pgno, indx, args)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__db_compact_pp':
../db-5.3.28/src/db/db_iface.c:1828:1: warning: old-style function definition [-Wold-style-definition]
1828 | __db_compact_pp(dbp, txn, start, stop, c_data, flags, end)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__db_associate_foreign_pp':
../db-5.3.28/src/db/db_iface.c:1931:1: warning: old-style function definition [-Wold-style-definition]
1931 | __db_associate_foreign_pp(fdbp, dbp, callback, flags)
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__db_associate_foreign_arg':
../db-5.3.28/src/db/db_iface.c:1973:1: warning: old-style function definition [-Wold-style-definition]
1973 | __db_associate_foreign_arg(fdbp, dbp, callback, flags)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__db_sync_pp':
../db-5.3.28/src/db/db_iface.c:2024:1: warning: old-style function definition [-Wold-style-definition]
2024 | __db_sync_pp(dbp, flags)
| ^~~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__dbc_close_pp':
../db-5.3.28/src/db/db_iface.c:2070:1: warning: old-style function definition [-Wold-style-definition]
2070 | __dbc_close_pp(dbc)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__dbc_cmp_pp':
../db-5.3.28/src/db/db_iface.c:2127:1: warning: old-style function definition [-Wold-style-definition]
2127 | __dbc_cmp_pp(dbc, other_cursor, result, flags)
| ^~~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__dbc_count_pp':
../db-5.3.28/src/db/db_iface.c:2169:1: warning: old-style function definition [-Wold-style-definition]
2169 | __dbc_count_pp(dbc, recnop, flags)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__dbc_del_pp':
../db-5.3.28/src/db/db_iface.c:2208:1: warning: old-style function definition [-Wold-style-definition]
2208 | __dbc_del_pp(dbc, flags)
| ^~~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__dbc_del_arg':
../db-5.3.28/src/db/db_iface.c:2241:1: warning: old-style function definition [-Wold-style-definition]
2241 | __dbc_del_arg(dbc, flags)
| ^~~~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__dbc_dup_pp':
../db-5.3.28/src/db/db_iface.c:2287:1: warning: old-style function definition [-Wold-style-definition]
2287 | __dbc_dup_pp(dbc, dbcp, flags)
| ^~~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__dbc_get_pp':
../db-5.3.28/src/db/db_iface.c:2337:1: warning: old-style function definition [-Wold-style-definition]
2337 | __dbc_get_pp(dbc, key, data, flags)
| ^~~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__dbc_get_arg':
../db-5.3.28/src/db/db_iface.c:2381:1: warning: old-style function definition [-Wold-style-definition]
2381 | __dbc_get_arg(dbc, key, data, flags)
| ^~~~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__db_secondary_close_pp':
../db-5.3.28/src/db/db_iface.c:2551:1: warning: old-style function definition [-Wold-style-definition]
2551 | __db_secondary_close_pp(dbp, flags)
| ^~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__dbc_pget_pp':
../db-5.3.28/src/db/db_iface.c:2600:1: warning: old-style function definition [-Wold-style-definition]
2600 | __dbc_pget_pp(dbc, skey, pkey, data, flags)
| ^~~~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__dbc_pget_arg':
../db-5.3.28/src/db/db_iface.c:2644:1: warning: old-style function definition [-Wold-style-definition]
2644 | __dbc_pget_arg(dbc, pkey, flags)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__dbc_put_pp':
../db-5.3.28/src/db/db_iface.c:2723:1: warning: old-style function definition [-Wold-style-definition]
2723 | __dbc_put_pp(dbc, key, data, flags)
| ^~~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__dbc_put_arg':
../db-5.3.28/src/db/db_iface.c:2763:1: warning: old-style function definition [-Wold-style-definition]
2763 | __dbc_put_arg(dbc, key, data, flags)
| ^~~~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__dbt_ferr':
../db-5.3.28/src/db/db_iface.c:2879:1: warning: old-style function definition [-Wold-style-definition]
2879 | __dbt_ferr(dbp, name, dbt, check_thread)
| ^~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__db_curinval':
../db-5.3.28/src/db/db_iface.c:2937:1: warning: old-style function definition [-Wold-style-definition]
2937 | __db_curinval(env)
| ^~~~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__db_txn_auto_init':
../db-5.3.28/src/db/db_iface.c:2952:1: warning: old-style function definition [-Wold-style-definition]
2952 | __db_txn_auto_init(env, ip, txnidp)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_iface.c: In function '__db_txn_auto_resolve':
../db-5.3.28/src/db/db_iface.c:2989:1: warning: old-style function definition [-Wold-style-definition]
2989 | __db_txn_auto_resolve(env, txn, nosync, ret)
| ^~~~~~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_join.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_join.c -fPIC -DPIC -o .libs/db_join.o
../db-5.3.28/src/db/db_join.c: In function '__db_join':
../db-5.3.28/src/db/db_join.c:71:1: warning: old-style function definition [-Wold-style-definition]
71 | __db_join(primary, curslist, dbcp, flags)
| ^~~~~~~~~
../db-5.3.28/src/db/db_join.c: In function '__db_join_close_pp':
../db-5.3.28/src/db/db_join.c:242:1: warning: old-style function definition [-Wold-style-definition]
242 | __db_join_close_pp(dbc)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_join.c: In function '__db_join_put':
../db-5.3.28/src/db/db_join.c:272:1: warning: old-style function definition [-Wold-style-definition]
272 | __db_join_put(dbc, key, data, flags)
| ^~~~~~~~~~~~~
../db-5.3.28/src/db/db_join.c: In function '__db_join_del':
../db-5.3.28/src/db/db_join.c:286:1: warning: old-style function definition [-Wold-style-definition]
286 | __db_join_del(dbc, flags)
| ^~~~~~~~~~~~~
../db-5.3.28/src/db/db_join.c: In function '__db_join_get_pp':
../db-5.3.28/src/db/db_join.c:300:1: warning: old-style function definition [-Wold-style-definition]
300 | __db_join_get_pp(dbc, key, data, flags)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_join.c: In function '__db_join_get':
../db-5.3.28/src/db/db_join.c:371:1: warning: old-style function definition [-Wold-style-definition]
371 | __db_join_get(dbc, key_arg, data_arg, flags)
| ^~~~~~~~~~~~~
../db-5.3.28/src/db/db_join.c: In function '__db_join_close':
../db-5.3.28/src/db/db_join.c:716:1: warning: old-style function definition [-Wold-style-definition]
716 | __db_join_close(dbc)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_join.c: In function '__db_join_getnext':
../db-5.3.28/src/db/db_join.c:788:1: warning: old-style function definition [-Wold-style-definition]
788 | __db_join_getnext(dbc, key, data, exhausted, opmods)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_join.c: In function '__db_join_cmp':
../db-5.3.28/src/db/db_join.c:849:1: warning: old-style function definition [-Wold-style-definition]
849 | __db_join_cmp(a, b)
| ^~~~~~~~~~~~~
../db-5.3.28/src/db/db_join.c: In function '__db_join_primget':
../db-5.3.28/src/db/db_join.c:871:1: warning: old-style function definition [-Wold-style-definition]
871 | __db_join_primget(dbp, ip, txn, locker, key, data, flags)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_join.c: In function '__db_secondary_corrupt':
../db-5.3.28/src/db/db_join.c:929:1: warning: old-style function definition [-Wold-style-definition]
929 | __db_secondary_corrupt(dbp)
| ^~~~~~~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/common/db_log2.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/common/db_log2.c -fPIC -DPIC -o .libs/db_log2.o
../db-5.3.28/src/common/db_log2.c: In function '__db_log2':
../db-5.3.28/src/common/db_log2.c:48:1: warning: old-style function definition [-Wold-style-definition]
48 | __db_log2(num)
| ^~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_meta.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_meta.c -fPIC -DPIC -o .libs/db_meta.o
../db-5.3.28/src/db/db_meta.c: In function '__db_init_meta':
../db-5.3.28/src/db/db_meta.c:69:1: warning: old-style function definition [-Wold-style-definition]
69 | __db_init_meta(dbp, p, pgno, pgtype)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/db/db_meta.c: In function '__db_new':
../db-5.3.28/src/db/db_meta.c:96:1: warning: old-style function definition [-Wold-style-definition]
96 | __db_new(dbc, type, lockp, pagepp)
| ^~~~~~~~
../db-5.3.28/src/db/db_meta.c: In function '__db_free':
../db-5.3.28/src/db/db_meta.c:288:1: warning: old-style function definition [-Wold-style-definition]
288 | __db_free(dbc, h, flags)
| ^~~~~~~~~
../db-5.3.28/src/db/db_meta.c: In function '__db_freelist_pos':
../db-5.3.28/src/db/db_meta.c:603:1: warning: old-style function definition [-Wold-style-definition]
603 | __db_freelist_pos(pgno, list, nelem, posp)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_meta.c: In function '__db_pglistcmp':
../db-5.3.28/src/db/db_meta.c:630:1: warning: old-style function definition [-Wold-style-definition]
630 | __db_pglistcmp(a, b)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/db/db_meta.c: In function '__db_freelist_sort':
../db-5.3.28/src/db/db_meta.c:646:1: warning: old-style function definition [-Wold-style-definition]
646 | __db_freelist_sort(list, nelems)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_meta.c: In function '__db_pg_truncate':
../db-5.3.28/src/db/db_meta.c:663:1: warning: old-style function definition [-Wold-style-definition]
663 | __db_pg_truncate(dbc, txn,
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_meta.c: In function '__db_free_truncate':
../db-5.3.28/src/db/db_meta.c:843:1: warning: old-style function definition [-Wold-style-definition]
843 | __db_free_truncate(dbp, ip, txn, flags, c_data, listp, nelemp, last_pgnop)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_meta.c: In function '__db_truncate_freelist':
../db-5.3.28/src/db/db_meta.c:976:1: warning: old-style function definition [-Wold-style-definition]
976 | __db_truncate_freelist(dbc, meta, h, list, start, nelem)
| ^~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_meta.c: In function '__db_lget':
../db-5.3.28/src/db/db_meta.c:1142:1: warning: old-style function definition [-Wold-style-definition]
1142 | __db_lget(dbc, action, pgno, mode, lkflags, lockp)
| ^~~~~~~~~
../db-5.3.28/src/db/db_meta.c: In function '__db_lput':
../db-5.3.28/src/db/db_meta.c:1380:1: warning: old-style function definition [-Wold-style-definition]
1380 | __db_lput(dbc, lockp)
| ^~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_method.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_method.c -fPIC -DPIC -o .libs/db_method.o
../db-5.3.28/src/db/db_method.c: In function 'db_create':
../db-5.3.28/src/db/db_method.c:81:1: warning: old-style function definition [-Wold-style-definition]
81 | db_create(dbpp, dbenv, flags)
| ^~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_create_internal':
../db-5.3.28/src/db/db_method.c:148:1: warning: old-style function definition [-Wold-style-definition]
148 | __db_create_internal(dbpp, env, flags)
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_init':
../db-5.3.28/src/db/db_method.c:223:1: warning: old-style function definition [-Wold-style-definition]
223 | __db_init(dbp, flags)
| ^~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__dbh_am_chk':
../db-5.3.28/src/db/db_method.c:341:1: warning: old-style function definition [-Wold-style-definition]
341 | __dbh_am_chk(dbp, flags)
| ^~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_get_byteswapped':
../db-5.3.28/src/db/db_method.c:406:1: warning: old-style function definition [-Wold-style-definition]
406 | __db_get_byteswapped(dbp, isswapped)
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_get_dbname':
../db-5.3.28/src/db/db_method.c:421:1: warning: old-style function definition [-Wold-style-definition]
421 | __db_get_dbname(dbp, fnamep, dnamep)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_get_env':
../db-5.3.28/src/db/db_method.c:439:1: warning: old-style function definition [-Wold-style-definition]
439 | __db_get_env(dbp)
| ^~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_get_mpf':
../db-5.3.28/src/db/db_method.c:450:1: warning: old-style function definition [-Wold-style-definition]
450 | __db_get_mpf(dbp)
| ^~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_get_multiple':
../db-5.3.28/src/db/db_method.c:462:1: warning: old-style function definition [-Wold-style-definition]
462 | __db_get_multiple(dbp)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_get_transactional':
../db-5.3.28/src/db/db_method.c:484:1: warning: old-style function definition [-Wold-style-definition]
484 | __db_get_transactional(dbp)
| ^~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_get_type':
../db-5.3.28/src/db/db_method.c:495:1: warning: old-style function definition [-Wold-style-definition]
495 | __db_get_type(dbp, dbtype)
| ^~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_get_append_recno':
../db-5.3.28/src/db/db_method.c:510:1: warning: old-style function definition [-Wold-style-definition]
510 | __db_get_append_recno(dbp, funcp)
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_set_append_recno':
../db-5.3.28/src/db/db_method.c:525:1: warning: old-style function definition [-Wold-style-definition]
525 | __db_set_append_recno(dbp, func)
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_get_cachesize':
../db-5.3.28/src/db/db_method.c:542:1: warning: old-style function definition [-Wold-style-definition]
542 | __db_get_cachesize(dbp, cache_gbytesp, cache_bytesp, ncachep)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_set_cachesize':
../db-5.3.28/src/db/db_method.c:558:1: warning: old-style function definition [-Wold-style-definition]
558 | __db_set_cachesize(dbp, cache_gbytes, cache_bytes, ncache)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_set_create_dir':
../db-5.3.28/src/db/db_method.c:571:1: warning: old-style function definition [-Wold-style-definition]
571 | __db_set_create_dir(dbp, dir)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_get_create_dir':
../db-5.3.28/src/db/db_method.c:595:1: warning: old-style function definition [-Wold-style-definition]
595 | __db_get_create_dir(dbp, dirp)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_get_dup_compare':
../db-5.3.28/src/db/db_method.c:608:1: warning: old-style function definition [-Wold-style-definition]
608 | __db_get_dup_compare(dbp, funcp)
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_set_dup_compare':
../db-5.3.28/src/db/db_method.c:633:1: warning: old-style function definition [-Wold-style-definition]
633 | __db_set_dup_compare(dbp, func)
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_get_encrypt_flags':
../db-5.3.28/src/db/db_method.c:660:1: warning: old-style function definition [-Wold-style-definition]
660 | __db_get_encrypt_flags(dbp, flagsp)
| ^~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_set_encrypt':
../db-5.3.28/src/db/db_method.c:674:1: warning: old-style function definition [-Wold-style-definition]
674 | __db_set_encrypt(dbp, passwd, flags)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_get_errcall':
../db-5.3.28/src/db/db_method.c:701:1: warning: old-style function definition [-Wold-style-definition]
701 | __db_get_errcall(dbp, errcallp)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_set_errcall':
../db-5.3.28/src/db/db_method.c:709:1: warning: old-style function definition [-Wold-style-definition]
709 | __db_set_errcall(dbp, errcall)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_get_errfile':
../db-5.3.28/src/db/db_method.c:717:1: warning: old-style function definition [-Wold-style-definition]
717 | __db_get_errfile(dbp, errfilep)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_set_errfile':
../db-5.3.28/src/db/db_method.c:725:1: warning: old-style function definition [-Wold-style-definition]
725 | __db_set_errfile(dbp, errfile)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_get_errpfx':
../db-5.3.28/src/db/db_method.c:733:1: warning: old-style function definition [-Wold-style-definition]
733 | __db_get_errpfx(dbp, errpfxp)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_set_errpfx':
../db-5.3.28/src/db/db_method.c:741:1: warning: old-style function definition [-Wold-style-definition]
741 | __db_set_errpfx(dbp, errpfx)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_get_feedback':
../db-5.3.28/src/db/db_method.c:749:1: warning: old-style function definition [-Wold-style-definition]
749 | __db_get_feedback(dbp, feedbackp)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_set_feedback':
../db-5.3.28/src/db/db_method.c:759:1: warning: old-style function definition [-Wold-style-definition]
759 | __db_set_feedback(dbp, feedback)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_get_lk_exclusive':
../db-5.3.28/src/db/db_method.c:768:1: warning: old-style function definition [-Wold-style-definition]
768 | __db_get_lk_exclusive(dbp, onoff, nowait)
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_set_lk_exclusive':
../db-5.3.28/src/db/db_method.c:779:1: warning: old-style function definition [-Wold-style-definition]
779 | __db_set_lk_exclusive(dbp, nowait)
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_map_flags':
../db-5.3.28/src/db/db_method.c:797:1: warning: old-style function definition [-Wold-style-definition]
797 | __db_map_flags(dbp, inflagsp, outflagsp)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_get_assoc_flags':
../db-5.3.28/src/db/db_method.c:821:1: warning: old-style function definition [-Wold-style-definition]
821 | __db_get_assoc_flags(dbp, flagsp)
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_get_flags':
../db-5.3.28/src/db/db_method.c:838:1: warning: old-style function definition [-Wold-style-definition]
838 | __db_get_flags(dbp, flagsp)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_set_flags':
../db-5.3.28/src/db/db_method.c:885:1: warning: old-style function definition [-Wold-style-definition]
885 | __db_set_flags(dbp, flags)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_get_lorder':
../db-5.3.28/src/db/db_method.c:924:1: warning: old-style function definition [-Wold-style-definition]
924 | __db_get_lorder(dbp, db_lorderp)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_set_lorder':
../db-5.3.28/src/db/db_method.c:953:1: warning: old-style function definition [-Wold-style-definition]
953 | __db_set_lorder(dbp, db_lorder)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_get_alloc':
../db-5.3.28/src/db/db_method.c:977:1: warning: old-style function definition [-Wold-style-definition]
977 | __db_get_alloc(dbp, mal_funcp, real_funcp, free_funcp)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_set_alloc':
../db-5.3.28/src/db/db_method.c:990:1: warning: old-style function definition [-Wold-style-definition]
990 | __db_set_alloc(dbp, mal_func, real_func, free_func)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_get_msgcall':
../db-5.3.28/src/db/db_method.c:1003:1: warning: old-style function definition [-Wold-style-definition]
1003 | __db_get_msgcall(dbp, msgcallp)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_set_msgcall':
../db-5.3.28/src/db/db_method.c:1011:1: warning: old-style function definition [-Wold-style-definition]
1011 | __db_set_msgcall(dbp, msgcall)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_get_msgfile':
../db-5.3.28/src/db/db_method.c:1019:1: warning: old-style function definition [-Wold-style-definition]
1019 | __db_get_msgfile(dbp, msgfilep)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_set_msgfile':
../db-5.3.28/src/db/db_method.c:1027:1: warning: old-style function definition [-Wold-style-definition]
1027 | __db_set_msgfile(dbp, msgfile)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_get_pagesize':
../db-5.3.28/src/db/db_method.c:1035:1: warning: old-style function definition [-Wold-style-definition]
1035 | __db_get_pagesize(dbp, db_pagesizep)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_set_pagesize':
../db-5.3.28/src/db/db_method.c:1050:1: warning: old-style function definition [-Wold-style-definition]
1050 | __db_set_pagesize(dbp, db_pagesize)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_set_paniccall':
../db-5.3.28/src/db/db_method.c:1090:1: warning: old-style function definition [-Wold-style-definition]
1090 | __db_set_paniccall(dbp, paniccall)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_set_priority':
../db-5.3.28/src/db/db_method.c:1098:1: warning: old-style function definition [-Wold-style-definition]
1098 | __db_set_priority(dbp, priority)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_method.c: In function '__db_get_priority':
../db-5.3.28/src/db/db_method.c:1107:1: warning: old-style function definition [-Wold-style-definition]
1107 | __db_get_priority(dbp, priority)
| ^~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_open.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_open.c -fPIC -DPIC -o .libs/db_open.o
../db-5.3.28/src/db/db_open.c: In function '__db_open':
../db-5.3.28/src/db/db_open.c:52:1: warning: old-style function definition [-Wold-style-definition]
52 | __db_open(dbp, ip, txn, fname, dname, type, flags, mode, meta_pgno)
| ^~~~~~~~~
../db-5.3.28/src/db/db_open.c: In function '__db_get_open_flags':
../db-5.3.28/src/db/db_open.c:301:1: warning: old-style function definition [-Wold-style-definition]
301 | __db_get_open_flags(dbp, flagsp)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_open.c: In function '__db_new_file':
../db-5.3.28/src/db/db_open.c:319:1: warning: old-style function definition [-Wold-style-definition]
319 | __db_new_file(dbp, ip, txn, fhp, name)
| ^~~~~~~~~~~~~
../db-5.3.28/src/db/db_open.c: In function '__db_init_subdb':
../db-5.3.28/src/db/db_open.c:380:1: warning: old-style function definition [-Wold-style-definition]
380 | __db_init_subdb(mdbp, dbp, name, ip, txn)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_open.c: In function '__db_chk_meta':
../db-5.3.28/src/db/db_open.c:443:1: warning: old-style function definition [-Wold-style-definition]
443 | __db_chk_meta(env, dbp, meta, flags)
| ^~~~~~~~~~~~~
../db-5.3.28/src/db/db_open.c: In function '__db_meta_setup':
../db-5.3.28/src/db/db_open.c:546:1: warning: old-style function definition [-Wold-style-definition]
546 | __db_meta_setup(env, dbp, name, meta, oflags, flags)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_open.c: In function '__db_reopen':
../db-5.3.28/src/db/db_open.c:694:1: warning: old-style function definition [-Wold-style-definition]
694 | __db_reopen(arg_dbc)
| ^~~~~~~~~~~
../db-5.3.28/src/db/db_open.c: In function '__db_handle_lock':
../db-5.3.28/src/db/db_open.c:823:1: warning: old-style function definition [-Wold-style-definition]
823 | __db_handle_lock(dbp)
| ^~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_overflow.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_overflow.c -fPIC -DPIC -o .libs/db_overflow.o
../db-5.3.28/src/db/db_overflow.c: In function '__db_goff':
../db-5.3.28/src/db/db_overflow.c:68:1: warning: old-style function definition [-Wold-style-definition]
68 | __db_goff(dbc, dbt, tlen, pgno, bpp, bpsz)
| ^~~~~~~~~
../db-5.3.28/src/db/db_overflow.c: In function '__db_poff':
../db-5.3.28/src/db/db_overflow.c:224:1: warning: old-style function definition [-Wold-style-definition]
224 | __db_poff(dbc, dbt, pgnop)
| ^~~~~~~~~
../db-5.3.28/src/db/db_overflow.c: In function '__db_ovref':
../db-5.3.28/src/db/db_overflow.c:378:1: warning: old-style function definition [-Wold-style-definition]
378 | __db_ovref(dbc, pgno)
| ^~~~~~~~~~
../db-5.3.28/src/db/db_overflow.c: In function '__db_doff':
../db-5.3.28/src/db/db_overflow.c:425:1: warning: old-style function definition [-Wold-style-definition]
425 | __db_doff(dbc, pgno)
| ^~~~~~~~~
../db-5.3.28/src/db/db_overflow.c: In function '__db_moff':
../db-5.3.28/src/db/db_overflow.c:504:1: warning: old-style function definition [-Wold-style-definition]
504 | __db_moff(dbc, dbt, pgno, tlen, cmpfunc, cmpp)
| ^~~~~~~~~
../db-5.3.28/src/db/db_overflow.c: In function '__db_coff':
../db-5.3.28/src/db/db_overflow.c:594:1: warning: old-style function definition [-Wold-style-definition]
594 | __db_coff(dbc, dbt, match, cmpfunc, cmpp)
| ^~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_pr.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_pr.c -fPIC -DPIC -o .libs/db_pr.o
../db-5.3.28/src/db/db_pr.c: In function '__db_dumptree':
../db-5.3.28/src/db/db_pr.c:57:1: warning: old-style function definition [-Wold-style-definition]
57 | __db_dumptree(dbp, txn, op, name, first, last)
| ^~~~~~~~~~~~~
../db-5.3.28/src/db/db_pr.c: In function '__db_prdb':
../db-5.3.28/src/db/db_pr.c:157:1: warning: old-style function definition [-Wold-style-definition]
157 | __db_prdb(dbp, flags)
| ^~~~~~~~~
../db-5.3.28/src/db/db_pr.c: In function '__db_prtree':
../db-5.3.28/src/db/db_pr.c:242:1: warning: old-style function definition [-Wold-style-definition]
242 | __db_prtree(dbp, txn, flags, first, last)
| ^~~~~~~~~~~
../db-5.3.28/src/db/db_pr.c: In function '__db_prnpage':
../db-5.3.28/src/db/db_pr.c:283:1: warning: old-style function definition [-Wold-style-definition]
283 | __db_prnpage(dbp, txn, pgno)
| ^~~~~~~~~~~~
../db-5.3.28/src/db/db_pr.c: In function '__db_prpage':
../db-5.3.28/src/db/db_pr.c:312:1: warning: old-style function definition [-Wold-style-definition]
312 | __db_prpage(dbp, h, flags)
| ^~~~~~~~~~~
../db-5.3.28/src/db/db_pr.c: In function '__db_lockmode_to_string':
../db-5.3.28/src/db/db_pr.c:338:1: warning: old-style function definition [-Wold-style-definition]
338 | __db_lockmode_to_string(mode)
| ^~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_pr.c: In function '__db_meta':
../db-5.3.28/src/db/db_pr.c:412:1: warning: old-style function definition [-Wold-style-definition]
412 | __db_meta(env, dbp, dbmeta, fn, flags)
| ^~~~~~~~~
../db-5.3.28/src/db/db_pr.c: In function '__db_bmeta':
../db-5.3.28/src/db/db_pr.c:493:1: warning: old-style function definition [-Wold-style-definition]
493 | __db_bmeta(env, dbp, h, flags)
| ^~~~~~~~~~
../db-5.3.28/src/db/db_pr.c: In function '__db_hmeta':
../db-5.3.28/src/db/db_pr.c:527:1: warning: old-style function definition [-Wold-style-definition]
527 | __db_hmeta(env, dbp, h, flags)
| ^~~~~~~~~~
../db-5.3.28/src/db/db_pr.c: In function '__db_qmeta':
../db-5.3.28/src/db/db_pr.c:570:1: warning: old-style function definition [-Wold-style-definition]
570 | __db_qmeta(env, dbp, h, flags)
| ^~~~~~~~~~
../db-5.3.28/src/db/db_pr.c: In function '__db_heapmeta':
../db-5.3.28/src/db/db_pr.c:594:1: warning: old-style function definition [-Wold-style-definition]
594 | __db_heapmeta(env, dbp, h, flags)
| ^~~~~~~~~~~~~
../db-5.3.28/src/db/db_pr.c: In function '__db_heapint':
../db-5.3.28/src/db/db_pr.c:616:1: warning: old-style function definition [-Wold-style-definition]
616 | __db_heapint(dbp, h, flags)
| ^~~~~~~~~~~~
../db-5.3.28/src/db/db_pr.c: In function '__db_prpage_int':
../db-5.3.28/src/db/db_pr.c:673:1: warning: old-style function definition [-Wold-style-definition]
673 | __db_prpage_int(env, mbp, dbp, lead, h, pagesize, data, flags)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_pr.c: In function '__db_prbytes':
../db-5.3.28/src/db/db_pr.c:995:1: warning: old-style function definition [-Wold-style-definition]
995 | __db_prbytes(env, mbp, bytes, len)
| ^~~~~~~~~~~~
../db-5.3.28/src/db/db_pr.c: In function '__db_proff':
../db-5.3.28/src/db/db_pr.c:1052:1: warning: old-style function definition [-Wold-style-definition]
1052 | __db_proff(env, mbp, vp)
| ^~~~~~~~~~
../db-5.3.28/src/db/db_pr.c: In function '__db_prflags':
../db-5.3.28/src/db/db_pr.c:1084:1: warning: old-style function definition [-Wold-style-definition]
1084 | __db_prflags(env, mbp, flags, fn, prefix, suffix)
| ^~~~~~~~~~~~
../db-5.3.28/src/db/db_pr.c: In function '__db_name_to_val':
../db-5.3.28/src/db/db_pr.c:1134:1: warning: old-style function definition [-Wold-style-definition]
1134 | __db_name_to_val(strtable, s)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_pr.c: In function '__db_pagetype_to_string':
../db-5.3.28/src/db/db_pr.c:1153:1: warning: old-style function definition [-Wold-style-definition]
1153 | __db_pagetype_to_string(type)
| ^~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_pr.c: In function '__db_dump_pp':
../db-5.3.28/src/db/db_pr.c:1223:1: warning: old-style function definition [-Wold-style-definition]
1223 | __db_dump_pp(dbp, subname, callback, handle, pflag, keyflag)
| ^~~~~~~~~~~~
../db-5.3.28/src/db/db_pr.c: In function '__db_dump':
../db-5.3.28/src/db/db_pr.c:1265:1: warning: old-style function definition [-Wold-style-definition]
1265 | __db_dump(dbp, subname, callback, handle, pflag, keyflag)
| ^~~~~~~~~
../db-5.3.28/src/db/db_pr.c: In function '__db_prdbt':
../db-5.3.28/src/db/db_pr.c:1375:1: warning: old-style function definition [-Wold-style-definition]
1375 | __db_prdbt(dbtp, checkprint, prefix, handle, callback, is_recno, is_heap)
| ^~~~~~~~~~
../db-5.3.28/src/db/db_pr.c: In function '__db_prheader':
../db-5.3.28/src/db/db_pr.c:1484:1: warning: old-style function definition [-Wold-style-definition]
1484 | __db_prheader(dbp, subname, pflag, keyflag, handle, callback, vdp, meta_pgno)
| ^~~~~~~~~~~~~
../db-5.3.28/src/db/db_pr.c: In function '__db_prfooter':
../db-5.3.28/src/db/db_pr.c:1900:1: warning: old-style function definition [-Wold-style-definition]
1900 | __db_prfooter(handle, callback)
| ^~~~~~~~~~~~~
../db-5.3.28/src/db/db_pr.c: In function '__db_pr_callback':
../db-5.3.28/src/db/db_pr.c:1914:1: warning: old-style function definition [-Wold-style-definition]
1914 | __db_pr_callback(handle, str_arg)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_pr.c: In function '__db_dbtype_to_string':
../db-5.3.28/src/db/db_pr.c:1937:1: warning: old-style function definition [-Wold-style-definition]
1937 | __db_dbtype_to_string(type)
| ^~~~~~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_rec.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_rec.c -fPIC -DPIC -o .libs/db_rec.o
../db-5.3.28/src/db/db_rec.c: In function '__db_addrem_recover':
../db-5.3.28/src/db/db_rec.c:34:1: warning: old-style function definition [-Wold-style-definition]
34 | __db_addrem_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_rec.c: In function '__db_addrem_42_recover':
../db-5.3.28/src/db/db_rec.c:110:1: warning: old-style function definition [-Wold-style-definition]
110 | __db_addrem_42_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_rec.c: In function '__db_big_recover':
../db-5.3.28/src/db/db_rec.c:181:1: warning: old-style function definition [-Wold-style-definition]
181 | __db_big_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_rec.c: In function '__db_big_42_recover':
../db-5.3.28/src/db/db_rec.c:339:1: warning: old-style function definition [-Wold-style-definition]
339 | __db_big_42_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_rec.c: In function '__db_ovref_recover':
../db-5.3.28/src/db/db_rec.c:497:1: warning: old-style function definition [-Wold-style-definition]
497 | __db_ovref_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_rec.c: In function '__db_debug_recover':
../db-5.3.28/src/db/db_rec.c:554:1: warning: old-style function definition [-Wold-style-definition]
554 | __db_debug_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_rec.c: In function '__db_noop_recover':
../db-5.3.28/src/db/db_rec.c:584:1: warning: old-style function definition [-Wold-style-definition]
584 | __db_noop_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_rec.c: In function '__db_pg_alloc_recover':
../db-5.3.28/src/db/db_rec.c:635:1: warning: old-style function definition [-Wold-style-definition]
635 | __db_pg_alloc_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_rec.c: In function '__db_pg_free_recover_int':
../db-5.3.28/src/db/db_rec.c:844:1: warning: old-style function definition [-Wold-style-definition]
844 | __db_pg_free_recover_int(env, ip, argp, file_dbp, lsnp, mpf, op, data)
| ^~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_rec.c: In function '__db_pg_free_recover':
../db-5.3.28/src/db/db_rec.c:1070:1: warning: old-style function definition [-Wold-style-definition]
1070 | __db_pg_free_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_rec.c: In function '__db_pg_freedata_recover':
../db-5.3.28/src/db/db_rec.c:1105:1: warning: old-style function definition [-Wold-style-definition]
1105 | __db_pg_freedata_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_rec.c: In function '__db_cksum_recover':
../db-5.3.28/src/db/db_rec.c:1140:1: warning: old-style function definition [-Wold-style-definition]
1140 | __db_cksum_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_rec.c: In function '__db_pg_init_recover':
../db-5.3.28/src/db/db_rec.c:1183:1: warning: old-style function definition [-Wold-style-definition]
1183 | __db_pg_init_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_rec.c: In function '__db_pg_trunc_recover':
../db-5.3.28/src/db/db_rec.c:1266:1: warning: old-style function definition [-Wold-style-definition]
1266 | __db_pg_trunc_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_rec.c: In function '__db_realloc_recover':
../db-5.3.28/src/db/db_rec.c:1463:1: warning: old-style function definition [-Wold-style-definition]
1463 | __db_realloc_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_rec.c: In function '__db_pg_sort_44_recover':
../db-5.3.28/src/db/db_rec.c:1581:1: warning: old-style function definition [-Wold-style-definition]
1581 | __db_pg_sort_44_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_rec.c: In function '__db_pg_alloc_42_recover':
../db-5.3.28/src/db/db_rec.c:1735:1: warning: old-style function definition [-Wold-style-definition]
1735 | __db_pg_alloc_42_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_rec.c: In function '__db_pg_free_recover_42_int':
../db-5.3.28/src/db/db_rec.c:1901:1: warning: old-style function definition [-Wold-style-definition]
1901 | __db_pg_free_recover_42_int(env, ip, argp, file_dbp, lsnp, mpf, op, data)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_rec.c: In function '__db_pg_free_42_recover':
../db-5.3.28/src/db/db_rec.c:2038:1: warning: old-style function definition [-Wold-style-definition]
2038 | __db_pg_free_42_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_rec.c: In function '__db_pg_freedata_42_recover':
../db-5.3.28/src/db/db_rec.c:2072:1: warning: old-style function definition [-Wold-style-definition]
2072 | __db_pg_freedata_42_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_rec.c: In function '__db_relink_42_recover':
../db-5.3.28/src/db/db_rec.c:2106:1: warning: old-style function definition [-Wold-style-definition]
2106 | __db_relink_42_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_rec.c: In function '__db_relink_recover':
../db-5.3.28/src/db/db_rec.c:2243:1: warning: old-style function definition [-Wold-style-definition]
2243 | __db_relink_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_rec.c: In function '__db_merge_recover':
../db-5.3.28/src/db/db_rec.c:2357:1: warning: old-style function definition [-Wold-style-definition]
2357 | __db_merge_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_rec.c: In function '__db_pgno_recover':
../db-5.3.28/src/db/db_rec.c:2658:1: warning: old-style function definition [-Wold-style-definition]
2658 | __db_pgno_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_rec.c: In function '__db_pglist_swap':
../db-5.3.28/src/db/db_rec.c:2753:1: warning: old-style function definition [-Wold-style-definition]
2753 | __db_pglist_swap(size, list)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_rec.c: In function '__db_pglist_print':
../db-5.3.28/src/db/db_rec.c:2776:1: warning: old-style function definition [-Wold-style-definition]
2776 | __db_pglist_print(env, mbp, list)
| ^~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_reclaim.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_reclaim.c -fPIC -DPIC -o .libs/db_reclaim.o
../db-5.3.28/src/db/db_reclaim.c: In function '__db_traverse_big':
../db-5.3.28/src/db/db_reclaim.c:28:1: warning: old-style function definition [-Wold-style-definition]
28 | __db_traverse_big(dbc, pgno, callback, cookie)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_reclaim.c: In function '__db_reclaim_callback':
../db-5.3.28/src/db/db_reclaim.c:73:1: warning: old-style function definition [-Wold-style-definition]
73 | __db_reclaim_callback(dbc, p, cookie, putp)
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_reclaim.c: In function '__db_truncate_callback':
../db-5.3.28/src/db/db_reclaim.c:108:1: warning: old-style function definition [-Wold-style-definition]
108 | __db_truncate_callback(dbc, p, cookie, putp)
| ^~~~~~~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_remove.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_remove.c -fPIC -DPIC -o .libs/db_remove.o
../db-5.3.28/src/db/db_remove.c: In function '__env_dbremove_pp':
../db-5.3.28/src/db/db_remove.c:33:1: warning: old-style function definition [-Wold-style-definition]
33 | __env_dbremove_pp(dbenv, txn, name, subdb, flags)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_remove.c: In function '__db_remove_pp':
../db-5.3.28/src/db/db_remove.c:153:1: warning: old-style function definition [-Wold-style-definition]
153 | __db_remove_pp(dbp, name, subdb, flags)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/db/db_remove.c: In function '__db_remove':
../db-5.3.28/src/db/db_remove.c:211:1: warning: old-style function definition [-Wold-style-definition]
211 | __db_remove(dbp, ip, txn, name, subdb, flags)
| ^~~~~~~~~~~
../db-5.3.28/src/db/db_remove.c: In function '__db_remove_int':
../db-5.3.28/src/db/db_remove.c:236:1: warning: old-style function definition [-Wold-style-definition]
236 | __db_remove_int(dbp, ip, txn, name, subdb, flags)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_remove.c: In function '__db_inmem_remove':
../db-5.3.28/src/db/db_remove.c:317:1: warning: old-style function definition [-Wold-style-definition]
317 | __db_inmem_remove(dbp, txn, name)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_remove.c: In function '__db_subdb_remove':
../db-5.3.28/src/db/db_remove.c:388:1: warning: old-style function definition [-Wold-style-definition]
388 | __db_subdb_remove(dbp, ip, txn, name, subdb, flags)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_remove.c: In function '__db_dbtxn_remove':
../db-5.3.28/src/db/db_remove.c:463:1: warning: old-style function definition [-Wold-style-definition]
463 | __db_dbtxn_remove(dbp, ip, txn, name, subdb)
| ^~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_rename.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_rename.c -fPIC -DPIC -o .libs/db_rename.o
../db-5.3.28/src/db/db_rename.c: In function '__env_dbrename_pp':
../db-5.3.28/src/db/db_rename.c:32:1: warning: old-style function definition [-Wold-style-definition]
32 | __env_dbrename_pp(dbenv, txn, name, subdb, newname, flags)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_rename.c: In function '__db_rename_pp':
../db-5.3.28/src/db/db_rename.c:143:1: warning: old-style function definition [-Wold-style-definition]
143 | __db_rename_pp(dbp, name, subdb, newname, flags)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/db/db_rename.c: In function '__db_rename':
../db-5.3.28/src/db/db_rename.c:199:1: warning: old-style function definition [-Wold-style-definition]
199 | __db_rename(dbp, ip, txn, name, subdb, newname, flags)
| ^~~~~~~~~~~
../db-5.3.28/src/db/db_rename.c: In function '__db_rename_int':
../db-5.3.28/src/db/db_rename.c:225:1: warning: old-style function definition [-Wold-style-definition]
225 | __db_rename_int(dbp, ip, txn, name, subdb, newname, flags)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_rename.c: In function '__db_subdb_rename':
../db-5.3.28/src/db/db_rename.c:316:1: warning: old-style function definition [-Wold-style-definition]
316 | __db_subdb_rename(dbp, ip, txn, name, subdb, newname, flags)
| ^~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_ret.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_ret.c -fPIC -DPIC -o .libs/db_ret.o
../db-5.3.28/src/db/db_ret.c: In function '__db_ret':
../db-5.3.28/src/db/db_ret.c:24:1: warning: old-style function definition [-Wold-style-definition]
24 | __db_ret(dbc, h, indx, dbt, memp, memsize)
| ^~~~~~~~
../db-5.3.28/src/db/db_ret.c: In function '__db_retcopy':
../db-5.3.28/src/db/db_ret.c:91:1: warning: old-style function definition [-Wold-style-definition]
91 | __db_retcopy(env, dbt, data, len, memp, memsize)
| ^~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_setid.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_setid.c -fPIC -DPIC -o .libs/db_setid.o
../db-5.3.28/src/db/db_setid.c: In function '__env_fileid_reset_pp':
../db-5.3.28/src/db/db_setid.c:24:1: warning: old-style function definition [-Wold-style-definition]
24 | __env_fileid_reset_pp(dbenv, name, flags)
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_setid.c: In function '__env_fileid_reset':
../db-5.3.28/src/db/db_setid.c:60:1: warning: old-style function definition [-Wold-style-definition]
60 | __env_fileid_reset(env, ip, name, encrypted)
| ^~~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_setlsn.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_setlsn.c -fPIC -DPIC -o .libs/db_setlsn.o
../db-5.3.28/src/db/db_setlsn.c: In function '__env_lsn_reset_pp':
../db-5.3.28/src/db/db_setlsn.c:27:1: warning: old-style function definition [-Wold-style-definition]
27 | __env_lsn_reset_pp(dbenv, name, flags)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_setlsn.c: In function '__env_lsn_reset':
../db-5.3.28/src/db/db_setlsn.c:61:1: warning: old-style function definition [-Wold-style-definition]
61 | __env_lsn_reset(env, ip, name, encrypted)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_setlsn.c: In function '__db_lsn_reset':
../db-5.3.28/src/db/db_setlsn.c:114:1: warning: old-style function definition [-Wold-style-definition]
114 | __db_lsn_reset(mpf, ip)
| ^~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/common/db_shash.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/common/db_shash.c -fPIC -DPIC -o .libs/db_shash.o
../db-5.3.28/src/common/db_shash.c: In function '__db_tablesize':
../db-5.3.28/src/common/db_shash.c:20:1: warning: old-style function definition [-Wold-style-definition]
20 | __db_tablesize(n_buckets)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/common/db_shash.c: In function '__db_hashinit':
../db-5.3.28/src/common/db_shash.c:93:1: warning: old-style function definition [-Wold-style-definition]
93 | __db_hashinit(begin, nelements)
| ^~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_sort_multiple.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_sort_multiple.c -fPIC -DPIC -o .libs/db_sort_multiple.o
../db-5.3.28/src/db/db_sort_multiple.c: In function '__db_compare_both':
../db-5.3.28/src/db/db_sort_multiple.c:25:1: warning: old-style function definition [-Wold-style-definition]
25 | __db_compare_both(db, akey, adata, bkey, bdata)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_sort_multiple.c: In function '__db_quicksort':
../db-5.3.28/src/db/db_sort_multiple.c:84:1: warning: old-style function definition [-Wold-style-definition]
84 | __db_quicksort(db, key, data, kstart, kend, dstart, dend, size)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/db/db_sort_multiple.c: In function '__db_sort_multiple':
../db-5.3.28/src/db/db_sort_multiple.c:289:1: warning: old-style function definition [-Wold-style-definition]
289 | __db_sort_multiple(db, key, data, flags)
| ^~~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_stati.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_stati.c -fPIC -DPIC -o .libs/db_stati.o
../db-5.3.28/src/db/db_stati.c: In function '__db_stat_pp':
../db-5.3.28/src/db/db_stati.c:36:1: warning: old-style function definition [-Wold-style-definition]
36 | __db_stat_pp(dbp, txn, spp, flags)
| ^~~~~~~~~~~~
../db-5.3.28/src/db/db_stati.c: In function '__db_stat':
../db-5.3.28/src/db/db_stati.c:79:1: warning: old-style function definition [-Wold-style-definition]
79 | __db_stat(dbp, ip, txn, spp, flags)
| ^~~~~~~~~
../db-5.3.28/src/db/db_stati.c: In function '__db_stat_arg':
../db-5.3.28/src/db/db_stati.c:135:1: warning: old-style function definition [-Wold-style-definition]
135 | __db_stat_arg(dbp, flags)
| ^~~~~~~~~~~~~
../db-5.3.28/src/db/db_stati.c: In function '__db_stat_print_pp':
../db-5.3.28/src/db/db_stati.c:163:1: warning: old-style function definition [-Wold-style-definition]
163 | __db_stat_print_pp(dbp, flags)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_stati.c: In function '__db_stat_print':
../db-5.3.28/src/db/db_stati.c:209:1: warning: old-style function definition [-Wold-style-definition]
209 | __db_stat_print(dbp, ip, flags)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_stati.c: In function '__db_print_stats':
../db-5.3.28/src/db/db_stati.c:235:1: warning: old-style function definition [-Wold-style-definition]
235 | __db_print_stats(dbp, ip, flags)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_stati.c: In function '__db_print_all':
../db-5.3.28/src/db/db_stati.c:283:1: warning: old-style function definition [-Wold-style-definition]
283 | __db_print_all(dbp, flags)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/db/db_stati.c: In function '__db_print_cursor':
../db-5.3.28/src/db/db_stati.c:380:1: warning: old-style function definition [-Wold-style-definition]
380 | __db_print_cursor(dbp)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_stati.c: In function '__db_print_citem':
../db-5.3.28/src/db/db_stati.c:412:1: warning: old-style function definition [-Wold-style-definition]
412 | __db_print_citem(dbc)
| ^~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_truncate.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_truncate.c -fPIC -DPIC -o .libs/db_truncate.o
../db-5.3.28/src/db/db_truncate.c: In function '__db_truncate_pp':
../db-5.3.28/src/db/db_truncate.c:32:1: warning: old-style function definition [-Wold-style-definition]
32 | __db_truncate_pp(dbp, txn, countp, flags)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_truncate.c: In function '__db_truncate':
../db-5.3.28/src/db/db_truncate.c:125:1: warning: old-style function definition [-Wold-style-definition]
125 | __db_truncate(dbp, ip, txn, countp)
| ^~~~~~~~~~~~~
../db-5.3.28/src/db/db_truncate.c: In function '__db_cursor_check_func':
../db-5.3.28/src/db/db_truncate.c:202:1: warning: old-style function definition [-Wold-style-definition]
202 | __db_cursor_check_func(dbc, my_dbc, foundp, pgno, indx, args)
| ^~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_truncate.c: In function '__db_cursor_check':
../db-5.3.28/src/db/db_truncate.c:224:1: warning: old-style function definition [-Wold-style-definition]
224 | __db_cursor_check(dbp)
| ^~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_upg.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_upg.c -fPIC -DPIC -o .libs/db_upg.o
../db-5.3.28/src/db/db_upg.c: In function '__db_upgrade_pp':
../db-5.3.28/src/db/db_upg.c:25:1: warning: old-style function definition [-Wold-style-definition]
25 | __db_upgrade_pp(dbp, fname, flags)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/db/db_upg.c: In function '__db_upgrade':
../db-5.3.28/src/db/db_upg.c:112:1: warning: old-style function definition [-Wold-style-definition]
112 | __db_upgrade(dbp, fname, flags)
| ^~~~~~~~~~~~
../db-5.3.28/src/db/db_upg.c: In function '__db_page_pass':
../db-5.3.28/src/db/db_upg.c:398:1: warning: old-style function definition [-Wold-style-definition]
398 | __db_page_pass(dbp, real_name, flags, fl, fhp)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/db/db_upg.c: In function '__db_lastpgno':
../db-5.3.28/src/db/db_upg.c:462:1: warning: old-style function definition [-Wold-style-definition]
462 | __db_lastpgno(dbp, real_name, fhp, pgno_lastp)
| ^~~~~~~~~~~~~
../db-5.3.28/src/db/db_upg.c: In function '__db_set_lastpgno':
../db-5.3.28/src/db/db_upg.c:502:1: warning: old-style function definition [-Wold-style-definition]
502 | __db_set_lastpgno(dbp, real_name, fhp)
| ^~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_upg_opd.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/db/db_upg_opd.c -fPIC -DPIC -o .libs/db_upg_opd.o
../db-5.3.28/src/db/db_upg_opd.c: In function '__db_31_offdup':
../db-5.3.28/src/db/db_upg_opd.c:46:1: warning: old-style function definition [-Wold-style-definition]
46 | __db_31_offdup(dbp, real_name, fhp, sorted, pgnop)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/db/db_upg_opd.c: In function '__db_build_bi':
../db-5.3.28/src/db/db_upg_opd.c:197:1: warning: old-style function definition [-Wold-style-definition]
197 | __db_build_bi(dbp, fhp, ipage, page, indx, nomemp)
| ^~~~~~~~~~~~~
../db-5.3.28/src/db/db_upg_opd.c: In function '__db_build_ri':
../db-5.3.28/src/db/db_upg_opd.c:296:1: warning: old-style function definition [-Wold-style-definition]
296 | __db_build_ri(dbp, fhp, ipage, page, indx, nomemp)
| ^~~~~~~~~~~~~
../db-5.3.28/src/db/db_upg_opd.c: In function '__db_up_ovref':
../db-5.3.28/src/db/db_upg_opd.c:326:1: warning: old-style function definition [-Wold-style-definition]
326 | __db_up_ovref(dbp, fhp, pgno)
| ^~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/dbreg/dbreg.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/dbreg/dbreg.c -fPIC -DPIC -o .libs/dbreg.o
../db-5.3.28/src/dbreg/dbreg.c: In function '__dbreg_setup':
../db-5.3.28/src/dbreg/dbreg.c:89:1: warning: old-style function definition [-Wold-style-definition]
89 | __dbreg_setup(dbp, fname, dname, create_txnid)
| ^~~~~~~~~~~~~
../db-5.3.28/src/dbreg/dbreg.c: In function '__dbreg_teardown':
../db-5.3.28/src/dbreg/dbreg.c:195:1: warning: old-style function definition [-Wold-style-definition]
195 | __dbreg_teardown(dbp)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/dbreg/dbreg.c: In function '__dbreg_teardown_int':
../db-5.3.28/src/dbreg/dbreg.c:223:1: warning: old-style function definition [-Wold-style-definition]
223 | __dbreg_teardown_int(env, fnp)
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/dbreg/dbreg.c: In function '__dbreg_new_id':
../db-5.3.28/src/dbreg/dbreg.c:266:1: warning: old-style function definition [-Wold-style-definition]
266 | __dbreg_new_id(dbp, txn)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/dbreg/dbreg.c: In function '__dbreg_get_id':
../db-5.3.28/src/dbreg/dbreg.c:303:1: warning: old-style function definition [-Wold-style-definition]
303 | __dbreg_get_id(dbp, txn, idp)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/dbreg/dbreg.c: In function '__dbreg_assign_id':
../db-5.3.28/src/dbreg/dbreg.c:382:1: warning: old-style function definition [-Wold-style-definition]
382 | __dbreg_assign_id(dbp, id, deleted)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/dbreg/dbreg.c: In function '__dbreg_revoke_id':
../db-5.3.28/src/dbreg/dbreg.c:480:1: warning: old-style function definition [-Wold-style-definition]
480 | __dbreg_revoke_id(dbp, have_lock, force_id)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/dbreg/dbreg.c: In function '__dbreg_revoke_id_int':
../db-5.3.28/src/dbreg/dbreg.c:514:1: warning: old-style function definition [-Wold-style-definition]
514 | __dbreg_revoke_id_int(env, fnp, have_lock, push, force_id)
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/dbreg/dbreg.c: In function '__dbreg_close_id':
../db-5.3.28/src/dbreg/dbreg.c:577:1: warning: old-style function definition [-Wold-style-definition]
577 | __dbreg_close_id(dbp, txn, op)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/dbreg/dbreg.c: In function '__dbreg_close_id_int':
../db-5.3.28/src/dbreg/dbreg.c:653:1: warning: old-style function definition [-Wold-style-definition]
653 | __dbreg_close_id_int(env, fnp, op, locked)
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/dbreg/dbreg.c: In function '__dbreg_failchk':
../db-5.3.28/src/dbreg/dbreg.c:702:1: warning: old-style function definition [-Wold-style-definition]
702 | __dbreg_failchk(env)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/dbreg/dbreg.c: In function '__dbreg_log_close':
../db-5.3.28/src/dbreg/dbreg.c:766:1: warning: old-style function definition [-Wold-style-definition]
766 | __dbreg_log_close(env, fnp, txn, op)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/dbreg/dbreg.c: In function '__dbreg_push_id':
../db-5.3.28/src/dbreg/dbreg.c:822:1: warning: old-style function definition [-Wold-style-definition]
822 | __dbreg_push_id(env, id)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/dbreg/dbreg.c: In function '__dbreg_pop_id':
../db-5.3.28/src/dbreg/dbreg.c:869:1: warning: old-style function definition [-Wold-style-definition]
869 | __dbreg_pop_id(env, id)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/dbreg/dbreg.c: In function '__dbreg_pluck_id':
../db-5.3.28/src/dbreg/dbreg.c:900:1: warning: old-style function definition [-Wold-style-definition]
900 | __dbreg_pluck_id(env, id)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/dbreg/dbreg.c: In function '__dbreg_log_id':
../db-5.3.28/src/dbreg/dbreg.c:947:1: warning: old-style function definition [-Wold-style-definition]
947 | __dbreg_log_id(dbp, txn, id, needlock)
| ^~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/dbreg/dbreg_stat.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/dbreg/dbreg_stat.c -fPIC -DPIC -o .libs/dbreg_stat.o
../db-5.3.28/src/dbreg/dbreg_stat.c: In function '__dbreg_stat_print':
../db-5.3.28/src/dbreg/dbreg_stat.c:26:1: warning: old-style function definition [-Wold-style-definition]
26 | __dbreg_stat_print(env, flags)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/dbreg/dbreg_stat.c: In function '__dbreg_print_fname':
../db-5.3.28/src/dbreg/dbreg_stat.c:46:1: warning: old-style function definition [-Wold-style-definition]
46 | __dbreg_print_fname(env, fnp)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/dbreg/dbreg_stat.c: In function '__dbreg_print_all':
../db-5.3.28/src/dbreg/dbreg_stat.c:73:1: warning: old-style function definition [-Wold-style-definition]
73 | __dbreg_print_all(env, flags)
| ^~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/dbreg/dbreg_auto.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/dbreg/dbreg_auto.c -fPIC -DPIC -o .libs/dbreg_auto.o
../db-5.3.28/src/dbreg/dbreg_auto.c: In function '__dbreg_init_recover':
../db-5.3.28/src/dbreg/dbreg_auto.c:25:1: warning: old-style function definition [-Wold-style-definition]
25 | __dbreg_init_recover(env, dtabp)
| ^~~~~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/dbreg/dbreg_rec.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/dbreg/dbreg_rec.c -fPIC -DPIC -o .libs/dbreg_rec.o
../db-5.3.28/src/dbreg/dbreg_rec.c: In function '__dbreg_register_recover':
../db-5.3.28/src/dbreg/dbreg_rec.c:51:1: warning: old-style function definition [-Wold-style-definition]
51 | __dbreg_register_recover(env, dbtp, lsnp, op, info)
| ^~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/dbreg/dbreg_rec.c: In function '__dbreg_open_file':
../db-5.3.28/src/dbreg/dbreg_rec.c:290:1: warning: old-style function definition [-Wold-style-definition]
290 | __dbreg_open_file(env, txn, argp, info)
| ^~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/dbreg/dbreg_util.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/dbreg/dbreg_util.c -fPIC -DPIC -o .libs/dbreg_util.o
../db-5.3.28/src/dbreg/dbreg_util.c: In function '__dbreg_add_dbentry':
../db-5.3.28/src/dbreg/dbreg_util.c:27:1: warning: old-style function definition [-Wold-style-definition]
27 | __dbreg_add_dbentry(env, dblp, dbp, ndx)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/dbreg/dbreg_util.c: In function '__dbreg_rem_dbentry':
../db-5.3.28/src/dbreg/dbreg_util.c:74:1: warning: old-style function definition [-Wold-style-definition]
74 | __dbreg_rem_dbentry(dblp, ndx)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/dbreg/dbreg_util.c: In function '__dbreg_log_files':
../db-5.3.28/src/dbreg/dbreg_util.c:95:1: warning: old-style function definition [-Wold-style-definition]
95 | __dbreg_log_files(env, opcode)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/dbreg/dbreg_util.c: In function '__dbreg_log_nofiles':
../db-5.3.28/src/dbreg/dbreg_util.c:159:1: warning: old-style function definition [-Wold-style-definition]
159 | __dbreg_log_nofiles(env)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/dbreg/dbreg_util.c: In function '__dbreg_close_files':
../db-5.3.28/src/dbreg/dbreg_util.c:181:1: warning: old-style function definition [-Wold-style-definition]
181 | __dbreg_close_files(env, do_restored)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/dbreg/dbreg_util.c: In function '__dbreg_close_file':
../db-5.3.28/src/dbreg/dbreg_util.c:251:1: warning: old-style function definition [-Wold-style-definition]
251 | __dbreg_close_file(env, fnp)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/dbreg/dbreg_util.c: In function '__dbreg_mark_restored':
../db-5.3.28/src/dbreg/dbreg_util.c:277:1: warning: old-style function definition [-Wold-style-definition]
277 | __dbreg_mark_restored(env)
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/dbreg/dbreg_util.c: In function '__dbreg_invalidate_files':
../db-5.3.28/src/dbreg/dbreg_util.c:309:1: warning: old-style function definition [-Wold-style-definition]
309 | __dbreg_invalidate_files(env, do_restored)
| ^~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/dbreg/dbreg_util.c: In function '__dbreg_id_to_db':
../db-5.3.28/src/dbreg/dbreg_util.c:356:1: warning: old-style function definition [-Wold-style-definition]
356 | __dbreg_id_to_db(env, txn, dbpp, ndx, tryopen)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/dbreg/dbreg_util.c: In function '__dbreg_id_to_fname':
../db-5.3.28/src/dbreg/dbreg_util.c:475:1: warning: old-style function definition [-Wold-style-definition]
475 | __dbreg_id_to_fname(dblp, id, have_lock, fnamep)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/dbreg/dbreg_util.c: In function '__dbreg_fid_to_fname':
../db-5.3.28/src/dbreg/dbreg_util.c:512:1: warning: old-style function definition [-Wold-style-definition]
512 | __dbreg_fid_to_fname(dblp, fid, have_lock, fnamep)
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/dbreg/dbreg_util.c: In function '__dbreg_get_name':
../db-5.3.28/src/dbreg/dbreg_util.c:552:1: warning: old-style function definition [-Wold-style-definition]
552 | __dbreg_get_name(env, fid, fnamep, dnamep)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/dbreg/dbreg_util.c: In function '__dbreg_do_open':
../db-5.3.28/src/dbreg/dbreg_util.c:583:1: warning: old-style function definition [-Wold-style-definition]
583 | __dbreg_do_open(env,
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/dbreg/dbreg_util.c: In function '__dbreg_check_master':
../db-5.3.28/src/dbreg/dbreg_util.c:745:1: warning: old-style function definition [-Wold-style-definition]
745 | __dbreg_check_master(env, uid, name)
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/dbreg/dbreg_util.c: In function '__dbreg_lazy_id':
../db-5.3.28/src/dbreg/dbreg_util.c:785:1: warning: old-style function definition [-Wold-style-definition]
785 | __dbreg_lazy_id(dbp)
| ^~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/common/dbt.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/common/dbt.c -fPIC -DPIC -o .libs/dbt.o
../db-5.3.28/src/common/dbt.c: In function '__dbt_usercopy':
../db-5.3.28/src/common/dbt.c:20:1: warning: old-style function definition [-Wold-style-definition]
20 | __dbt_usercopy(env, dbt)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/common/dbt.c: In function '__dbt_userfree':
../db-5.3.28/src/common/dbt.c:55:1: warning: old-style function definition [-Wold-style-definition]
55 | __dbt_userfree(env, key, pkey, data)
| ^~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/env/env_alloc.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/env/env_alloc.c -fPIC -DPIC -o .libs/env_alloc.o
../db-5.3.28/src/env/env_alloc.c: In function '__env_alloc_init':
../db-5.3.28/src/env/env_alloc.c:117:1: warning: old-style function definition [-Wold-style-definition]
117 | __env_alloc_init(infop, size)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_alloc.c: In function '__env_alloc_size':
../db-5.3.28/src/env/env_alloc.c:185:1: warning: old-style function definition [-Wold-style-definition]
185 | __env_alloc_size(len)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_alloc.c: In function '__env_alloc':
../db-5.3.28/src/env/env_alloc.c:198:1: warning: old-style function definition [-Wold-style-definition]
198 | __env_alloc(infop, len, retp)
| ^~~~~~~~~~~
../db-5.3.28/src/env/env_alloc.c: In function '__env_alloc_free':
../db-5.3.28/src/env/env_alloc.c:388:1: warning: old-style function definition [-Wold-style-definition]
388 | __env_alloc_free(infop, ptr)
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_alloc.c: In function '__env_alloc_extend':
../db-5.3.28/src/env/env_alloc.c:490:1: warning: old-style function definition [-Wold-style-definition]
490 | __env_alloc_extend(infop, ptr, lenp)
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_alloc.c: In function '__env_size_insert':
../db-5.3.28/src/env/env_alloc.c:586:1: warning: old-style function definition [-Wold-style-definition]
586 | __env_size_insert(head, elp)
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_alloc.c: In function '__env_region_extend':
../db-5.3.28/src/env/env_alloc.c:614:1: warning: old-style function definition [-Wold-style-definition]
614 | __env_region_extend(env, infop)
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_alloc.c: In function '__env_elem_size':
../db-5.3.28/src/env/env_alloc.c:659:1: warning: old-style function definition [-Wold-style-definition]
659 | __env_elem_size(env, p)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_alloc.c: In function '__env_get_chunk':
../db-5.3.28/src/env/env_alloc.c:682:1: warning: old-style function definition [-Wold-style-definition]
682 | __env_get_chunk(infop, nextp, sizep)
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_alloc.c: In function '__env_alloc_print':
../db-5.3.28/src/env/env_alloc.c:710:1: warning: old-style function definition [-Wold-style-definition]
710 | __env_alloc_print(infop, flags)
| ^~~~~~~~~~~~~~~~~
./libtool --tag=CC --mode=compile i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/env/env_config.c
libtool: compile: i686-poky-linux-musl-gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot -c -I. -I../db-5.3.28/src -D_GNU_SOURCE -D_REENTRANT -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/db-5.3.28=/usr/src/debug/db/5.3.28 -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/build=/usr/src/debug/db/5.3.28 -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-32-poky-linux-musl/db/5.3.28/recipe-sysroot-native= -pipe -Wno-error=implicit-int -Wno-error=implicit-function-declaration ../db-5.3.28/src/env/env_config.c -fPIC -DPIC -o .libs/env_config.o
../db-5.3.28/src/env/env_config.c:75:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, const char *)' {aka 'int (*)(struct __db_env *, const char *)'} [-Wincompatible-pointer-types]
75 | { "add_data_dir", CFG_STRING, __env_add_data_dir },
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:75:49: note: (near initialization for 'config_descs[0].func')
In file included from ./db_int.h:1112,
from ../db-5.3.28/src/env/env_config.c:11:
../db-5.3.28/src/dbinc_auto/env_ext.h:49:6: note: '__env_add_data_dir' declared here
49 | int __env_add_data_dir __P((DB_ENV *, const char *));
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:76:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, const char *)' {aka 'int (*)(struct __db_env *, const char *)'} [-Wincompatible-pointer-types]
76 | { "db_data_dir", CFG_STRING, __env_set_data_dir },
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:76:49: note: (near initialization for 'config_descs[1].func')
../db-5.3.28/src/dbinc_auto/env_ext.h:48:6: note: '__env_set_data_dir' declared here
48 | int __env_set_data_dir __P((DB_ENV *, const char *));
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:77:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, const char *)' {aka 'int (*)(struct __db_env *, const char *)'} [-Wincompatible-pointer-types]
77 | { "db_log_dir", CFG_STRING, __log_set_lg_dir },
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:77:49: note: (near initialization for 'config_descs[2].func')
In file included from ../db-5.3.28/src/dbinc/log.h:460,
from ../db-5.3.28/src/env/env_config.c:13:
../db-5.3.28/src/dbinc_auto/log_ext.h:56:5: note: '__log_set_lg_dir' declared here
56 | int __log_set_lg_dir __P((DB_ENV *, const char *));
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:78:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, const char *)' {aka 'int (*)(struct __db_env *, const char *)'} [-Wincompatible-pointer-types]
78 | { "db_tmp_dir", CFG_STRING, __env_set_tmp_dir },
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:78:49: note: (near initialization for 'config_descs[3].func')
../db-5.3.28/src/dbinc_auto/env_ext.h:67:6: note: '__env_set_tmp_dir' declared here
67 | int __env_set_tmp_dir __P((DB_ENV *, const char *));
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:79:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, u_int32_t)' {aka 'int (*)(struct __db_env *, unsigned int)'} [-Wincompatible-pointer-types]
79 | { "mutex_set_align", CFG_UINT, __mutex_set_align },
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:79:49: note: (near initialization for 'config_descs[4].func')
In file included from ../db-5.3.28/src/dbinc/mutex.h:304,
from ./db_int.h:1113:
../db-5.3.28/src/dbinc_auto/mutex_ext.h:25:5: note: '__mutex_set_align' declared here
25 | int __mutex_set_align __P((DB_ENV *, u_int32_t));
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:80:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, u_int32_t)' {aka 'int (*)(struct __db_env *, unsigned int)'} [-Wincompatible-pointer-types]
80 | { "mutex_set_increment", CFG_UINT, __mutex_set_increment },
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:80:49: note: (near initialization for 'config_descs[5].func')
../db-5.3.28/src/dbinc_auto/mutex_ext.h:27:5: note: '__mutex_set_increment' declared here
27 | int __mutex_set_increment __P((DB_ENV *, u_int32_t));
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:81:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, u_int32_t)' {aka 'int (*)(struct __db_env *, unsigned int)'} [-Wincompatible-pointer-types]
81 | { "mutex_set_init", CFG_UINT, __mutex_set_init },
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:81:49: note: (near initialization for 'config_descs[6].func')
../db-5.3.28/src/dbinc_auto/mutex_ext.h:29:5: note: '__mutex_set_init' declared here
29 | int __mutex_set_init __P((DB_ENV *, u_int32_t));
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:82:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, u_int32_t)' {aka 'int (*)(struct __db_env *, unsigned int)'} [-Wincompatible-pointer-types]
82 | { "mutex_set_max", CFG_UINT, __mutex_set_max },
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:82:49: note: (near initialization for 'config_descs[7].func')
../db-5.3.28/src/dbinc_auto/mutex_ext.h:31:5: note: '__mutex_set_max' declared here
31 | int __mutex_set_max __P((DB_ENV *, u_int32_t));
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:83:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, u_int32_t)' {aka 'int (*)(struct __db_env *, unsigned int)'} [-Wincompatible-pointer-types]
83 | { "mutex_set_tas_spins", CFG_UINT, __mutex_set_tas_spins },
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:83:49: note: (near initialization for 'config_descs[8].func')
../db-5.3.28/src/dbinc_auto/mutex_ext.h:33:5: note: '__mutex_set_tas_spins' declared here
33 | int __mutex_set_tas_spins __P((DB_ENV *, u_int32_t));
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:84:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, u_int32_t, u_int32_t)' {aka 'int (*)(struct __db_env *, unsigned int, unsigned int)'} [-Wincompatible-pointer-types]
84 | { "rep_set_clockskew", CFG_2UINT, __rep_set_clockskew },
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:84:49: note: (near initialization for 'config_descs[9].func')
In file included from ../db-5.3.28/src/dbinc/rep.h:1101,
from ./db_int.h:1117:
../db-5.3.28/src/dbinc_auto/rep_ext.h:85:5: note: '__rep_set_clockskew' declared here
85 | int __rep_set_clockskew __P((DB_ENV *, u_int32_t, u_int32_t));
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:85:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, u_int32_t, u_int32_t)' {aka 'int (*)(struct __db_env *, unsigned int, unsigned int)'} [-Wincompatible-pointer-types]
85 | { "rep_set_limit", CFG_2UINT, __rep_set_limit },
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:85:49: note: (near initialization for 'config_descs[10].func')
../db-5.3.28/src/dbinc_auto/rep_ext.h:72:5: note: '__rep_set_limit' declared here
72 | int __rep_set_limit __P((DB_ENV *, u_int32_t, u_int32_t));
| ^~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:86:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, u_int32_t)' {aka 'int (*)(struct __db_env *, unsigned int)'} [-Wincompatible-pointer-types]
86 | { "rep_set_nsites", CFG_UINT, __rep_set_nsites_pp },
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:86:49: note: (near initialization for 'config_descs[11].func')
../db-5.3.28/src/dbinc_auto/rep_ext.h:73:5: note: '__rep_set_nsites_pp' declared here
73 | int __rep_set_nsites_pp __P((DB_ENV *, u_int32_t));
| ^~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:87:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, u_int32_t)' {aka 'int (*)(struct __db_env *, unsigned int)'} [-Wincompatible-pointer-types]
87 | { "rep_set_priority", CFG_UINT, __rep_set_priority },
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:87:49: note: (near initialization for 'config_descs[12].func')
../db-5.3.28/src/dbinc_auto/rep_ext.h:76:5: note: '__rep_set_priority' declared here
76 | int __rep_set_priority __P((DB_ENV *, u_int32_t));
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:88:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, db_timeout_t, db_timeout_t)' {aka 'int (*)(struct __db_env *, unsigned int, unsigned int)'} [-Wincompatible-pointer-types]
88 | { "rep_set_request", CFG_2UINT, __rep_set_request },
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:88:49: note: (near initialization for 'config_descs[13].func')
../db-5.3.28/src/dbinc_auto/rep_ext.h:81:5: note: '__rep_set_request' declared here
81 | int __rep_set_request __P((DB_ENV *, db_timeout_t, db_timeout_t));
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:89:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, u_int32_t, u_int32_t)' {aka 'int (*)(struct __db_env *, unsigned int, unsigned int)'} [-Wincompatible-pointer-types]
89 | { "set_cache_max", CFG_2UINT, __memp_set_cache_max },
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:89:49: note: (near initialization for 'config_descs[14].func')
In file included from ../db-5.3.28/src/dbinc/mp.h:699,
from ../db-5.3.28/src/env/env_config.c:14:
../db-5.3.28/src/dbinc_auto/mp_ext.h:87:5: note: '__memp_set_cache_max' declared here
87 | int __memp_set_cache_max __P((DB_ENV *, u_int32_t, u_int32_t));
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:90:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, const char *)' {aka 'int (*)(struct __db_env *, const char *)'} [-Wincompatible-pointer-types]
90 | { "set_create_dir", CFG_STRING, __env_set_create_dir },
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:90:49: note: (near initialization for 'config_descs[15].func')
../db-5.3.28/src/dbinc_auto/env_ext.h:50:6: note: '__env_set_create_dir' declared here
50 | int __env_set_create_dir __P((DB_ENV *, const char *));
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:91:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, const char *)' {aka 'int (*)(struct __db_env *, const char *)'} [-Wincompatible-pointer-types]
91 | { "set_data_dir", CFG_STRING, __env_set_data_dir },
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:91:49: note: (near initialization for 'config_descs[16].func')
../db-5.3.28/src/dbinc_auto/env_ext.h:48:6: note: '__env_set_data_dir' declared here
48 | int __env_set_data_dir __P((DB_ENV *, const char *));
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:92:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, u_int32_t)' {aka 'int (*)(struct __db_env *, unsigned int)'} [-Wincompatible-pointer-types]
92 | { "set_data_len", CFG_UINT, __env_set_data_len },
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:92:49: note: (near initialization for 'config_descs[17].func')
../db-5.3.28/src/dbinc_auto/env_ext.h:52:6: note: '__env_set_data_len' declared here
52 | int __env_set_data_len __P((DB_ENV *, u_int32_t));
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:93:47: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, const char *)' {aka 'int (*)(struct __db_env *, const char *)'} [-Wincompatible-pointer-types]
93 | { "set_intermediate_dir_mode",CFG_STRING, __env_set_intermediate_dir_mode },
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:93:47: note: (near initialization for 'config_descs[18].func')
../db-5.3.28/src/dbinc_auto/env_ext.h:53:6: note: '__env_set_intermediate_dir_mode' declared here
53 | int __env_set_intermediate_dir_mode __P((DB_ENV *, const char *));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:94:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, u_int32_t)' {aka 'int (*)(struct __db_env *, unsigned int)'} [-Wincompatible-pointer-types]
94 | { "set_lg_bsize", CFG_UINT, __log_set_lg_bsize },
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:94:49: note: (near initialization for 'config_descs[19].func')
../db-5.3.28/src/dbinc_auto/log_ext.h:48:5: note: '__log_set_lg_bsize' declared here
48 | int __log_set_lg_bsize __P((DB_ENV *, u_int32_t));
| ^~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:95:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, const char *)' {aka 'int (*)(struct __db_env *, const char *)'} [-Wincompatible-pointer-types]
95 | { "set_lg_dir", CFG_STRING, __log_set_lg_dir },
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:95:49: note: (near initialization for 'config_descs[20].func')
../db-5.3.28/src/dbinc_auto/log_ext.h:56:5: note: '__log_set_lg_dir' declared here
56 | int __log_set_lg_dir __P((DB_ENV *, const char *));
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:96:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, int)' {aka 'int (*)(struct __db_env *, int)'} [-Wincompatible-pointer-types]
96 | { "set_lg_filemode", CFG_INT, __log_set_lg_filemode },
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:96:49: note: (near initialization for 'config_descs[21].func')
../db-5.3.28/src/dbinc_auto/log_ext.h:50:5: note: '__log_set_lg_filemode' declared here
50 | int __log_set_lg_filemode __P((DB_ENV *, int));
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:97:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, u_int32_t)' {aka 'int (*)(struct __db_env *, unsigned int)'} [-Wincompatible-pointer-types]
97 | { "set_lg_max", CFG_UINT, __log_set_lg_max },
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:97:49: note: (near initialization for 'config_descs[22].func')
../db-5.3.28/src/dbinc_auto/log_ext.h:52:5: note: '__log_set_lg_max' declared here
52 | int __log_set_lg_max __P((DB_ENV *, u_int32_t));
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:98:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, u_int32_t)' {aka 'int (*)(struct __db_env *, unsigned int)'} [-Wincompatible-pointer-types]
98 | { "set_lg_regionmax", CFG_UINT, __log_set_lg_regionmax },
| ^~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:98:49: note: (near initialization for 'config_descs[23].func')
../db-5.3.28/src/dbinc_auto/log_ext.h:54:5: note: '__log_set_lg_regionmax' declared here
54 | int __log_set_lg_regionmax __P((DB_ENV *, u_int32_t));
| ^~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:99:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, u_int32_t)' {aka 'int (*)(struct __db_env *, unsigned int)'} [-Wincompatible-pointer-types]
99 | { "set_lk_max_lockers", CFG_UINT, __lock_set_lk_max_lockers },
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:99:49: note: (near initialization for 'config_descs[24].func')
In file included from ../db-5.3.28/src/dbinc/lock.h:325,
from ../db-5.3.28/src/env/env_config.c:12:
../db-5.3.28/src/dbinc_auto/lock_ext.h:47:5: note: '__lock_set_lk_max_lockers' declared here
47 | int __lock_set_lk_max_lockers __P((DB_ENV *, u_int32_t));
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:100:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, u_int32_t)' {aka 'int (*)(struct __db_env *, unsigned int)'} [-Wincompatible-pointer-types]
100 | { "set_lk_max_locks", CFG_UINT, __lock_set_lk_max_locks },
| ^~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:100:49: note: (near initialization for 'config_descs[25].func')
../db-5.3.28/src/dbinc_auto/lock_ext.h:45:5: note: '__lock_set_lk_max_locks' declared here
45 | int __lock_set_lk_max_locks __P((DB_ENV *, u_int32_t));
| ^~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:101:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, u_int32_t)' {aka 'int (*)(struct __db_env *, unsigned int)'} [-Wincompatible-pointer-types]
101 | { "set_lk_max_objects", CFG_UINT, __lock_set_lk_max_objects },
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:101:49: note: (near initialization for 'config_descs[26].func')
../db-5.3.28/src/dbinc_auto/lock_ext.h:49:5: note: '__lock_set_lk_max_objects' declared here
49 | int __lock_set_lk_max_objects __P((DB_ENV *, u_int32_t));
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:102:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, u_int32_t)' {aka 'int (*)(struct __db_env *, unsigned int)'} [-Wincompatible-pointer-types]
102 | { "set_lk_partitions", CFG_UINT, __lock_set_lk_partitions },
| ^~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:102:49: note: (near initialization for 'config_descs[27].func')
../db-5.3.28/src/dbinc_auto/lock_ext.h:51:5: note: '__lock_set_lk_partitions' declared here
51 | int __lock_set_lk_partitions __P((DB_ENV *, u_int32_t));
| ^~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:103:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, u_int32_t)' {aka 'int (*)(struct __db_env *, unsigned int)'} [-Wincompatible-pointer-types]
103 | { "set_lk_tablesize", CFG_UINT, __lock_set_lk_tablesize },
| ^~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:103:49: note: (near initialization for 'config_descs[28].func')
../db-5.3.28/src/dbinc_auto/lock_ext.h:53:5: note: '__lock_set_lk_tablesize' declared here
53 | int __lock_set_lk_tablesize __P((DB_ENV *, u_int32_t));
| ^~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:104:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, u_int32_t, u_int32_t)' {aka 'int (*)(struct __db_env *, unsigned int, unsigned int)'} [-Wincompatible-pointer-types]
104 | { "set_memory_max", CFG_2UINT, __env_set_memory_max },
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:104:49: note: (near initialization for 'config_descs[29].func')
../db-5.3.28/src/dbinc_auto/env_ext.h:41:6: note: '__env_set_memory_max' declared here
41 | int __env_set_memory_max __P((DB_ENV *, u_int32_t, u_int32_t));
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:105:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, const char *)' {aka 'int (*)(struct __db_env *, const char *)'} [-Wincompatible-pointer-types]
105 | { "set_metadata_dir", CFG_STRING, __env_set_metadata_dir },
| ^~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:105:49: note: (near initialization for 'config_descs[30].func')
../db-5.3.28/src/dbinc_auto/env_ext.h:51:6: note: '__env_set_metadata_dir' declared here
51 | int __env_set_metadata_dir __P((DB_ENV *, const char *));
| ^~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:106:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, int)' {aka 'int (*)(struct __db_env *, int)'} [-Wincompatible-pointer-types]
106 | { "set_mp_max_openfd", CFG_INT, __memp_set_mp_max_openfd },
| ^~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:106:49: note: (near initialization for 'config_descs[31].func')
../db-5.3.28/src/dbinc_auto/mp_ext.h:55:5: note: '__memp_set_mp_max_openfd' declared here
55 | int __memp_set_mp_max_openfd __P((DB_ENV *, int));
| ^~~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:107:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, int, db_timeout_t)' {aka 'int (*)(struct __db_env *, int, unsigned int)'} [-Wincompatible-pointer-types]
107 | { "set_mp_max_write", CFG_2INT, __memp_set_mp_max_write },
| ^~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:107:49: note: (near initialization for 'config_descs[32].func')
../db-5.3.28/src/dbinc_auto/mp_ext.h:57:5: note: '__memp_set_mp_max_write' declared here
57 | int __memp_set_mp_max_write __P((DB_ENV *, int, db_timeout_t));
| ^~~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:108:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, size_t)' {aka 'int (*)(struct __db_env *, unsigned int)'} [-Wincompatible-pointer-types]
108 | { "set_mp_mmapsize", CFG_UINT, __memp_set_mp_mmapsize },
| ^~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:108:49: note: (near initialization for 'config_descs[33].func')
../db-5.3.28/src/dbinc_auto/mp_ext.h:59:5: note: '__memp_set_mp_mmapsize' declared here
59 | int __memp_set_mp_mmapsize __P((DB_ENV *, size_t));
| ^~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:109:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, u_int32_t)' {aka 'int (*)(struct __db_env *, unsigned int)'} [-Wincompatible-pointer-types]
109 | { "set_mp_mtxcount", CFG_UINT, __memp_set_mp_mtxcount },
| ^~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:109:49: note: (near initialization for 'config_descs[34].func')
../db-5.3.28/src/dbinc_auto/mp_ext.h:65:5: note: '__memp_set_mp_mtxcount' declared here
65 | int __memp_set_mp_mtxcount __P((DB_ENV *, u_int32_t));
| ^~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:110:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, u_int32_t)' {aka 'int (*)(struct __db_env *, unsigned int)'} [-Wincompatible-pointer-types]
110 | { "set_mp_pagesize", CFG_UINT, __memp_set_mp_pagesize },
| ^~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:110:49: note: (near initialization for 'config_descs[35].func')
../db-5.3.28/src/dbinc_auto/mp_ext.h:61:5: note: '__memp_set_mp_pagesize' declared here
61 | int __memp_set_mp_pagesize __P((DB_ENV *, u_int32_t));
| ^~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:111:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, long int)' {aka 'int (*)(struct __db_env *, long int)'} [-Wincompatible-pointer-types]
111 | { "set_shm_key", CFG_LONG, __env_set_shm_key },
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:111:49: note: (near initialization for 'config_descs[36].func')
../db-5.3.28/src/dbinc_auto/env_ext.h:66:6: note: '__env_set_shm_key' declared here
66 | int __env_set_shm_key __P((DB_ENV *, long));
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:112:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, u_int32_t)' {aka 'int (*)(struct __db_env *, unsigned int)'} [-Wincompatible-pointer-types]
112 | { "set_tas_spins", CFG_UINT, __mutex_set_tas_spins },
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:112:49: note: (near initialization for 'config_descs[37].func')
../db-5.3.28/src/dbinc_auto/mutex_ext.h:33:5: note: '__mutex_set_tas_spins' declared here
33 | int __mutex_set_tas_spins __P((DB_ENV *, u_int32_t));
| ^~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:113:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, u_int32_t)' {aka 'int (*)(struct __db_env *, unsigned int)'} [-Wincompatible-pointer-types]
113 | { "set_thread_count", CFG_UINT, __env_set_thread_count },
| ^~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:113:49: note: (near initialization for 'config_descs[38].func')
../db-5.3.28/src/dbinc_auto/env_ext.h:60:6: note: '__env_set_thread_count' declared here
60 | int __env_set_thread_count __P((DB_ENV *, u_int32_t));
| ^~~~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:114:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, const char *)' {aka 'int (*)(struct __db_env *, const char *)'} [-Wincompatible-pointer-types]
114 | { "set_tmp_dir", CFG_STRING, __env_set_tmp_dir },
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:114:49: note: (near initialization for 'config_descs[39].func')
../db-5.3.28/src/dbinc_auto/env_ext.h:67:6: note: '__env_set_tmp_dir' declared here
67 | int __env_set_tmp_dir __P((DB_ENV *, const char *));
| ^~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:115:49: error: initialization of 'int (*)(void)' from incompatible pointer type 'int (*)(DB_ENV *, u_int32_t)' {aka 'int (*)(struct __db_env *, unsigned int)'} [-Wincompatible-pointer-types]
115 | { "set_tx_max", CFG_UINT, __txn_set_tx_max }
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c:115:49: note: (near initialization for 'config_descs[40].func')
In file included from ../db-5.3.28/src/dbinc/txn.h:287,
from ../db-5.3.28/src/env/env_config.c:15:
../db-5.3.28/src/dbinc_auto/txn_ext.h:47:5: note: '__txn_set_tx_max' declared here
47 | int __txn_set_tx_max __P((DB_ENV *, u_int32_t));
| ^~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c: In function '__env_read_db_config':
../db-5.3.28/src/env/env_config.c:267:1: warning: old-style function definition [-Wold-style-definition]
267 | __env_read_db_config(env)
| ^~~~~~~~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c: In function '__config_parse':
../db-5.3.28/src/env/env_config.c:344:1: warning: old-style function definition [-Wold-style-definition]
344 | __config_parse(env, s, lc)
| ^~~~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c: In function 'cmp_cfg_name':
../db-5.3.28/src/env/env_config.c:677:1: warning: old-style function definition [-Wold-style-definition]
677 | cmp_cfg_name(sought, element)
| ^~~~~~~~~~~~
../db-5.3.28/src/env/env_config.c: In function '__config_scan':
../db-5.3.28/src/env/env_config.c:697:1: warning: old-style function definition [-Wold-style-definition]
697 | __config_scan(input, argv, descptr)
| ^~~~~~~~~~~~~
make: *** [Makefile:2007: env_config.lo] Error 1
ERROR: oe_runmake failed
WARNING: exit code 1 from a shell command.