DEBUG: Executing shell function do_compile
NOTE: make -j 16 -l 75 default_pcp
sed < tmpfiles.init.setup.in > tmpfiles.init.setup \
-e "s@PCP_RUN_DIR@TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/var/run@" \
-e "s@PCP_LOG_DIR@TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/var/log@" \
-e "s/PCP_GROUP/pcp/" \
-e "s/PCP_USER/pcp/" \
for d in `echo vendor src qa man images build debian`; do \
if test -d "$d" ; then \
echo === $d ===; \
make -C $d default_pcp || exit $?; \
fi; \
done
=== vendor ===
make[1]: Entering directory 'TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor'
make[1]: Nothing to be done for 'default_pcp'.
make[1]: Leaving directory 'TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor'
=== src ===
make[1]: Entering directory 'TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/src'
for d in `echo include libpcp libpcp_static pmns libpcp_pmda libpcp_trace libpcp_pmcd libpcp_gui libpcp_mmv libpcp_import libpcp_archive libpcp_qed libpcp_qmc libpcp_qwt libpcp_web libpcp_fault pmcpp newhelp pmieconf pcp-reboot-init pminfo pmprobe bashrc zshrc dbpmda genpmda pcp pcp2arrow pcp2elasticsearch pcp2graphite pcp2influxdb pcp2json pcp2openmetrics pcp2spark pcp2xlsx pcp2xml pcp2zabbix pmafm pmfind pmcd pmcd_wait pmchart pmclient pmconfig pmdas pmdate pmdbg pmlogdump pmdumptext pmerr pmgenmap pmgetopt pmhostname pmie pmiestatus pmjson pmlc pmlock pmlogcheck pmlogctl pmlogextract pmlogger pmlogreduce pmlogconf pmloglabel pmlogmv pmlogpaste pmlogrewrite pmlogredact pmlogsize pmlogsummary pmpost pmproxy pmquery pmrep pmsearch pmseries pmstat pmstore pmsocks pmtrace pmsignal pmsleep pmsnap pmtime pmval pmview perl python procmemstat autofsd-probe telnet-probe collectl2pcp iostat2pcp mrtg2pcp sar2pcp sheet2pcp ganglia2pcp win32ctl zabbix-agent pmpython discover derived selinux find-filter runaspcp pmcheck indomcachectl pmlogbasename pmlogcompress `; do if test -d "$d" -a -f "$d/GNUmakefile"; then TOPDIR/tmp/hosttools/echo === $d ===; make --no-print-directory -C $d default_pcp || exit $?; fi; done
=== include ===
cp pcp.conf pcp.conf.install
sed -e 's;^include .*pcp.conf;include $(PCP_DIR)/etc/pcp.conf;' \
-e 's;^BUILDRULES.*=.*buildrules;BUILDRULES = $\(PCP_INC_DIR\)/buildrules;' \
-e 's;^INSTALL_SH.*=.*install-sh;INSTALL_SH = $\(PCP_BINADM_DIR\)/install-sh;' \
-e 's;^GENPMDA.*=.*genpmda;GENPMDA = $\(PCP_BIN_DIR\)/genpmda;' \
-e 's;-I\$(TOPDIR)/src/include/pcp;-I$(PCP_INC_DIR);' \
-e 's;-I\$(TOPDIR)/src/include;-I$(PCP_INC_DIR)/..;' \
-e '/^PCPLIB_LDFLAGS/s;-L.*;-L$(PCP_LIB_DIR);' \
-e '/^[ ][ ]*-L\$(TOPDIR)/d' \
< builddefs > builddefs.install
for d in `echo pcp pcp.conf pcp.conf.install builddefs.install `; do if test -d "$d" -a -f "$d/GNUmakefile"; then TOPDIR/tmp/hosttools/echo === $d ===; make --no-print-directory -C $d default_pcp || exit $?; fi; done
=== pcp ===
ln -s -f ../../../vendor/github.com/benhoyt/inih/ini.h .
ln -s -f ../../../vendor/github.com/redis/hiredis/sds.h .
ln -s -f ../../../src/external/dict.h .
ln -s -f ../../../vendor/github.com/redis/hiredis/sdsalloc.h .
=== libpcp ===
for d in `echo src `; do if test -d "$d" -a -f "$d/GNUmakefile"; then TOPDIR/tmp/hosttools/echo === $d ===; make --no-print-directory -C $d default || exit $?; fi; done
=== src ===
ln -s ../../../src/external/sha256.c .
ln -s ../../../src/external/sha256.h .
ln -s ../../../src/external/sort_r.h .
mkdir -p deps/jsonsl
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/mnunberg/jsonsl/jsonsl.h deps/jsonsl/jsonsl.h
mkdir -p deps/jsonsl
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/mnunberg/jsonsl/jsonsl.c deps/jsonsl/jsonsl.c
./mk.pmdbg
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o connect.o connect.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o context.o context.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o desc.o desc.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o err.o err.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o fetch.o fetch.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o fetchgroup.o fetchgroup.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o result.o result.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o help.o help.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o instance.o instance.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o labels.o labels.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_attr.o p_attr.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_desc.o p_desc.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_error.o p_error.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_fetch.o p_fetch.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_idlist.o p_idlist.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_instance.o p_instance.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_profile.o p_profile.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_result.o p_result.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_text.o p_text.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_pmns.o p_pmns.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_creds.o p_creds.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_label.o p_label.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o pdu.o pdu.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o pdubuf.o pdubuf.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o pmns.o pmns.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o profile.o profile.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o store.o store.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o units.o units.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o util.o util.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o ipc.o ipc.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o sortinst.o sortinst.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o logmeta.o logmeta.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o logportmap.o logportmap.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o logutil.o logutil.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o tz.o tz.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o interp.o interp.c
./fix_getdate_y
bison -d -b `basename getdate.y .y` getdate.y && cp `basename getdate.h .h`.tab.h getdate.h
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o rtime.o rtime.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o tv.o tv.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o spec.o spec.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o fetchlocal.o fetchlocal.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o optfetch.o optfetch.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o AF.o AF.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o stuffvalue.o stuffvalue.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o endian.o endian.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o config.o config.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o auxconnect.o auxconnect.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o auxserver.o auxserver.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o discovery.o discovery.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_lcontrol.o p_lcontrol.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_lrequest.o p_lrequest.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_lstatus.o p_lstatus.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o logconnect.o logconnect.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o logcontrol.o logcontrol.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o connectlocal.o connectlocal.c
./fix_derive_parser_y
bison -d -b `basename derive_parser.y .y` derive_parser.y
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o derive_fetch.o derive_fetch.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o events.o events.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o lock.o lock.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o hash.o hash.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o fault.o fault.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o access.o access.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o getopt.o getopt.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o getopt2.o getopt2.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o getopt3.o getopt3.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o io.o io.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o io_stdio.o io_stdio.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o exec.o exec.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o sha256.o sha256.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o strings.o strings.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o shellprobe.o shellprobe.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o subnetprobe.o subnetprobe.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o deprecated.o deprecated.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o equivindom.o equivindom.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o e_loglabel.o e_loglabel.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o e_index.o e_index.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o e_indom.o e_indom.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o e_labels.o e_labels.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o throttle.o throttle.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o deps/jsonsl/jsonsl.o deps/jsonsl/jsonsl.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o io_xz.o io_xz.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o accounts.o accounts.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o getdate.tab.o getdate.tab.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o derive_parser.tab.o derive_parser.tab.c
./mk.exports
gcc -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L./src/libpcp/src -L./src/libpcp_web/src -L./src/libpcp_pmda/src -L./src/libpcp_mmv/src -L./src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../src/libpcp/src -L../src/libpcp_web/src -L../src/libpcp_pmda/src -L../src/libpcp_mmv/src -L../src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../../src/libpcp/src -L../../src/libpcp_web/src -L../../src/libpcp_pmda/src -L../../src/libpcp_mmv/src -L../../src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../../../src/libpcp/src -L../../../src/libpcp_web/src -L../../../src/libpcp_pmda/src -L../../../src/libpcp_mmv/src -L../../../src/libpcp_archive/src -shared -Wl,-soname,libpcp.so.3 -Wl,--version-script=exports -o libpcp.so.3 connect.o context.o desc.o err.o fetch.o fetchgroup.o result.o help.o instance.o labels.o p_attr.o p_desc.o p_error.o p_fetch.o p_idlist.o p_instance.o p_profile.o p_result.o p_text.o p_pmns.o p_creds.o p_label.o pdu.o pdubuf.o pmns.o profile.o store.o units.o util.o ipc.o sortinst.o logmeta.o logportmap.o logutil.o tz.o interp.o rtime.o tv.o spec.o fetchlocal.o optfetch.o AF.o stuffvalue.o endian.o config.o auxconnect.o auxserver.o discovery.o p_lcontrol.o p_lrequest.o p_lstatus.o logconnect.o logcontrol.o connectlocal.o derive_fetch.o events.o lock.o hash.o fault.o access.o getopt.o getopt2.o getopt3.o io.o io_stdio.o exec.o sha256.o strings.o shellprobe.o subnetprobe.o deprecated.o equivindom.o e_loglabel.o e_index.o e_indom.o e_labels.o throttle.o deps/jsonsl/jsonsl.o io_xz.o accounts.o getdate.tab.o derive_parser.tab.o -llzma -lm -ldl -ldl
ln -s -f libpcp.so.3 libpcp.so
TOPDIR/tmp/hosttools/ar cr libpcp.a connect.o context.o desc.o err.o fetch.o fetchgroup.o result.o help.o instance.o labels.o p_attr.o p_desc.o p_error.o p_fetch.o p_idlist.o p_instance.o p_profile.o p_result.o p_text.o p_pmns.o p_creds.o p_label.o pdu.o pdubuf.o pmns.o profile.o store.o units.o util.o ipc.o sortinst.o logmeta.o logportmap.o logutil.o tz.o interp.o rtime.o tv.o spec.o fetchlocal.o optfetch.o AF.o stuffvalue.o endian.o config.o auxconnect.o auxserver.o discovery.o p_lcontrol.o p_lrequest.o p_lstatus.o logconnect.o logcontrol.o connectlocal.o derive_fetch.o events.o lock.o hash.o fault.o access.o getopt.o getopt2.o getopt3.o io.o io_stdio.o exec.o sha256.o strings.o shellprobe.o subnetprobe.o deprecated.o equivindom.o e_loglabel.o e_index.o e_indom.o e_labels.o throttle.o deps/jsonsl/jsonsl.o io_xz.o accounts.o getdate.tab.o derive_parser.tab.o
./check-statics
secureserver.o: Info: security object file skipped, not configured
secureconnect.o: Info: security object file skipped, not configured
./check-errorcodes
touch check.done
=== libpcp_static ===
for d in `echo src `; do if test -d "$d" -a -f "$d/GNUmakefile"; then TOPDIR/tmp/hosttools/echo === $d ===; make --no-print-directory -C $d default || exit $?; fi; done
=== src ===
ln -s ../../../src/libpcp/src/getdate.y .
ln -s ../../../src/libpcp/src/mk.pmdbg .
ln -s ../../../src/libpcp/src/fix_derive_parser_y .
ln -s ../../../src/libpcp/src/derive_parser.y.in .
ln -s ../../../src/libpcp/src/connect.c .
ln -s ../../../src/libpcp/src/context.c .
ln -s ../../../src/libpcp/src/desc.c .
ln -s ../../../src/libpcp/src/err.c .
ln -s ../../../src/libpcp/src/fetch.c .
ln -s ../../../src/libpcp/src/fetchgroup.c .
ln -s ../../../src/libpcp/src/result.c .
ln -s ../../../src/libpcp/src/help.c .
ln -s ../../../src/libpcp/src/instance.c .
ln -s ../../../src/libpcp/src/labels.c .
ln -s ../../../src/libpcp/src/p_creds.c .
ln -s ../../../src/libpcp/src/p_desc.c .
ln -s ../../../src/libpcp/src/p_error.c .
ln -s ../../../src/libpcp/src/p_fetch.c .
ln -s ../../../src/libpcp/src/p_idlist.c .
ln -s ../../../src/libpcp/src/p_instance.c .
ln -s ../../../src/libpcp/src/p_profile.c .
ln -s ../../../src/libpcp/src/p_result.c .
ln -s ../../../src/libpcp/src/p_text.c .
ln -s ../../../src/libpcp/src/p_pmns.c .
ln -s ../../../src/libpcp/src/p_attr.c .
ln -s ../../../src/libpcp/src/p_label.c .
ln -s ../../../src/libpcp/src/pdu.c .
ln -s ../../../src/libpcp/src/pdubuf.c .
ln -s ../../../src/libpcp/src/pmns.c .
ln -s ../../../src/libpcp/src/profile.c .
ln -s ../../../src/libpcp/src/store.c .
ln -s ../../../src/libpcp/src/units.c .
ln -s ../../../src/libpcp/src/util.c .
ln -s ../../../src/libpcp/src/ipc.c .
ln -s ../../../src/libpcp/src/sortinst.c .
ln -s ../../../src/libpcp/src/logmeta.c .
ln -s ../../../src/libpcp/src/logportmap.c .
ln -s ../../../src/libpcp/src/logutil.c .
ln -s ../../../src/libpcp/src/tz.c .
ln -s ../../../src/libpcp/src/interp.c .
ln -s ../../../src/libpcp/src/rtime.c .
ln -s ../../../src/libpcp/src/tv.c .
ln -s ../../../src/libpcp/src/spec.c .
ln -s ../../../src/libpcp/src/fetchlocal.c .
ln -s ../../../src/libpcp/src/optfetch.c .
ln -s ../../../src/libpcp/src/AF.c .
ln -s ../../../src/libpcp/src/stuffvalue.c .
ln -s ../../../src/libpcp/src/endian.c .
ln -s ../../../src/libpcp/src/config.c .
ln -s ../../../src/libpcp/src/auxconnect.c .
ln -s ../../../src/libpcp/src/auxserver.c .
ln -s ../../../src/libpcp/src/discovery.c .
ln -s ../../../src/libpcp/src/p_lcontrol.c .
ln -s ../../../src/libpcp/src/p_lrequest.c .
ln -s ../../../src/libpcp/src/p_lstatus.c .
ln -s ../../../src/libpcp/src/logconnect.c .
ln -s ../../../src/libpcp/src/logcontrol.c .
ln -s ../../../src/libpcp/src/connectlocal.c .
ln -s ../../../src/libpcp/src/derive_fetch.c .
ln -s ../../../src/libpcp/src/events.c .
ln -s ../../../src/libpcp/src/lock.c .
ln -s ../../../src/libpcp/src/hash.c .
ln -s ../../../src/libpcp/src/fault.c .
ln -s ../../../src/libpcp/src/access.c .
ln -s ../../../src/libpcp/src/getopt.c .
ln -s ../../../src/libpcp/src/getopt2.c .
ln -s ../../../src/libpcp/src/getopt3.c .
ln -s ../../../src/libpcp/src/io.c .
ln -s ../../../src/libpcp/src/io_stdio.c .
ln -s ../../../src/libpcp/src/exec.c .
ln -s ../../../src/libpcp/src/strings.c .
ln -s ../../../src/libpcp/src/shellprobe.c .
ln -s ../../../src/libpcp/src/subnetprobe.c .
ln -s ../../../src/libpcp/src/deprecated.c .
ln -s ../../../src/libpcp/src/equivindom.c .
ln -s ../../../src/libpcp/src/e_loglabel.c .
ln -s ../../../src/libpcp/src/e_index.c .
ln -s ../../../src/libpcp/src/e_indom.c .
ln -s ../../../src/libpcp/src/e_labels.c .
ln -s ../../../src/libpcp/src/io_xz.c .
ln -s ../../../src/libpcp/src/accounts.c .
ln -s ../../../src/libpcp/src/derive.h .
ln -s ../../../src/libpcp/src/internal.h .
ln -s ../../../src/libpcp/src/compiler.h .
ln -s ../../../src/libpcp/src/avahi.h .
ln -s ../../../src/libpcp/src/subnetprobe.h .
ln -s ../../../src/libpcp/src/shellprobe.h .
ln -s ../../../src/external/sha256.c .
ln -s ../../../src/external/sha256.h .
ln -s ../../../src/external/sort_r.h .
mkdir -p deps/jsonsl
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/mnunberg/jsonsl/jsonsl.h deps/jsonsl/jsonsl.h
mkdir -p deps/jsonsl
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/mnunberg/jsonsl/jsonsl.c deps/jsonsl/jsonsl.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o connect.o connect.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o context.o context.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o desc.o desc.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o err.o err.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o fetch.o fetch.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o fetchgroup.o fetchgroup.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o result.o result.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o help.o help.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o instance.o instance.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o labels.o labels.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_creds.o p_creds.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_desc.o p_desc.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_error.o p_error.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_fetch.o p_fetch.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_idlist.o p_idlist.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_instance.o p_instance.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_profile.o p_profile.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_result.o p_result.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_text.o p_text.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_pmns.o p_pmns.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_attr.o p_attr.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_label.o p_label.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o pdu.o pdu.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o pdubuf.o pdubuf.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o pmns.o pmns.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o profile.o profile.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o store.o store.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o units.o units.c
./mk.pmdbg
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o util.o util.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o ipc.o ipc.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o sortinst.o sortinst.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o logmeta.o logmeta.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o logportmap.o logportmap.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o logutil.o logutil.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o tz.o tz.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o interp.o interp.c
bison -d -b `basename getdate.y .y` getdate.y && cp `basename getdate.h .h`.tab.h getdate.h
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o rtime.o rtime.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o tv.o tv.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o spec.o spec.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o fetchlocal.o fetchlocal.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o optfetch.o optfetch.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o AF.o AF.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o stuffvalue.o stuffvalue.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o endian.o endian.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o config.o config.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o auxconnect.o auxconnect.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o auxserver.o auxserver.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o discovery.o discovery.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_lcontrol.o p_lcontrol.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_lrequest.o p_lrequest.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_lstatus.o p_lstatus.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o logconnect.o logconnect.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o logcontrol.o logcontrol.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o connectlocal.o connectlocal.c
./fix_derive_parser_y
bison -d -b `basename derive_parser.y .y` derive_parser.y
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o derive_fetch.o derive_fetch.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o events.o events.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o lock.o lock.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o hash.o hash.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o fault.o fault.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o access.o access.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o getopt.o getopt.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o getopt2.o getopt2.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o getopt3.o getopt3.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o io.o io.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o io_stdio.o io_stdio.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o exec.o exec.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o sha256.o sha256.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o strings.o strings.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o shellprobe.o shellprobe.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o subnetprobe.o subnetprobe.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o deprecated.o deprecated.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o equivindom.o equivindom.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o e_loglabel.o e_loglabel.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o e_index.o e_index.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o e_indom.o e_indom.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o e_labels.o e_labels.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o deps/jsonsl/jsonsl.o deps/jsonsl/jsonsl.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o io_xz.o io_xz.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o accounts.o accounts.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o getdate.tab.o getdate.tab.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_STATIC -Ideps -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o derive_parser.tab.o derive_parser.tab.c
TOPDIR/tmp/hosttools/ar cr libpcp_static.a connect.o context.o desc.o err.o fetch.o fetchgroup.o result.o help.o instance.o labels.o p_creds.o p_desc.o p_error.o p_fetch.o p_idlist.o p_instance.o p_profile.o p_result.o p_text.o p_pmns.o p_attr.o p_label.o pdu.o pdubuf.o pmns.o profile.o store.o units.o util.o ipc.o sortinst.o logmeta.o logportmap.o logutil.o tz.o interp.o rtime.o tv.o spec.o fetchlocal.o optfetch.o AF.o stuffvalue.o endian.o config.o auxconnect.o auxserver.o discovery.o p_lcontrol.o p_lrequest.o p_lstatus.o logconnect.o logcontrol.o connectlocal.o derive_fetch.o events.o lock.o hash.o fault.o access.o getopt.o getopt2.o getopt3.o io.o io_stdio.o exec.o sha256.o strings.o shellprobe.o subnetprobe.o deprecated.o equivindom.o e_loglabel.o e_index.o e_indom.o e_labels.o deps/jsonsl/jsonsl.o io_xz.o accounts.o getdate.tab.o derive_parser.tab.o
=== pmns ===
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o pmnsmerge.o pmnsmerge.c
rm -f build.script
TOPDIR/tmp/hosttools/gawk --posix <Make.stdpmid >build.script '\
/^. \$PCP_DIR/ { print "PCP_CONF=../include/pcp.conf"; print ". ../include/pcp.env"; next }\
{ print }'
sh ./build.script
echo "This file flags the rc scripts to rebuild the PMNS" > .NeedRebuild
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o pmnsdel.o pmnsdel.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o pmnsutil.o pmnsutil.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -o pmnsmerge -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L./src/libpcp/src -L./src/libpcp_web/src -L./src/libpcp_pmda/src -L./src/libpcp_mmv/src -L./src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../src/libpcp/src -L../src/libpcp_web/src -L../src/libpcp_pmda/src -L../src/libpcp_mmv/src -L../src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../../src/libpcp/src pmnsmerge.o pmnsutil.o -lpcp
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -o pmnsdel -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L./src/libpcp/src -L./src/libpcp_web/src -L./src/libpcp_pmda/src -L./src/libpcp_mmv/src -L./src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../src/libpcp/src -L../src/libpcp_web/src -L../src/libpcp_pmda/src -L../src/libpcp_mmv/src -L../src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../../src/libpcp/src pmnsdel.o pmnsutil.o -lpcp
=== libpcp_pmda ===
for d in `echo src `; do if test -d "$d" -a -f "$d/GNUmakefile"; then TOPDIR/tmp/hosttools/echo === $d ===; make --no-print-directory -C $d default || exit $?; fi; done
=== src ===
ln -s ../../../src/external/lookup2.c .
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -DPMDA_INTERNAL -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o events.o events.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -DPMDA_INTERNAL -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o cache.o cache.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -DPMDA_INTERNAL -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o lookup2.o lookup2.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -DPMDA_INTERNAL -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o root.o root.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -DPMDA_INTERNAL -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o pduroot.o pduroot.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -DPMDA_INTERNAL -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o dynamic.o dynamic.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -DPMDA_INTERNAL -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o queues.o queues.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -DPMDA_INTERNAL -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o context.o context.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -DPMDA_INTERNAL -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o tree.o tree.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -DPMDA_INTERNAL -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o help.o help.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -DPMDA_INTERNAL -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o mainloop.o mainloop.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -DPMDA_INTERNAL -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o open.o open.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -DPMDA_INTERNAL -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o callback.o callback.c
ln -s -f libpcp_pmda.so.3 libpcp_pmda.so
gcc -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L./src/libpcp/src -L./src/libpcp_web/src -L./src/libpcp_pmda/src -L./src/libpcp_mmv/src -L./src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../src/libpcp/src -L../src/libpcp_web/src -L../src/libpcp_pmda/src -L../src/libpcp_mmv/src -L../src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../../src/libpcp/src -L../../src/libpcp_web/src -L../../src/libpcp_pmda/src -L../../src/libpcp_mmv/src -L../../src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../../../src/libpcp/src -L../../../src/libpcp_web/src -L../../../src/libpcp_pmda/src -L../../../src/libpcp_mmv/src -L../../../src/libpcp_archive/src -shared -Wl,-soname,libpcp_pmda.so.3 -Wl,--version-script=exports -o libpcp_pmda.so.3 callback.o open.o mainloop.o help.o cache.o tree.o context.o events.o queues.o dynamic.o pduroot.o root.o lookup2.o -lpcp -ldl
TOPDIR/tmp/hosttools/ar cr libpcp_pmda.a callback.o open.o mainloop.o help.o cache.o tree.o context.o events.o queues.o dynamic.o pduroot.o root.o lookup2.o
=== libpcp_trace ===
for d in `echo src `; do if test -d "$d" -a -f "$d/GNUmakefile"; then TOPDIR/tmp/hosttools/echo === $d ===; make --no-print-directory -C $d default || exit $?; fi; done
=== src ===
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -DPMTRACE_DEBUG -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o trace.o trace.c
ln -s -f libpcp_trace.so.2 libpcp_trace.so
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -DPMTRACE_DEBUG -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o ftrace.o ftrace.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -DPMTRACE_DEBUG -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_data.o p_data.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -DPMTRACE_DEBUG -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_ack.o p_ack.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -DPMTRACE_DEBUG -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o pdubuf.o pdubuf.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -DPMTRACE_DEBUG -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o pdu.o pdu.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -DPMTRACE_DEBUG -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o hash.o hash.c
gcc -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L./src/libpcp/src -L./src/libpcp_web/src -L./src/libpcp_pmda/src -L./src/libpcp_mmv/src -L./src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../src/libpcp/src -L../src/libpcp_web/src -L../src/libpcp_pmda/src -L../src/libpcp_mmv/src -L../src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../../src/libpcp/src -L../../src/libpcp_web/src -L../../src/libpcp_pmda/src -L../../src/libpcp_mmv/src -L../../src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../../../src/libpcp/src -L../../../src/libpcp_web/src -L../../../src/libpcp_pmda/src -L../../../src/libpcp_mmv/src -L../../../src/libpcp_archive/src -shared -Wl,-soname,libpcp_trace.so.2 -Wl,--version-script=exports -o libpcp_trace.so.2 trace.o hash.o pdu.o pdubuf.o p_ack.o p_data.o ftrace.o -lpcp -ldl
TOPDIR/tmp/hosttools/ar cr libpcp_trace.a trace.o hash.o pdu.o pdubuf.o p_ack.o p_data.o ftrace.o
=== libpcp_pmcd ===
for d in `echo src `; do if test -d "$d" -a -f "$d/GNUmakefile"; then TOPDIR/tmp/hosttools/echo === $d ===; make --no-print-directory -C $d default || exit $?; fi; done
=== src ===
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -I../../../src/pmcd/src -I../../../src/libpcp/src -DPMCD_INTERNAL -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o data.o data.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -I../../../src/pmcd/src -I../../../src/libpcp/src -DPMCD_INTERNAL -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o client.o client.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -I../../../src/pmcd/src -I../../../src/libpcp/src -DPMCD_INTERNAL -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o trace.o trace.c
TOPDIR/tmp/hosttools/ar cr libpcp_pmcd.a data.o trace.o client.o
=== libpcp_gui ===
for d in `echo src `; do if test -d "$d" -a -f "$d/GNUmakefile"; then TOPDIR/tmp/hosttools/echo === $d ===; make --no-print-directory -C $d default || exit $?; fi; done
=== src ===
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o timeclient.o timeclient.c
ln -s -f libpcp_gui.so.2 libpcp_gui.so
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o record.o record.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o timestate.o timestate.c
timestate.c: In function ‘pmTimeStateSetup’:
timestate.c:165:5: warning: ‘strcpy’ writing 10 or more bytes into a region of size 0 overflows the destination [-Wstringop-overflow=]
165 | strcpy(pmtime->data + tzlen, tz_label);
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gcc -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L./src/libpcp/src -L./src/libpcp_web/src -L./src/libpcp_pmda/src -L./src/libpcp_mmv/src -L./src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../src/libpcp/src -L../src/libpcp_web/src -L../src/libpcp_pmda/src -L../src/libpcp_mmv/src -L../src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../../src/libpcp/src -L../../src/libpcp_web/src -L../../src/libpcp_pmda/src -L../../src/libpcp_mmv/src -L../../src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../../../src/libpcp/src -L../../../src/libpcp_web/src -L../../../src/libpcp_pmda/src -L../../../src/libpcp_mmv/src -L../../../src/libpcp_archive/src -shared -Wl,-soname,libpcp_gui.so.2 -Wl,--version-script=exports -o libpcp_gui.so.2 timeclient.o timestate.o record.o -lpcp -ldl
TOPDIR/tmp/hosttools/ar cr libpcp_gui.a timeclient.o timestate.o record.o
=== libpcp_mmv ===
for d in `echo src `; do if test -d "$d" -a -f "$d/GNUmakefile"; then TOPDIR/tmp/hosttools/echo === $d ===; make --no-print-directory -C $d default || exit $?; fi; done
=== src ===
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -I. -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o mmv_stats.o mmv_stats.c
ln -s -f libpcp_mmv.so.1 libpcp_mmv.so
gcc -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L./src/libpcp/src -L./src/libpcp_web/src -L./src/libpcp_pmda/src -L./src/libpcp_mmv/src -L./src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../src/libpcp/src -L../src/libpcp_web/src -L../src/libpcp_pmda/src -L../src/libpcp_mmv/src -L../src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../../src/libpcp/src -L../../src/libpcp_web/src -L../../src/libpcp_pmda/src -L../../src/libpcp_mmv/src -L../../src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../../../src/libpcp/src -L../../../src/libpcp_web/src -L../../../src/libpcp_pmda/src -L../../../src/libpcp_mmv/src -L../../../src/libpcp_archive/src -shared -Wl,-soname,libpcp_mmv.so.1 -Wl,--version-script=exports -o libpcp_mmv.so.1 mmv_stats.o -lpcp -ldl
TOPDIR/tmp/hosttools/ar cr libpcp_mmv.a mmv_stats.o
=== libpcp_import ===
for d in `echo src `; do if test -d "$d" -a -f "$d/GNUmakefile"; then TOPDIR/tmp/hosttools/echo === $d ===; make --no-print-directory -C $d default || exit $?; fi; done
=== src ===
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -DPMI_INTERNAL -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o archive.o archive.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -DPMI_INTERNAL -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o stuff.o stuff.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -DPMI_INTERNAL -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o import.o import.c
ln -s -f libpcp_import.so.1 libpcp_import.so
TOPDIR/tmp/hosttools/ar cr libpcp_import.a import.o stuff.o archive.o
gcc -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L./src/libpcp/src -L./src/libpcp_web/src -L./src/libpcp_pmda/src -L./src/libpcp_mmv/src -L./src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../src/libpcp/src -L../src/libpcp_web/src -L../src/libpcp_pmda/src -L../src/libpcp_mmv/src -L../src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../../src/libpcp/src -L../../src/libpcp_web/src -L../../src/libpcp_pmda/src -L../../src/libpcp_mmv/src -L../../src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../../../src/libpcp/src -L../../../src/libpcp_web/src -L../../../src/libpcp_pmda/src -L../../../src/libpcp_mmv/src -L../../../src/libpcp_archive/src -shared -Wl,-soname,libpcp_import.so.1 -Wl,--version-script=exports -o libpcp_import.so.1 import.o stuff.o archive.o -lpcp -ldl
=== libpcp_archive ===
for d in `echo src `; do if test -d "$d" -a -f "$d/GNUmakefile"; then TOPDIR/tmp/hosttools/echo === $d ===; make --no-print-directory -C $d default || exit $?; fi; done
=== src ===
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -DPCP_INTERNAL -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o io.o io.c
ln -s -f libpcp_archive.so.1 libpcp_archive.so
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -DPCP_INTERNAL -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o indom.o indom.c
gcc -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L./src/libpcp/src -L./src/libpcp_web/src -L./src/libpcp_pmda/src -L./src/libpcp_mmv/src -L./src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../src/libpcp/src -L../src/libpcp_web/src -L../src/libpcp_pmda/src -L../src/libpcp_mmv/src -L../src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../../src/libpcp/src -L../../src/libpcp_web/src -L../../src/libpcp_pmda/src -L../../src/libpcp_mmv/src -L../../src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../../../src/libpcp/src -L../../../src/libpcp_web/src -L../../../src/libpcp_pmda/src -L../../../src/libpcp_mmv/src -L../../../src/libpcp_archive/src -shared -Wl,-soname,libpcp_archive.so.1 -Wl,--version-script=exports -o libpcp_archive.so.1 io.o indom.o -lpcp -ldl
TOPDIR/tmp/hosttools/ar cr libpcp_archive.a io.o indom.o
=== libpcp_qed ===
for d in `echo src `; do if test -d "$d" -a -f "$d/GNUmakefile"; then TOPDIR/tmp/hosttools/echo === $d ===; make --no-print-directory -C $d default || exit $?; fi; done
=== src ===
make[3]: Nothing to be done for 'default'.
=== libpcp_qmc ===
for d in `echo src `; do if test -d "$d" -a -f "$d/GNUmakefile"; then TOPDIR/tmp/hosttools/echo === $d ===; make --no-print-directory -C $d default || exit $?; fi; done
=== src ===
make[3]: Nothing to be done for 'default'.
=== libpcp_qwt ===
for d in `echo src `; do if test -d "$d" -a -f "$d/GNUmakefile"; then TOPDIR/tmp/hosttools/echo === $d ===; make --no-print-directory -C $d default || exit $?; fi; done
=== src ===
make[3]: Nothing to be done for 'default'.
=== libpcp_web ===
for d in `echo src `; do if test -d "$d" -a -f "$d/GNUmakefile"; then TOPDIR/tmp/hosttools/echo === $d ===; make --no-print-directory -C $d default || exit $?; fi; done
=== src ===
ln -s -f ../../../src/external/jsmn.c jsmn.c
ln -s -f ../../../src/external/jsmn.h jsmn.h
ln -s -f ../../../src/external/http_parser.c http_parser.c
ln -s -f ../../../src/external/http_parser.h http_parser.h
ln -s -f ../../../src/external/sha1.c sha1.c
ln -s -f ../../../src/external/sha1.h sha1.h
ln -s -f ../../../src/external/siphash.c siphash.c
ln -s -f ../../../src/external/dict.c dict.c
ln -s -f ../../../src/external/dict.h dict.h
mkdir -p deps/hiredis/adapters
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/redis/hiredis/alloc.h deps/hiredis/alloc.h
mkdir -p deps/hiredis/adapters
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/redis/hiredis/async.h deps/hiredis/async.h
mkdir -p deps/hiredis/adapters
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/redis/hiredis/async_private.h deps/hiredis/async_private.h
mkdir -p deps/hiredis/adapters
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/redis/hiredis/fmacros.h deps/hiredis/fmacros.h
mkdir -p deps/hiredis/adapters
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/redis/hiredis/hiredis.h deps/hiredis/hiredis.h
mkdir -p deps/hiredis/adapters
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/redis/hiredis/net.h deps/hiredis/net.h
mkdir -p deps/hiredis/adapters
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/redis/hiredis/read.h deps/hiredis/read.h
mkdir -p deps/hiredis/adapters
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/redis/hiredis/sds.h deps/hiredis/sds.h
mkdir -p deps/hiredis/adapters
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/redis/hiredis/sdsalloc.h deps/hiredis/sdsalloc.h
mkdir -p deps/hiredis/adapters
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/redis/hiredis/sockcompat.h deps/hiredis/sockcompat.h
mkdir -p deps/hiredis/adapters
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/redis/hiredis/win32.h deps/hiredis/win32.h
mkdir -p deps/hiredis/adapters
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/redis/hiredis/adapters/libuv.h deps/hiredis/adapters/libuv.h
mkdir -p deps/hiredis/adapters
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/redis/hiredis/alloc.c deps/hiredis/alloc.c
mkdir -p deps/hiredis/adapters
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/redis/hiredis/async.c deps/hiredis/async.c
mkdir -p deps/hiredis/adapters
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/redis/hiredis/hiredis.c deps/hiredis/hiredis.c
mkdir -p deps/hiredis/adapters
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/redis/hiredis/net.c deps/hiredis/net.c
mkdir -p deps/hiredis/adapters
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/redis/hiredis/sds.c deps/hiredis/sds.c
mkdir -p deps/hiredis/adapters
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/redis/hiredis/sockcompat.c deps/hiredis/sockcompat.c
mkdir -p deps/hiredis/adapters
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/redis/hiredis/read.c deps/hiredis/read.c
mkdir -p deps/hiredis-cluster/adapters
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/Nordix/hiredis-cluster/adlist.h deps/hiredis-cluster/adlist.h
mkdir -p deps/hiredis-cluster/adapters
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/Nordix/hiredis-cluster/command.h deps/hiredis-cluster/command.h
mkdir -p deps/hiredis-cluster/adapters
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/Nordix/hiredis-cluster/hiarray.h deps/hiredis-cluster/hiarray.h
mkdir -p deps/hiredis-cluster/adapters
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/Nordix/hiredis-cluster/hiutil.h deps/hiredis-cluster/hiutil.h
mkdir -p deps/hiredis-cluster/adapters
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/Nordix/hiredis-cluster/hircluster.h deps/hiredis-cluster/hircluster.h
mkdir -p deps/hiredis-cluster/adapters
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/Nordix/hiredis-cluster/win32.h deps/hiredis-cluster/win32.h
mkdir -p deps/hiredis-cluster/adapters
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/Nordix/hiredis-cluster/adapters/libuv.h deps/hiredis-cluster/adapters/libuv.h
mkdir -p deps/hiredis-cluster/adapters
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/Nordix/hiredis-cluster/adlist.c deps/hiredis-cluster/adlist.c
mkdir -p deps/hiredis-cluster/adapters
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/Nordix/hiredis-cluster/command.c deps/hiredis-cluster/command.c
mkdir -p deps/hiredis-cluster/adapters
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/Nordix/hiredis-cluster/crc16.c deps/hiredis-cluster/crc16.c
mkdir -p deps/hiredis-cluster/adapters
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/Nordix/hiredis-cluster/hiarray.c deps/hiredis-cluster/hiarray.c
mkdir -p deps/hiredis-cluster/adapters
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/Nordix/hiredis-cluster/hiutil.c deps/hiredis-cluster/hiutil.c
mkdir -p deps/hiredis-cluster/adapters
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/Nordix/hiredis-cluster/hircluster.c deps/hiredis-cluster/hircluster.c
mkdir -p deps/inih
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/benhoyt/inih/ini.h deps/inih/ini.h
mkdir -p deps/inih
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/benhoyt/inih/ini.c deps/inih/ini.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Iinih --std=c99 -DJSMN_PARENT_LINKS=1 -DJSMN_STRICT=1 -DHTTP_PARSER_STRICT=0 -Ideps -DHAVE_OPENSSL=1 -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o jsmn.o jsmn.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Iinih --std=c99 -DJSMN_PARENT_LINKS=1 -DJSMN_STRICT=1 -DHTTP_PARSER_STRICT=0 -Ideps -DHAVE_OPENSSL=1 -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o http_client.o http_client.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Iinih --std=c99 -DJSMN_PARENT_LINKS=1 -DJSMN_STRICT=1 -DHTTP_PARSER_STRICT=0 -Ideps -DHAVE_OPENSSL=1 -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o http_parser.o http_parser.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Iinih --std=c99 -DJSMN_PARENT_LINKS=1 -DJSMN_STRICT=1 -DHTTP_PARSER_STRICT=0 -Ideps -DHAVE_OPENSSL=1 -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o siphash.o siphash.c
./fix_query_parser_y
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Iinih --std=c99 -DJSMN_PARENT_LINKS=1 -DJSMN_STRICT=1 -DHTTP_PARSER_STRICT=0 -Ideps -DHAVE_OPENSSL=1 -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o query.o query.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Iinih --std=c99 -DJSMN_PARENT_LINKS=1 -DJSMN_STRICT=1 -DHTTP_PARSER_STRICT=0 -Ideps -DHAVE_OPENSSL=1 -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o schema.o schema.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Iinih --std=c99 -DJSMN_PARENT_LINKS=1 -DJSMN_STRICT=1 -DHTTP_PARSER_STRICT=0 -Ideps -DHAVE_OPENSSL=1 -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o load.o load.c
load.c: In function ‘server_cache_window’:
load.c:651:15: warning: unused variable ‘msecs’ [-Wunused-variable]
651 | uint64_t msecs;
| ^~~~~
load.c:650:18: warning: unused variable ‘timer’ [-Wunused-variable]
650 | uv_timer_t *timer; /* adaptive delay for request balancing */
| ^~~~~
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Iinih --std=c99 -DJSMN_PARENT_LINKS=1 -DJSMN_STRICT=1 -DHTTP_PARSER_STRICT=0 -Ideps -DHAVE_OPENSSL=1 -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o sha1.o sha1.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Iinih --std=c99 -DJSMN_PARENT_LINKS=1 -DJSMN_STRICT=1 -DHTTP_PARSER_STRICT=0 -Ideps -DHAVE_OPENSSL=1 -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o util.o util.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Iinih --std=c99 -DJSMN_PARENT_LINKS=1 -DJSMN_STRICT=1 -DHTTP_PARSER_STRICT=0 -Ideps -DHAVE_OPENSSL=1 -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o slots.o slots.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Iinih --std=c99 -DJSMN_PARENT_LINKS=1 -DJSMN_STRICT=1 -DHTTP_PARSER_STRICT=0 -Ideps -DHAVE_OPENSSL=1 -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o keys.o keys.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Iinih --std=c99 -DJSMN_PARENT_LINKS=1 -DJSMN_STRICT=1 -DHTTP_PARSER_STRICT=0 -Ideps -DHAVE_OPENSSL=1 -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o dict.o dict.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Iinih --std=c99 -DJSMN_PARENT_LINKS=1 -DJSMN_STRICT=1 -DHTTP_PARSER_STRICT=0 -Ideps -DHAVE_OPENSSL=1 -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o maps.o maps.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Iinih --std=c99 -DJSMN_PARENT_LINKS=1 -DJSMN_STRICT=1 -DHTTP_PARSER_STRICT=0 -Ideps -DHAVE_OPENSSL=1 -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o batons.o batons.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Iinih --std=c99 -DJSMN_PARENT_LINKS=1 -DJSMN_STRICT=1 -DHTTP_PARSER_STRICT=0 -Ideps -DHAVE_OPENSSL=1 -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o encoding.o encoding.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Iinih --std=c99 -DJSMN_PARENT_LINKS=1 -DJSMN_STRICT=1 -DHTTP_PARSER_STRICT=0 -Ideps -DHAVE_OPENSSL=1 -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o search.o search.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Iinih --std=c99 -DJSMN_PARENT_LINKS=1 -DJSMN_STRICT=1 -DHTTP_PARSER_STRICT=0 -Ideps -DHAVE_OPENSSL=1 -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o json_helpers.o json_helpers.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Iinih --std=c99 -DJSMN_PARENT_LINKS=1 -DJSMN_STRICT=1 -DHTTP_PARSER_STRICT=0 -Ideps -DHAVE_OPENSSL=1 -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o config.o config.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Iinih --std=c99 -DJSMN_PARENT_LINKS=1 -DJSMN_STRICT=1 -DHTTP_PARSER_STRICT=0 -Ideps -DHAVE_OPENSSL=1 -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o deps/hiredis/alloc.o deps/hiredis/alloc.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Iinih --std=c99 -DJSMN_PARENT_LINKS=1 -DJSMN_STRICT=1 -DHTTP_PARSER_STRICT=0 -Ideps -DHAVE_OPENSSL=1 -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o deps/hiredis/async.o deps/hiredis/async.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Iinih --std=c99 -DJSMN_PARENT_LINKS=1 -DJSMN_STRICT=1 -DHTTP_PARSER_STRICT=0 -Ideps -DHAVE_OPENSSL=1 -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o deps/hiredis/hiredis.o deps/hiredis/hiredis.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Iinih --std=c99 -DJSMN_PARENT_LINKS=1 -DJSMN_STRICT=1 -DHTTP_PARSER_STRICT=0 -Ideps -DHAVE_OPENSSL=1 -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o deps/hiredis/net.o deps/hiredis/net.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Iinih --std=c99 -DJSMN_PARENT_LINKS=1 -DJSMN_STRICT=1 -DHTTP_PARSER_STRICT=0 -Ideps -DHAVE_OPENSSL=1 -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o deps/hiredis/sds.o deps/hiredis/sds.c
In file included from deps/hiredis/sds.c:40:
deps/hiredis/sds.c: In function ‘sdsnewlen’:
deps/hiredis/sds.h:87:44: warning: declaration of ‘sh’ shadows a previous local [-Wshadow]
87 | #define SDS_HDR_VAR(T,s) struct sdshdr##T *sh = (struct sdshdr##T *)((s)-(sizeof(struct sdshdr##T)));
| ^~
deps/hiredis/sds.c:105:13: note: in expansion of macro ‘SDS_HDR_VAR’
105 | SDS_HDR_VAR(8,s);
| ^~~~~~~~~~~
deps/hiredis/sds.c:84:11: note: shadowed declaration is here
84 | void *sh;
| ^~
In file included from deps/hiredis/sds.c:40:
deps/hiredis/sds.h:87:44: warning: declaration of ‘sh’ shadows a previous local [-Wshadow]
87 | #define SDS_HDR_VAR(T,s) struct sdshdr##T *sh = (struct sdshdr##T *)((s)-(sizeof(struct sdshdr##T)));
| ^~
deps/hiredis/sds.c:112:13: note: in expansion of macro ‘SDS_HDR_VAR’
112 | SDS_HDR_VAR(16,s);
| ^~~~~~~~~~~
deps/hiredis/sds.c:84:11: note: shadowed declaration is here
84 | void *sh;
| ^~
In file included from deps/hiredis/sds.c:40:
deps/hiredis/sds.h:87:44: warning: declaration of ‘sh’ shadows a previous local [-Wshadow]
87 | #define SDS_HDR_VAR(T,s) struct sdshdr##T *sh = (struct sdshdr##T *)((s)-(sizeof(struct sdshdr##T)));
| ^~
deps/hiredis/sds.c:119:13: note: in expansion of macro ‘SDS_HDR_VAR’
119 | SDS_HDR_VAR(32,s);
| ^~~~~~~~~~~
deps/hiredis/sds.c:84:11: note: shadowed declaration is here
84 | void *sh;
| ^~
In file included from deps/hiredis/sds.c:40:
deps/hiredis/sds.h:87:44: warning: declaration of ‘sh’ shadows a previous local [-Wshadow]
87 | #define SDS_HDR_VAR(T,s) struct sdshdr##T *sh = (struct sdshdr##T *)((s)-(sizeof(struct sdshdr##T)));
| ^~
deps/hiredis/sds.c:126:13: note: in expansion of macro ‘SDS_HDR_VAR’
126 | SDS_HDR_VAR(64,s);
| ^~~~~~~~~~~
deps/hiredis/sds.c:84:11: note: shadowed declaration is here
84 | void *sh;
| ^~
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Iinih --std=c99 -DJSMN_PARENT_LINKS=1 -DJSMN_STRICT=1 -DHTTP_PARSER_STRICT=0 -Ideps -DHAVE_OPENSSL=1 -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o deps/hiredis/sockcompat.o deps/hiredis/sockcompat.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Iinih --std=c99 -DJSMN_PARENT_LINKS=1 -DJSMN_STRICT=1 -DHTTP_PARSER_STRICT=0 -Ideps -DHAVE_OPENSSL=1 -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o deps/hiredis/read.o deps/hiredis/read.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Iinih --std=c99 -DJSMN_PARENT_LINKS=1 -DJSMN_STRICT=1 -DHTTP_PARSER_STRICT=0 -Ideps -DHAVE_OPENSSL=1 -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o deps/hiredis-cluster/adlist.o deps/hiredis-cluster/adlist.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Iinih --std=c99 -DJSMN_PARENT_LINKS=1 -DJSMN_STRICT=1 -DHTTP_PARSER_STRICT=0 -Ideps -DHAVE_OPENSSL=1 -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o deps/hiredis-cluster/command.o deps/hiredis-cluster/command.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Iinih --std=c99 -DJSMN_PARENT_LINKS=1 -DJSMN_STRICT=1 -DHTTP_PARSER_STRICT=0 -Ideps -DHAVE_OPENSSL=1 -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o deps/hiredis-cluster/crc16.o deps/hiredis-cluster/crc16.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Iinih --std=c99 -DJSMN_PARENT_LINKS=1 -DJSMN_STRICT=1 -DHTTP_PARSER_STRICT=0 -Ideps -DHAVE_OPENSSL=1 -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o deps/hiredis-cluster/hiarray.o deps/hiredis-cluster/hiarray.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Iinih --std=c99 -DJSMN_PARENT_LINKS=1 -DJSMN_STRICT=1 -DHTTP_PARSER_STRICT=0 -Ideps -DHAVE_OPENSSL=1 -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o deps/hiredis-cluster/hiutil.o deps/hiredis-cluster/hiutil.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Iinih --std=c99 -DJSMN_PARENT_LINKS=1 -DJSMN_STRICT=1 -DHTTP_PARSER_STRICT=0 -Ideps -DHAVE_OPENSSL=1 -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o deps/hiredis-cluster/hircluster.o deps/hiredis-cluster/hircluster.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Iinih --std=c99 -DJSMN_PARENT_LINKS=1 -DJSMN_STRICT=1 -DHTTP_PARSER_STRICT=0 -Ideps -DHAVE_OPENSSL=1 -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o deps/inih/ini.o deps/inih/ini.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Iinih --std=c99 -DJSMN_PARENT_LINKS=1 -DJSMN_STRICT=1 -DHTTP_PARSER_STRICT=0 -Ideps -DHAVE_OPENSSL=1 -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o nodiscover.o nodiscover.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Iinih --std=c99 -DJSMN_PARENT_LINKS=1 -DJSMN_STRICT=1 -DHTTP_PARSER_STRICT=0 -Ideps -DHAVE_OPENSSL=1 -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o nowebgroup.o nowebgroup.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Iinih --std=c99 -DJSMN_PARENT_LINKS=1 -DJSMN_STRICT=1 -DHTTP_PARSER_STRICT=0 -Ideps -DHAVE_OPENSSL=1 -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o notimer.o notimer.c
bison -d -b `basename query_parser.y .y` query_parser.y
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Iinih --std=c99 -DJSMN_PARENT_LINKS=1 -DJSMN_STRICT=1 -DHTTP_PARSER_STRICT=0 -Ideps -DHAVE_OPENSSL=1 -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o query_parser.tab.o query_parser.tab.c
gcc -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L./src/libpcp/src -L./src/libpcp_web/src -L./src/libpcp_pmda/src -L./src/libpcp_mmv/src -L./src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../src/libpcp/src -L../src/libpcp_web/src -L../src/libpcp_pmda/src -L../src/libpcp_mmv/src -L../src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../../src/libpcp/src -L../../src/libpcp_web/src -L../../src/libpcp_pmda/src -L../../src/libpcp_mmv/src -L../../src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../../../src/libpcp/src -L../../../src/libpcp_web/src -L../../../src/libpcp_pmda/src -L../../../src/libpcp_mmv/src -L../../../src/libpcp_archive/src -shared -Wl,-soname,libpcp_web.so.1 -Wl,--version-script=exports -o libpcp_web.so.1 jsmn.o http_client.o http_parser.o siphash.o query.o schema.o load.o sha1.o util.o slots.o keys.o dict.o maps.o batons.o encoding.o search.o json_helpers.o config.o deps/hiredis/alloc.o deps/hiredis/async.o deps/hiredis/hiredis.o deps/hiredis/net.o deps/hiredis/sds.o deps/hiredis/sockcompat.o deps/hiredis/read.o deps/hiredis-cluster/adlist.o deps/hiredis-cluster/command.o deps/hiredis-cluster/crc16.o deps/hiredis-cluster/hiarray.o deps/hiredis-cluster/hiutil.o deps/hiredis-cluster/hircluster.o deps/inih/ini.o nodiscover.o nowebgroup.o notimer.o query_parser.tab.o -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/lib -lssl -lcrypto -lpcp_pmda -lpcp -lpcp_mmv -lpcp -lm -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/lib -lssl -lcrypto -ldl
ln -s -f libpcp_web.so.1 libpcp_web.so
TOPDIR/tmp/hosttools/ar cr libpcp_web.a jsmn.o http_client.o http_parser.o siphash.o query.o schema.o load.o sha1.o util.o slots.o keys.o dict.o maps.o batons.o encoding.o search.o json_helpers.o config.o deps/hiredis/alloc.o deps/hiredis/async.o deps/hiredis/hiredis.o deps/hiredis/net.o deps/hiredis/sds.o deps/hiredis/sockcompat.o deps/hiredis/read.o deps/hiredis-cluster/adlist.o deps/hiredis-cluster/command.o deps/hiredis-cluster/crc16.o deps/hiredis-cluster/hiarray.o deps/hiredis-cluster/hiutil.o deps/hiredis-cluster/hircluster.o deps/inih/ini.o nodiscover.o nowebgroup.o notimer.o query_parser.tab.o
=== libpcp_fault ===
for d in `echo src `; do if test -d "$d" -a -f "$d/GNUmakefile"; then TOPDIR/tmp/hosttools/echo === $d ===; make --no-print-directory -C $d default || exit $?; fi; done
=== src ===
ln -s ../../../src/libpcp/src/getdate.y .
ln -s ../../../src/libpcp/src/mk.pmdbg .
ln -s ../../../src/libpcp/src/fix_derive_parser_y .
ln -s ../../../src/libpcp/src/derive_parser.y.in .
ln -s ../../../src/libpcp/src/connect.c .
ln -s ../../../src/libpcp/src/context.c .
ln -s ../../../src/libpcp/src/desc.c .
ln -s ../../../src/libpcp/src/err.c .
ln -s ../../../src/libpcp/src/fetch.c .
ln -s ../../../src/libpcp/src/fetchgroup.c .
ln -s ../../../src/libpcp/src/result.c .
ln -s ../../../src/libpcp/src/help.c .
ln -s ../../../src/libpcp/src/instance.c .
ln -s ../../../src/libpcp/src/labels.c .
ln -s ../../../src/libpcp/src/p_creds.c .
ln -s ../../../src/libpcp/src/p_desc.c .
ln -s ../../../src/libpcp/src/p_error.c .
ln -s ../../../src/libpcp/src/p_fetch.c .
ln -s ../../../src/libpcp/src/p_idlist.c .
ln -s ../../../src/libpcp/src/p_instance.c .
ln -s ../../../src/libpcp/src/p_profile.c .
ln -s ../../../src/libpcp/src/p_result.c .
ln -s ../../../src/libpcp/src/p_text.c .
ln -s ../../../src/libpcp/src/p_pmns.c .
ln -s ../../../src/libpcp/src/p_attr.c .
ln -s ../../../src/libpcp/src/p_label.c .
ln -s ../../../src/libpcp/src/pdu.c .
ln -s ../../../src/libpcp/src/pdubuf.c .
ln -s ../../../src/libpcp/src/pmns.c .
ln -s ../../../src/libpcp/src/profile.c .
ln -s ../../../src/libpcp/src/store.c .
ln -s ../../../src/libpcp/src/units.c .
ln -s ../../../src/libpcp/src/util.c .
ln -s ../../../src/libpcp/src/ipc.c .
ln -s ../../../src/libpcp/src/sortinst.c .
ln -s ../../../src/libpcp/src/logmeta.c .
ln -s ../../../src/libpcp/src/logportmap.c .
ln -s ../../../src/libpcp/src/logutil.c .
ln -s ../../../src/libpcp/src/tz.c .
ln -s ../../../src/libpcp/src/interp.c .
ln -s ../../../src/libpcp/src/rtime.c .
ln -s ../../../src/libpcp/src/tv.c .
ln -s ../../../src/libpcp/src/spec.c .
ln -s ../../../src/libpcp/src/fetchlocal.c .
ln -s ../../../src/libpcp/src/optfetch.c .
ln -s ../../../src/libpcp/src/AF.c .
ln -s ../../../src/libpcp/src/stuffvalue.c .
ln -s ../../../src/libpcp/src/endian.c .
ln -s ../../../src/libpcp/src/config.c .
ln -s ../../../src/libpcp/src/auxconnect.c .
ln -s ../../../src/libpcp/src/auxserver.c .
ln -s ../../../src/libpcp/src/discovery.c .
ln -s ../../../src/libpcp/src/p_lcontrol.c .
ln -s ../../../src/libpcp/src/p_lrequest.c .
ln -s ../../../src/libpcp/src/p_lstatus.c .
ln -s ../../../src/libpcp/src/logconnect.c .
ln -s ../../../src/libpcp/src/logcontrol.c .
ln -s ../../../src/libpcp/src/connectlocal.c .
ln -s ../../../src/libpcp/src/derive_fetch.c .
ln -s ../../../src/libpcp/src/events.c .
ln -s ../../../src/libpcp/src/lock.c .
ln -s ../../../src/libpcp/src/hash.c .
ln -s ../../../src/libpcp/src/fault.c .
ln -s ../../../src/libpcp/src/access.c .
ln -s ../../../src/libpcp/src/getopt.c .
ln -s ../../../src/libpcp/src/getopt2.c .
ln -s ../../../src/libpcp/src/getopt3.c .
ln -s ../../../src/libpcp/src/io.c .
ln -s ../../../src/libpcp/src/io_stdio.c .
ln -s ../../../src/libpcp/src/exec.c .
ln -s ../../../src/libpcp/src/strings.c .
ln -s ../../../src/libpcp/src/shellprobe.c .
ln -s ../../../src/libpcp/src/subnetprobe.c .
ln -s ../../../src/libpcp/src/deprecated.c .
ln -s ../../../src/libpcp/src/equivindom.c .
ln -s ../../../src/libpcp/src/e_loglabel.c .
ln -s ../../../src/libpcp/src/e_index.c .
ln -s ../../../src/libpcp/src/e_indom.c .
ln -s ../../../src/libpcp/src/e_labels.c .
ln -s ../../../src/libpcp/src/throttle.c .
ln -s ../../../src/libpcp/src/io_xz.c .
ln -s ../../../src/libpcp/src/accounts.c .
ln -s ../../../src/libpcp/src/derive.h .
ln -s ../../../src/libpcp/src/internal.h .
ln -s ../../../src/libpcp/src/compiler.h .
ln -s ../../../src/libpcp/src/avahi.h .
ln -s ../../../src/libpcp/src/subnetprobe.h .
ln -s ../../../src/libpcp/src/shellprobe.h .
ln -s ../../../src/external/sha256.c .
ln -s ../../../src/external/sha256.h .
ln -s ../../../src/external/sort_r.h .
mkdir -p deps/jsonsl
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/mnunberg/jsonsl/jsonsl.h deps/jsonsl/jsonsl.h
mkdir -p deps/jsonsl
ln -s -f TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/vendor/github.com/mnunberg/jsonsl/jsonsl.c deps/jsonsl/jsonsl.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o connect.o connect.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o context.o context.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o desc.o desc.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o err.o err.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o fetch.o fetch.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o fetchgroup.o fetchgroup.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o result.o result.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o help.o help.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o instance.o instance.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o labels.o labels.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_creds.o p_creds.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_desc.o p_desc.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_error.o p_error.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_fetch.o p_fetch.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_idlist.o p_idlist.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_instance.o p_instance.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_profile.o p_profile.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_result.o p_result.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_text.o p_text.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_pmns.o p_pmns.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_attr.o p_attr.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_label.o p_label.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o pdu.o pdu.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o pdubuf.o pdubuf.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o pmns.o pmns.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o profile.o profile.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o store.o store.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o units.o units.c
./mk.pmdbg
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o util.o util.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o ipc.o ipc.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o sortinst.o sortinst.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o logmeta.o logmeta.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o logportmap.o logportmap.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o logutil.o logutil.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o tz.o tz.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o interp.o interp.c
bison -d -b `basename getdate.y .y` getdate.y && cp `basename getdate.h .h`.tab.h getdate.h
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o rtime.o rtime.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o tv.o tv.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o spec.o spec.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o fetchlocal.o fetchlocal.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o optfetch.o optfetch.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o AF.o AF.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o stuffvalue.o stuffvalue.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o endian.o endian.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o config.o config.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o auxconnect.o auxconnect.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o auxserver.o auxserver.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o discovery.o discovery.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_lcontrol.o p_lcontrol.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_lrequest.o p_lrequest.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o p_lstatus.o p_lstatus.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o logconnect.o logconnect.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o logcontrol.o logcontrol.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o connectlocal.o connectlocal.c
./fix_derive_parser_y
bison -d -b `basename derive_parser.y .y` derive_parser.y
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o derive_fetch.o derive_fetch.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o events.o events.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o lock.o lock.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o hash.o hash.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o fault.o fault.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o access.o access.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o getopt.o getopt.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o getopt2.o getopt2.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o getopt3.o getopt3.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o io.o io.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o io_stdio.o io_stdio.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o exec.o exec.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o sha256.o sha256.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o strings.o strings.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o shellprobe.o shellprobe.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o subnetprobe.o subnetprobe.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o deprecated.o deprecated.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o equivindom.o equivindom.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o e_loglabel.o e_loglabel.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o e_index.o e_index.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o e_indom.o e_indom.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o e_labels.o e_labels.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o throttle.o throttle.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o deps/jsonsl/jsonsl.o deps/jsonsl/jsonsl.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o io_xz.o io_xz.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o accounts.o accounts.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o getdate.tab.o getdate.tab.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds '-DEXEC_SUFFIX=""' '-DDSO_SUFFIX="so"' -ITOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -DPCP_INTERNAL -Ideps -Wall -DPM_FAULT_INJECTION=1 -DPM_MULTI_THREAD_DEBUG=1 -g -O0 -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o derive_parser.tab.o derive_parser.tab.c
./mk.exports
gcc -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L./src/libpcp/src -L./src/libpcp_web/src -L./src/libpcp_pmda/src -L./src/libpcp_mmv/src -L./src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../src/libpcp/src -L../src/libpcp_web/src -L../src/libpcp_pmda/src -L../src/libpcp_mmv/src -L../src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../../src/libpcp/src -L../../src/libpcp_web/src -L../../src/libpcp_pmda/src -L../../src/libpcp_mmv/src -L../../src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../../../src/libpcp/src -L../../../src/libpcp_web/src -L../../../src/libpcp_pmda/src -L../../../src/libpcp_mmv/src -L../../../src/libpcp_archive/src -shared -Wl,-soname,libpcp_fault.so.3 -Wl,--version-script=exports -o libpcp_fault.so.3 connect.o context.o desc.o err.o fetch.o fetchgroup.o result.o help.o instance.o labels.o p_creds.o p_desc.o p_error.o p_fetch.o p_idlist.o p_instance.o p_profile.o p_result.o p_text.o p_pmns.o p_attr.o p_label.o pdu.o pdubuf.o pmns.o profile.o store.o units.o util.o ipc.o sortinst.o logmeta.o logportmap.o logutil.o tz.o interp.o rtime.o tv.o spec.o fetchlocal.o optfetch.o AF.o stuffvalue.o endian.o config.o auxconnect.o auxserver.o discovery.o p_lcontrol.o p_lrequest.o p_lstatus.o logconnect.o logcontrol.o connectlocal.o derive_fetch.o events.o lock.o hash.o fault.o access.o getopt.o getopt2.o getopt3.o io.o io_stdio.o exec.o sha256.o strings.o shellprobe.o subnetprobe.o deprecated.o equivindom.o e_loglabel.o e_index.o e_indom.o e_labels.o throttle.o deps/jsonsl/jsonsl.o io_xz.o accounts.o getdate.tab.o derive_parser.tab.o -llzma -lm -ldl -lpcp_pmda -lpcp -ldl
ln -s -f libpcp_fault.so.3 libpcp_fault.so
TOPDIR/tmp/hosttools/ar cr libpcp_fault.a connect.o context.o desc.o err.o fetch.o fetchgroup.o result.o help.o instance.o labels.o p_creds.o p_desc.o p_error.o p_fetch.o p_idlist.o p_instance.o p_profile.o p_result.o p_text.o p_pmns.o p_attr.o p_label.o pdu.o pdubuf.o pmns.o profile.o store.o units.o util.o ipc.o sortinst.o logmeta.o logportmap.o logutil.o tz.o interp.o rtime.o tv.o spec.o fetchlocal.o optfetch.o AF.o stuffvalue.o endian.o config.o auxconnect.o auxserver.o discovery.o p_lcontrol.o p_lrequest.o p_lstatus.o logconnect.o logcontrol.o connectlocal.o derive_fetch.o events.o lock.o hash.o fault.o access.o getopt.o getopt2.o getopt3.o io.o io_stdio.o exec.o sha256.o strings.o shellprobe.o subnetprobe.o deprecated.o equivindom.o e_loglabel.o e_index.o e_indom.o e_labels.o throttle.o deps/jsonsl/jsonsl.o io_xz.o accounts.o getdate.tab.o derive_parser.tab.o
=== pmcpp ===
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o pmcpp.o pmcpp.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -o pmcpp -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L./src/libpcp/src -L./src/libpcp_web/src -L./src/libpcp_pmda/src -L./src/libpcp_mmv/src -L./src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../src/libpcp/src -L../src/libpcp_web/src -L../src/libpcp_pmda/src -L../src/libpcp_mmv/src -L../src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../../src/libpcp/src -L../../src/libpcp_web/src -L../../src/libpcp_pmda/src -L../../src/libpcp_mmv/src -L../../src/libpcp_archive/src pmcpp.o -lpcp
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -DPCP_STATIC -o pmcpp.static -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L./src/libpcp/src -L./src/libpcp_web/src -L./src/libpcp_pmda/src -L./src/libpcp_mmv/src -L./src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../src/libpcp/src -L../src/libpcp_web/src -L../src/libpcp_pmda/src -L../src/libpcp_mmv/src -L../src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../../src/libpcp/src -L../../src/libpcp_web/src -L../../src/libpcp_pmda/src -L../../src/libpcp_mmv/src -L../../src/libpcp_archive/src pmcpp.c ../../src/libpcp_static/src/libpcp_static.a -lm -ldl -llzma -lm -ldl
=== newhelp ===
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -o newhelp -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L./src/libpcp/src -L./src/libpcp_web/src -L./src/libpcp_pmda/src -L./src/libpcp_mmv/src -L./src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../src/libpcp/src -L../src/libpcp_web/src -L../src/libpcp_pmda/src -L../src/libpcp_mmv/src -L../src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../../src/libpcp/src -L../../src/libpcp_web/src -L../../src/libpcp_pmda/src -L../../src/libpcp_mmv/src -L../../src/libpcp_archive/src -Wall newhelp.c -lpcp_pmda -lpcp
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o chkhelp.o chkhelp.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -o chkhelp -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L./src/libpcp/src -L./src/libpcp_web/src -L./src/libpcp_pmda/src -L./src/libpcp_mmv/src -L./src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../src/libpcp/src -L../src/libpcp_web/src -L../src/libpcp_pmda/src -L../src/libpcp_mmv/src -L../src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../../src/libpcp/src -L../../src/libpcp_web/src -L../../src/libpcp_pmda/src -L../../src/libpcp_mmv/src -L../../src/libpcp_archive/src -Wall chkhelp.o -lpcp_pmda -lpcp
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -DPCP_STATIC -o newhelp.static -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L./src/libpcp/src -L./src/libpcp_web/src -L./src/libpcp_pmda/src -L./src/libpcp_mmv/src -L./src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../src/libpcp/src -L../src/libpcp_web/src -L../src/libpcp_pmda/src -L../src/libpcp_mmv/src -L../src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../../src/libpcp/src -L../../src/libpcp_web/src -L../../src/libpcp_pmda/src -L../../src/libpcp_mmv/src -L../../src/libpcp_archive/src -Wall newhelp.c ../../src/libpcp_static/src/libpcp_static.a -lm -ldl -llzma -lm -ldl
=== pmieconf ===
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -I../../src/pmie/src -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o pmieconf.o pmieconf.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -I../../src/pmie/src -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o rules.o rules.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -I../../src/pmie/src -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o io.o io.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -I../../src/pmie/src -Wall -O2 -g -o pmieconf -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L./src/libpcp/src -L./src/libpcp_web/src -L./src/libpcp_pmda/src -L./src/libpcp_mmv/src -L./src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../src/libpcp/src -L../src/libpcp_web/src -L../src/libpcp_pmda/src -L../src/libpcp_mmv/src -L../src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../../src/libpcp/src -L../../src/libpcp_web/src -L../../src/libpcp_pmda/src -L../../src/libpcp_mmv/src -L../../src/libpcp_archive/src pmieconf.o rules.o io.o -lpcp
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -I../../src/pmie/src -Wall -O2 -g -DPCP_STATIC -o pmieconf.static -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L./src/libpcp/src -L./src/libpcp_web/src -L./src/libpcp_pmda/src -L./src/libpcp_mmv/src -L./src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../src/libpcp/src -L../src/libpcp_web/src -L../src/libpcp_pmda/src -L../src/libpcp_mmv/src -L../src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../../src/libpcp/src -L../../src/libpcp_web/src -L../../src/libpcp_pmda/src -L../../src/libpcp_mmv/src -L../../src/libpcp_archive/src pmieconf.c rules.c io.c ../../src/libpcp_static/src/libpcp_static.a -lm -ldl -llzma -lm -ldl
for d in `echo pmieconf.static cpu entropy filesys memory network percpu perdisk pernetif power global primary testing zeroconf `; do if test -d "$d" -a -f "$d/GNUmakefile"; then TOPDIR/tmp/hosttools/echo === $d ===; make --no-print-directory -C $d local || exit $?; fi; done
=== cpu ===
=== entropy ===
=== filesys ===
=== memory ===
=== network ===
=== percpu ===
=== perdisk ===
=== pernetif ===
=== power ===
=== global ===
=== primary ===
=== testing ===
=== zeroconf ===
HOME=`pwd` PCP_CONF=../../src/include/pcp.conf PCP_ALT_CPP=../../src/pmcpp/pmcpp.static ../../src/pmieconf/pmieconf.static -F -r rules -f local
HOME=`pwd` PCP_CONF=../../src/include/pcp.conf PCP_ALT_CPP=../../src/pmcpp/pmcpp.static ../../src/pmieconf/pmieconf.static -r rules -f local modify primary enabled yes
for d in `echo cpu entropy filesys memory network percpu perdisk pernetif power global primary testing zeroconf `; do if test -d "$d" -a -f "$d/GNUmakefile"; then TOPDIR/tmp/hosttools/echo === $d ===; make --no-print-directory -C $d pmlogconf || exit $?; fi; done >pmlogconf.tmp
=== pcp-reboot-init ===
make[2]: Nothing to be done for 'default_pcp'.
=== pminfo ===
ln -s ../../src/external/sha1.h .
ln -s ../../src/external/sha1.c .
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o pminfo.o pminfo.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o sha1.o sha1.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -o pminfo -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L./src/libpcp/src -L./src/libpcp_web/src -L./src/libpcp_pmda/src -L./src/libpcp_mmv/src -L./src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../src/libpcp/src -L../src/libpcp_web/src -L../src/libpcp_pmda/src -L../src/libpcp_mmv/src -L../src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../../src/libpcp/src -L../../src/libpcp_web/src -L../../src/libpcp_pmda/src -L../../src/libpcp_mmv/src -L../../src/libpcp_archive/src pminfo.o sha1.o -lpcp
=== pmprobe ===
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o pmprobe.o pmprobe.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -o pmprobe -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L./src/libpcp/src -L./src/libpcp_web/src -L./src/libpcp_pmda/src -L./src/libpcp_mmv/src -L./src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../src/libpcp/src -L../src/libpcp_web/src -L../src/libpcp_pmda/src -L../src/libpcp_mmv/src -L../src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../../src/libpcp/src -L../../src/libpcp_web/src -L../../src/libpcp_pmda/src -L../../src/libpcp_mmv/src -L../../src/libpcp_archive/src pmprobe.o -lpcp
=== bashrc ===
make[2]: Nothing to be done for 'default_pcp'.
=== zshrc ===
make[2]: Nothing to be done for 'default_pcp'.
=== dbpmda ===
for d in `echo src `; do if test -d "$d" -a -f "$d/GNUmakefile"; then TOPDIR/tmp/hosttools/echo === $d ===; make --no-print-directory -C $d default || exit $?; fi; done
=== src ===
bison -d -b `basename gram.y .y` gram.y
rm -f gram.h && ln -s gram.tab.h gram.h
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -DPCP_INTERNAL -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o dbpmda.o dbpmda.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -DPCP_INTERNAL -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o dso.o dso.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -DPCP_INTERNAL -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o util.o util.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -DPCP_INTERNAL -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o pmda.o pmda.c
flex -t lex.l > lex.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -DPCP_INTERNAL -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o lex.o lex.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -DPCP_INTERNAL -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o gram.tab.o gram.tab.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -DPCP_INTERNAL -Wall -O2 -g -o dbpmda -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L./src/libpcp/src -L./src/libpcp_web/src -L./src/libpcp_pmda/src -L./src/libpcp_mmv/src -L./src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../src/libpcp/src -L../src/libpcp_web/src -L../src/libpcp_pmda/src -L../src/libpcp_mmv/src -L../src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../../src/libpcp/src -L../../src/libpcp_web/src -L../../src/libpcp_pmda/src -L../../src/libpcp_mmv/src -L../../src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../../../src/libpcp/src -L../../../src/libpcp_web/src -L../../../src/libpcp_pmda/src -L../../../src/libpcp_mmv/src -L../../../src/libpcp_archive/src dbpmda.o dso.o util.o pmda.o lex.o gram.tab.o -lpcp -ldl
rm lex.c
=== genpmda ===
make[2]: Nothing to be done for 'default_pcp'.
=== pcp ===
for d in `echo atop buddyinfo dmcache dstat free geolocate htop iostat ipcs meminfo mpstat netstat numastat pidstat ps python shping slabinfo ss summary tapestat uptime verify vmstat xsos zoneinfo `; do if test -d "$d" -a -f "$d/GNUmakefile"; then TOPDIR/tmp/hosttools/echo === $d ===; make --no-print-directory -C $d default_pcp || exit $?; fi; done
=== atop ===
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o atop.o atop.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o version.o version.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o showsys.o showsys.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o showprocs.o showprocs.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o showlinux.o showlinux.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o showgeneric.o showgeneric.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o procdbase.o procdbase.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o parseable.o parseable.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o drawbar.o drawbar.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o deviate.o deviate.c
sed -e "s;^\. .PCP_DIR.etc.pcp.env;. ../../../src/include/pcp.env;" \
../../../src/pmgenmap/pmgenmap.sh >pmgenmap.sh
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o atopsar.o atopsar.c
PCP_CONF=../../../src/include/pcp.conf PCP_ALT_CPP=../../../src/pmcpp/pmcpp.static sh ./pmgenmap.sh hostmetrics.map > hostmetrics.h
PCP_CONF=../../../src/include/pcp.conf PCP_ALT_CPP=../../../src/pmcpp/pmcpp.static sh ./pmgenmap.sh systmetrics.map > systmetrics.h
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o various.o various.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o photosyst.o photosyst.c
PCP_CONF=../../../src/include/pcp.conf PCP_ALT_CPP=../../../src/pmcpp/pmcpp.static sh ./pmgenmap.sh netprocmetrics.map > netprocmetrics.h
PCP_CONF=../../../src/include/pcp.conf PCP_ALT_CPP=../../../src/pmcpp/pmcpp.static sh ./pmgenmap.sh procmetrics.map > procmetrics.h
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o netproc.o netproc.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o photoproc.o photoproc.c
PCP_CONF=../../../src/include/pcp.conf PCP_ALT_CPP=../../../src/pmcpp/pmcpp.static sh ./pmgenmap.sh ifpropmetrics.map > ifpropmetrics.h
PCP_CONF=../../../src/include/pcp.conf PCP_ALT_CPP=../../../src/pmcpp/pmcpp.static sh ./pmgenmap.sh gpumetrics.map > gpumetrics.h
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o ifprop.o ifprop.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o gpucom.o gpucom.c
PCP_CONF=../../../src/include/pcp.conf PCP_ALT_CPP=../../../src/pmcpp/pmcpp.static sh ./pmgenmap.sh acctmetrics.map > acctmetrics.h
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o acctproc.o acctproc.c
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -o pcp-atop -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L./src/libpcp/src -L./src/libpcp_web/src -L./src/libpcp_pmda/src -L./src/libpcp_mmv/src -L./src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../src/libpcp/src -L../src/libpcp_web/src -L../src/libpcp_pmda/src -L../src/libpcp_mmv/src -L../src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../../src/libpcp/src -L../../src/libpcp_web/src -L../../src/libpcp_pmda/src -L../../src/libpcp_mmv/src -L../../src/libpcp_archive/src -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,--enable-new-dtags -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath-link,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib -Wl,-rpath,TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/lib -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wall -L../../../src/libpcp/src -L../../../src/libpcp_web/src -L../../../src/libpcp_pmda/src -L../../../src/libpcp_mmv/src -L../../../src/libpcp_archive/src -L../../../src/libpcp_gui/src atop.o atopsar.o acctproc.o deviate.o drawbar.o gpucom.o ifprop.o parseable.o photoproc.o netproc.o photosyst.o procdbase.o showgeneric.o showlinux.o showprocs.o showsys.o various.o version.o -lpcp_gui -lpcp -LTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/lib -lncursesw -ltinfo -lm
=== buddyinfo ===
make[3]: Nothing to be done for 'default_pcp'.
=== dmcache ===
make[3]: Nothing to be done for 'default_pcp'.
=== dstat ===
for d in `echo plugins `; do if test -d "$d" -a -f "$d/GNUmakefile"; then TOPDIR/tmp/hosttools/echo === $d ===; make --no-print-directory -C $d build-me || exit $?; fi; done
=== plugins ===
make[4]: Nothing to be done for 'build-me'.
=== free ===
make[3]: Nothing to be done for 'default_pcp'.
=== geolocate ===
TOPDIR/tmp/hosttools/sed <pcp-geolocate.service.in >pcp-geolocate.service \
-e 's;@PCP_BINADM_DIR@;'TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/libexec/pcp/bin';' \
-e 's;@PCP_SYSCONF_DIR@;'TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/etc/pcp';' \
# END
=== htop ===
ln -s -f ../../../vendor/github.com/htop-dev/htop/Action.h Action.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/DiskIOMeter.h DiskIOMeter.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/DisplayOptionsPanel.h DisplayOptionsPanel.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/DynamicColumn.h DynamicColumn.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/DynamicMeter.h DynamicMeter.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/DynamicScreen.h DynamicScreen.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/EnvScreen.h EnvScreen.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/FileDescriptorMeter.h FileDescriptorMeter.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/FunctionBar.h FunctionBar.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/Hashtable.h Hashtable.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/Header.h Header.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/HeaderLayout.h HeaderLayout.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/HeaderOptionsPanel.h HeaderOptionsPanel.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/HostnameMeter.h HostnameMeter.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/IncSet.h IncSet.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/InfoScreen.h InfoScreen.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/ListItem.h ListItem.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/LoadAverageMeter.h LoadAverageMeter.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/Machine.h Machine.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/Macros.h Macros.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/MainPanel.h MainPanel.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/MemoryMeter.h MemoryMeter.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/MemorySwapMeter.h MemorySwapMeter.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/Meter.h Meter.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/MeterMode.h MeterMode.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/MetersPanel.h MetersPanel.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/NetworkIOMeter.h NetworkIOMeter.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/Object.h Object.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/OpenFilesScreen.h OpenFilesScreen.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/OptionItem.h OptionItem.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/Panel.h Panel.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/Process.h Process.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/ProcessLocksScreen.h ProcessLocksScreen.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/ProcessTable.h ProcessTable.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/ProvideCurses.h ProvideCurses.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/ProvideTerm.h ProvideTerm.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/RichString.h RichString.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/Row.h Row.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/RowField.h RowField.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/Scheduling.h Scheduling.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/ScreenManager.h ScreenManager.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/ScreensPanel.h ScreensPanel.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/ScreenTabsPanel.h ScreenTabsPanel.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/Settings.h Settings.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/SignalsPanel.h SignalsPanel.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/SwapMeter.h SwapMeter.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/SysArchMeter.h SysArchMeter.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/Table.h Table.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/TasksMeter.h TasksMeter.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/DateTimeMeter.h DateTimeMeter.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/UptimeMeter.h UptimeMeter.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/UsersTable.h UsersTable.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/Vector.h Vector.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/XUtils.h XUtils.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/pcp-htop.c pcp-htop.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/Action.c Action.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/AvailableColumnsPanel.c AvailableColumnsPanel.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/AvailableMetersPanel.c AvailableMetersPanel.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/BatteryMeter.c BatteryMeter.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/CategoriesPanel.c CategoriesPanel.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/ClockMeter.c ClockMeter.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/ColorsPanel.c ColorsPanel.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/ColumnsPanel.c ColumnsPanel.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/CommandLine.c CommandLine.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/CommandScreen.c CommandScreen.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/Compat.c Compat.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/CPUMeter.c CPUMeter.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/CRT.c CRT.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/DateMeter.c DateMeter.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/DateTimeMeter.c DateTimeMeter.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/DiskIOMeter.c DiskIOMeter.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/DisplayOptionsPanel.c DisplayOptionsPanel.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/DynamicColumn.c DynamicColumn.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/DynamicMeter.c DynamicMeter.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/DynamicScreen.c DynamicScreen.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/EnvScreen.c EnvScreen.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/FileDescriptorMeter.c FileDescriptorMeter.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/TraceScreen.h TraceScreen.h
ln -s -f ../../../vendor/github.com/htop-dev/htop/Hashtable.c Hashtable.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/Header.c Header.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/HeaderOptionsPanel.c HeaderOptionsPanel.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/HostnameMeter.c HostnameMeter.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/IncSet.c IncSet.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/InfoScreen.c InfoScreen.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/ListItem.c ListItem.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/LoadAverageMeter.c LoadAverageMeter.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/Machine.c Machine.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/MainPanel.c MainPanel.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/MemoryMeter.c MemoryMeter.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/MemorySwapMeter.c MemorySwapMeter.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/Meter.c Meter.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/MetersPanel.c MetersPanel.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/NetworkIOMeter.c NetworkIOMeter.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/Object.c Object.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/OpenFilesScreen.c OpenFilesScreen.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/OptionItem.c OptionItem.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/Panel.c Panel.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/Process.c Process.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/ProcessLocksScreen.c ProcessLocksScreen.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/ProcessTable.c ProcessTable.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/RichString.c RichString.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/Row.c Row.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/Scheduling.c Scheduling.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/ScreenManager.c ScreenManager.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/ScreensPanel.c ScreensPanel.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/ScreenTabsPanel.c ScreenTabsPanel.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/Settings.c Settings.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/SignalsPanel.c SignalsPanel.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/SwapMeter.c SwapMeter.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/SysArchMeter.c SysArchMeter.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/Table.c Table.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/TasksMeter.c TasksMeter.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/TraceScreen.c TraceScreen.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/UptimeMeter.c UptimeMeter.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/UsersTable.c UsersTable.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/Vector.c Vector.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/XUtils.c XUtils.c
ln -s -f ../../../vendor/github.com/htop-dev/htop/AUTHORS AUTHORS
ln -s -f ../../../vendor/github.com/htop-dev/htop/pcp-htop.5.in pcp-htop.5.in
mkdir -p linux pcp zfs
ln -s -f ../../../../vendor/github.com/htop-dev/htop/linux/CGroupUtils.h linux/CGroupUtils.h
mkdir -p linux pcp zfs
ln -s -f ../../../../vendor/github.com/htop-dev/htop/linux/PressureStallMeter.h linux/PressureStallMeter.h
mkdir -p linux pcp zfs
ln -s -f ../../../../vendor/github.com/htop-dev/htop/linux/ZramMeter.h linux/ZramMeter.h
mkdir -p linux pcp zfs
ln -s -f ../../../../vendor/github.com/htop-dev/htop/linux/ZramStats.h linux/ZramStats.h
mkdir -p linux pcp zfs
ln -s -f ../../../../vendor/github.com/htop-dev/htop/linux/ZswapStats.h linux/ZswapStats.h
mkdir -p linux pcp zfs
ln -s -f ../../../../vendor/github.com/htop-dev/htop/zfs/ZfsArcMeter.h zfs/ZfsArcMeter.h
mkdir -p linux pcp zfs
ln -s -f ../../../../vendor/github.com/htop-dev/htop/zfs/ZfsArcStats.h zfs/ZfsArcStats.h
mkdir -p linux pcp zfs
ln -s -f ../../../../vendor/github.com/htop-dev/htop/zfs/ZfsCompressedArcMeter.h zfs/ZfsCompressedArcMeter.h
mkdir -p linux pcp zfs
ln -s -f ../../../../vendor/github.com/htop-dev/htop/pcp/InDomTable.h pcp/InDomTable.h
mkdir -p linux pcp zfs
ln -s -f ../../../../vendor/github.com/htop-dev/htop/pcp/Instance.h pcp/Instance.h
mkdir -p linux pcp zfs
ln -s -f ../../../../vendor/github.com/htop-dev/htop/pcp/Metric.h pcp/Metric.h
mkdir -p linux pcp zfs
ln -s -f ../../../../vendor/github.com/htop-dev/htop/pcp/PCPDynamicColumn.h pcp/PCPDynamicColumn.h
mkdir -p linux pcp zfs
ln -s -f ../../../../vendor/github.com/htop-dev/htop/pcp/PCPDynamicMeter.h pcp/PCPDynamicMeter.h
mkdir -p linux pcp zfs
ln -s -f ../../../../vendor/github.com/htop-dev/htop/pcp/PCPDynamicScreen.h pcp/PCPDynamicScreen.h
mkdir -p linux pcp zfs
ln -s -f ../../../../vendor/github.com/htop-dev/htop/pcp/PCPMachine.h pcp/PCPMachine.h
mkdir -p linux pcp zfs
ln -s -f ../../../../vendor/github.com/htop-dev/htop/pcp/PCPProcess.h pcp/PCPProcess.h
mkdir -p linux pcp zfs
ln -s -f ../../../../vendor/github.com/htop-dev/htop/pcp/PCPProcessTable.h pcp/PCPProcessTable.h
mkdir -p linux pcp zfs
ln -s -f ../../../../vendor/github.com/htop-dev/htop/pcp/Platform.h pcp/Platform.h
mkdir -p linux pcp zfs
ln -s -f ../../../../vendor/github.com/htop-dev/htop/pcp/ProcessField.h pcp/ProcessField.h
mkdir -p linux pcp zfs
ln -s -f ../../../../vendor/github.com/htop-dev/htop/linux/CGroupUtils.c linux/CGroupUtils.c
mkdir -p linux pcp zfs
ln -s -f ../../../../vendor/github.com/htop-dev/htop/linux/PressureStallMeter.c linux/PressureStallMeter.c
mkdir -p linux pcp zfs
ln -s -f ../../../../vendor/github.com/htop-dev/htop/linux/ZramMeter.c linux/ZramMeter.c
mkdir -p linux pcp zfs
ln -s -f ../../../../vendor/github.com/htop-dev/htop/zfs/ZfsArcMeter.c zfs/ZfsArcMeter.c
mkdir -p linux pcp zfs
ln -s -f ../../../../vendor/github.com/htop-dev/htop/zfs/ZfsCompressedArcMeter.c zfs/ZfsCompressedArcMeter.c
mkdir -p linux pcp zfs
ln -s -f ../../../../vendor/github.com/htop-dev/htop/pcp/InDomTable.c pcp/InDomTable.c
mkdir -p linux pcp zfs
ln -s -f ../../../../vendor/github.com/htop-dev/htop/pcp/Instance.c pcp/Instance.c
mkdir -p linux pcp zfs
ln -s -f ../../../../vendor/github.com/htop-dev/htop/pcp/Metric.c pcp/Metric.c
mkdir -p linux pcp zfs
ln -s -f ../../../../vendor/github.com/htop-dev/htop/pcp/PCPDynamicColumn.c pcp/PCPDynamicColumn.c
mkdir -p linux pcp zfs
ln -s -f ../../../../vendor/github.com/htop-dev/htop/pcp/PCPDynamicMeter.c pcp/PCPDynamicMeter.c
mkdir -p linux pcp zfs
ln -s -f ../../../../vendor/github.com/htop-dev/htop/pcp/PCPDynamicScreen.c pcp/PCPDynamicScreen.c
mkdir -p linux pcp zfs
ln -s -f ../../../../vendor/github.com/htop-dev/htop/pcp/PCPMachine.c pcp/PCPMachine.c
mkdir -p linux pcp zfs
ln -s -f ../../../../vendor/github.com/htop-dev/htop/pcp/PCPProcess.c pcp/PCPProcess.c
mkdir -p linux pcp zfs
ln -s -f ../../../../vendor/github.com/htop-dev/htop/pcp/PCPProcessTable.c pcp/PCPProcessTable.c
mkdir -p linux pcp zfs
ln -s -f ../../../../vendor/github.com/htop-dev/htop/pcp/Platform.c pcp/Platform.c
mkdir -p pcp/columns pcp/meters pcp/screens
ln -s -f ../../../../../vendor/github.com/htop-dev/htop/pcp/meters/entropy pcp/meters/entropy
mkdir -p pcp/columns pcp/meters pcp/screens
ln -s -f ../../../../../vendor/github.com/htop-dev/htop/pcp/meters/freespace pcp/meters/freespace
mkdir -p pcp/columns pcp/meters pcp/screens
ln -s -f ../../../../../vendor/github.com/htop-dev/htop/pcp/meters/gpu pcp/meters/gpu
mkdir -p pcp/columns pcp/meters pcp/screens
ln -s -f ../../../../../vendor/github.com/htop-dev/htop/pcp/meters/ipc pcp/meters/ipc
mkdir -p pcp/columns pcp/meters pcp/screens
ln -s -f ../../../../../vendor/github.com/htop-dev/htop/pcp/meters/locks pcp/meters/locks
mkdir -p pcp/columns pcp/meters pcp/screens
ln -s -f ../../../../../vendor/github.com/htop-dev/htop/pcp/meters/memcache pcp/meters/memcache
mkdir -p pcp/columns pcp/meters pcp/screens
ln -s -f ../../../../../vendor/github.com/htop-dev/htop/pcp/meters/mysql pcp/meters/mysql
mkdir -p pcp/columns pcp/meters pcp/screens
ln -s -f ../../../../../vendor/github.com/htop-dev/htop/pcp/meters/postfix pcp/meters/postfix
mkdir -p pcp/columns pcp/meters pcp/screens
ln -s -f ../../../../../vendor/github.com/htop-dev/htop/pcp/meters/redis pcp/meters/redis
mkdir -p pcp/columns pcp/meters pcp/screens
ln -s -f ../../../../../vendor/github.com/htop-dev/htop/pcp/meters/tcp pcp/meters/tcp
mkdir -p pcp/columns pcp/meters pcp/screens
ln -s -f ../../../../../vendor/github.com/htop-dev/htop/pcp/columns/container pcp/columns/container
mkdir -p pcp/columns pcp/meters pcp/screens
ln -s -f ../../../../../vendor/github.com/htop-dev/htop/pcp/columns/delayacct pcp/columns/delayacct
mkdir -p pcp/columns pcp/meters pcp/screens
ln -s -f ../../../../../vendor/github.com/htop-dev/htop/pcp/columns/fdcount pcp/columns/fdcount
mkdir -p pcp/columns pcp/meters pcp/screens
ln -s -f ../../../../../vendor/github.com/htop-dev/htop/pcp/columns/gpu_memory pcp/columns/gpu_memory
mkdir -p pcp/columns pcp/meters pcp/screens
ln -s -f ../../../../../vendor/github.com/htop-dev/htop/pcp/columns/guest pcp/columns/guest
mkdir -p pcp/columns pcp/meters pcp/screens
ln -s -f ../../../../../vendor/github.com/htop-dev/htop/pcp/columns/memory pcp/columns/memory
mkdir -p pcp/columns pcp/meters pcp/screens
ln -s -f ../../../../../vendor/github.com/htop-dev/htop/pcp/columns/sched pcp/columns/sched
mkdir -p pcp/columns pcp/meters pcp/screens
ln -s -f ../../../../../vendor/github.com/htop-dev/htop/pcp/columns/swap pcp/columns/swap
mkdir -p pcp/columns pcp/meters pcp/screens
ln -s -f ../../../../../vendor/github.com/htop-dev/htop/pcp/columns/tcp pcp/columns/tcp
mkdir -p pcp/columns pcp/meters pcp/screens
ln -s -f ../../../../../vendor/github.com/htop-dev/htop/pcp/columns/udp pcp/columns/udp
mkdir -p pcp/columns pcp/meters pcp/screens
ln -s -f ../../../../../vendor/github.com/htop-dev/htop/pcp/columns/wchan pcp/columns/wchan
mkdir -p pcp/columns pcp/meters pcp/screens
ln -s -f ../../../../../vendor/github.com/htop-dev/htop/pcp/screens/cgroups pcp/screens/cgroups
mkdir -p pcp/columns pcp/meters pcp/screens
ln -s -f ../../../../../vendor/github.com/htop-dev/htop/pcp/screens/cgroupsio pcp/screens/cgroupsio
mkdir -p pcp/columns pcp/meters pcp/screens
ln -s -f ../../../../../vendor/github.com/htop-dev/htop/pcp/screens/cgroupsmem pcp/screens/cgroupsmem
mkdir -p pcp/columns pcp/meters pcp/screens
ln -s -f ../../../../../vendor/github.com/htop-dev/htop/pcp/screens/devices pcp/screens/devices
mkdir -p pcp/columns pcp/meters pcp/screens
ln -s -f ../../../../../vendor/github.com/htop-dev/htop/pcp/screens/filesystems pcp/screens/filesystems
mkdir -p pcp/columns pcp/meters pcp/screens
ln -s -f ../../../../../vendor/github.com/htop-dev/htop/pcp/screens/biosnoop pcp/screens/biosnoop
mkdir -p pcp/columns pcp/meters pcp/screens
ln -s -f ../../../../../vendor/github.com/htop-dev/htop/pcp/screens/execsnoop pcp/screens/execsnoop
mkdir -p pcp/columns pcp/meters pcp/screens
ln -s -f ../../../../../vendor/github.com/htop-dev/htop/pcp/screens/exitsnoop pcp/screens/exitsnoop
mkdir -p pcp/columns pcp/meters pcp/screens
ln -s -f ../../../../../vendor/github.com/htop-dev/htop/pcp/screens/opensnoop pcp/screens/opensnoop
gcc -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -O2 -pipe -I./src/include -I./src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../src/include -I../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../src/include -I../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -Wall -O2 -g -I../../../src/include -I../../../src/include/pcp -DPCP_VERSION=\"6.3.8\" -fPIC -fno-strict-aliasing -D_GNU_SOURCE -Wshadow -Wno-array-bounds -DHAVE_LIBNCURSESW=true --std=c99 -Ipcp -I. -DNDEBUG -DVERSION=\"6.3.8\" -DHTOP_PCP=1 -DSYSCONFDIR=\"TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/etc/pcp\" -DCONFIGDIR=\"/.pcp\" -DCOPYRIGHT=\""(C) 2004-2019 Hisham Muhammad. (C) 2020-2024 htop dev team."\" -DPACKAGE=\"pcp-htop\" -D_XOPEN_SOURCE_EXTENDED -DMAJOR_IN_SYSMACROS=1 -Wall -O2 -g -isystemTOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/recipe-sysroot-native/usr/include -c -o pcp-htop.o pcp-htop.c
pcp-htop.c:13:10: fatal error: CommandLine.h: No such file or directory
13 | #include "CommandLine.h"
| ^~~~~~~~~~~~~~~
compilation terminated.
make[3]: *** [<builtin>: pcp-htop.o] Error 1
make[2]: *** [GNUmakefile:50: default_pcp] Error 2
make[1]: *** [GNUmakefile:155: default_pcp] Error 2
make[1]: Leaving directory 'TOPDIR/tmp/work/x86_64-linux/pcp-native/6.3.8/sources/pcp-6.3.8/src'
make: *** [GNUmakefile:50: default_pcp] Error 2
ERROR: oe_runmake failed
WARNING: exit code 1 from a shell command.