DEBUG: Executing shell function do_compile
NOTE: make -j 70 -l 140 OPT= DEBUG= OPTS= makefiles
make -f Makefile.in MAKELEVEL= Makefiles
(echo "# Do not edit -- this file documents how Postfix was built for your machine."; /bin/sh makedefs Linux 2.6.34) >makedefs.tmp
set +e; if cmp makedefs.tmp conf/makedefs.out; then rm makedefs.tmp; \
else mv makedefs.tmp conf/makedefs.out; fi >/dev/null 2>/dev/null
set -e; for i in src/util src/global src/dns src/tls src/xsasl src/master src/milter src/postfix src/fsstone src/smtpstone src/sendmail src/error src/pickup src/cleanup src/smtpd src/local src/trivial-rewrite src/qmgr src/oqmgr src/smtp src/bounce src/pipe src/showq src/postalias src/postcat src/postconf src/postdrop src/postkick src/postlock src/postlog src/postmap src/postqueue src/postsuper src/qmqpd src/spawn src/flush src/verify src/virtual src/proxymap src/anvil src/scache src/discard src/tlsmgr src/postmulti src/postscreen src/dnsblog src/tlsproxy src/posttls-finger src/postlogd; do \
 (set -e; echo "[$i]"; cd $i; rm -f Makefile; \
 make -f Makefile.in Makefile MAKELEVEL=) || exit 1; \
done
[src/util]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/global]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/dns]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/tls]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/xsasl]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/master]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/milter]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/postfix]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/fsstone]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/smtpstone]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/sendmail]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/error]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/pickup]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/cleanup]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/smtpd]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/local]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/trivial-rewrite]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/qmgr]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/oqmgr]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/smtp]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/bounce]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/pipe]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/showq]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/postalias]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/postcat]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/postconf]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/postdrop]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/postkick]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/postlock]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/postlog]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/postmap]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/postqueue]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/postsuper]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/qmqpd]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/spawn]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/flush]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/verify]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/virtual]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/proxymap]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/anvil]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/scache]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/discard]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/tlsmgr]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/postmulti]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/postscreen]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/dnsblog]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/tlsproxy]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/posttls-finger]
cat ../../conf/makedefs.out Makefile.in >Makefile
[src/postlogd]
cat ../../conf/makedefs.out Makefile.in >Makefile
NOTE: make -j 70 -l 140 OPT= DEBUG= OPTS=
rm -f meta/main.cf.proto && ln -f conf/main.cf meta/main.cf.proto
rm -f meta/master.cf.proto && ln -f conf/master.cf meta/master.cf.proto
rm -f meta/postfix-files
grep -v SHLIB_ENV conf/makedefs.out > meta/makedefs.out
rm -f libexec/post-install && ln -f conf/post-install libexec/post-install
(if [ "no" = "no" -o "no" = "" ]; then \
    sed -e '/^\$shlib_directory/d' \
	-e '/dynamicmaps.cf/d' conf/postfix-files; \
elif [ "" = ":" -o "" = "" ]; then \
    sed -e '/dynamicmaps.cf/d' \
	-e '/^\$shlib_directory\/\${LIB_PREFIX}/d' \
	conf/postfix-files | sed -e "s;\${LIB_PREFIX};;" -e "s;\${LIB_SUFFIX};.a;"; \
else \
    sed -e "s;\${LIB_PREFIX};;" -e "s;\${LIB_SUFFIX};.a;" conf/postfix-files | awk -F: ' \
	BEGIN { \
	    count = split("'"pcre dev_urandom"'", names, " "); \
	    for (n = 1; n <= count; n++) \
		have["$shlib_directory/" names[n] \
		    ".a"] = 1; } \
	/^[$]shlib_directory./ { \
	    if (have[$1]) print; next } \
	{ print } \
    '; \
fi) | case "" in \
 *) cat;; \
esac > meta/postfix-files
rm -f libexec/postfix-script && ln -f conf/postfix-script libexec/postfix-script
rm -f libexec/postfix-wrapper && ln -f conf/postfix-wrapper libexec/postfix-wrapper
rm -f libexec/postmulti-script && ln -f conf/postmulti-script libexec/postmulti-script
rm -f libexec/postfix-tls-script && ln -f conf/postfix-tls-script libexec/postfix-tls-script
set -e; for i in src/util src/global src/dns src/tls src/xsasl src/master src/milter src/postfix src/fsstone src/smtpstone src/sendmail src/error src/pickup src/cleanup src/smtpd src/local src/trivial-rewrite src/qmgr src/oqmgr src/smtp src/bounce src/pipe src/showq src/postalias src/postcat src/postconf src/postdrop src/postkick src/postlock src/postlog src/postmap src/postqueue src/postsuper src/qmqpd src/spawn src/flush src/verify src/virtual src/proxymap src/anvil src/scache src/discard src/tlsmgr src/postmulti src/postscreen src/dnsblog src/tlsproxy src/posttls-finger src/postlogd; do \
 (set -e; echo "[$i]"; cd $i; make  update MAKELEVEL=) || exit 1; \
done
[src/util]
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c alldig.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c allprint.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c argv.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c argv_split.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c attr_clnt.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c attr_print0.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c attr_print64.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c attr_print_plain.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c attr_scan0.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c attr_scan64.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c attr_scan_plain.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c auto_clnt.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c base64_code.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c basename.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c binhash.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c chroot_uid.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c cidr_match.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c clean_env.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c close_on_exec.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c concatenate.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c ctable.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c dict.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c dict_alloc.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c dict_cidr.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c dict_db.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c dict_dbm.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c dict_debug.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c dict_env.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c dict_ht.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c dict_ni.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c dict_nis.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c dict_nisplus.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c dict_open.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c dict_regexp.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c dict_static.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c dict_tcp.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c dict_unix.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c dir_forest.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c doze.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c dummy_read.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c dummy_write.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c duplex_pipe.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c environ.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c events.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c exec_command.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c fifo_listen.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c fifo_trigger.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c file_limit.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c find_inet.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c fsspace.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c fullname.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c get_domainname.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c get_hostname.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c hex_code.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c hex_quote.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c host_port.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c htable.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c inet_addr_host.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c inet_addr_list.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c inet_addr_local.c
chroot_uid.c: In function 'chroot_uid':
chroot_uid.c:78:13: warning: 'uid' may be used uninitialized [-Wmaybe-uninitialized]
   78 |         if (setuid(uid) < 0)
      |             ^~~~~~~~~~~
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c inet_connect.c
chroot_uid.c:46:13: note: 'uid' was declared here
   46 |     uid_t   uid;
      |             ^~~
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c inet_listen.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c inet_proto.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c inet_trigger.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c line_wrap.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c lowercase.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c lstat_as.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c mac_expand.c
dict_nis.c: In function 'dict_nis_lookup':
dict_nis.c:204:8: warning: 'err' may be used uninitialized [-Wmaybe-uninitialized]
  204 |     if (err != YPERR_KEY) {
      |        ^
dict_nis.c:144:13: note: 'err' was declared here
  144 |     int     err;
      |             ^~~
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c load_lib.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c mac_parse.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c make_dirs.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c mask_addr.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c match_list.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c match_ops.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c msg.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c msg_output.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c msg_syslog.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c msg_vstream.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c mvect.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c myaddrinfo.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c myflock.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c mymalloc.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c myrand.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c mystrtok.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c name_code.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c name_mask.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c netstring.c
attr_scan0.c: In function 'attr_vscan0':
attr_scan0.c:455:17: warning: 'hash_table' may be used uninitialized [-Wmaybe-uninitialized]
  455 |             if (htable_locate(hash_table, STR(name_buf)) != 0) {
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
attr_scan0.c:282:13: note: 'hash_table' was declared here
  282 |     HTABLE *hash_table;
      |             ^~~~~~~~~~
attr_scan0.c:350:17: warning: 'wanted_name' may be used uninitialized [-Wmaybe-uninitialized]
  350 |                 msg_info("%s: wanted attribute: %s",
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  351 |                          VSTREAM_PATH(fp), wanted_name);
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
attr_scan0.c:278:13: note: 'wanted_name' was declared here
  278 |     char   *wanted_name;
      |             ^~~~~~~~~~~
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c neuter.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c non_blocking.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c nvtable.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c open_as.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c open_limit.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c open_lock.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c peekfd.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c posix_signals.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c printable.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c rand_sleep.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c readlline.c
attr_scan_plain.c: In function 'attr_vscan_plain':
attr_scan_plain.c:502:17: warning: 'hash_table' may be used uninitialized [-Wmaybe-uninitialized]
  502 |             if (htable_locate(hash_table, STR(name_buf)) != 0) {
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
attr_scan_plain.c:298:13: note: 'hash_table' was declared here
  298 |     HTABLE *hash_table;
      |             ^~~~~~~~~~
attr_scan_plain.c:366:17: warning: 'wanted_name' may be used uninitialized [-Wmaybe-uninitialized]
  366 |                 msg_info("%s: wanted attribute: %s",
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  367 |                          VSTREAM_PATH(fp), wanted_name);
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
attr_scan_plain.c:294:13: note: 'wanted_name' was declared here
  294 |     char   *wanted_name;
      |             ^~~~~~~~~~~
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c ring.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c safe_getenv.c
attr_scan64.c: In function 'attr_vscan64':
attr_scan64.c:524:17: warning: 'hash_table' may be used uninitialized [-Wmaybe-uninitialized]
  524 |             if (htable_locate(hash_table, STR(name_buf)) != 0) {
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
attr_scan64.c:285:13: note: 'hash_table' was declared here
  285 |     HTABLE *hash_table;
      |             ^~~~~~~~~~
attr_scan64.c:353:17: warning: 'wanted_name' may be used uninitialized [-Wmaybe-uninitialized]
  353 |                 msg_info("%s: wanted attribute: %s",
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  354 |                          VSTREAM_PATH(fp), wanted_name);
      |                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
attr_scan64.c:281:13: note: 'wanted_name' was declared here
  281 |     char   *wanted_name;
      |             ^~~~~~~~~~~
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c safe_open.c
make_dirs.c: In function 'make_dirs':
make_dirs.c:60:13: warning: variable 'saved_mode' set but not used [-Wunused-but-set-variable]
   60 |     mode_t  saved_mode;
      |             ^~~~~~~~~~
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c sane_accept.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c sane_connect.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c sane_link.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c sane_rename.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c sane_socketpair.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c sane_time.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c scan_dir.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c set_eugid.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c set_ugid.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c sigdelay.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c skipblanks.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c sock_addr.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c spawn_command.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c split_at.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c split_nameval.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c stat_as.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c stream_connect.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c stream_listen.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c stream_recv_fd.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c stream_send_fd.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c stream_trigger.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c sys_compat.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c timed_connect.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c timed_read.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c timed_wait.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c timed_write.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c translit.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c trimblanks.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c unescape.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c unix_connect.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c unix_listen.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c unix_recv_fd.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c unix_send_fd.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c unix_trigger.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c unsafe.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c uppercase.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c username.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c valid_hostname.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c vbuf.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c vbuf_print.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c vstream.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c vstream_popen.c
In function 'mac_exp_parse_relational',
    inlined from 'mac_expand_callback' at mac_expand.c:575:10,
    inlined from 'mac_expand_callback' at mac_expand.c:540:12:
mac_expand.c:490:9: warning: 'op_result' may be used uninitialized [-Wmaybe-uninitialized]
  490 |         switch (op_result) {
      |         ^~~~~~
mac_expand.c: In function 'mac_expand_callback':
mac_expand.c:410:13: note: 'op_result' was declared here
  410 |     int     op_result;
      |             ^~~~~~~~~
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c vstring.c
In function 'mac_expand_callback',
    inlined from 'mac_expand_callback' at mac_expand.c:540:12:
mac_expand.c:673:16: warning: 'lookup' may be used uninitialized [-Wmaybe-uninitialized]
  673 |             if (lookup == 0) {
      |                ^
mac_expand.c: In function 'mac_expand_callback':
mac_expand.c:545:17: note: 'lookup' was declared here
  545 |     const char *lookup;
      |                 ^~~~~~
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c vstring_vstream.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c watchdog.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c write_buf.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c sane_basename.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c format_tv.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c allspace.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c allascii.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c load_file.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c killme_after.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c vstream_tweak.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c pass_trigger.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c edit_file.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c inet_windowsize.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c unix_pass_fd_fix.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c dict_cache.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c valid_utf8_string.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c dict_thash.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c ip_match.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c nbbio.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c base32_code.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c dict_test.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c dict_fail.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c msg_rate_delay.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c dict_surrogate.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c warn_stat.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c dict_sockmap.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c line_number.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c recv_pass_attr.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c pass_accept.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c poll_fd.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c timecmp.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c dict_pcre.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c dict_cdb.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c dict_lmdb.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c dict_sdbm.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c slmdb.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c mkmap_cdb.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c mkmap_lmdb.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c mkmap_sdbm.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c dict_pipe.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c dict_random.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c valid_utf8_hostname.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c midna_domain.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c argv_splitq.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c balpar.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c dict_union.c
write_buf.c: In function 'write_buf':
write_buf.c:81:32: warning: 'expire' may be used uninitialized [-Wmaybe-uninitialized]
   81 |             time_left = expire - time((time_t *) 0);
      |                         ~~~~~~~^~~~~~~~~~~~~~~~~~~~
write_buf.c:62:13: note: 'expire' was declared here
   62 |     time_t  expire;
      |             ^~~~~~
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c extpar.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c dict_inline.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c casefold.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c dict_utf8.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c strcasecmp_utf8.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c split_qnameval.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c argv_attr_print.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c argv_attr_scan.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c dict_file.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c msg_logger.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c logwriter.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c unix_dgram_connect.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c unix_dgram_listen.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c byte_mask.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c known_tcp_ports.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c argv_split_at.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c dict_stream.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c sane_strtol.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c hash_fnv.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c ldseed.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c mkmap_db.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c mkmap_dbm.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c mkmap_fail.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c mkmap_open.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c inet_prefix_top.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c inet_addr_sizes.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c quote_for_json.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c mystrerror.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c sane_sockaddr_to_hostaddr.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c normalize_ws.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c valid_uri_scheme.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -DLINUX2 -c clean_ascii_cntrl_space.c
x86_64-oe-linux-gcc-ar rv libutil.a alldig.o allprint.o argv.o argv_split.o attr_clnt.o attr_print0.o attr_print64.o attr_print_plain.o attr_scan0.o attr_scan64.o attr_scan_plain.o auto_clnt.o base64_code.o basename.o binhash.o chroot_uid.o cidr_match.o clean_env.o close_on_exec.o concatenate.o ctable.o dict.o dict_alloc.o dict_cidr.o dict_db.o dict_dbm.o dict_debug.o dict_env.o dict_ht.o dict_ni.o dict_nis.o dict_nisplus.o dict_open.o dict_regexp.o dict_static.o dict_tcp.o dict_unix.o dir_forest.o doze.o dummy_read.o dummy_write.o duplex_pipe.o environ.o events.o exec_command.o fifo_listen.o fifo_trigger.o file_limit.o find_inet.o fsspace.o fullname.o get_domainname.o get_hostname.o hex_code.o hex_quote.o host_port.o htable.o inet_addr_host.o inet_addr_list.o inet_addr_local.o inet_connect.o inet_listen.o inet_proto.o inet_trigger.o line_wrap.o lowercase.o lstat_as.o mac_expand.o load_lib.o mac_parse.o make_dirs.o mask_addr.o match_list.o match_ops.o msg.o msg_output.o msg_syslog.o msg_vstream.o mvect.o myaddrinfo.o myflock.o mymalloc.o myrand.o mystrtok.o name_code.o name_mask.o netstring.o neuter.o non_blocking.o nvtable.o open_as.o open_limit.o open_lock.o peekfd.o posix_signals.o printable.o rand_sleep.o readlline.o ring.o safe_getenv.o safe_open.o sane_accept.o sane_connect.o sane_link.o sane_rename.o sane_socketpair.o sane_time.o scan_dir.o set_eugid.o set_ugid.o sigdelay.o skipblanks.o sock_addr.o spawn_command.o split_at.o split_nameval.o stat_as.o stream_connect.o stream_listen.o stream_recv_fd.o stream_send_fd.o stream_trigger.o sys_compat.o timed_connect.o timed_read.o timed_wait.o timed_write.o translit.o trimblanks.o unescape.o unix_connect.o unix_listen.o unix_recv_fd.o unix_send_fd.o unix_trigger.o unsafe.o uppercase.o username.o valid_hostname.o vbuf.o vbuf_print.o vstream.o vstream_popen.o vstring.o vstring_vstream.o watchdog.o write_buf.o sane_basename.o format_tv.o allspace.o allascii.o load_file.o killme_after.o vstream_tweak.o pass_trigger.o edit_file.o inet_windowsize.o unix_pass_fd_fix.o dict_cache.o valid_utf8_string.o dict_thash.o ip_match.o nbbio.o base32_code.o dict_test.o dict_fail.o msg_rate_delay.o dict_surrogate.o warn_stat.o dict_sockmap.o line_number.o recv_pass_attr.o pass_accept.o poll_fd.o timecmp.o dict_pcre.o dict_cdb.o dict_lmdb.o dict_sdbm.o slmdb.o mkmap_cdb.o mkmap_lmdb.o mkmap_sdbm.o dict_pipe.o dict_random.o valid_utf8_hostname.o midna_domain.o argv_splitq.o balpar.o dict_union.o extpar.o dict_inline.o casefold.o dict_utf8.o strcasecmp_utf8.o split_qnameval.o argv_attr_print.o argv_attr_scan.o dict_file.o msg_logger.o logwriter.o unix_dgram_connect.o unix_dgram_listen.o byte_mask.o known_tcp_ports.o argv_split_at.o dict_stream.o sane_strtol.o hash_fnv.o ldseed.o mkmap_db.o mkmap_dbm.o mkmap_fail.o mkmap_open.o inet_prefix_top.o inet_addr_sizes.o quote_for_json.o mystrerror.o sane_sockaddr_to_hostaddr.o normalize_ws.o valid_uri_scheme.o clean_ascii_cntrl_space.o
TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native/usr/bin/x86_64-oe-linux/../../libexec/x86_64-oe-linux/gcc/x86_64-oe-linux/15.0.1/ar: creating libutil.a
a - alldig.o
a - allprint.o
a - argv.o
a - argv_split.o
a - attr_clnt.o
a - attr_print0.o
a - attr_print64.o
a - attr_print_plain.o
a - attr_scan0.o
a - attr_scan64.o
a - attr_scan_plain.o
a - auto_clnt.o
a - base64_code.o
a - basename.o
a - binhash.o
a - chroot_uid.o
a - cidr_match.o
a - clean_env.o
a - close_on_exec.o
a - concatenate.o
a - ctable.o
a - dict.o
a - dict_alloc.o
a - dict_cidr.o
a - dict_db.o
a - dict_dbm.o
a - dict_debug.o
a - dict_env.o
a - dict_ht.o
a - dict_ni.o
a - dict_nis.o
a - dict_nisplus.o
a - dict_open.o
a - dict_regexp.o
a - dict_static.o
a - dict_tcp.o
a - dict_unix.o
a - dir_forest.o
a - doze.o
a - dummy_read.o
a - dummy_write.o
a - duplex_pipe.o
a - environ.o
a - events.o
a - exec_command.o
a - fifo_listen.o
a - fifo_trigger.o
a - file_limit.o
a - find_inet.o
a - fsspace.o
a - fullname.o
a - get_domainname.o
a - get_hostname.o
a - hex_code.o
a - hex_quote.o
a - host_port.o
a - htable.o
a - inet_addr_host.o
a - inet_addr_list.o
a - inet_addr_local.o
a - inet_connect.o
a - inet_listen.o
a - inet_proto.o
a - inet_trigger.o
a - line_wrap.o
a - lowercase.o
a - lstat_as.o
a - mac_expand.o
a - load_lib.o
a - mac_parse.o
a - make_dirs.o
a - mask_addr.o
a - match_list.o
a - match_ops.o
a - msg.o
a - msg_output.o
a - msg_syslog.o
a - msg_vstream.o
a - mvect.o
a - myaddrinfo.o
a - myflock.o
a - mymalloc.o
a - myrand.o
a - mystrtok.o
a - name_code.o
a - name_mask.o
a - netstring.o
a - neuter.o
a - non_blocking.o
a - nvtable.o
a - open_as.o
a - open_limit.o
a - open_lock.o
a - peekfd.o
a - posix_signals.o
a - printable.o
a - rand_sleep.o
a - readlline.o
a - ring.o
a - safe_getenv.o
a - safe_open.o
a - sane_accept.o
a - sane_connect.o
a - sane_link.o
a - sane_rename.o
a - sane_socketpair.o
a - sane_time.o
a - scan_dir.o
a - set_eugid.o
a - set_ugid.o
a - sigdelay.o
a - skipblanks.o
a - sock_addr.o
a - spawn_command.o
a - split_at.o
a - split_nameval.o
a - stat_as.o
a - stream_connect.o
a - stream_listen.o
a - stream_recv_fd.o
a - stream_send_fd.o
a - stream_trigger.o
a - sys_compat.o
a - timed_connect.o
a - timed_read.o
a - timed_wait.o
a - timed_write.o
a - translit.o
a - trimblanks.o
a - unescape.o
a - unix_connect.o
a - unix_listen.o
a - unix_recv_fd.o
a - unix_send_fd.o
a - unix_trigger.o
a - unsafe.o
a - uppercase.o
a - username.o
a - valid_hostname.o
a - vbuf.o
a - vbuf_print.o
a - vstream.o
a - vstream_popen.o
a - vstring.o
a - vstring_vstream.o
a - watchdog.o
a - write_buf.o
a - sane_basename.o
a - format_tv.o
a - allspace.o
a - allascii.o
a - load_file.o
a - killme_after.o
a - vstream_tweak.o
a - pass_trigger.o
a - edit_file.o
a - inet_windowsize.o
a - unix_pass_fd_fix.o
a - dict_cache.o
a - valid_utf8_string.o
a - dict_thash.o
a - ip_match.o
a - nbbio.o
a - base32_code.o
a - dict_test.o
a - dict_fail.o
a - msg_rate_delay.o
a - dict_surrogate.o
a - warn_stat.o
a - dict_sockmap.o
a - line_number.o
a - recv_pass_attr.o
a - pass_accept.o
a - poll_fd.o
a - timecmp.o
a - dict_pcre.o
a - dict_cdb.o
a - dict_lmdb.o
a - dict_sdbm.o
a - slmdb.o
a - mkmap_cdb.o
a - mkmap_lmdb.o
a - mkmap_sdbm.o
a - dict_pipe.o
a - dict_random.o
a - valid_utf8_hostname.o
a - midna_domain.o
a - argv_splitq.o
a - balpar.o
a - dict_union.o
a - extpar.o
a - dict_inline.o
a - casefold.o
a - dict_utf8.o
a - strcasecmp_utf8.o
a - split_qnameval.o
a - argv_attr_print.o
a - argv_attr_scan.o
a - dict_file.o
a - msg_logger.o
a - logwriter.o
a - unix_dgram_connect.o
a - unix_dgram_listen.o
a - byte_mask.o
a - known_tcp_ports.o
a - argv_split_at.o
a - dict_stream.o
a - sane_strtol.o
a - hash_fnv.o
a - ldseed.o
a - mkmap_db.o
a - mkmap_dbm.o
a - mkmap_fail.o
a - mkmap_open.o
a - inet_prefix_top.o
a - inet_addr_sizes.o
a - quote_for_json.o
a - mystrerror.o
a - sane_sockaddr_to_hostaddr.o
a - normalize_ws.o
a - valid_uri_scheme.o
a - clean_ascii_cntrl_space.o
x86_64-oe-linux-gcc-ranlib libutil.a
:  -o libutil.a alldig.o allprint.o argv.o argv_split.o attr_clnt.o attr_print0.o attr_print64.o attr_print_plain.o attr_scan0.o attr_scan64.o attr_scan_plain.o auto_clnt.o base64_code.o basename.o binhash.o chroot_uid.o cidr_match.o clean_env.o close_on_exec.o concatenate.o ctable.o dict.o dict_alloc.o dict_cidr.o dict_db.o dict_dbm.o dict_debug.o dict_env.o dict_ht.o dict_ni.o dict_nis.o dict_nisplus.o dict_open.o dict_regexp.o dict_static.o dict_tcp.o dict_unix.o dir_forest.o doze.o dummy_read.o dummy_write.o duplex_pipe.o environ.o events.o exec_command.o fifo_listen.o fifo_trigger.o file_limit.o find_inet.o fsspace.o fullname.o get_domainname.o get_hostname.o hex_code.o hex_quote.o host_port.o htable.o inet_addr_host.o inet_addr_list.o inet_addr_local.o inet_connect.o inet_listen.o inet_proto.o inet_trigger.o line_wrap.o lowercase.o lstat_as.o mac_expand.o load_lib.o mac_parse.o make_dirs.o mask_addr.o match_list.o match_ops.o msg.o msg_output.o msg_syslog.o msg_vstream.o mvect.o myaddrinfo.o myflock.o mymalloc.o myrand.o mystrtok.o name_code.o name_mask.o netstring.o neuter.o non_blocking.o nvtable.o open_as.o open_limit.o open_lock.o peekfd.o posix_signals.o printable.o rand_sleep.o readlline.o ring.o safe_getenv.o safe_open.o sane_accept.o sane_connect.o sane_link.o sane_rename.o sane_socketpair.o sane_time.o scan_dir.o set_eugid.o set_ugid.o sigdelay.o skipblanks.o sock_addr.o spawn_command.o split_at.o split_nameval.o stat_as.o  stream_connect.o stream_listen.o stream_recv_fd.o stream_send_fd.o stream_trigger.o sys_compat.o timed_connect.o timed_read.o timed_wait.o timed_write.o translit.o trimblanks.o unescape.o unix_connect.o unix_listen.o unix_recv_fd.o unix_send_fd.o unix_trigger.o unsafe.o uppercase.o username.o valid_hostname.o vbuf.o vbuf_print.o vstream.o vstream_popen.o vstring.o vstring_vstream.o watchdog.o write_buf.o sane_basename.o format_tv.o allspace.o allascii.o load_file.o killme_after.o vstream_tweak.o pass_trigger.o edit_file.o inet_windowsize.o unix_pass_fd_fix.o dict_cache.o valid_utf8_string.o dict_thash.o ip_match.o nbbio.o base32_code.o dict_test.o dict_fail.o msg_rate_delay.o dict_surrogate.o warn_stat.o dict_sockmap.o line_number.o recv_pass_attr.o pass_accept.o poll_fd.o timecmp.o dict_pcre.o dict_cdb.o dict_lmdb.o dict_sdbm.o slmdb.o mkmap_cdb.o mkmap_lmdb.o mkmap_sdbm.o  dict_pipe.o dict_random.o valid_utf8_hostname.o midna_domain.o argv_splitq.o balpar.o dict_union.o extpar.o dict_inline.o casefold.o dict_utf8.o strcasecmp_utf8.o split_qnameval.o argv_attr_print.o argv_attr_scan.o dict_file.o msg_logger.o logwriter.o unix_dgram_connect.o unix_dgram_listen.o byte_mask.o known_tcp_ports.o argv_split_at.o dict_stream.o sane_strtol.o hash_fnv.o ldseed.o mkmap_db.o mkmap_dbm.o mkmap_fail.o mkmap_open.o inet_prefix_top.o inet_addr_sizes.o quote_for_json.o mystrerror.o sane_sockaddr_to_hostaddr.o normalize_ws.o valid_uri_scheme.o clean_ascii_cntrl_space.o 
cp libutil.a ../../lib
x86_64-oe-linux-gcc-ranlib ../../lib/libutil.a
for i in argv.h attr.h attr_clnt.h auto_clnt.h base64_code.h binhash.h chroot_uid.h cidr_match.h clean_env.h connect.h ctable.h dict.h dict_cdb.h dict_cidr.h dict_db.h dict_dbm.h dict_env.h dict_ht.h dict_lmdb.h dict_ni.h dict_nis.h dict_nisplus.h dict_pcre.h dict_regexp.h dict_sdbm.h dict_static.h dict_tcp.h dict_unix.h dir_forest.h events.h exec_command.h find_inet.h fsspace.h fullname.h get_domainname.h get_hostname.h hex_code.h hex_quote.h host_port.h htable.h inet_addr_host.h inet_addr_list.h inet_addr_local.h inet_proto.h iostuff.h line_wrap.h listen.h lstat_as.h mac_expand.h mac_parse.h make_dirs.h mask_addr.h match_list.h msg.h msg_output.h msg_syslog.h msg_vstream.h mvect.h myaddrinfo.h myflock.h mymalloc.h myrand.h name_code.h name_mask.h netstring.h nvtable.h open_as.h open_lock.h posix_signals.h readlline.h ring.h safe.h safe_open.h sane_accept.h sane_connect.h sane_fsops.h load_lib.h sane_socketpair.h sane_time.h scan_dir.h set_eugid.h set_ugid.h sigdelay.h sock_addr.h spawn_command.h split_at.h stat_as.h stringops.h sys_defs.h timed_connect.h timed_wait.h trigger.h username.h valid_hostname.h vbuf.h vbuf_print.h vstream.h vstring.h vstring_vstream.h watchdog.h format_tv.h load_file.h killme_after.h edit_file.h dict_cache.h dict_thash.h ip_match.h nbbio.h base32_code.h dict_fail.h warn_stat.h dict_sockmap.h line_number.h timecmp.h slmdb.h compat_va_copy.h dict_pipe.h dict_random.h valid_utf8_hostname.h midna_domain.h dict_union.h dict_inline.h check_arg.h argv_attr.h msg_logger.h logwriter.h byte_mask.h known_tcp_ports.h sane_strtol.h hash_fnv.h ldseed.h mkmap.h inet_prefix_top.h inet_addr_sizes.h valid_uri_scheme.h clean_ascii_cntrl_space.h; \
do \
  cmp -s $i ../../include/$i 2>/dev/null || cp $i ../../include; \
done
cd ../../include; chmod 644 argv.h attr.h attr_clnt.h auto_clnt.h base64_code.h binhash.h chroot_uid.h cidr_match.h clean_env.h connect.h ctable.h dict.h dict_cdb.h dict_cidr.h dict_db.h dict_dbm.h dict_env.h dict_ht.h dict_lmdb.h dict_ni.h dict_nis.h dict_nisplus.h dict_pcre.h dict_regexp.h dict_sdbm.h dict_static.h dict_tcp.h dict_unix.h dir_forest.h events.h exec_command.h find_inet.h fsspace.h fullname.h get_domainname.h get_hostname.h hex_code.h hex_quote.h host_port.h htable.h inet_addr_host.h inet_addr_list.h inet_addr_local.h inet_proto.h iostuff.h line_wrap.h listen.h lstat_as.h mac_expand.h mac_parse.h make_dirs.h mask_addr.h match_list.h msg.h msg_output.h msg_syslog.h msg_vstream.h mvect.h myaddrinfo.h myflock.h mymalloc.h myrand.h name_code.h name_mask.h netstring.h nvtable.h open_as.h open_lock.h posix_signals.h readlline.h ring.h safe.h safe_open.h sane_accept.h sane_connect.h sane_fsops.h load_lib.h sane_socketpair.h sane_time.h scan_dir.h set_eugid.h set_ugid.h sigdelay.h sock_addr.h spawn_command.h split_at.h stat_as.h stringops.h sys_defs.h timed_connect.h timed_wait.h trigger.h username.h valid_hostname.h vbuf.h vbuf_print.h vstream.h vstring.h vstring_vstream.h watchdog.h format_tv.h load_file.h killme_after.h edit_file.h dict_cache.h dict_thash.h ip_match.h nbbio.h base32_code.h dict_fail.h warn_stat.h dict_sockmap.h line_number.h timecmp.h slmdb.h compat_va_copy.h dict_pipe.h dict_random.h valid_utf8_hostname.h midna_domain.h dict_union.h dict_inline.h check_arg.h argv_attr.h msg_logger.h logwriter.h byte_mask.h known_tcp_ports.h sane_strtol.h hash_fnv.h ldseed.h mkmap.h inet_prefix_top.h inet_addr_sizes.h valid_uri_scheme.h clean_ascii_cntrl_space.h
[src/global]
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c abounce.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c anvil_clnt.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c been_here.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c bounce.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c bounce_log.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c canon_addr.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c cfg_parser.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c cleanup_strerror.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c cleanup_strflags.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c clnt_stream.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c conv_time.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c db_common.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c debug_peer.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c debug_process.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c defer.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c deliver_completed.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c deliver_flock.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c deliver_pass.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c deliver_request.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c dict_proxy.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c domain_list.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c dot_lockfile.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c dot_lockfile_as.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c dsb_scan.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c dsn.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c dsn_buf.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c dsn_mask.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c dsn_print.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c dsn_util.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c ehlo_mask.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c ext_prop.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c file_id.c
In file included from debug_peer.c:69:
./mail_params.h:17:13: error: 'bool' cannot be defined via 'typedef'
   17 | typedef int bool;
      |             ^~~~
./mail_params.h:17:13: note: 'bool' is a keyword with '-std=c23' onwards
./mail_params.h:17:1: warning: useless type name in empty declaration
   17 | typedef int bool;
      | ^~~~~~~
In file included from bounce.c:213:
./mail_params.h:17:13: error: 'bool' cannot be defined via 'typedef'
   17 | typedef int bool;
      |             ^~~~
./mail_params.h:17:13: note: 'bool' is a keyword with '-std=c23' onwards
./mail_params.h:17:1: warning: useless type name in empty declaration
   17 | typedef int bool;
      | ^~~~~~~
In file included from abounce.c:195:
./mail_params.h:17:13: error: 'bool' cannot be defined via 'typedef'
   17 | typedef int bool;
      |             ^~~~
./mail_params.h:17:13: note: 'bool' is a keyword with '-std=c23' onwards
./mail_params.h:17:1: warning: useless type name in empty declaration
   17 | typedef int bool;
      | ^~~~~~~
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c flush_clnt.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c header_opts.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c header_token.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c input_transp.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c int_filt.c
In file included from defer.c:179:
./mail_params.h:17:13: error: 'bool' cannot be defined via 'typedef'
   17 | typedef int bool;
      |             ^~~~
./mail_params.h:17:13: note: 'bool' is a keyword with '-std=c23' onwards
./mail_params.h:17:1: warning: useless type name in empty declaration
   17 | typedef int bool;
      | ^~~~~~~
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c is_header.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c log_adhoc.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c mail_addr.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c mail_addr_crunch.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c mail_addr_find.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c mail_addr_map.c
In file included from anvil_clnt.c:165:
./mail_params.h:17:13: error: 'bool' cannot be defined via 'typedef'
   17 | typedef int bool;
      |             ^~~~
./mail_params.h:17:13: note: 'bool' is a keyword with '-std=c23' onwards
./mail_params.h:17:1: warning: useless type name in empty declaration
   17 | typedef int bool;
      | ^~~~~~~
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c mail_command_client.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c mail_command_server.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c mail_conf.c
In file included from clnt_stream.c:98:
mail_params.h:17:13: error: 'bool' cannot be defined via 'typedef'
   17 | typedef int bool;
      |             ^~~~
mail_params.h:17:13: note: 'bool' is a keyword with '-std=c23' onwards
mail_params.h:17:1: warning: useless type name in empty declaration
   17 | typedef int bool;
      | ^~~~~~~
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c mail_conf_bool.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c mail_conf_int.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c mail_conf_long.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c mail_conf_raw.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c mail_conf_str.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c mail_conf_time.c
In file included from deliver_pass.c:76:
./mail_params.h:17:13: error: 'bool' cannot be defined via 'typedef'
   17 | typedef int bool;
      |             ^~~~
./mail_params.h:17:13: note: 'bool' is a keyword with '-std=c23' onwards
./mail_params.h:17:1: warning: useless type name in empty declaration
   17 | typedef int bool;
      | ^~~~~~~
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c mail_connect.c
In file included from deliver_flock.c:58:
mail_params.h:17:13: error: 'bool' cannot be defined via 'typedef'
   17 | typedef int bool;
      |             ^~~~
mail_params.h:17:13: note: 'bool' is a keyword with '-std=c23' onwards
mail_params.h:17:1: warning: useless type name in empty declaration
   17 | typedef int bool;
      | ^~~~~~~
In file included from bounce_log.c:107:
./mail_params.h:17:13: error: 'bool' cannot be defined via 'typedef'
   17 | typedef int bool;
      |             ^~~~
./mail_params.h:17:13: note: 'bool' is a keyword with '-std=c23' onwards
./mail_params.h:17:1: warning: useless type name in empty declaration
   17 | typedef int bool;
      | ^~~~~~~
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c mail_copy.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c mail_date.c
In file included from dot_lockfile.c:71:
mail_params.h:17:13: error: 'bool' cannot be defined via 'typedef'
   17 | typedef int bool;
      |             ^~~~
mail_params.h:17:13: note: 'bool' is a keyword with '-std=c23' onwards
mail_params.h:17:1: warning: useless type name in empty declaration
   17 | typedef int bool;
      | ^~~~~~~
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c mail_error.c
In file included from mail_addr.c:59:
mail_params.h:17:13: error: 'bool' cannot be defined via 'typedef'
   17 | typedef int bool;
      |             ^~~~
In file included from input_transp.c:64:
./mail_params.h:17:13: error: 'bool' cannot be defined via 'typedef'
   17 | typedef int bool;
      |             ^~~~
In file included from ext_prop.c:60:
./mail_params.h:17:13: error: 'bool' cannot be defined via 'typedef'
   17 | typedef int bool;
      |             ^~~~
./mail_params.h:17:13: note: 'bool' is a keyword with '-std=c23' onwards
./mail_params.h:17:1: warning: useless type name in empty declaration
   17 | typedef int bool;
      | ^~~~~~~
mail_params.h:17:13: note: 'bool' is a keyword with '-std=c23' onwards
mail_params.h:17:1: warning: useless type name in empty declaration
   17 | typedef int bool;
      | ^~~~~~~
In file included from dict_proxy.c:70:
./mail_params.h:17:13: error: 'bool' cannot be defined via 'typedef'
   17 | typedef int bool;
      |             ^~~~
./mail_params.h:17:13: note: 'bool' is a keyword with '-std=c23' onwards
./mail_params.h:17:1: warning: useless type name in empty declaration
   17 | typedef int bool;
      | ^~~~~~~
./mail_params.h:17:13: note: 'bool' is a keyword with '-std=c23' onwards
./mail_params.h:17:1: warning: useless type name in empty declaration
   17 | typedef int bool;
      | ^~~~~~~
In file included from debug_process.c:44:
mail_params.h:17:13: error: 'bool' cannot be defined via 'typedef'
   17 | typedef int bool;
      |             ^~~~
mail_params.h:17:13: note: 'bool' is a keyword with '-std=c23' onwards
mail_params.h:17:1: warning: useless type name in empty declaration
   17 | typedef int bool;
      | ^~~~~~~
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c msg_stats_scan.c
In file included from flush_clnt.c:96:
./mail_params.h:17:13: error: 'bool' cannot be defined via 'typedef'
   17 | typedef int bool;
      |             ^~~~
./mail_params.h:17:13: note: 'bool' is a keyword with '-std=c23' onwards
./mail_params.h:17:1: warning: useless type name in empty declaration
   17 | typedef int bool;
      | ^~~~~~~
In file included from mail_addr_find.c:174:
./mail_params.h:17:13: error: 'bool' cannot be defined via 'typedef'
   17 | typedef int bool;
      |             ^~~~
./mail_params.h:17:13: note: 'bool' is a keyword with '-std=c23' onwards
./mail_params.h:17:1: warning: useless type name in empty declaration
   17 | typedef int bool;
      | ^~~~~~~
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c mynetworks.c
x86_64-oe-linux-gcc -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot -I. -I../../include -O2 -g -fcanon-prefix-map -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/postfix-3.10.1=/usr/src/debug/postfix/3.10.1 -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot= -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot-native= -pipe -DHAS_PCRE -DUSE_TLS -ITOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/recipe-sysroot/usr/include/openssl -DHAS_DEV_URANDOM -UUSE_DYNAMIC_LIBS -DDEF_SHLIB_DIR=\"no\" -UUSE_DYNAMIC_MAPS -Wall -Wno-comment -Wformat -Wimplicit -Wmissing-prototypes -Wparentheses -Wstrict-prototypes -Wswitch -Wuninitialized -Wunused -Wno-missing-braces -fno-common    -I. -I../../include -DLINUX2 -c mypwd.c
make: *** [Makefile:190: bounce.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from header_opts.c:50:
./mail_params.h:17:13: error: 'bool' cannot be defined via 'typedef'
   17 | typedef int bool;
      |             ^~~~
./mail_params.h:17:13: note: 'bool' is a keyword with '-std=c23' onwards
./mail_params.h:17:1: warning: useless type name in empty declaration
   17 | typedef int bool;
      | ^~~~~~~
make: *** [Makefile:190: dot_lockfile.o] Error 1
In file included from int_filt.c:49:
./mail_params.h:17:13: error: 'bool' cannot be defined via 'typedef'
   17 | typedef int bool;
      |             ^~~~
./mail_params.h:17:13: note: 'bool' is a keyword with '-std=c23' onwards
./mail_params.h:17:1: warning: useless type name in empty declaration
   17 | typedef int bool;
      | ^~~~~~~
make: *** [Makefile:190: debug_peer.o] Error 1
In file included from log_adhoc.c:72:
./mail_params.h:17:13: error: 'bool' cannot be defined via 'typedef'
   17 | typedef int bool;
      |             ^~~~
./mail_params.h:17:13: note: 'bool' is a keyword with '-std=c23' onwards
./mail_params.h:17:1: warning: useless type name in empty declaration
   17 | typedef int bool;
      | ^~~~~~~
make: *** [Makefile:190: abounce.o] Error 1
make: *** [Makefile:190: anvil_clnt.o] Error 1
make: *** [Makefile:190: clnt_stream.o] Error 1
make: *** [Makefile:190: bounce_log.o] Error 1
make: *** [Makefile:190: deliver_flock.o] Error 1
debug_process.c: In function 'debug_process':
debug_process.c:61:5: warning: ignoring return value of 'system' declared with attribute 'warn_unused_result' [-Wunused-result]
   61 |     system(command);
      |     ^~~~~~~~~~~~~~~
make: *** [Makefile:190: input_transp.o] Error 1
make: *** [Makefile:190: mail_addr.o] Error 1
make: *** [Makefile:190: debug_process.o] Error 1
In file included from mail_conf.c:129:
mail_params.h:17:13: error: 'bool' cannot be defined via 'typedef'
   17 | typedef int bool;
      |             ^~~~
mail_params.h:17:13: note: 'bool' is a keyword with '-std=c23' onwards
mail_params.h:17:1: warning: useless type name in empty declaration
   17 | typedef int bool;
      | ^~~~~~~
make: *** [Makefile:190: dict_proxy.o] Error 1
make: *** [Makefile:190: deliver_pass.o] Error 1
make: *** [Makefile:190: flush_clnt.o] Error 1
In file included from mynetworks.c:71:
./mail_params.h:17:13: error: 'bool' cannot be defined via 'typedef'
   17 | typedef int bool;
      |             ^~~~
./mail_params.h:17:13: note: 'bool' is a keyword with '-std=c23' onwards
./mail_params.h:17:1: warning: useless type name in empty declaration
   17 | typedef int bool;
      | ^~~~~~~
make: *** [Makefile:190: defer.o] Error 1
In file included from mail_copy.c:126:
mail_params.h:17:13: error: 'bool' cannot be defined via 'typedef'
   17 | typedef int bool;
      |             ^~~~
make: *** [Makefile:190: ext_prop.o] Error 1
mail_params.h:17:13: note: 'bool' is a keyword with '-std=c23' onwards
mail_params.h:17:1: warning: useless type name in empty declaration
   17 | typedef int bool;
      | ^~~~~~~
make: *** [Makefile:190: mail_addr_find.o] Error 1
make: *** [Makefile:190: header_opts.o] Error 1
make: *** [Makefile:190: int_filt.o] Error 1
make: *** [Makefile:190: mynetworks.o] Error 1
make: *** [Makefile:190: log_adhoc.o] Error 1
make: *** [Makefile:190: mail_conf.o] Error 1
mail_copy.c: In function 'mail_copy':
mail_copy.c:289:20: warning: ignoring return value of 'ftruncate' declared with attribute 'warn_unused_result' [-Wunused-result]
  289 |             (void) ftruncate(vstream_fileno(dst), orig_length);
      |                    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make: *** [Makefile:190: mail_copy.o] Error 1
make: *** [Makefile:94: update] Error 1
ERROR: oe_runmake failed
WARNING: TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/temp/run.do_compile.1060571:192 exit 1 from 'exit 1'
WARNING: Backtrace (BB generated script): 
	#1: bbfatal_log, TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/temp/run.do_compile.1060571, line 192
	#2: die, TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/temp/run.do_compile.1060571, line 176
	#3: oe_runmake, TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/temp/run.do_compile.1060571, line 171
	#4: do_compile, TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/temp/run.do_compile.1060571, line 166
	#5: main, TOPDIR/tmp/work/core2-64-oe-linux/postfix/3.10.1/temp/run.do_compile.1060571, line 205

Error details

Submitted on:
22/04/25 13:35
Error type:
Recipe
Task:
do_compile
Recipe:
postfix
Recipe version:
3.10.1-r0
Machine:
qemux86-64
Distro:
nodistro
Build system:
x86_64-linux
Target system:
x86_64-oe-linux
Host distro:
gentoo-2.17/gentoo-2.17
Branch:
jansa/master
Commit:
d8f7d9321a95ee69cc93591fb6798b7482480ad7
Build:
#205106
Submitter:
Martin.Jansa@gmail.com
Similar errors:
0
Open a bug