2008年3月8日土曜日

FreeBSDにportsからモニタリングソフトウェアmuninをインストール

サーバを運用していると、サーバの状況を知るために、モニタリングしておくことが必要になります。
CPU やメモリ、ストレージ、ネットワークなどの利用率や使用量、転送量といったことを把握しておく必要があるためです。

サーバの負荷などをモニタリングするソフトウェアとして、MRTG, catci などが有名ですが、
結構、設定だけで骨が折れます。

インストールから設定まで、非常に簡単にできる munin ソフトウェアがあります。
munin は、 RRDTool を利用してグラフを作成してくれます。

munin のアプリケーションは、 メインとノードの2つに分かれています。

まず、 munin-main のほうからインストールします。

%whereis munin-main
munin-main: /usr/ports/sysutils/munin-main
%cd /usr/ports/sysutils/munin-main
%sudo make install
===> Vulnerability check disabled, database not found
=> munin_1.2.5.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from http://heanet.dl.sourceforge.net/sourceforge/munin/.
munin_1.2.5.tar.gz 100% of 344 kB 69 kBps
===> Extracting for munin-main-1.2.5
=> MD5 Checksum OK for munin_1.2.5.tar.gz.
=> SHA256 Checksum OK for munin_1.2.5.tar.gz.
===> munin-main-1.2.5 depends on file: /usr/local/bin/perl5.8.8 - found
===> Patching for munin-main-1.2.5
===> munin-main-1.2.5 depends on file: /usr/local/bin/perl5.8.8 - found
===> Applying FreeBSD patches for munin-main-1.2.5
===> munin-main-1.2.5 depends on file: /usr/local/lib/perl5/site_perl/5.8.8/mach/RRDs.pm - not found
===> Verifying install for /usr/local/lib/perl5/site_perl/5.8.8/mach/RRDs.pm in /usr/ports/databases/rrdtool
cd /usr/ports/databases/rrdtool && make config;
===> Vulnerability check disabled, database not found
===> Found saved configuration for rrdtool-1.2.26
=> rrdtool-1.2.26.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from http://oss.oetiker.ch/rrdtool/pub/.
rrdtool-1.2.26.tar.gz 100% of 1054 kB 61 kBps 00m00s
===> Extracting for rrdtool-1.2.26
=> MD5 Checksum OK for rrdtool-1.2.26.tar.gz.
=> SHA256 Checksum OK for rrdtool-1.2.26.tar.gz.
===> rrdtool-1.2.26 depends on file: /usr/local/bin/perl5.8.8 - found
===> Patching for rrdtool-1.2.26
===> rrdtool-1.2.26 depends on file: /usr/local/bin/perl5.8.8 - found
===> Applying FreeBSD patches for rrdtool-1.2.26
===> rrdtool-1.2.26 depends on executable: gmake - found
===> rrdtool-1.2.26 depends on file: /usr/local/bin/perl5.8.8 - found
===> rrdtool-1.2.26 depends on file: /usr/local/bin/libtool - found
===> rrdtool-1.2.26 depends on shared library: freetype.9 - found
===> rrdtool-1.2.26 depends on shared library: art_lgpl_2.5 - not found
===> Verifying install for art_lgpl_2.5 in /usr/ports/graphics/libart_lgpl
===> Vulnerability check disabled, database not found
=> libart_lgpl-2.3.20.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/gnome2.
=> Attempting to fetch from ftp://ftp.belnet.be/mirror/ftp.gnome.org/sources/libart_lgpl/2.3/.
libart_lgpl-2.3.20.tar.bz2 100% of 295 kB 76 kBps
===> Extracting for libart_lgpl-2.3.20,1
=> MD5 Checksum OK for gnome2/libart_lgpl-2.3.20.tar.bz2.
=> SHA256 Checksum OK for gnome2/libart_lgpl-2.3.20.tar.bz2.
===> Patching for libart_lgpl-2.3.20,1
===> libart_lgpl-2.3.20,1 depends on file: /usr/local/bin/libtool - found
===> libart_lgpl-2.3.20,1 depends on executable: pkg-config - found
===> Configuring for libart_lgpl-2.3.20,1
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking for gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of cc... gcc3
checking how to run the C preprocessor... cc -E
checking build system type... i386-portbld-freebsd7.0
checking host system type... i386-portbld-freebsd7.0
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... gcc3
checking how to run the C++ preprocessor... c++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... (cached) 262144
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... freebsd7.0 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by c++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking for c++ option to produce PIC... -fPIC
checking if c++ PIC flag -fPIC works... yes
checking if c++ static flag -static works... yes
checking if c++ supports -c -o file.o... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd7.0 ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking whether to enable maintainer-specific portions of Makefiles... no
checking for some Win32 platform... no
checking for native Win32... no
checking for working alloca.h... no
checking for alloca... yes
checking whether byte ordering is bigendian... no
configure: creating ./config.status
config.status: creating libart-features.h
config.status: creating Makefile
config.status: creating libart-2.0.pc
config.status: creating libart-2.0-uninstalled.pc
config.status: creating libart-zip
config.status: creating libart-config
config.status: creating config.h
config.status: executing depfiles commands
===> Building for libart_lgpl-2.3.20,1
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT gen_art_config.o -MD -MP -MF .deps/gen_art_config.Tpo -c -o gen_art_config.o gen_art_config.c
mv -f .deps/gen_art_config.Tpo .deps/gen_art_config.Po
/bin/sh /usr/local/bin/libtool --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -o gen_art_config gen_art_config.o
mkdir .libs
cc -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -o gen_art_config gen_art_config.o
./gen_art_config > art_config.h
make all-am
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_affine.lo -MD -MP -MF .deps/art_affine.Tpo -c -o art_affine.lo art_affine.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_affine.lo -MD -MP -MF .deps/art_affine.Tpo -c art_affine.c -fPIC -DPIC -o .libs/art_affine.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_affine.lo -MD -MP -MF .deps/art_affine.Tpo -c art_affine.c -o art_affine.o >/dev/null 2>&1
mv -f .deps/art_affine.Tpo .deps/art_affine.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_alphagamma.lo -MD -MP -MF .deps/art_alphagamma.Tpo -c -o art_alphagamma.lo art_alphagamma.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_alphagamma.lo -MD -MP -MF .deps/art_alphagamma.Tpo -c art_alphagamma.c -fPIC -DPIC -o .libs/art_alphagamma.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_alphagamma.lo -MD -MP -MF .deps/art_alphagamma.Tpo -c art_alphagamma.c -o art_alphagamma.o >/dev/null 2>&1
mv -f .deps/art_alphagamma.Tpo .deps/art_alphagamma.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_bpath.lo -MD -MP -MF .deps/art_bpath.Tpo -c -o art_bpath.lo art_bpath.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_bpath.lo -MD -MP -MF .deps/art_bpath.Tpo -c art_bpath.c -fPIC -DPIC -o .libs/art_bpath.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_bpath.lo -MD -MP -MF .deps/art_bpath.Tpo -c art_bpath.c -o art_bpath.o >/dev/null 2>&1
mv -f .deps/art_bpath.Tpo .deps/art_bpath.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_gray_svp.lo -MD -MP -MF .deps/art_gray_svp.Tpo -c -o art_gray_svp.lo art_gray_svp.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_gray_svp.lo -MD -MP -MF .deps/art_gray_svp.Tpo -c art_gray_svp.c -fPIC -DPIC -o .libs/art_gray_svp.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_gray_svp.lo -MD -MP -MF .deps/art_gray_svp.Tpo -c art_gray_svp.c -o art_gray_svp.o >/dev/null 2>&1
mv -f .deps/art_gray_svp.Tpo .deps/art_gray_svp.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_misc.lo -MD -MP -MF .deps/art_misc.Tpo -c -o art_misc.lo art_misc.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_misc.lo -MD -MP -MF .deps/art_misc.Tpo -c art_misc.c -fPIC -DPIC -o .libs/art_misc.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_misc.lo -MD -MP -MF .deps/art_misc.Tpo -c art_misc.c -o art_misc.o >/dev/null 2>&1
mv -f .deps/art_misc.Tpo .deps/art_misc.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_pixbuf.lo -MD -MP -MF .deps/art_pixbuf.Tpo -c -o art_pixbuf.lo art_pixbuf.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_pixbuf.lo -MD -MP -MF .deps/art_pixbuf.Tpo -c art_pixbuf.c -fPIC -DPIC -o .libs/art_pixbuf.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_pixbuf.lo -MD -MP -MF .deps/art_pixbuf.Tpo -c art_pixbuf.c -o art_pixbuf.o >/dev/null 2>&1
mv -f .deps/art_pixbuf.Tpo .deps/art_pixbuf.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_rect.lo -MD -MP -MF .deps/art_rect.Tpo -c -o art_rect.lo art_rect.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_rect.lo -MD -MP -MF .deps/art_rect.Tpo -c art_rect.c -fPIC -DPIC -o .libs/art_rect.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_rect.lo -MD -MP -MF .deps/art_rect.Tpo -c art_rect.c -o art_rect.o >/dev/null 2>&1
mv -f .deps/art_rect.Tpo .deps/art_rect.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_rect_svp.lo -MD -MP -MF .deps/art_rect_svp.Tpo -c -o art_rect_svp.lo art_rect_svp.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_rect_svp.lo -MD -MP -MF .deps/art_rect_svp.Tpo -c art_rect_svp.c -fPIC -DPIC -o .libs/art_rect_svp.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_rect_svp.lo -MD -MP -MF .deps/art_rect_svp.Tpo -c art_rect_svp.c -o art_rect_svp.o >/dev/null 2>&1
mv -f .deps/art_rect_svp.Tpo .deps/art_rect_svp.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_rect_uta.lo -MD -MP -MF .deps/art_rect_uta.Tpo -c -o art_rect_uta.lo art_rect_uta.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_rect_uta.lo -MD -MP -MF .deps/art_rect_uta.Tpo -c art_rect_uta.c -fPIC -DPIC -o .libs/art_rect_uta.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_rect_uta.lo -MD -MP -MF .deps/art_rect_uta.Tpo -c art_rect_uta.c -o art_rect_uta.o >/dev/null 2>&1
mv -f .deps/art_rect_uta.Tpo .deps/art_rect_uta.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_render.lo -MD -MP -MF .deps/art_render.Tpo -c -o art_render.lo art_render.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_render.lo -MD -MP -MF .deps/art_render.Tpo -c art_render.c -fPIC -DPIC -o .libs/art_render.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_render.lo -MD -MP -MF .deps/art_render.Tpo -c art_render.c -o art_render.o >/dev/null 2>&1
mv -f .deps/art_render.Tpo .deps/art_render.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_render_gradient.lo -MD -MP -MF .deps/art_render_gradient.Tpo -c -o art_render_gradient.lo art_render_gradient.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_render_gradient.lo -MD -MP -MF .deps/art_render_gradient.Tpo -c art_render_gradient.c -fPIC -DPIC -o .libs/art_render_gradient.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_render_gradient.lo -MD -MP -MF .deps/art_render_gradient.Tpo -c art_render_gradient.c -o art_render_gradient.o >/dev/null 2>&1
mv -f .deps/art_render_gradient.Tpo .deps/art_render_gradient.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_render_mask.lo -MD -MP -MF .deps/art_render_mask.Tpo -c -o art_render_mask.lo art_render_mask.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_render_mask.lo -MD -MP -MF .deps/art_render_mask.Tpo -c art_render_mask.c -fPIC -DPIC -o .libs/art_render_mask.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_render_mask.lo -MD -MP -MF .deps/art_render_mask.Tpo -c art_render_mask.c -o art_render_mask.o >/dev/null 2>&1
mv -f .deps/art_render_mask.Tpo .deps/art_render_mask.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_render_svp.lo -MD -MP -MF .deps/art_render_svp.Tpo -c -o art_render_svp.lo art_render_svp.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_render_svp.lo -MD -MP -MF .deps/art_render_svp.Tpo -c art_render_svp.c -fPIC -DPIC -o .libs/art_render_svp.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_render_svp.lo -MD -MP -MF .deps/art_render_svp.Tpo -c art_render_svp.c -o art_render_svp.o >/dev/null 2>&1
mv -f .deps/art_render_svp.Tpo .deps/art_render_svp.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_rgb.lo -MD -MP -MF .deps/art_rgb.Tpo -c -o art_rgb.lo art_rgb.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_rgb.lo -MD -MP -MF .deps/art_rgb.Tpo -c art_rgb.c -fPIC -DPIC -o .libs/art_rgb.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_rgb.lo -MD -MP -MF .deps/art_rgb.Tpo -c art_rgb.c -o art_rgb.o >/dev/null 2>&1
mv -f .deps/art_rgb.Tpo .deps/art_rgb.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_rgb_affine.lo -MD -MP -MF .deps/art_rgb_affine.Tpo -c -o art_rgb_affine.lo art_rgb_affine.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_rgb_affine.lo -MD -MP -MF .deps/art_rgb_affine.Tpo -c art_rgb_affine.c -fPIC -DPIC -o .libs/art_rgb_affine.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_rgb_affine.lo -MD -MP -MF .deps/art_rgb_affine.Tpo -c art_rgb_affine.c -o art_rgb_affine.o >/dev/null 2>&1
mv -f .deps/art_rgb_affine.Tpo .deps/art_rgb_affine.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_rgb_affine_private.lo -MD -MP -MF .deps/art_rgb_affine_private.Tpo -c -o art_rgb_affine_private.lo art_rgb_affine_private.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_rgb_affine_private.lo -MD -MP -MF .deps/art_rgb_affine_private.Tpo -c art_rgb_affine_private.c -fPIC -DPIC -o .libs/art_rgb_affine_private.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_rgb_affine_private.lo -MD -MP -MF .deps/art_rgb_affine_private.Tpo -c art_rgb_affine_private.c -o art_rgb_affine_private.o >/dev/null 2>&1
mv -f .deps/art_rgb_affine_private.Tpo .deps/art_rgb_affine_private.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_rgb_bitmap_affine.lo -MD -MP -MF .deps/art_rgb_bitmap_affine.Tpo -c -o art_rgb_bitmap_affine.lo art_rgb_bitmap_affine.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_rgb_bitmap_affine.lo -MD -MP -MF .deps/art_rgb_bitmap_affine.Tpo -c art_rgb_bitmap_affine.c -fPIC -DPIC -o .libs/art_rgb_bitmap_affine.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_rgb_bitmap_affine.lo -MD -MP -MF .deps/art_rgb_bitmap_affine.Tpo -c art_rgb_bitmap_affine.c -o art_rgb_bitmap_affine.o >/dev/null 2>&1
mv -f .deps/art_rgb_bitmap_affine.Tpo .deps/art_rgb_bitmap_affine.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_rgb_pixbuf_affine.lo -MD -MP -MF .deps/art_rgb_pixbuf_affine.Tpo -c -o art_rgb_pixbuf_affine.lo art_rgb_pixbuf_affine.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_rgb_pixbuf_affine.lo -MD -MP -MF .deps/art_rgb_pixbuf_affine.Tpo -c art_rgb_pixbuf_affine.c -fPIC -DPIC -o .libs/art_rgb_pixbuf_affine.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_rgb_pixbuf_affine.lo -MD -MP -MF .deps/art_rgb_pixbuf_affine.Tpo -c art_rgb_pixbuf_affine.c -o art_rgb_pixbuf_affine.o >/dev/null 2>&1
mv -f .deps/art_rgb_pixbuf_affine.Tpo .deps/art_rgb_pixbuf_affine.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_rgb_rgba_affine.lo -MD -MP -MF .deps/art_rgb_rgba_affine.Tpo -c -o art_rgb_rgba_affine.lo art_rgb_rgba_affine.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_rgb_rgba_affine.lo -MD -MP -MF .deps/art_rgb_rgba_affine.Tpo -c art_rgb_rgba_affine.c -fPIC -DPIC -o .libs/art_rgb_rgba_affine.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_rgb_rgba_affine.lo -MD -MP -MF .deps/art_rgb_rgba_affine.Tpo -c art_rgb_rgba_affine.c -o art_rgb_rgba_affine.o >/dev/null 2>&1
mv -f .deps/art_rgb_rgba_affine.Tpo .deps/art_rgb_rgba_affine.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_rgb_a_affine.lo -MD -MP -MF .deps/art_rgb_a_affine.Tpo -c -o art_rgb_a_affine.lo art_rgb_a_affine.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_rgb_a_affine.lo -MD -MP -MF .deps/art_rgb_a_affine.Tpo -c art_rgb_a_affine.c -fPIC -DPIC -o .libs/art_rgb_a_affine.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_rgb_a_affine.lo -MD -MP -MF .deps/art_rgb_a_affine.Tpo -c art_rgb_a_affine.c -o art_rgb_a_affine.o >/dev/null 2>&1
mv -f .deps/art_rgb_a_affine.Tpo .deps/art_rgb_a_affine.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_rgba.lo -MD -MP -MF .deps/art_rgba.Tpo -c -o art_rgba.lo art_rgba.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_rgba.lo -MD -MP -MF .deps/art_rgba.Tpo -c art_rgba.c -fPIC -DPIC -o .libs/art_rgba.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_rgba.lo -MD -MP -MF .deps/art_rgba.Tpo -c art_rgba.c -o art_rgba.o >/dev/null 2>&1
mv -f .deps/art_rgba.Tpo .deps/art_rgba.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_rgb_svp.lo -MD -MP -MF .deps/art_rgb_svp.Tpo -c -o art_rgb_svp.lo art_rgb_svp.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_rgb_svp.lo -MD -MP -MF .deps/art_rgb_svp.Tpo -c art_rgb_svp.c -fPIC -DPIC -o .libs/art_rgb_svp.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_rgb_svp.lo -MD -MP -MF .deps/art_rgb_svp.Tpo -c art_rgb_svp.c -o art_rgb_svp.o >/dev/null 2>&1
mv -f .deps/art_rgb_svp.Tpo .deps/art_rgb_svp.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_svp.lo -MD -MP -MF .deps/art_svp.Tpo -c -o art_svp.lo art_svp.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_svp.lo -MD -MP -MF .deps/art_svp.Tpo -c art_svp.c -fPIC -DPIC -o .libs/art_svp.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_svp.lo -MD -MP -MF .deps/art_svp.Tpo -c art_svp.c -o art_svp.o >/dev/null 2>&1
mv -f .deps/art_svp.Tpo .deps/art_svp.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_svp_intersect.lo -MD -MP -MF .deps/art_svp_intersect.Tpo -c -o art_svp_intersect.lo art_svp_intersect.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_svp_intersect.lo -MD -MP -MF .deps/art_svp_intersect.Tpo -c art_svp_intersect.c -fPIC -DPIC -o .libs/art_svp_intersect.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_svp_intersect.lo -MD -MP -MF .deps/art_svp_intersect.Tpo -c art_svp_intersect.c -o art_svp_intersect.o >/dev/null 2>&1
mv -f .deps/art_svp_intersect.Tpo .deps/art_svp_intersect.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_svp_ops.lo -MD -MP -MF .deps/art_svp_ops.Tpo -c -o art_svp_ops.lo art_svp_ops.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_svp_ops.lo -MD -MP -MF .deps/art_svp_ops.Tpo -c art_svp_ops.c -fPIC -DPIC -o .libs/art_svp_ops.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_svp_ops.lo -MD -MP -MF .deps/art_svp_ops.Tpo -c art_svp_ops.c -o art_svp_ops.o >/dev/null 2>&1
mv -f .deps/art_svp_ops.Tpo .deps/art_svp_ops.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_svp_point.lo -MD -MP -MF .deps/art_svp_point.Tpo -c -o art_svp_point.lo art_svp_point.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_svp_point.lo -MD -MP -MF .deps/art_svp_point.Tpo -c art_svp_point.c -fPIC -DPIC -o .libs/art_svp_point.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_svp_point.lo -MD -MP -MF .deps/art_svp_point.Tpo -c art_svp_point.c -o art_svp_point.o >/dev/null 2>&1
mv -f .deps/art_svp_point.Tpo .deps/art_svp_point.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_svp_render_aa.lo -MD -MP -MF .deps/art_svp_render_aa.Tpo -c -o art_svp_render_aa.lo art_svp_render_aa.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_svp_render_aa.lo -MD -MP -MF .deps/art_svp_render_aa.Tpo -c art_svp_render_aa.c -fPIC -DPIC -o .libs/art_svp_render_aa.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_svp_render_aa.lo -MD -MP -MF .deps/art_svp_render_aa.Tpo -c art_svp_render_aa.c -o art_svp_render_aa.o >/dev/null 2>&1
mv -f .deps/art_svp_render_aa.Tpo .deps/art_svp_render_aa.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_svp_vpath.lo -MD -MP -MF .deps/art_svp_vpath.Tpo -c -o art_svp_vpath.lo art_svp_vpath.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_svp_vpath.lo -MD -MP -MF .deps/art_svp_vpath.Tpo -c art_svp_vpath.c -fPIC -DPIC -o .libs/art_svp_vpath.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_svp_vpath.lo -MD -MP -MF .deps/art_svp_vpath.Tpo -c art_svp_vpath.c -o art_svp_vpath.o >/dev/null 2>&1
mv -f .deps/art_svp_vpath.Tpo .deps/art_svp_vpath.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_svp_vpath_stroke.lo -MD -MP -MF .deps/art_svp_vpath_stroke.Tpo -c -o art_svp_vpath_stroke.lo art_svp_vpath_stroke.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_svp_vpath_stroke.lo -MD -MP -MF .deps/art_svp_vpath_stroke.Tpo -c art_svp_vpath_stroke.c -fPIC -DPIC -o .libs/art_svp_vpath_stroke.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_svp_vpath_stroke.lo -MD -MP -MF .deps/art_svp_vpath_stroke.Tpo -c art_svp_vpath_stroke.c -o art_svp_vpath_stroke.o >/dev/null 2>&1
mv -f .deps/art_svp_vpath_stroke.Tpo .deps/art_svp_vpath_stroke.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_svp_wind.lo -MD -MP -MF .deps/art_svp_wind.Tpo -c -o art_svp_wind.lo art_svp_wind.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_svp_wind.lo -MD -MP -MF .deps/art_svp_wind.Tpo -c art_svp_wind.c -fPIC -DPIC -o .libs/art_svp_wind.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_svp_wind.lo -MD -MP -MF .deps/art_svp_wind.Tpo -c art_svp_wind.c -o art_svp_wind.o >/dev/null 2>&1
mv -f .deps/art_svp_wind.Tpo .deps/art_svp_wind.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_uta.lo -MD -MP -MF .deps/art_uta.Tpo -c -o art_uta.lo art_uta.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_uta.lo -MD -MP -MF .deps/art_uta.Tpo -c art_uta.c -fPIC -DPIC -o .libs/art_uta.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_uta.lo -MD -MP -MF .deps/art_uta.Tpo -c art_uta.c -o art_uta.o >/dev/null 2>&1
mv -f .deps/art_uta.Tpo .deps/art_uta.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_uta_ops.lo -MD -MP -MF .deps/art_uta_ops.Tpo -c -o art_uta_ops.lo art_uta_ops.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_uta_ops.lo -MD -MP -MF .deps/art_uta_ops.Tpo -c art_uta_ops.c -fPIC -DPIC -o .libs/art_uta_ops.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_uta_ops.lo -MD -MP -MF .deps/art_uta_ops.Tpo -c art_uta_ops.c -o art_uta_ops.o >/dev/null 2>&1
mv -f .deps/art_uta_ops.Tpo .deps/art_uta_ops.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_uta_rect.lo -MD -MP -MF .deps/art_uta_rect.Tpo -c -o art_uta_rect.lo art_uta_rect.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_uta_rect.lo -MD -MP -MF .deps/art_uta_rect.Tpo -c art_uta_rect.c -fPIC -DPIC -o .libs/art_uta_rect.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_uta_rect.lo -MD -MP -MF .deps/art_uta_rect.Tpo -c art_uta_rect.c -o art_uta_rect.o >/dev/null 2>&1
mv -f .deps/art_uta_rect.Tpo .deps/art_uta_rect.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_uta_vpath.lo -MD -MP -MF .deps/art_uta_vpath.Tpo -c -o art_uta_vpath.lo art_uta_vpath.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_uta_vpath.lo -MD -MP -MF .deps/art_uta_vpath.Tpo -c art_uta_vpath.c -fPIC -DPIC -o .libs/art_uta_vpath.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_uta_vpath.lo -MD -MP -MF .deps/art_uta_vpath.Tpo -c art_uta_vpath.c -o art_uta_vpath.o >/dev/null 2>&1
mv -f .deps/art_uta_vpath.Tpo .deps/art_uta_vpath.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_uta_svp.lo -MD -MP -MF .deps/art_uta_svp.Tpo -c -o art_uta_svp.lo art_uta_svp.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_uta_svp.lo -MD -MP -MF .deps/art_uta_svp.Tpo -c art_uta_svp.c -fPIC -DPIC -o .libs/art_uta_svp.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_uta_svp.lo -MD -MP -MF .deps/art_uta_svp.Tpo -c art_uta_svp.c -o art_uta_svp.o >/dev/null 2>&1
mv -f .deps/art_uta_svp.Tpo .deps/art_uta_svp.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_vpath.lo -MD -MP -MF .deps/art_vpath.Tpo -c -o art_vpath.lo art_vpath.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_vpath.lo -MD -MP -MF .deps/art_vpath.Tpo -c art_vpath.c -fPIC -DPIC -o .libs/art_vpath.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_vpath.lo -MD -MP -MF .deps/art_vpath.Tpo -c art_vpath.c -o art_vpath.o >/dev/null 2>&1
mv -f .deps/art_vpath.Tpo .deps/art_vpath.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_vpath_bpath.lo -MD -MP -MF .deps/art_vpath_bpath.Tpo -c -o art_vpath_bpath.lo art_vpath_bpath.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_vpath_bpath.lo -MD -MP -MF .deps/art_vpath_bpath.Tpo -c art_vpath_bpath.c -fPIC -DPIC -o .libs/art_vpath_bpath.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_vpath_bpath.lo -MD -MP -MF .deps/art_vpath_bpath.Tpo -c art_vpath_bpath.c -o art_vpath_bpath.o >/dev/null 2>&1
mv -f .deps/art_vpath_bpath.Tpo .deps/art_vpath_bpath.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_vpath_dash.lo -MD -MP -MF .deps/art_vpath_dash.Tpo -c -o art_vpath_dash.lo art_vpath_dash.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_vpath_dash.lo -MD -MP -MF .deps/art_vpath_dash.Tpo -c art_vpath_dash.c -fPIC -DPIC -o .libs/art_vpath_dash.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_vpath_dash.lo -MD -MP -MF .deps/art_vpath_dash.Tpo -c art_vpath_dash.c -o art_vpath_dash.o >/dev/null 2>&1
mv -f .deps/art_vpath_dash.Tpo .deps/art_vpath_dash.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_vpath_svp.lo -MD -MP -MF .deps/art_vpath_svp.Tpo -c -o art_vpath_svp.lo art_vpath_svp.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_vpath_svp.lo -MD -MP -MF .deps/art_vpath_svp.Tpo -c art_vpath_svp.c -fPIC -DPIC -o .libs/art_vpath_svp.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT art_vpath_svp.lo -MD -MP -MF .deps/art_vpath_svp.Tpo -c art_vpath_svp.c -o art_vpath_svp.o >/dev/null 2>&1
mv -f .deps/art_vpath_svp.Tpo .deps/art_vpath_svp.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT libart-features.lo -MD -MP -MF .deps/libart-features.Tpo -c -o libart-features.lo libart-features.c
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT libart-features.lo -MD -MP -MF .deps/libart-features.Tpo -c libart-features.c -fPIC -DPIC -o .libs/libart-features.o
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT libart-features.lo -MD -MP -MF .deps/libart-features.Tpo -c libart-features.c -o libart-features.o >/dev/null 2>&1
mv -f .deps/libart-features.Tpo .deps/libart-features.Plo
/bin/sh /usr/local/bin/libtool --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -version-info 5:20:3 -o libart_lgpl_2.la -rpath /usr/local/lib art_affine.lo art_alphagamma.lo art_bpath.lo art_gray_svp.lo art_misc.lo art_pixbuf.lo art_rect.lo art_rect_svp.lo art_rect_uta.lo art_render.lo art_render_gradient.lo art_render_mask.lo art_render_svp.lo art_rgb.lo art_rgb_affine.lo art_rgb_affine_private.lo art_rgb_bitmap_affine.lo art_rgb_pixbuf_affine.lo art_rgb_rgba_affine.lo art_rgb_a_affine.lo art_rgba.lo art_rgb_svp.lo art_svp.lo art_svp_intersect.lo art_svp_ops.lo art_svp_point.lo art_svp_render_aa.lo art_svp_vpath.lo art_svp_vpath_stroke.lo art_svp_wind.lo art_uta.lo art_uta_ops.lo art_uta_rect.lo art_uta_vpath.lo art_uta_svp.lo art_vpath.lo art_vpath_bpath.lo art_vpath_dash.lo art_vpath_svp.lo libart-features.lo -lm
cc -shared .libs/art_affine.o .libs/art_alphagamma.o .libs/art_bpath.o .libs/art_gray_svp.o .libs/art_misc.o .libs/art_pixbuf.o .libs/art_rect.o .libs/art_rect_svp.o .libs/art_rect_uta.o .libs/art_render.o .libs/art_render_gradient.o .libs/art_render_mask.o .libs/art_render_svp.o .libs/art_rgb.o .libs/art_rgb_affine.o .libs/art_rgb_affine_private.o .libs/art_rgb_bitmap_affine.o .libs/art_rgb_pixbuf_affine.o .libs/art_rgb_rgba_affine.o .libs/art_rgb_a_affine.o .libs/art_rgba.o .libs/art_rgb_svp.o .libs/art_svp.o .libs/art_svp_intersect.o .libs/art_svp_ops.o .libs/art_svp_point.o .libs/art_svp_render_aa.o .libs/art_svp_vpath.o .libs/art_svp_vpath_stroke.o .libs/art_svp_wind.o .libs/art_uta.o .libs/art_uta_ops.o .libs/art_uta_rect.o .libs/art_uta_vpath.o .libs/art_uta_svp.o .libs/art_vpath.o .libs/art_vpath_bpath.o .libs/art_vpath_dash.o .libs/art_vpath_svp.o .libs/libart-features.o -lm -Wl,-soname -Wl,libart_lgpl_2.so.5 -o .libs/libart_lgpl_2.so.5
(cd .libs && rm -f libart_lgpl_2.so && ln -s libart_lgpl_2.so.5 libart_lgpl_2.so)
(cd .libs && rm -f libart_lgpl_2.so && ln -s libart_lgpl_2.so.5 libart_lgpl_2.so)
ar cru .libs/libart_lgpl_2.a art_affine.o art_alphagamma.o art_bpath.o art_gray_svp.o art_misc.o art_pixbuf.o art_rect.o art_rect_svp.o art_rect_uta.o art_render.o art_render_gradient.o art_render_mask.o art_render_svp.o art_rgb.o art_rgb_affine.o art_rgb_affine_private.o art_rgb_bitmap_affine.o art_rgb_pixbuf_affine.o art_rgb_rgba_affine.o art_rgb_a_affine.o art_rgba.o art_rgb_svp.o art_svp.o art_svp_intersect.o art_svp_ops.o art_svp_point.o art_svp_render_aa.o art_svp_vpath.o art_svp_vpath_stroke.o art_svp_wind.o art_uta.o art_uta_ops.o art_uta_rect.o art_uta_vpath.o art_uta_svp.o art_vpath.o art_vpath_bpath.o art_vpath_dash.o art_vpath_svp.o libart-features.o
ranlib .libs/libart_lgpl_2.a
creating libart_lgpl_2.la
(cd .libs && rm -f libart_lgpl_2.la && ln -s ../libart_lgpl_2.la libart_lgpl_2.la)
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT testart.o -MD -MP -MF .deps/testart.Tpo -c -o testart.o testart.c
mv -f .deps/testart.Tpo .deps/testart.Po
/bin/sh /usr/local/bin/libtool --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -o testart testart.o ./libart_lgpl_2.la -lm
cc -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -o .libs/testart testart.o ./.libs/libart_lgpl_2.so -lm -Wl,--rpath -Wl,/usr/local/lib
creating testart
cc -DHAVE_CONFIG_H -I. -I. -I. -DLIBART_COMPILATION -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -MT testuta.o -MD -MP -MF .deps/testuta.Tpo -c -o testuta.o testuta.c
mv -f .deps/testuta.Tpo .deps/testuta.Po
/bin/sh /usr/local/bin/libtool --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -o testuta testuta.o ./libart_lgpl_2.la -lm
cc -O2 -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -o .libs/testuta testuta.o ./.libs/libart_lgpl_2.so -lm -Wl,--rpath -Wl,/usr/local/lib
creating testuta
cp -f libart-config libart2-config
===> Installing for libart_lgpl-2.3.20,1
===> libart_lgpl-2.3.20,1 depends on executable: pkg-config - found
===> Generating temporary packing list
===> Checking if graphics/libart_lgpl already installed
make install-am
test -z "/usr/local/bin" || ./install-sh -c -d "/usr/local/bin"
install -o root -g wheel -m 555 'libart2-config' '/usr/local/bin/libart2-config'
test -z "/usr/local/lib" || ./install-sh -c -d "/usr/local/lib"
/bin/sh /usr/local/bin/libtool --mode=install /usr/bin/install -c -o root -g wheel 'libart_lgpl_2.la' '/usr/local/lib/libart_lgpl_2.la'
/usr/bin/install -c -o root -g wheel .libs/libart_lgpl_2.so.5 /usr/local/lib/libart_lgpl_2.so.5
(cd /usr/local/lib && { ln -s -f libart_lgpl_2.so.5 libart_lgpl_2.so || { rm -f libart_lgpl_2.so && ln -s libart_lgpl_2.so.5 libart_lgpl_2.so; }; })
(cd /usr/local/lib && { ln -s -f libart_lgpl_2.so.5 libart_lgpl_2.so || { rm -f libart_lgpl_2.so && ln -s libart_lgpl_2.so.5 libart_lgpl_2.so; }; })
/usr/bin/install -c -o root -g wheel .libs/libart_lgpl_2.lai /usr/local/lib/libart_lgpl_2.la
/usr/bin/install -c -o root -g wheel .libs/libart_lgpl_2.a /usr/local/lib/libart_lgpl_2.a
chmod 644 /usr/local/lib/libart_lgpl_2.a
ranlib /usr/local/lib/libart_lgpl_2.a
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/include/libart-2.0/libart_lgpl" || ./install-sh -c -d "/usr/local/include/libart-2.0/libart_lgpl"
install -o root -g wheel -m 444 'art_affine.h' '/usr/local/include/libart-2.0/libart_lgpl/art_affine.h'
install -o root -g wheel -m 444 'art_alphagamma.h' '/usr/local/include/libart-2.0/libart_lgpl/art_alphagamma.h'
install -o root -g wheel -m 444 'art_bpath.h' '/usr/local/include/libart-2.0/libart_lgpl/art_bpath.h'
install -o root -g wheel -m 444 'art_config.h' '/usr/local/include/libart-2.0/libart_lgpl/art_config.h'
install -o root -g wheel -m 444 'art_filterlevel.h' '/usr/local/include/libart-2.0/libart_lgpl/art_filterlevel.h'
install -o root -g wheel -m 444 'art_gray_svp.h' '/usr/local/include/libart-2.0/libart_lgpl/art_gray_svp.h'
install -o root -g wheel -m 444 'art_misc.h' '/usr/local/include/libart-2.0/libart_lgpl/art_misc.h'
install -o root -g wheel -m 444 'art_pathcode.h' '/usr/local/include/libart-2.0/libart_lgpl/art_pathcode.h'
install -o root -g wheel -m 444 'art_pixbuf.h' '/usr/local/include/libart-2.0/libart_lgpl/art_pixbuf.h'
install -o root -g wheel -m 444 'art_point.h' '/usr/local/include/libart-2.0/libart_lgpl/art_point.h'
install -o root -g wheel -m 444 'art_rect.h' '/usr/local/include/libart-2.0/libart_lgpl/art_rect.h'
install -o root -g wheel -m 444 'art_rect_svp.h' '/usr/local/include/libart-2.0/libart_lgpl/art_rect_svp.h'
install -o root -g wheel -m 444 'art_rect_uta.h' '/usr/local/include/libart-2.0/libart_lgpl/art_rect_uta.h'
install -o root -g wheel -m 444 'art_render.h' '/usr/local/include/libart-2.0/libart_lgpl/art_render.h'
install -o root -g wheel -m 444 'art_render_gradient.h' '/usr/local/include/libart-2.0/libart_lgpl/art_render_gradient.h'
install -o root -g wheel -m 444 'art_render_mask.h' '/usr/local/include/libart-2.0/libart_lgpl/art_render_mask.h'
install -o root -g wheel -m 444 'art_render_svp.h' '/usr/local/include/libart-2.0/libart_lgpl/art_render_svp.h'
install -o root -g wheel -m 444 'art_rgb.h' '/usr/local/include/libart-2.0/libart_lgpl/art_rgb.h'
install -o root -g wheel -m 444 'art_rgb_affine.h' '/usr/local/include/libart-2.0/libart_lgpl/art_rgb_affine.h'
install -o root -g wheel -m 444 'art_rgb_bitmap_affine.h' '/usr/local/include/libart-2.0/libart_lgpl/art_rgb_bitmap_affine.h'
install -o root -g wheel -m 444 'art_rgb_pixbuf_affine.h' '/usr/local/include/libart-2.0/libart_lgpl/art_rgb_pixbuf_affine.h'
install -o root -g wheel -m 444 'art_rgb_rgba_affine.h' '/usr/local/include/libart-2.0/libart_lgpl/art_rgb_rgba_affine.h'
install -o root -g wheel -m 444 'art_rgb_a_affine.h' '/usr/local/include/libart-2.0/libart_lgpl/art_rgb_a_affine.h'
install -o root -g wheel -m 444 'art_rgb_svp.h' '/usr/local/include/libart-2.0/libart_lgpl/art_rgb_svp.h'
install -o root -g wheel -m 444 'art_rgba.h' '/usr/local/include/libart-2.0/libart_lgpl/art_rgba.h'
install -o root -g wheel -m 444 'art_svp.h' '/usr/local/include/libart-2.0/libart_lgpl/art_svp.h'
install -o root -g wheel -m 444 'art_svp_intersect.h' '/usr/local/include/libart-2.0/libart_lgpl/art_svp_intersect.h'
install -o root -g wheel -m 444 'art_svp_ops.h' '/usr/local/include/libart-2.0/libart_lgpl/art_svp_ops.h'
install -o root -g wheel -m 444 'art_svp_point.h' '/usr/local/include/libart-2.0/libart_lgpl/art_svp_point.h'
install -o root -g wheel -m 444 'art_svp_render_aa.h' '/usr/local/include/libart-2.0/libart_lgpl/art_svp_render_aa.h'
install -o root -g wheel -m 444 'art_svp_vpath.h' '/usr/local/include/libart-2.0/libart_lgpl/art_svp_vpath.h'
install -o root -g wheel -m 444 'art_svp_vpath_stroke.h' '/usr/local/include/libart-2.0/libart_lgpl/art_svp_vpath_stroke.h'
install -o root -g wheel -m 444 'art_svp_wind.h' '/usr/local/include/libart-2.0/libart_lgpl/art_svp_wind.h'
install -o root -g wheel -m 444 'art_uta.h' '/usr/local/include/libart-2.0/libart_lgpl/art_uta.h'
install -o root -g wheel -m 444 'art_uta_ops.h' '/usr/local/include/libart-2.0/libart_lgpl/art_uta_ops.h'
install -o root -g wheel -m 444 'art_uta_rect.h' '/usr/local/include/libart-2.0/libart_lgpl/art_uta_rect.h'
install -o root -g wheel -m 444 'art_uta_vpath.h' '/usr/local/include/libart-2.0/libart_lgpl/art_uta_vpath.h'
install -o root -g wheel -m 444 'art_uta_svp.h' '/usr/local/include/libart-2.0/libart_lgpl/art_uta_svp.h'
install -o root -g wheel -m 444 'art_vpath.h' '/usr/local/include/libart-2.0/libart_lgpl/art_vpath.h'
install -o root -g wheel -m 444 'art_vpath_bpath.h' '/usr/local/include/libart-2.0/libart_lgpl/art_vpath_bpath.h'
install -o root -g wheel -m 444 'art_vpath_dash.h' '/usr/local/include/libart-2.0/libart_lgpl/art_vpath_dash.h'
install -o root -g wheel -m 444 'art_vpath_svp.h' '/usr/local/include/libart-2.0/libart_lgpl/art_vpath_svp.h'
install -o root -g wheel -m 444 'libart.h' '/usr/local/include/libart-2.0/libart_lgpl/libart.h'
install -o root -g wheel -m 444 'libart-features.h' '/usr/local/include/libart-2.0/libart_lgpl/libart-features.h'
test -z "/usr/local/libdata/pkgconfig" || ./install-sh -c -d "/usr/local/libdata/pkgconfig"
install -o root -g wheel -m 444 'libart-2.0.pc' '/usr/local/libdata/pkgconfig/libart-2.0.pc'
===> Running ldconfig
/sbin/ldconfig -m /usr/local/lib
===> Registering installation for libart_lgpl-2.3.20,1
===> Returning to build of rrdtool-1.2.26
===> rrdtool-1.2.26 depends on shared library: png.5 - found
===> Configuring for rrdtool-1.2.26
checking build system type... i386-portbld-freebsd7.0
checking host system type... i386-portbld-freebsd7.0
checking target system type... i386-portbld-freebsd7.0
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether gmake sets $(MAKE)... yes

Audit Compilation Environment
checking for gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking for style of include used by gmake... GNU
checking dependency style of cc... gcc3
checking how to run the C preprocessor... cc -E
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... gcc3
checking how to run the C++ preprocessor... c++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... (cached) 262144
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... freebsd7.0 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by c++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking for c++ option to produce PIC... -fPIC
checking if c++ PIC flag -fPIC works... yes
checking if c++ static flag -static works... yes
checking if c++ supports -c -o file.o... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... freebsd7.0 ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if gcc likes the -fno-strict-aliasing flag... yes
checking if gcc likes the -Wall flag... yes
checking if gcc likes the -std=gnu99 flag... yes
checking if gcc likes the -pedantic flag... yes
checking if gcc likes the -Wshadow flag... yes
checking if gcc likes the -Wpointer-arith flag... yes
checking if gcc likes the -Wcast-align flag... yes
checking if gcc likes the -Wmissing-prototypes flag... yes
checking if gcc likes the -Wmissing-declarations flag... yes
checking if gcc likes the -Wnested-externs flag... yes
checking if gcc likes the -Winline flag... yes
checking if gcc likes the -W flag... yes

Checking for Header Files
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for sys/stat.h... (cached) yes
checking for sys/types.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking fp_class.h usability... no
checking fp_class.h presence... no
checking for fp_class.h... no
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking for unistd.h... (cached) yes
checking ieeefp.h usability... yes
checking ieeefp.h presence... yes
checking for ieeefp.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for strings.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for acos... no
checking for acos in -lm... yes

Test Library Functions
checking for strftime... yes
checking for vprintf... yes
checking for _doprnt... no
checking whether byte ordering is bigendian... no
checking for tzset... yes
checking for mbstowcs... yes
checking for opendir... yes
checking for readdir... yes
checking for chdir... yes
checking for chroot... yes
checking for getuid... yes
checking for setlocale... yes
checking for strerror... yes
checking for strerror_r... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for fpclass... no
checking for class... no
checking for fp_class... no
checking for isnan... yes
checking for memmove... yes
checking for strchr... yes
checking for mktime... yes
checking for getrusage... yes
checking for gettimeofday... yes
checking for posix_fadvise... no
checking for madvise... yes
checking whether fdatasync is declared... no
checking whether posix_fadvise is declared... no
checking whether madvise is declared... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes

IEEE Math Checks
checking for fpclassify... no
checking for fpclassify with ... yes
checking for finite... yes
checking for isinf... yes
checking if IEEE math works out of the box... yes

Resolve Portability Issues
checking if realloc can deal with NULL... yes
checking if ctime_r need special care to act posixly correct... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
checking for cc_r... cc
checking do we need malloc/malloc.h... nope, works out of the box

Find 3rd-Party Libraries
checking for art_vpath_add_point in -lart_lgpl_2... yes
checking libart_lgpl/libart.h usability... yes
checking libart_lgpl/libart.h presence... yes
checking for libart_lgpl/libart.h... yes
checking for zlibVersion in -lz... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for png_access_version_number in -lpng... yes
checking png.h usability... yes
checking png.h presence... yes
checking for png.h... yes
checking for FT_Init_FreeType in -lfreetype... yes
checking ft2build.h usability... yes
checking ft2build.h presence... yes
checking for ft2build.h... yes

Prep for Building Language Bindings
checking for perl... /usr/bin/perl
checking for the perl version you are running... 5.8.8
checking for the C compiler perl wants to use to build its modules... cc
checking for cc... /usr/bin/cc
checking Perl Modules to build... perl_piped perl_shared
checking for ruby... no
checking if ruby modules can be built... No .. Ruby not found or disabled
checking for gnroff... no
checking for nroff... /usr/bin/nroff
checking for groff... /usr/bin/groff

Apply Configuration Information
configure: creating ./config.status
config.status: creating examples/shared-demo.pl
config.status: creating examples/piped-demo.pl
config.status: creating examples/stripes.pl
config.status: creating examples/bigtops.pl
config.status: creating examples/minmax.pl
config.status: creating examples/4charts.pl
config.status: creating examples/perftest.pl
config.status: creating examples/Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating bindings/Makefile
config.status: creating bindings/tcl/Makefile
config.status: creating bindings/tcl/ifOctets.tcl
config.status: creating Makefile
config.status: creating rrd_config.h
config.status: executing depfiles commands
config.status: executing default commands
checking in... and out again
ordering CD from http://tobi.oetiker.ch/wish .... just kidding ;-)

----------------------------------------------------------------
Config is DONE!

With MMAP IO: yes
Perl Modules: perl_piped perl_shared
Perl Binary: /usr/bin/perl
Perl Version: 5.8.8
Perl Options:
Ruby Modules:
Ruby Binary: no
Ruby Options: sitedir=/usr/local/lib/ruby
Build Tcl Bindings: no
Build Python Bindings: no
Build rrdcgi: yes
Build librrd MT: yes


Type 'make' to compile the software and use 'make install' to
install everything to: /usr/local.

... that wishlist is NO JOKE. If you find RRDtool useful
make me happy. Go to http://tobi.oetiker.ch/wish and
place an order.

-- Tobi Oetiker
----------------------------------------------------------------
===> Building for rrdtool-1.2.26
gmake all-recursive
gmake[1]: Entering directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26'
Making all in src
gmake[2]: Entering directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/src'
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT hash_32.lo -MD -MP -MF ".deps/hash_32.Tpo" -c -o hash_32.lo hash_32.c; \
then mv -f ".deps/hash_32.Tpo" ".deps/hash_32.Plo"; else rm -f ".deps/hash_32.Tpo"; exit 1; fi
mkdir .libs
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT hash_32.lo -MD -MP -MF .deps/hash_32.Tpo -c hash_32.c -fPIC -DPIC -o .libs/hash_32.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT hash_32.lo -MD -MP -MF .deps/hash_32.Tpo -c hash_32.c -o hash_32.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT pngsize.lo -MD -MP -MF ".deps/pngsize.Tpo" -c -o pngsize.lo pngsize.c; \
then mv -f ".deps/pngsize.Tpo" ".deps/pngsize.Plo"; else rm -f ".deps/pngsize.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT pngsize.lo -MD -MP -MF .deps/pngsize.Tpo -c pngsize.c -fPIC -DPIC -o .libs/pngsize.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT pngsize.lo -MD -MP -MF .deps/pngsize.Tpo -c pngsize.c -o pngsize.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_create.lo -MD -MP -MF ".deps/rrd_create.Tpo" -c -o rrd_create.lo rrd_create.c; \
then mv -f ".deps/rrd_create.Tpo" ".deps/rrd_create.Plo"; else rm -f ".deps/rrd_create.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_create.lo -MD -MP -MF .deps/rrd_create.Tpo -c rrd_create.c -fPIC -DPIC -o .libs/rrd_create.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_create.lo -MD -MP -MF .deps/rrd_create.Tpo -c rrd_create.c -o rrd_create.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_dump.lo -MD -MP -MF ".deps/rrd_dump.Tpo" -c -o rrd_dump.lo rrd_dump.c; \
then mv -f ".deps/rrd_dump.Tpo" ".deps/rrd_dump.Plo"; else rm -f ".deps/rrd_dump.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_dump.lo -MD -MP -MF .deps/rrd_dump.Tpo -c rrd_dump.c -fPIC -DPIC -o .libs/rrd_dump.o
rrd_dump.c: In function 'rrd_dump_r':
rrd_dump.c:116: warning: format '%ld' expects type 'long int', but argument 3 has type 'time_t'
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_dump.lo -MD -MP -MF .deps/rrd_dump.Tpo -c rrd_dump.c -o rrd_dump.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_fetch.lo -MD -MP -MF ".deps/rrd_fetch.Tpo" -c -o rrd_fetch.lo rrd_fetch.c; \
then mv -f ".deps/rrd_fetch.Tpo" ".deps/rrd_fetch.Plo"; else rm -f ".deps/rrd_fetch.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_fetch.lo -MD -MP -MF .deps/rrd_fetch.Tpo -c rrd_fetch.c -fPIC -DPIC -o .libs/rrd_fetch.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_fetch.lo -MD -MP -MF .deps/rrd_fetch.Tpo -c rrd_fetch.c -o rrd_fetch.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_graph.lo -MD -MP -MF ".deps/rrd_graph.Tpo" -c -o rrd_graph.lo rrd_graph.c; \
then mv -f ".deps/rrd_graph.Tpo" ".deps/rrd_graph.Plo"; else rm -f ".deps/rrd_graph.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_graph.lo -MD -MP -MF .deps/rrd_graph.Tpo -c rrd_graph.c -fPIC -DPIC -o .libs/rrd_graph.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_graph.lo -MD -MP -MF .deps/rrd_graph.Tpo -c rrd_graph.c -o rrd_graph.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_graph_helper.lo -MD -MP -MF ".deps/rrd_graph_helper.Tpo" -c -o rrd_graph_helper.lo rrd_graph_helper.c; \
then mv -f ".deps/rrd_graph_helper.Tpo" ".deps/rrd_graph_helper.Plo"; else rm -f ".deps/rrd_graph_helper.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_graph_helper.lo -MD -MP -MF .deps/rrd_graph_helper.Tpo -c rrd_graph_helper.c -fPIC -DPIC -o .libs/rrd_graph_helper.o
rrd_graph_helper.c: In function 'rrd_parse_shift':
rrd_graph_helper.c:337: warning: format '%li' expects type 'long int', but argument 2 has type 'time_t'
rrd_graph_helper.c: In function 'rrd_parse_PVHLAST':
rrd_graph_helper.c:451: warning: format '%li' expects type 'long int', but argument 2 has type 'time_t'
rrd_graph_helper.c:453: warning: format '%li' expects type 'long int', but argument 2 has type 'time_t'
rrd_graph_helper.c: In function 'rrd_parse_def':
rrd_graph_helper.c:731: warning: format '%lu' expects type 'long unsigned int', but argument 2 has type 'time_t'
rrd_graph_helper.c:732: warning: format '%lu' expects type 'long unsigned int', but argument 2 has type 'time_t'
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_graph_helper.lo -MD -MP -MF .deps/rrd_graph_helper.Tpo -c rrd_graph_helper.c -o rrd_graph_helper.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_last.lo -MD -MP -MF ".deps/rrd_last.Tpo" -c -o rrd_last.lo rrd_last.c; \
then mv -f ".deps/rrd_last.Tpo" ".deps/rrd_last.Plo"; else rm -f ".deps/rrd_last.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_last.lo -MD -MP -MF .deps/rrd_last.Tpo -c rrd_last.c -fPIC -DPIC -o .libs/rrd_last.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_last.lo -MD -MP -MF .deps/rrd_last.Tpo -c rrd_last.c -o rrd_last.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_lastupdate.lo -MD -MP -MF ".deps/rrd_lastupdate.Tpo" -c -o rrd_lastupdate.lo rrd_lastupdate.c; \
then mv -f ".deps/rrd_lastupdate.Tpo" ".deps/rrd_lastupdate.Plo"; else rm -f ".deps/rrd_lastupdate.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_lastupdate.lo -MD -MP -MF .deps/rrd_lastupdate.Tpo -c rrd_lastupdate.c -fPIC -DPIC -o .libs/rrd_lastupdate.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_lastupdate.lo -MD -MP -MF .deps/rrd_lastupdate.Tpo -c rrd_lastupdate.c -o rrd_lastupdate.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_first.lo -MD -MP -MF ".deps/rrd_first.Tpo" -c -o rrd_first.lo rrd_first.c; \
then mv -f ".deps/rrd_first.Tpo" ".deps/rrd_first.Plo"; else rm -f ".deps/rrd_first.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_first.lo -MD -MP -MF .deps/rrd_first.Tpo -c rrd_first.c -fPIC -DPIC -o .libs/rrd_first.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_first.lo -MD -MP -MF .deps/rrd_first.Tpo -c rrd_first.c -o rrd_first.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_resize.lo -MD -MP -MF ".deps/rrd_resize.Tpo" -c -o rrd_resize.lo rrd_resize.c; \
then mv -f ".deps/rrd_resize.Tpo" ".deps/rrd_resize.Plo"; else rm -f ".deps/rrd_resize.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_resize.lo -MD -MP -MF .deps/rrd_resize.Tpo -c rrd_resize.c -fPIC -DPIC -o .libs/rrd_resize.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_resize.lo -MD -MP -MF .deps/rrd_resize.Tpo -c rrd_resize.c -o rrd_resize.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_restore.lo -MD -MP -MF ".deps/rrd_restore.Tpo" -c -o rrd_restore.lo rrd_restore.c; \
then mv -f ".deps/rrd_restore.Tpo" ".deps/rrd_restore.Plo"; else rm -f ".deps/rrd_restore.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_restore.lo -MD -MP -MF .deps/rrd_restore.Tpo -c rrd_restore.c -fPIC -DPIC -o .libs/rrd_restore.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_restore.lo -MD -MP -MF .deps/rrd_restore.Tpo -c rrd_restore.c -o rrd_restore.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_tune.lo -MD -MP -MF ".deps/rrd_tune.Tpo" -c -o rrd_tune.lo rrd_tune.c; \
then mv -f ".deps/rrd_tune.Tpo" ".deps/rrd_tune.Plo"; else rm -f ".deps/rrd_tune.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_tune.lo -MD -MP -MF .deps/rrd_tune.Tpo -c rrd_tune.c -fPIC -DPIC -o .libs/rrd_tune.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_tune.lo -MD -MP -MF .deps/rrd_tune.Tpo -c rrd_tune.c -o rrd_tune.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_version.lo -MD -MP -MF ".deps/rrd_version.Tpo" -c -o rrd_version.lo rrd_version.c; \
then mv -f ".deps/rrd_version.Tpo" ".deps/rrd_version.Plo"; else rm -f ".deps/rrd_version.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_version.lo -MD -MP -MF .deps/rrd_version.Tpo -c rrd_version.c -fPIC -DPIC -o .libs/rrd_version.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_version.lo -MD -MP -MF .deps/rrd_version.Tpo -c rrd_version.c -o rrd_version.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_xport.lo -MD -MP -MF ".deps/rrd_xport.Tpo" -c -o rrd_xport.lo rrd_xport.c; \
then mv -f ".deps/rrd_xport.Tpo" ".deps/rrd_xport.Plo"; else rm -f ".deps/rrd_xport.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_xport.lo -MD -MP -MF .deps/rrd_xport.Tpo -c rrd_xport.c -fPIC -DPIC -o .libs/rrd_xport.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_xport.lo -MD -MP -MF .deps/rrd_xport.Tpo -c rrd_xport.c -o rrd_xport.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT art_rgba_svp.lo -MD -MP -MF ".deps/art_rgba_svp.Tpo" -c -o art_rgba_svp.lo art_rgba_svp.c; \
then mv -f ".deps/art_rgba_svp.Tpo" ".deps/art_rgba_svp.Plo"; else rm -f ".deps/art_rgba_svp.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT art_rgba_svp.lo -MD -MP -MF .deps/art_rgba_svp.Tpo -c art_rgba_svp.c -fPIC -DPIC -o .libs/art_rgba_svp.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT art_rgba_svp.lo -MD -MP -MF .deps/art_rgba_svp.Tpo -c art_rgba_svp.c -o art_rgba_svp.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_gfx.lo -MD -MP -MF ".deps/rrd_gfx.Tpo" -c -o rrd_gfx.lo rrd_gfx.c; \
then mv -f ".deps/rrd_gfx.Tpo" ".deps/rrd_gfx.Plo"; else rm -f ".deps/rrd_gfx.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_gfx.lo -MD -MP -MF .deps/rrd_gfx.Tpo -c rrd_gfx.c -fPIC -DPIC -o .libs/rrd_gfx.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_gfx.lo -MD -MP -MF .deps/rrd_gfx.Tpo -c rrd_gfx.c -o rrd_gfx.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_afm.lo -MD -MP -MF ".deps/rrd_afm.Tpo" -c -o rrd_afm.lo rrd_afm.c; \
then mv -f ".deps/rrd_afm.Tpo" ".deps/rrd_afm.Plo"; else rm -f ".deps/rrd_afm.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_afm.lo -MD -MP -MF .deps/rrd_afm.Tpo -c rrd_afm.c -fPIC -DPIC -o .libs/rrd_afm.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_afm.lo -MD -MP -MF .deps/rrd_afm.Tpo -c rrd_afm.c -o rrd_afm.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_afm_data.lo -MD -MP -MF ".deps/rrd_afm_data.Tpo" -c -o rrd_afm_data.lo rrd_afm_data.c; \
then mv -f ".deps/rrd_afm_data.Tpo" ".deps/rrd_afm_data.Plo"; else rm -f ".deps/rrd_afm_data.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_afm_data.lo -MD -MP -MF .deps/rrd_afm_data.Tpo -c rrd_afm_data.c -fPIC -DPIC -o .libs/rrd_afm_data.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_afm_data.lo -MD -MP -MF .deps/rrd_afm_data.Tpo -c rrd_afm_data.c -o rrd_afm_data.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_tool.lo -MD -MP -MF ".deps/rrd_tool.Tpo" -c -o rrd_tool.lo rrd_tool.c; \
then mv -f ".deps/rrd_tool.Tpo" ".deps/rrd_tool.Plo"; else rm -f ".deps/rrd_tool.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_tool.lo -MD -MP -MF .deps/rrd_tool.Tpo -c rrd_tool.c -fPIC -DPIC -o .libs/rrd_tool.o
rrd_tool.c: In function 'HandleInputLine':
rrd_tool.c:632: warning: format '%ld' expects type 'long int', but argument 2 has type 'time_t'
rrd_tool.c:644: warning: format '%10lu' expects type 'long unsigned int', but argument 2 has type 'time_t'
rrd_tool.c:655: warning: format '%ld' expects type 'long int', but argument 2 has type 'time_t'
rrd_tool.c:670: warning: format '%10lu' expects type 'long unsigned int', but argument 2 has type 'time_t'
rrd_tool.c:704: warning: format '%lu' expects type 'long unsigned int', but argument 3 has type 'time_t'
rrd_tool.c:720: warning: format '%lu' expects type 'long unsigned int', but argument 3 has type 'time_t'
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_tool.lo -MD -MP -MF .deps/rrd_tool.Tpo -c rrd_tool.c -o rrd_tool.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_getopt.lo -MD -MP -MF ".deps/rrd_getopt.Tpo" -c -o rrd_getopt.lo rrd_getopt.c; \
then mv -f ".deps/rrd_getopt.Tpo" ".deps/rrd_getopt.Plo"; else rm -f ".deps/rrd_getopt.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_getopt.lo -MD -MP -MF .deps/rrd_getopt.Tpo -c rrd_getopt.c -fPIC -DPIC -o .libs/rrd_getopt.o
rrd_getopt.c: In function '_getopt_initialize':
rrd_getopt.c:355: warning: unused parameter 'argc'
rrd_getopt.c:356: warning: unused parameter 'argv'
rrd_getopt.c: At top level:
rrd_getopt.c:920: warning: no previous prototype for 'getopt'
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_getopt.lo -MD -MP -MF .deps/rrd_getopt.Tpo -c rrd_getopt.c -o rrd_getopt.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_getopt1.lo -MD -MP -MF ".deps/rrd_getopt1.Tpo" -c -o rrd_getopt1.lo rrd_getopt1.c; \
then mv -f ".deps/rrd_getopt1.Tpo" ".deps/rrd_getopt1.Plo"; else rm -f ".deps/rrd_getopt1.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_getopt1.lo -MD -MP -MF .deps/rrd_getopt1.Tpo -c rrd_getopt1.c -fPIC -DPIC -o .libs/rrd_getopt1.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_getopt1.lo -MD -MP -MF .deps/rrd_getopt1.Tpo -c rrd_getopt1.c -o rrd_getopt1.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT parsetime.lo -MD -MP -MF ".deps/parsetime.Tpo" -c -o parsetime.lo parsetime.c; \
then mv -f ".deps/parsetime.Tpo" ".deps/parsetime.Plo"; else rm -f ".deps/parsetime.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT parsetime.lo -MD -MP -MF .deps/parsetime.Tpo -c parsetime.c -fPIC -DPIC -o .libs/parsetime.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT parsetime.lo -MD -MP -MF .deps/parsetime.Tpo -c parsetime.c -o parsetime.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_hw.lo -MD -MP -MF ".deps/rrd_hw.Tpo" -c -o rrd_hw.lo rrd_hw.c; \
then mv -f ".deps/rrd_hw.Tpo" ".deps/rrd_hw.Plo"; else rm -f ".deps/rrd_hw.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_hw.lo -MD -MP -MF .deps/rrd_hw.Tpo -c rrd_hw.c -fPIC -DPIC -o .libs/rrd_hw.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_hw.lo -MD -MP -MF .deps/rrd_hw.Tpo -c rrd_hw.c -o rrd_hw.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_diff.lo -MD -MP -MF ".deps/rrd_diff.Tpo" -c -o rrd_diff.lo rrd_diff.c; \
then mv -f ".deps/rrd_diff.Tpo" ".deps/rrd_diff.Plo"; else rm -f ".deps/rrd_diff.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_diff.lo -MD -MP -MF .deps/rrd_diff.Tpo -c rrd_diff.c -fPIC -DPIC -o .libs/rrd_diff.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_diff.lo -MD -MP -MF .deps/rrd_diff.Tpo -c rrd_diff.c -o rrd_diff.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_format.lo -MD -MP -MF ".deps/rrd_format.Tpo" -c -o rrd_format.lo rrd_format.c; \
then mv -f ".deps/rrd_format.Tpo" ".deps/rrd_format.Plo"; else rm -f ".deps/rrd_format.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_format.lo -MD -MP -MF .deps/rrd_format.Tpo -c rrd_format.c -fPIC -DPIC -o .libs/rrd_format.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_format.lo -MD -MP -MF .deps/rrd_format.Tpo -c rrd_format.c -o rrd_format.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_info.lo -MD -MP -MF ".deps/rrd_info.Tpo" -c -o rrd_info.lo rrd_info.c; \
then mv -f ".deps/rrd_info.Tpo" ".deps/rrd_info.Plo"; else rm -f ".deps/rrd_info.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_info.lo -MD -MP -MF .deps/rrd_info.Tpo -c rrd_info.c -fPIC -DPIC -o .libs/rrd_info.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_info.lo -MD -MP -MF .deps/rrd_info.Tpo -c rrd_info.c -o rrd_info.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_error.lo -MD -MP -MF ".deps/rrd_error.Tpo" -c -o rrd_error.lo rrd_error.c; \
then mv -f ".deps/rrd_error.Tpo" ".deps/rrd_error.Plo"; else rm -f ".deps/rrd_error.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_error.lo -MD -MP -MF .deps/rrd_error.Tpo -c rrd_error.c -fPIC -DPIC -o .libs/rrd_error.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_error.lo -MD -MP -MF .deps/rrd_error.Tpo -c rrd_error.c -o rrd_error.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_open.lo -MD -MP -MF ".deps/rrd_open.Tpo" -c -o rrd_open.lo rrd_open.c; \
then mv -f ".deps/rrd_open.Tpo" ".deps/rrd_open.Plo"; else rm -f ".deps/rrd_open.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_open.lo -MD -MP -MF .deps/rrd_open.Tpo -c rrd_open.c -fPIC -DPIC -o .libs/rrd_open.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_open.lo -MD -MP -MF .deps/rrd_open.Tpo -c rrd_open.c -o rrd_open.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_nan_inf.lo -MD -MP -MF ".deps/rrd_nan_inf.Tpo" -c -o rrd_nan_inf.lo rrd_nan_inf.c; \
then mv -f ".deps/rrd_nan_inf.Tpo" ".deps/rrd_nan_inf.Plo"; else rm -f ".deps/rrd_nan_inf.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_nan_inf.lo -MD -MP -MF .deps/rrd_nan_inf.Tpo -c rrd_nan_inf.c -fPIC -DPIC -o .libs/rrd_nan_inf.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_nan_inf.lo -MD -MP -MF .deps/rrd_nan_inf.Tpo -c rrd_nan_inf.c -o rrd_nan_inf.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_rpncalc.lo -MD -MP -MF ".deps/rrd_rpncalc.Tpo" -c -o rrd_rpncalc.lo rrd_rpncalc.c; \
then mv -f ".deps/rrd_rpncalc.Tpo" ".deps/rrd_rpncalc.Plo"; else rm -f ".deps/rrd_rpncalc.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_rpncalc.lo -MD -MP -MF .deps/rrd_rpncalc.Tpo -c rrd_rpncalc.c -fPIC -DPIC -o .libs/rrd_rpncalc.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_rpncalc.lo -MD -MP -MF .deps/rrd_rpncalc.Tpo -c rrd_rpncalc.c -o rrd_rpncalc.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_update.lo -MD -MP -MF ".deps/rrd_update.Tpo" -c -o rrd_update.lo rrd_update.c; \
then mv -f ".deps/rrd_update.Tpo" ".deps/rrd_update.Plo"; else rm -f ".deps/rrd_update.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_update.lo -MD -MP -MF .deps/rrd_update.Tpo -c rrd_update.c -fPIC -DPIC -o .libs/rrd_update.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_update.lo -MD -MP -MF .deps/rrd_update.Tpo -c rrd_update.c -o rrd_update.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_not_thread_safe.lo -MD -MP -MF ".deps/rrd_not_thread_safe.Tpo" -c -o rrd_not_thread_safe.lo rrd_not_thread_safe.c; \
then mv -f ".deps/rrd_not_thread_safe.Tpo" ".deps/rrd_not_thread_safe.Plo"; else rm -f ".deps/rrd_not_thread_safe.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_not_thread_safe.lo -MD -MP -MF .deps/rrd_not_thread_safe.Tpo -c rrd_not_thread_safe.c -fPIC -DPIC -o .libs/rrd_not_thread_safe.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_not_thread_safe.lo -MD -MP -MF .deps/rrd_not_thread_safe.Tpo -c rrd_not_thread_safe.c -o rrd_not_thread_safe.o >/dev/null 2>&1
/bin/sh /usr/local/bin/libtool --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -L/usr/local/lib -o librrdupd.la rrd_getopt.lo rrd_getopt1.lo parsetime.lo rrd_hw.lo rrd_diff.lo rrd_format.lo rrd_info.lo rrd_error.lo rrd_open.lo rrd_nan_inf.lo rrd_rpncalc.lo rrd_update.lo rrd_not_thread_safe.lo -lm
ar cru .libs/librrdupd.a .libs/rrd_getopt.o .libs/rrd_getopt1.o .libs/parsetime.o .libs/rrd_hw.o .libs/rrd_diff.o .libs/rrd_format.o .libs/rrd_info.o .libs/rrd_error.o .libs/rrd_open.o .libs/rrd_nan_inf.o .libs/rrd_rpncalc.o .libs/rrd_update.o .libs/rrd_not_thread_safe.o
ranlib .libs/librrdupd.a
creating librrdupd.la
(cd .libs && rm -f librrdupd.la && ln -s ../librrdupd.la librrdupd.la)
/bin/sh /usr/local/bin/libtool --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -L/usr/local/lib -o librrd.la -rpath /usr/local/lib -version-info 2:12:0 hash_32.lo pngsize.lo rrd_create.lo rrd_dump.lo rrd_fetch.lo rrd_graph.lo rrd_graph_helper.lo rrd_last.lo rrd_lastupdate.lo rrd_first.lo rrd_resize.lo rrd_restore.lo rrd_tune.lo rrd_version.lo rrd_xport.lo art_rgba_svp.lo rrd_gfx.lo rrd_afm.lo rrd_afm_data.lo rrd_tool.lo librrdupd.la -lfreetype -lpng -lz -lart_lgpl_2 -lm
cc -shared .libs/hash_32.o .libs/pngsize.o .libs/rrd_create.o .libs/rrd_dump.o .libs/rrd_fetch.o .libs/rrd_graph.o .libs/rrd_graph_helper.o .libs/rrd_last.o .libs/rrd_lastupdate.o .libs/rrd_first.o .libs/rrd_resize.o .libs/rrd_restore.o .libs/rrd_tune.o .libs/rrd_version.o .libs/rrd_xport.o .libs/art_rgba_svp.o .libs/rrd_gfx.o .libs/rrd_afm.o .libs/rrd_afm_data.o .libs/rrd_tool.o -Wl,--whole-archive ./.libs/librrdupd.a -Wl,--no-whole-archive -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libfreetype.so -lpng -lz /usr/local/lib/libart_lgpl_2.so -lm -Wl,-soname -Wl,librrd.so.2 -o .libs/librrd.so.2
(cd .libs && rm -f librrd.so && ln -s librrd.so.2 librrd.so)
(cd .libs && rm -f librrd.so && ln -s librrd.so.2 librrd.so)
rm -fr .libs/librrd.lax
mkdir .libs/librrd.lax
rm -fr .libs/librrd.lax/librrdupd.a
mkdir .libs/librrd.lax/librrdupd.a
(cd .libs/librrd.lax/librrdupd.a && ar x /usr/ports/databases/rrdtool/work/rrdtool-1.2.26/src/./.libs/librrdupd.a)
ar cru .libs/librrd.a hash_32.o pngsize.o rrd_create.o rrd_dump.o rrd_fetch.o rrd_graph.o rrd_graph_helper.o rrd_last.o rrd_lastupdate.o rrd_first.o rrd_resize.o rrd_restore.o rrd_tune.o rrd_version.o rrd_xport.o art_rgba_svp.o rrd_gfx.o rrd_afm.o rrd_afm_data.o rrd_tool.o .libs/librrd.lax/librrdupd.a/rrd_getopt.o .libs/librrd.lax/librrdupd.a/rrd_getopt1.o .libs/librrd.lax/librrdupd.a/parsetime.o .libs/librrd.lax/librrdupd.a/rrd_hw.o .libs/librrd.lax/librrdupd.a/rrd_diff.o .libs/librrd.lax/librrdupd.a/rrd_format.o .libs/librrd.lax/librrdupd.a/rrd_info.o .libs/librrd.lax/librrdupd.a/rrd_error.o .libs/librrd.lax/librrdupd.a/rrd_open.o .libs/librrd.lax/librrdupd.a/rrd_nan_inf.o .libs/librrd.lax/librrdupd.a/rrd_rpncalc.o .libs/librrd.lax/librrdupd.a/rrd_update.o .libs/librrd.lax/librrdupd.a/rrd_not_thread_safe.o
ranlib .libs/librrd.a
rm -fr .libs/librrd.lax
creating librrd.la
(cd .libs && rm -f librrd.la && ln -s ../librrd.la librrd.la)
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_getopt.lo -MD -MP -MF ".deps/librrd_th_la-rrd_getopt.Tpo" -c -o librrd_th_la-rrd_getopt.lo `test -f 'rrd_getopt.c' || echo './'`rrd_getopt.c; \
then mv -f ".deps/librrd_th_la-rrd_getopt.Tpo" ".deps/librrd_th_la-rrd_getopt.Plo"; else rm -f ".deps/librrd_th_la-rrd_getopt.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_getopt.lo -MD -MP -MF .deps/librrd_th_la-rrd_getopt.Tpo -c rrd_getopt.c -fPIC -DPIC -o .libs/librrd_th_la-rrd_getopt.o
rrd_getopt.c: In function '_getopt_initialize':
rrd_getopt.c:355: warning: unused parameter 'argc'
rrd_getopt.c:356: warning: unused parameter 'argv'
rrd_getopt.c: At top level:
rrd_getopt.c:920: warning: no previous prototype for 'getopt'
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_getopt.lo -MD -MP -MF .deps/librrd_th_la-rrd_getopt.Tpo -c rrd_getopt.c -o librrd_th_la-rrd_getopt.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_getopt1.lo -MD -MP -MF ".deps/librrd_th_la-rrd_getopt1.Tpo" -c -o librrd_th_la-rrd_getopt1.lo `test -f 'rrd_getopt1.c' || echo './'`rrd_getopt1.c; \
then mv -f ".deps/librrd_th_la-rrd_getopt1.Tpo" ".deps/librrd_th_la-rrd_getopt1.Plo"; else rm -f ".deps/librrd_th_la-rrd_getopt1.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_getopt1.lo -MD -MP -MF .deps/librrd_th_la-rrd_getopt1.Tpo -c rrd_getopt1.c -fPIC -DPIC -o .libs/librrd_th_la-rrd_getopt1.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_getopt1.lo -MD -MP -MF .deps/librrd_th_la-rrd_getopt1.Tpo -c rrd_getopt1.c -o librrd_th_la-rrd_getopt1.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-parsetime.lo -MD -MP -MF ".deps/librrd_th_la-parsetime.Tpo" -c -o librrd_th_la-parsetime.lo `test -f 'parsetime.c' || echo './'`parsetime.c; \
then mv -f ".deps/librrd_th_la-parsetime.Tpo" ".deps/librrd_th_la-parsetime.Plo"; else rm -f ".deps/librrd_th_la-parsetime.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-parsetime.lo -MD -MP -MF .deps/librrd_th_la-parsetime.Tpo -c parsetime.c -fPIC -DPIC -o .libs/librrd_th_la-parsetime.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-parsetime.lo -MD -MP -MF .deps/librrd_th_la-parsetime.Tpo -c parsetime.c -o librrd_th_la-parsetime.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_hw.lo -MD -MP -MF ".deps/librrd_th_la-rrd_hw.Tpo" -c -o librrd_th_la-rrd_hw.lo `test -f 'rrd_hw.c' || echo './'`rrd_hw.c; \
then mv -f ".deps/librrd_th_la-rrd_hw.Tpo" ".deps/librrd_th_la-rrd_hw.Plo"; else rm -f ".deps/librrd_th_la-rrd_hw.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_hw.lo -MD -MP -MF .deps/librrd_th_la-rrd_hw.Tpo -c rrd_hw.c -fPIC -DPIC -o .libs/librrd_th_la-rrd_hw.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_hw.lo -MD -MP -MF .deps/librrd_th_la-rrd_hw.Tpo -c rrd_hw.c -o librrd_th_la-rrd_hw.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_diff.lo -MD -MP -MF ".deps/librrd_th_la-rrd_diff.Tpo" -c -o librrd_th_la-rrd_diff.lo `test -f 'rrd_diff.c' || echo './'`rrd_diff.c; \
then mv -f ".deps/librrd_th_la-rrd_diff.Tpo" ".deps/librrd_th_la-rrd_diff.Plo"; else rm -f ".deps/librrd_th_la-rrd_diff.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_diff.lo -MD -MP -MF .deps/librrd_th_la-rrd_diff.Tpo -c rrd_diff.c -fPIC -DPIC -o .libs/librrd_th_la-rrd_diff.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_diff.lo -MD -MP -MF .deps/librrd_th_la-rrd_diff.Tpo -c rrd_diff.c -o librrd_th_la-rrd_diff.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_format.lo -MD -MP -MF ".deps/librrd_th_la-rrd_format.Tpo" -c -o librrd_th_la-rrd_format.lo `test -f 'rrd_format.c' || echo './'`rrd_format.c; \
then mv -f ".deps/librrd_th_la-rrd_format.Tpo" ".deps/librrd_th_la-rrd_format.Plo"; else rm -f ".deps/librrd_th_la-rrd_format.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_format.lo -MD -MP -MF .deps/librrd_th_la-rrd_format.Tpo -c rrd_format.c -fPIC -DPIC -o .libs/librrd_th_la-rrd_format.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_format.lo -MD -MP -MF .deps/librrd_th_la-rrd_format.Tpo -c rrd_format.c -o librrd_th_la-rrd_format.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_info.lo -MD -MP -MF ".deps/librrd_th_la-rrd_info.Tpo" -c -o librrd_th_la-rrd_info.lo `test -f 'rrd_info.c' || echo './'`rrd_info.c; \
then mv -f ".deps/librrd_th_la-rrd_info.Tpo" ".deps/librrd_th_la-rrd_info.Plo"; else rm -f ".deps/librrd_th_la-rrd_info.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_info.lo -MD -MP -MF .deps/librrd_th_la-rrd_info.Tpo -c rrd_info.c -fPIC -DPIC -o .libs/librrd_th_la-rrd_info.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_info.lo -MD -MP -MF .deps/librrd_th_la-rrd_info.Tpo -c rrd_info.c -o librrd_th_la-rrd_info.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_error.lo -MD -MP -MF ".deps/librrd_th_la-rrd_error.Tpo" -c -o librrd_th_la-rrd_error.lo `test -f 'rrd_error.c' || echo './'`rrd_error.c; \
then mv -f ".deps/librrd_th_la-rrd_error.Tpo" ".deps/librrd_th_la-rrd_error.Plo"; else rm -f ".deps/librrd_th_la-rrd_error.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_error.lo -MD -MP -MF .deps/librrd_th_la-rrd_error.Tpo -c rrd_error.c -fPIC -DPIC -o .libs/librrd_th_la-rrd_error.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_error.lo -MD -MP -MF .deps/librrd_th_la-rrd_error.Tpo -c rrd_error.c -o librrd_th_la-rrd_error.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_open.lo -MD -MP -MF ".deps/librrd_th_la-rrd_open.Tpo" -c -o librrd_th_la-rrd_open.lo `test -f 'rrd_open.c' || echo './'`rrd_open.c; \
then mv -f ".deps/librrd_th_la-rrd_open.Tpo" ".deps/librrd_th_la-rrd_open.Plo"; else rm -f ".deps/librrd_th_la-rrd_open.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_open.lo -MD -MP -MF .deps/librrd_th_la-rrd_open.Tpo -c rrd_open.c -fPIC -DPIC -o .libs/librrd_th_la-rrd_open.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_open.lo -MD -MP -MF .deps/librrd_th_la-rrd_open.Tpo -c rrd_open.c -o librrd_th_la-rrd_open.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_nan_inf.lo -MD -MP -MF ".deps/librrd_th_la-rrd_nan_inf.Tpo" -c -o librrd_th_la-rrd_nan_inf.lo `test -f 'rrd_nan_inf.c' || echo './'`rrd_nan_inf.c; \
then mv -f ".deps/librrd_th_la-rrd_nan_inf.Tpo" ".deps/librrd_th_la-rrd_nan_inf.Plo"; else rm -f ".deps/librrd_th_la-rrd_nan_inf.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_nan_inf.lo -MD -MP -MF .deps/librrd_th_la-rrd_nan_inf.Tpo -c rrd_nan_inf.c -fPIC -DPIC -o .libs/librrd_th_la-rrd_nan_inf.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_nan_inf.lo -MD -MP -MF .deps/librrd_th_la-rrd_nan_inf.Tpo -c rrd_nan_inf.c -o librrd_th_la-rrd_nan_inf.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_rpncalc.lo -MD -MP -MF ".deps/librrd_th_la-rrd_rpncalc.Tpo" -c -o librrd_th_la-rrd_rpncalc.lo `test -f 'rrd_rpncalc.c' || echo './'`rrd_rpncalc.c; \
then mv -f ".deps/librrd_th_la-rrd_rpncalc.Tpo" ".deps/librrd_th_la-rrd_rpncalc.Plo"; else rm -f ".deps/librrd_th_la-rrd_rpncalc.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_rpncalc.lo -MD -MP -MF .deps/librrd_th_la-rrd_rpncalc.Tpo -c rrd_rpncalc.c -fPIC -DPIC -o .libs/librrd_th_la-rrd_rpncalc.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_rpncalc.lo -MD -MP -MF .deps/librrd_th_la-rrd_rpncalc.Tpo -c rrd_rpncalc.c -o librrd_th_la-rrd_rpncalc.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_update.lo -MD -MP -MF ".deps/librrd_th_la-rrd_update.Tpo" -c -o librrd_th_la-rrd_update.lo `test -f 'rrd_update.c' || echo './'`rrd_update.c; \
then mv -f ".deps/librrd_th_la-rrd_update.Tpo" ".deps/librrd_th_la-rrd_update.Plo"; else rm -f ".deps/librrd_th_la-rrd_update.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_update.lo -MD -MP -MF .deps/librrd_th_la-rrd_update.Tpo -c rrd_update.c -fPIC -DPIC -o .libs/librrd_th_la-rrd_update.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_update.lo -MD -MP -MF .deps/librrd_th_la-rrd_update.Tpo -c rrd_update.c -o librrd_th_la-rrd_update.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-hash_32.lo -MD -MP -MF ".deps/librrd_th_la-hash_32.Tpo" -c -o librrd_th_la-hash_32.lo `test -f 'hash_32.c' || echo './'`hash_32.c; \
then mv -f ".deps/librrd_th_la-hash_32.Tpo" ".deps/librrd_th_la-hash_32.Plo"; else rm -f ".deps/librrd_th_la-hash_32.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-hash_32.lo -MD -MP -MF .deps/librrd_th_la-hash_32.Tpo -c hash_32.c -fPIC -DPIC -o .libs/librrd_th_la-hash_32.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-hash_32.lo -MD -MP -MF .deps/librrd_th_la-hash_32.Tpo -c hash_32.c -o librrd_th_la-hash_32.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-pngsize.lo -MD -MP -MF ".deps/librrd_th_la-pngsize.Tpo" -c -o librrd_th_la-pngsize.lo `test -f 'pngsize.c' || echo './'`pngsize.c; \
then mv -f ".deps/librrd_th_la-pngsize.Tpo" ".deps/librrd_th_la-pngsize.Plo"; else rm -f ".deps/librrd_th_la-pngsize.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-pngsize.lo -MD -MP -MF .deps/librrd_th_la-pngsize.Tpo -c pngsize.c -fPIC -DPIC -o .libs/librrd_th_la-pngsize.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-pngsize.lo -MD -MP -MF .deps/librrd_th_la-pngsize.Tpo -c pngsize.c -o librrd_th_la-pngsize.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_create.lo -MD -MP -MF ".deps/librrd_th_la-rrd_create.Tpo" -c -o librrd_th_la-rrd_create.lo `test -f 'rrd_create.c' || echo './'`rrd_create.c; \
then mv -f ".deps/librrd_th_la-rrd_create.Tpo" ".deps/librrd_th_la-rrd_create.Plo"; else rm -f ".deps/librrd_th_la-rrd_create.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_create.lo -MD -MP -MF .deps/librrd_th_la-rrd_create.Tpo -c rrd_create.c -fPIC -DPIC -o .libs/librrd_th_la-rrd_create.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_create.lo -MD -MP -MF .deps/librrd_th_la-rrd_create.Tpo -c rrd_create.c -o librrd_th_la-rrd_create.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_dump.lo -MD -MP -MF ".deps/librrd_th_la-rrd_dump.Tpo" -c -o librrd_th_la-rrd_dump.lo `test -f 'rrd_dump.c' || echo './'`rrd_dump.c; \
then mv -f ".deps/librrd_th_la-rrd_dump.Tpo" ".deps/librrd_th_la-rrd_dump.Plo"; else rm -f ".deps/librrd_th_la-rrd_dump.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_dump.lo -MD -MP -MF .deps/librrd_th_la-rrd_dump.Tpo -c rrd_dump.c -fPIC -DPIC -o .libs/librrd_th_la-rrd_dump.o
rrd_dump.c: In function 'rrd_dump_r':
rrd_dump.c:116: warning: format '%ld' expects type 'long int', but argument 3 has type 'time_t'
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_dump.lo -MD -MP -MF .deps/librrd_th_la-rrd_dump.Tpo -c rrd_dump.c -o librrd_th_la-rrd_dump.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_fetch.lo -MD -MP -MF ".deps/librrd_th_la-rrd_fetch.Tpo" -c -o librrd_th_la-rrd_fetch.lo `test -f 'rrd_fetch.c' || echo './'`rrd_fetch.c; \
then mv -f ".deps/librrd_th_la-rrd_fetch.Tpo" ".deps/librrd_th_la-rrd_fetch.Plo"; else rm -f ".deps/librrd_th_la-rrd_fetch.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_fetch.lo -MD -MP -MF .deps/librrd_th_la-rrd_fetch.Tpo -c rrd_fetch.c -fPIC -DPIC -o .libs/librrd_th_la-rrd_fetch.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_fetch.lo -MD -MP -MF .deps/librrd_th_la-rrd_fetch.Tpo -c rrd_fetch.c -o librrd_th_la-rrd_fetch.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_graph.lo -MD -MP -MF ".deps/librrd_th_la-rrd_graph.Tpo" -c -o librrd_th_la-rrd_graph.lo `test -f 'rrd_graph.c' || echo './'`rrd_graph.c; \
then mv -f ".deps/librrd_th_la-rrd_graph.Tpo" ".deps/librrd_th_la-rrd_graph.Plo"; else rm -f ".deps/librrd_th_la-rrd_graph.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_graph.lo -MD -MP -MF .deps/librrd_th_la-rrd_graph.Tpo -c rrd_graph.c -fPIC -DPIC -o .libs/librrd_th_la-rrd_graph.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_graph.lo -MD -MP -MF .deps/librrd_th_la-rrd_graph.Tpo -c rrd_graph.c -o librrd_th_la-rrd_graph.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_graph_helper.lo -MD -MP -MF ".deps/librrd_th_la-rrd_graph_helper.Tpo" -c -o librrd_th_la-rrd_graph_helper.lo `test -f 'rrd_graph_helper.c' || echo './'`rrd_graph_helper.c; \
then mv -f ".deps/librrd_th_la-rrd_graph_helper.Tpo" ".deps/librrd_th_la-rrd_graph_helper.Plo"; else rm -f ".deps/librrd_th_la-rrd_graph_helper.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_graph_helper.lo -MD -MP -MF .deps/librrd_th_la-rrd_graph_helper.Tpo -c rrd_graph_helper.c -fPIC -DPIC -o .libs/librrd_th_la-rrd_graph_helper.o
rrd_graph_helper.c: In function 'rrd_parse_shift':
rrd_graph_helper.c:337: warning: format '%li' expects type 'long int', but argument 2 has type 'time_t'
rrd_graph_helper.c: In function 'rrd_parse_PVHLAST':
rrd_graph_helper.c:451: warning: format '%li' expects type 'long int', but argument 2 has type 'time_t'
rrd_graph_helper.c:453: warning: format '%li' expects type 'long int', but argument 2 has type 'time_t'
rrd_graph_helper.c: In function 'rrd_parse_def':
rrd_graph_helper.c:731: warning: format '%lu' expects type 'long unsigned int', but argument 2 has type 'time_t'
rrd_graph_helper.c:732: warning: format '%lu' expects type 'long unsigned int', but argument 2 has type 'time_t'
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_graph_helper.lo -MD -MP -MF .deps/librrd_th_la-rrd_graph_helper.Tpo -c rrd_graph_helper.c -o librrd_th_la-rrd_graph_helper.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_last.lo -MD -MP -MF ".deps/librrd_th_la-rrd_last.Tpo" -c -o librrd_th_la-rrd_last.lo `test -f 'rrd_last.c' || echo './'`rrd_last.c; \
then mv -f ".deps/librrd_th_la-rrd_last.Tpo" ".deps/librrd_th_la-rrd_last.Plo"; else rm -f ".deps/librrd_th_la-rrd_last.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_last.lo -MD -MP -MF .deps/librrd_th_la-rrd_last.Tpo -c rrd_last.c -fPIC -DPIC -o .libs/librrd_th_la-rrd_last.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_last.lo -MD -MP -MF .deps/librrd_th_la-rrd_last.Tpo -c rrd_last.c -o librrd_th_la-rrd_last.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_lastupdate.lo -MD -MP -MF ".deps/librrd_th_la-rrd_lastupdate.Tpo" -c -o librrd_th_la-rrd_lastupdate.lo `test -f 'rrd_lastupdate.c' || echo './'`rrd_lastupdate.c; \
then mv -f ".deps/librrd_th_la-rrd_lastupdate.Tpo" ".deps/librrd_th_la-rrd_lastupdate.Plo"; else rm -f ".deps/librrd_th_la-rrd_lastupdate.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_lastupdate.lo -MD -MP -MF .deps/librrd_th_la-rrd_lastupdate.Tpo -c rrd_lastupdate.c -fPIC -DPIC -o .libs/librrd_th_la-rrd_lastupdate.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_lastupdate.lo -MD -MP -MF .deps/librrd_th_la-rrd_lastupdate.Tpo -c rrd_lastupdate.c -o librrd_th_la-rrd_lastupdate.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_first.lo -MD -MP -MF ".deps/librrd_th_la-rrd_first.Tpo" -c -o librrd_th_la-rrd_first.lo `test -f 'rrd_first.c' || echo './'`rrd_first.c; \
then mv -f ".deps/librrd_th_la-rrd_first.Tpo" ".deps/librrd_th_la-rrd_first.Plo"; else rm -f ".deps/librrd_th_la-rrd_first.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_first.lo -MD -MP -MF .deps/librrd_th_la-rrd_first.Tpo -c rrd_first.c -fPIC -DPIC -o .libs/librrd_th_la-rrd_first.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_first.lo -MD -MP -MF .deps/librrd_th_la-rrd_first.Tpo -c rrd_first.c -o librrd_th_la-rrd_first.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_resize.lo -MD -MP -MF ".deps/librrd_th_la-rrd_resize.Tpo" -c -o librrd_th_la-rrd_resize.lo `test -f 'rrd_resize.c' || echo './'`rrd_resize.c; \
then mv -f ".deps/librrd_th_la-rrd_resize.Tpo" ".deps/librrd_th_la-rrd_resize.Plo"; else rm -f ".deps/librrd_th_la-rrd_resize.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_resize.lo -MD -MP -MF .deps/librrd_th_la-rrd_resize.Tpo -c rrd_resize.c -fPIC -DPIC -o .libs/librrd_th_la-rrd_resize.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_resize.lo -MD -MP -MF .deps/librrd_th_la-rrd_resize.Tpo -c rrd_resize.c -o librrd_th_la-rrd_resize.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_restore.lo -MD -MP -MF ".deps/librrd_th_la-rrd_restore.Tpo" -c -o librrd_th_la-rrd_restore.lo `test -f 'rrd_restore.c' || echo './'`rrd_restore.c; \
then mv -f ".deps/librrd_th_la-rrd_restore.Tpo" ".deps/librrd_th_la-rrd_restore.Plo"; else rm -f ".deps/librrd_th_la-rrd_restore.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_restore.lo -MD -MP -MF .deps/librrd_th_la-rrd_restore.Tpo -c rrd_restore.c -fPIC -DPIC -o .libs/librrd_th_la-rrd_restore.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_restore.lo -MD -MP -MF .deps/librrd_th_la-rrd_restore.Tpo -c rrd_restore.c -o librrd_th_la-rrd_restore.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_tune.lo -MD -MP -MF ".deps/librrd_th_la-rrd_tune.Tpo" -c -o librrd_th_la-rrd_tune.lo `test -f 'rrd_tune.c' || echo './'`rrd_tune.c; \
then mv -f ".deps/librrd_th_la-rrd_tune.Tpo" ".deps/librrd_th_la-rrd_tune.Plo"; else rm -f ".deps/librrd_th_la-rrd_tune.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_tune.lo -MD -MP -MF .deps/librrd_th_la-rrd_tune.Tpo -c rrd_tune.c -fPIC -DPIC -o .libs/librrd_th_la-rrd_tune.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_tune.lo -MD -MP -MF .deps/librrd_th_la-rrd_tune.Tpo -c rrd_tune.c -o librrd_th_la-rrd_tune.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_version.lo -MD -MP -MF ".deps/librrd_th_la-rrd_version.Tpo" -c -o librrd_th_la-rrd_version.lo `test -f 'rrd_version.c' || echo './'`rrd_version.c; \
then mv -f ".deps/librrd_th_la-rrd_version.Tpo" ".deps/librrd_th_la-rrd_version.Plo"; else rm -f ".deps/librrd_th_la-rrd_version.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_version.lo -MD -MP -MF .deps/librrd_th_la-rrd_version.Tpo -c rrd_version.c -fPIC -DPIC -o .libs/librrd_th_la-rrd_version.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_version.lo -MD -MP -MF .deps/librrd_th_la-rrd_version.Tpo -c rrd_version.c -o librrd_th_la-rrd_version.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_xport.lo -MD -MP -MF ".deps/librrd_th_la-rrd_xport.Tpo" -c -o librrd_th_la-rrd_xport.lo `test -f 'rrd_xport.c' || echo './'`rrd_xport.c; \
then mv -f ".deps/librrd_th_la-rrd_xport.Tpo" ".deps/librrd_th_la-rrd_xport.Plo"; else rm -f ".deps/librrd_th_la-rrd_xport.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_xport.lo -MD -MP -MF .deps/librrd_th_la-rrd_xport.Tpo -c rrd_xport.c -fPIC -DPIC -o .libs/librrd_th_la-rrd_xport.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_xport.lo -MD -MP -MF .deps/librrd_th_la-rrd_xport.Tpo -c rrd_xport.c -o librrd_th_la-rrd_xport.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-art_rgba_svp.lo -MD -MP -MF ".deps/librrd_th_la-art_rgba_svp.Tpo" -c -o librrd_th_la-art_rgba_svp.lo `test -f 'art_rgba_svp.c' || echo './'`art_rgba_svp.c; \
then mv -f ".deps/librrd_th_la-art_rgba_svp.Tpo" ".deps/librrd_th_la-art_rgba_svp.Plo"; else rm -f ".deps/librrd_th_la-art_rgba_svp.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-art_rgba_svp.lo -MD -MP -MF .deps/librrd_th_la-art_rgba_svp.Tpo -c art_rgba_svp.c -fPIC -DPIC -o .libs/librrd_th_la-art_rgba_svp.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-art_rgba_svp.lo -MD -MP -MF .deps/librrd_th_la-art_rgba_svp.Tpo -c art_rgba_svp.c -o librrd_th_la-art_rgba_svp.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_gfx.lo -MD -MP -MF ".deps/librrd_th_la-rrd_gfx.Tpo" -c -o librrd_th_la-rrd_gfx.lo `test -f 'rrd_gfx.c' || echo './'`rrd_gfx.c; \
then mv -f ".deps/librrd_th_la-rrd_gfx.Tpo" ".deps/librrd_th_la-rrd_gfx.Plo"; else rm -f ".deps/librrd_th_la-rrd_gfx.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_gfx.lo -MD -MP -MF .deps/librrd_th_la-rrd_gfx.Tpo -c rrd_gfx.c -fPIC -DPIC -o .libs/librrd_th_la-rrd_gfx.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_gfx.lo -MD -MP -MF .deps/librrd_th_la-rrd_gfx.Tpo -c rrd_gfx.c -o librrd_th_la-rrd_gfx.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_afm.lo -MD -MP -MF ".deps/librrd_th_la-rrd_afm.Tpo" -c -o librrd_th_la-rrd_afm.lo `test -f 'rrd_afm.c' || echo './'`rrd_afm.c; \
then mv -f ".deps/librrd_th_la-rrd_afm.Tpo" ".deps/librrd_th_la-rrd_afm.Plo"; else rm -f ".deps/librrd_th_la-rrd_afm.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_afm.lo -MD -MP -MF .deps/librrd_th_la-rrd_afm.Tpo -c rrd_afm.c -fPIC -DPIC -o .libs/librrd_th_la-rrd_afm.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_afm.lo -MD -MP -MF .deps/librrd_th_la-rrd_afm.Tpo -c rrd_afm.c -o librrd_th_la-rrd_afm.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_afm_data.lo -MD -MP -MF ".deps/librrd_th_la-rrd_afm_data.Tpo" -c -o librrd_th_la-rrd_afm_data.lo `test -f 'rrd_afm_data.c' || echo './'`rrd_afm_data.c; \
then mv -f ".deps/librrd_th_la-rrd_afm_data.Tpo" ".deps/librrd_th_la-rrd_afm_data.Plo"; else rm -f ".deps/librrd_th_la-rrd_afm_data.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_afm_data.lo -MD -MP -MF .deps/librrd_th_la-rrd_afm_data.Tpo -c rrd_afm_data.c -fPIC -DPIC -o .libs/librrd_th_la-rrd_afm_data.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_afm_data.lo -MD -MP -MF .deps/librrd_th_la-rrd_afm_data.Tpo -c rrd_afm_data.c -o librrd_th_la-rrd_afm_data.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_tool.lo -MD -MP -MF ".deps/librrd_th_la-rrd_tool.Tpo" -c -o librrd_th_la-rrd_tool.lo `test -f 'rrd_tool.c' || echo './'`rrd_tool.c; \
then mv -f ".deps/librrd_th_la-rrd_tool.Tpo" ".deps/librrd_th_la-rrd_tool.Plo"; else rm -f ".deps/librrd_th_la-rrd_tool.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_tool.lo -MD -MP -MF .deps/librrd_th_la-rrd_tool.Tpo -c rrd_tool.c -fPIC -DPIC -o .libs/librrd_th_la-rrd_tool.o
rrd_tool.c: In function 'HandleInputLine':
rrd_tool.c:632: warning: format '%ld' expects type 'long int', but argument 2 has type 'time_t'
rrd_tool.c:644: warning: format '%10lu' expects type 'long unsigned int', but argument 2 has type 'time_t'
rrd_tool.c:655: warning: format '%ld' expects type 'long int', but argument 2 has type 'time_t'
rrd_tool.c:670: warning: format '%10lu' expects type 'long unsigned int', but argument 2 has type 'time_t'
rrd_tool.c:704: warning: format '%lu' expects type 'long unsigned int', but argument 3 has type 'time_t'
rrd_tool.c:720: warning: format '%lu' expects type 'long unsigned int', but argument 3 has type 'time_t'
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_tool.lo -MD -MP -MF .deps/librrd_th_la-rrd_tool.Tpo -c rrd_tool.c -o librrd_th_la-rrd_tool.o >/dev/null 2>&1
if /bin/sh /usr/local/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_thread_safe.lo -MD -MP -MF ".deps/librrd_th_la-rrd_thread_safe.Tpo" -c -o librrd_th_la-rrd_thread_safe.lo `test -f 'rrd_thread_safe.c' || echo './'`rrd_thread_safe.c; \
then mv -f ".deps/librrd_th_la-rrd_thread_safe.Tpo" ".deps/librrd_th_la-rrd_thread_safe.Plo"; else rm -f ".deps/librrd_th_la-rrd_thread_safe.Tpo"; exit 1; fi
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_thread_safe.lo -MD -MP -MF .deps/librrd_th_la-rrd_thread_safe.Tpo -c rrd_thread_safe.c -fPIC -DPIC -o .libs/librrd_th_la-rrd_thread_safe.o
cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -D_THREAD_SAFE -pthread -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT librrd_th_la-rrd_thread_safe.lo -MD -MP -MF .deps/librrd_th_la-rrd_thread_safe.Tpo -c rrd_thread_safe.c -o librrd_th_la-rrd_thread_safe.o >/dev/null 2>&1
/bin/sh /usr/local/bin/libtool --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -L/usr/local/lib -o librrd_th.la -rpath /usr/local/lib -version-info 2:11:0 librrd_th_la-rrd_getopt.lo librrd_th_la-rrd_getopt1.lo librrd_th_la-parsetime.lo librrd_th_la-rrd_hw.lo librrd_th_la-rrd_diff.lo librrd_th_la-rrd_format.lo librrd_th_la-rrd_info.lo librrd_th_la-rrd_error.lo librrd_th_la-rrd_open.lo librrd_th_la-rrd_nan_inf.lo librrd_th_la-rrd_rpncalc.lo librrd_th_la-rrd_update.lo librrd_th_la-hash_32.lo librrd_th_la-pngsize.lo librrd_th_la-rrd_create.lo librrd_th_la-rrd_dump.lo librrd_th_la-rrd_fetch.lo librrd_th_la-rrd_graph.lo librrd_th_la-rrd_graph_helper.lo librrd_th_la-rrd_last.lo librrd_th_la-rrd_lastupdate.lo librrd_th_la-rrd_first.lo librrd_th_la-rrd_resize.lo librrd_th_la-rrd_restore.lo librrd_th_la-rrd_tune.lo librrd_th_la-rrd_version.lo librrd_th_la-rrd_xport.lo librrd_th_la-art_rgba_svp.lo librrd_th_la-rrd_gfx.lo librrd_th_la-rrd_afm.lo librrd_th_la-rrd_afm_data.lo librrd_th_la-rrd_tool.lo librrd_th_la-rrd_thread_safe.lo -lfreetype -lpng -lz -lart_lgpl_2 -lm
cc -shared .libs/librrd_th_la-rrd_getopt.o .libs/librrd_th_la-rrd_getopt1.o .libs/librrd_th_la-parsetime.o .libs/librrd_th_la-rrd_hw.o .libs/librrd_th_la-rrd_diff.o .libs/librrd_th_la-rrd_format.o .libs/librrd_th_la-rrd_info.o .libs/librrd_th_la-rrd_error.o .libs/librrd_th_la-rrd_open.o .libs/librrd_th_la-rrd_nan_inf.o .libs/librrd_th_la-rrd_rpncalc.o .libs/librrd_th_la-rrd_update.o .libs/librrd_th_la-hash_32.o .libs/librrd_th_la-pngsize.o .libs/librrd_th_la-rrd_create.o .libs/librrd_th_la-rrd_dump.o .libs/librrd_th_la-rrd_fetch.o .libs/librrd_th_la-rrd_graph.o .libs/librrd_th_la-rrd_graph_helper.o .libs/librrd_th_la-rrd_last.o .libs/librrd_th_la-rrd_lastupdate.o .libs/librrd_th_la-rrd_first.o .libs/librrd_th_la-rrd_resize.o .libs/librrd_th_la-rrd_restore.o .libs/librrd_th_la-rrd_tune.o .libs/librrd_th_la-rrd_version.o .libs/librrd_th_la-rrd_xport.o .libs/librrd_th_la-art_rgba_svp.o .libs/librrd_th_la-rrd_gfx.o .libs/librrd_th_la-rrd_afm.o .libs/librrd_th_la-rrd_afm_data.o .libs/librrd_th_la-rrd_tool.o .libs/librrd_th_la-rrd_thread_safe.o -Wl,--rpath -Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib -L/usr/local/lib /usr/local/lib/libfreetype.so -lpng -lz /usr/local/lib/libart_lgpl_2.so -lm -Wl,-soname -Wl,librrd_th.so.2 -o .libs/librrd_th.so.2
(cd .libs && rm -f librrd_th.so && ln -s librrd_th.so.2 librrd_th.so)
(cd .libs && rm -f librrd_th.so && ln -s librrd_th.so.2 librrd_th.so)
ar cru .libs/librrd_th.a librrd_th_la-rrd_getopt.o librrd_th_la-rrd_getopt1.o librrd_th_la-parsetime.o librrd_th_la-rrd_hw.o librrd_th_la-rrd_diff.o librrd_th_la-rrd_format.o librrd_th_la-rrd_info.o librrd_th_la-rrd_error.o librrd_th_la-rrd_open.o librrd_th_la-rrd_nan_inf.o librrd_th_la-rrd_rpncalc.o librrd_th_la-rrd_update.o librrd_th_la-hash_32.o librrd_th_la-pngsize.o librrd_th_la-rrd_create.o librrd_th_la-rrd_dump.o librrd_th_la-rrd_fetch.o librrd_th_la-rrd_graph.o librrd_th_la-rrd_graph_helper.o librrd_th_la-rrd_last.o librrd_th_la-rrd_lastupdate.o librrd_th_la-rrd_first.o librrd_th_la-rrd_resize.o librrd_th_la-rrd_restore.o librrd_th_la-rrd_tune.o librrd_th_la-rrd_version.o librrd_th_la-rrd_xport.o librrd_th_la-art_rgba_svp.o librrd_th_la-rrd_gfx.o librrd_th_la-rrd_afm.o librrd_th_la-rrd_afm_data.o librrd_th_la-rrd_tool.o librrd_th_la-rrd_thread_safe.o
ranlib .libs/librrd_th.a
creating librrd_th.la
(cd .libs && rm -f librrd_th.la && ln -s ../librrd_th.la librrd_th.la)
/bin/sh /usr/local/bin/libtool --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -L/usr/local/lib -o rrdtool librrd.la
cc -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -o .libs/rrdtool -L/usr/local/lib ./.libs/librrd.so /usr/local/lib/libfreetype.so -lpng -lz /usr/local/lib/libart_lgpl_2.so -lm -Wl,--rpath -Wl,/usr/local/lib
creating rrdtool
if cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrdupdate.o -MD -MP -MF ".deps/rrdupdate.Tpo" -c -o rrdupdate.o rrdupdate.c; \
then mv -f ".deps/rrdupdate.Tpo" ".deps/rrdupdate.Po"; else rm -f ".deps/rrdupdate.Tpo"; exit 1; fi
/bin/sh /usr/local/bin/libtool --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -L/usr/local/lib -o rrdupdate rrdupdate.o librrdupd.la
cc -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -o rrdupdate rrdupdate.o -L/usr/local/lib ./.libs/librrdupd.a -lm
if cc -DHAVE_CONFIG_H -I. -I. -I.. -DRRD_DEFAULT_FONT=\"/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf\" -DNUMVERS=1.2026 -I/usr/local/include -I/usr/local/include/libart-2.0 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/include/libart-2.0 -I/usr/include/freetype2 -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -MT rrd_cgi.o -MD -MP -MF ".deps/rrd_cgi.Tpo" -c -o rrd_cgi.o rrd_cgi.c; \
then mv -f ".deps/rrd_cgi.Tpo" ".deps/rrd_cgi.Po"; else rm -f ".deps/rrd_cgi.Tpo"; exit 1; fi
rrd_cgi.c: In function 'rrdcgiReadVariables':
rrd_cgi.c:1290: warning: comparison between signed and unsigned
/bin/sh /usr/local/bin/libtool --tag=CC --mode=link cc -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -L/usr/local/lib -o rrdcgi rrd_cgi.o librrd.la
cc -O2 -fno-strict-aliasing -pipe -fno-strict-aliasing -Wall -std=gnu99 -pedantic -Wshadow -Wpointer-arith -Wcast-align -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -Winline -W -fPIC -DPIC -o .libs/rrdcgi rrd_cgi.o -L/usr/local/lib ./.libs/librrd.so /usr/local/lib/libfreetype.so -lpng -lz /usr/local/lib/libart_lgpl_2.so -lm -Wl,--rpath -Wl,/usr/local/lib
creating rrdcgi
gmake[2]: Leaving directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/src'
Making all in doc
gmake[2]: Entering directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/doc'
ln -s ../bindings/perl-shared/RRDs.pm RRDs.pod
ln -s ../bindings/perl-piped/RRDp.pm RRDp.pod
gmake[2]: Leaving directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/doc'
Making all in examples
gmake[2]: Entering directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/examples'
sed 's,@''exec_prefix@,/usr/local,' cgi-demo.cgi.in > cgi-demo.cgi
chmod a+x cgi-demo.cgi
gmake[2]: Leaving directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/examples'
Making all in bindings
gmake[2]: Entering directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/bindings'
gmake[3]: Entering directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/bindings'
cd perl-piped && /usr/bin/perl Makefile.PL
Checking if your kit is complete...
Looks good
Writing Makefile for RRDp
cd perl-piped && gmake
gmake[4]: Entering directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/bindings/perl-piped'
cp RRDp.pm blib/lib/RRDp.pm
Manifying blib/man3/RRDp.3
gmake[4]: Leaving directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/bindings/perl-piped'
cd perl-shared && /usr/bin/perl Makefile.PL RPATH=/usr/local/lib
Checking if your kit is complete...
Looks good
Writing Makefile for RRDs
cd perl-shared && gmake
gmake[4]: Entering directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/bindings/perl-shared'
cp RRDs.pm blib/lib/RRDs.pm
cp ntmake.pl blib/lib/ntmake.pl
/usr/bin/perl /usr/local/lib/perl5/site_perl/5.8.8/ExtUtils/xsubpp -typemap /usr/local/lib/perl5/5.8.8/ExtUtils/typemap RRDs.xs > RRDs.xsc && mv RRDs.xsc RRDs.c
cc -c -I../../src -DAPPLLIB_EXP="/usr/local/lib/perl5/5.8.8/BSDPAN" -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/usr/local/include -O2 -fno-strict-aliasing -pipe -DVERSION=\"1.2026\" -DXS_VERSION=\"1.2026\" -DPIC -fPIC "-I/usr/local/lib/perl5/5.8.8/mach/CORE" -DPERLPATCHLEVEL=8 RRDs.c
Running Mkbootstrap for RRDs ()
chmod 644 RRDs.bs
rm -f blib/arch/auto/RRDs/RRDs.so
cc -shared -L/usr/local/lib RRDs.o -L../../src/.libs/ -lrrd -lm -o blib/arch/auto/RRDs/RRDs.so \
\

chmod 755 blib/arch/auto/RRDs/RRDs.so
cp RRDs.bs blib/arch/auto/RRDs/RRDs.bs
chmod 644 blib/arch/auto/RRDs/RRDs.bs
Manifying blib/man3/RRDs.3
gmake[4]: Leaving directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/bindings/perl-shared'
gmake[3]: Leaving directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/bindings'
gmake[2]: Leaving directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/bindings'
gmake[2]: Entering directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26'
gmake[2]: Nothing to be done for `all-am'.
gmake[2]: Leaving directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26'
gmake[1]: Leaving directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26'
===> Installing for rrdtool-1.2.26
===> rrdtool-1.2.26 depends on file: /usr/local/bin/perl5.8.8 - found
===> Generating temporary packing list
===> Checking if databases/rrdtool already installed
Making install in src
gmake[1]: Entering directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/src'
gmake[2]: Entering directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/src'
test -z "/usr/local/lib" || /usr/ports/databases/rrdtool/work/rrdtool-1.2.26/install-sh -d "/usr/local/lib"
/bin/sh /usr/local/bin/libtool --mode=install /usr/bin/install -c -o root -g wheel 'librrd.la' '/usr/local/lib/librrd.la'
/usr/bin/install -c -o root -g wheel .libs/librrd.so.2 /usr/local/lib/librrd.so.2
(cd /usr/local/lib && { ln -s -f librrd.so.2 librrd.so || { rm -f librrd.so && ln -s librrd.so.2 librrd.so; }; })
(cd /usr/local/lib && { ln -s -f librrd.so.2 librrd.so || { rm -f librrd.so && ln -s librrd.so.2 librrd.so; }; })
/usr/bin/install -c -o root -g wheel .libs/librrd.lai /usr/local/lib/librrd.la
/usr/bin/install -c -o root -g wheel .libs/librrd.a /usr/local/lib/librrd.a
chmod 644 /usr/local/lib/librrd.a
ranlib /usr/local/lib/librrd.a
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
/bin/sh /usr/local/bin/libtool --mode=install /usr/bin/install -c -o root -g wheel 'librrd_th.la' '/usr/local/lib/librrd_th.la'
/usr/bin/install -c -o root -g wheel .libs/librrd_th.so.2 /usr/local/lib/librrd_th.so.2
(cd /usr/local/lib && { ln -s -f librrd_th.so.2 librrd_th.so || { rm -f librrd_th.so && ln -s librrd_th.so.2 librrd_th.so; }; })
(cd /usr/local/lib && { ln -s -f librrd_th.so.2 librrd_th.so || { rm -f librrd_th.so && ln -s librrd_th.so.2 librrd_th.so; }; })
/usr/bin/install -c -o root -g wheel .libs/librrd_th.lai /usr/local/lib/librrd_th.la
/usr/bin/install -c -o root -g wheel .libs/librrd_th.a /usr/local/lib/librrd_th.a
chmod 644 /usr/local/lib/librrd_th.a
ranlib /usr/local/lib/librrd_th.a
----------------------------------------------------------------------
Libraries have been installed in:
/usr/local/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,--rpath -Wl,LIBDIR' linker flag

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/local/bin" || /usr/ports/databases/rrdtool/work/rrdtool-1.2.26/install-sh -d "/usr/local/bin"
/bin/sh /usr/local/bin/libtool --mode=install install -s -o root -g wheel -m 555 'rrdtool' '/usr/local/bin/rrdtool'
install -o root -g wheel -m 555 -s .libs/rrdtool /usr/local/bin/rrdtool
/bin/sh /usr/local/bin/libtool --mode=install install -s -o root -g wheel -m 555 'rrdupdate' '/usr/local/bin/rrdupdate'
install -o root -g wheel -m 555 -s rrdupdate /usr/local/bin/rrdupdate
/bin/sh /usr/local/bin/libtool --mode=install install -s -o root -g wheel -m 555 'rrdcgi' '/usr/local/bin/rrdcgi'
install -o root -g wheel -m 555 -s .libs/rrdcgi /usr/local/bin/rrdcgi
test -z "/usr/local/share/rrdtool/fonts" || /usr/ports/databases/rrdtool/work/rrdtool-1.2.26/install-sh -d "/usr/local/share/rrdtool/fonts"
install -o root -g wheel -m 444 'DejaVuSansMono-Roman.ttf' '/usr/local/share/rrdtool/fonts/DejaVuSansMono-Roman.ttf'
test -z "/usr/local/include" || /usr/ports/databases/rrdtool/work/rrdtool-1.2.26/install-sh -d "/usr/local/include"
install -o root -g wheel -m 444 'rrd.h' '/usr/local/include/rrd.h'
gmake[2]: Leaving directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/src'
gmake[1]: Leaving directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/src'
Making install in doc
gmake[1]: Entering directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/doc'
gmake[2]: Entering directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/doc'
gmake[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/doc/rrdtool/txt" || /usr/ports/databases/rrdtool/work/rrdtool-1.2.26/install-sh -d "/usr/local/share/doc/rrdtool/txt"
install -o root -g wheel -m 444 'bin_dec_hex.pod' '/usr/local/share/doc/rrdtool/txt/bin_dec_hex.pod'
install -o root -g wheel -m 444 'rrddump.pod' '/usr/local/share/doc/rrdtool/txt/rrddump.pod'
install -o root -g wheel -m 444 'rrdgraph_examples.pod' '/usr/local/share/doc/rrdtool/txt/rrdgraph_examples.pod'
install -o root -g wheel -m 444 'rrdrestore.pod' '/usr/local/share/doc/rrdtool/txt/rrdrestore.pod'
install -o root -g wheel -m 444 'rrdupdate.pod' '/usr/local/share/doc/rrdtool/txt/rrdupdate.pod'
install -o root -g wheel -m 444 'cdeftutorial.pod' '/usr/local/share/doc/rrdtool/txt/cdeftutorial.pod'
install -o root -g wheel -m 444 'rrdfetch.pod' '/usr/local/share/doc/rrdtool/txt/rrdfetch.pod'
install -o root -g wheel -m 444 'rrdgraph_graph.pod' '/usr/local/share/doc/rrdtool/txt/rrdgraph_graph.pod'
install -o root -g wheel -m 444 'rrdthreads.pod' '/usr/local/share/doc/rrdtool/txt/rrdthreads.pod'
install -o root -g wheel -m 444 'rrdxport.pod' '/usr/local/share/doc/rrdtool/txt/rrdxport.pod'
install -o root -g wheel -m 444 'rpntutorial.pod' '/usr/local/share/doc/rrdtool/txt/rpntutorial.pod'
install -o root -g wheel -m 444 'rrdfirst.pod' '/usr/local/share/doc/rrdtool/txt/rrdfirst.pod'
install -o root -g wheel -m 444 'rrdgraph_rpn.pod' '/usr/local/share/doc/rrdtool/txt/rrdgraph_rpn.pod'
install -o root -g wheel -m 444 'rrdtool.pod' '/usr/local/share/doc/rrdtool/txt/rrdtool.pod'
install -o root -g wheel -m 444 'rrd-beginners.pod' '/usr/local/share/doc/rrdtool/txt/rrd-beginners.pod'
install -o root -g wheel -m 444 'rrdinfo.pod' '/usr/local/share/doc/rrdtool/txt/rrdinfo.pod'
install -o root -g wheel -m 444 'rrdtune.pod' '/usr/local/share/doc/rrdtool/txt/rrdtune.pod'
install -o root -g wheel -m 444 'rrdbuild.pod' '/usr/local/share/doc/rrdtool/txt/rrdbuild.pod'
install -o root -g wheel -m 444 'rrdcgi.pod' '/usr/local/share/doc/rrdtool/txt/rrdcgi.pod'
install -o root -g wheel -m 444 'rrdgraph.pod' '/usr/local/share/doc/rrdtool/txt/rrdgraph.pod'
install -o root -g wheel -m 444 'rrdlast.pod' '/usr/local/share/doc/rrdtool/txt/rrdlast.pod'
install -o root -g wheel -m 444 'rrdlastupdate.pod' '/usr/local/share/doc/rrdtool/txt/rrdlastupdate.pod'
install -o root -g wheel -m 444 'rrdcreate.pod' '/usr/local/share/doc/rrdtool/txt/rrdcreate.pod'
install -o root -g wheel -m 444 'rrdgraph_data.pod' '/usr/local/share/doc/rrdtool/txt/rrdgraph_data.pod'
install -o root -g wheel -m 444 'rrdresize.pod' '/usr/local/share/doc/rrdtool/txt/rrdresize.pod'
install -o root -g wheel -m 444 'rrdtutorial.pod' '/usr/local/share/doc/rrdtool/txt/rrdtutorial.pod'
install -o root -g wheel -m 444 'bin_dec_hex.txt' '/usr/local/share/doc/rrdtool/txt/bin_dec_hex.txt'
install -o root -g wheel -m 444 'rrddump.txt' '/usr/local/share/doc/rrdtool/txt/rrddump.txt'
install -o root -g wheel -m 444 'rrdgraph_examples.txt' '/usr/local/share/doc/rrdtool/txt/rrdgraph_examples.txt'
install -o root -g wheel -m 444 'rrdrestore.txt' '/usr/local/share/doc/rrdtool/txt/rrdrestore.txt'
install -o root -g wheel -m 444 'rrdupdate.txt' '/usr/local/share/doc/rrdtool/txt/rrdupdate.txt'
install -o root -g wheel -m 444 'cdeftutorial.txt' '/usr/local/share/doc/rrdtool/txt/cdeftutorial.txt'
install -o root -g wheel -m 444 'rrdfetch.txt' '/usr/local/share/doc/rrdtool/txt/rrdfetch.txt'
install -o root -g wheel -m 444 'rrdgraph_graph.txt' '/usr/local/share/doc/rrdtool/txt/rrdgraph_graph.txt'
install -o root -g wheel -m 444 'rrdthreads.txt' '/usr/local/share/doc/rrdtool/txt/rrdthreads.txt'
install -o root -g wheel -m 444 'rrdxport.txt' '/usr/local/share/doc/rrdtool/txt/rrdxport.txt'
install -o root -g wheel -m 444 'rpntutorial.txt' '/usr/local/share/doc/rrdtool/txt/rpntutorial.txt'
install -o root -g wheel -m 444 'rrdfirst.txt' '/usr/local/share/doc/rrdtool/txt/rrdfirst.txt'
install -o root -g wheel -m 444 'rrdgraph_rpn.txt' '/usr/local/share/doc/rrdtool/txt/rrdgraph_rpn.txt'
install -o root -g wheel -m 444 'rrdtool.txt' '/usr/local/share/doc/rrdtool/txt/rrdtool.txt'
install -o root -g wheel -m 444 'rrd-beginners.txt' '/usr/local/share/doc/rrdtool/txt/rrd-beginners.txt'
install -o root -g wheel -m 444 'rrdinfo.txt' '/usr/local/share/doc/rrdtool/txt/rrdinfo.txt'
install -o root -g wheel -m 444 'rrdtune.txt' '/usr/local/share/doc/rrdtool/txt/rrdtune.txt'
install -o root -g wheel -m 444 'rrdbuild.txt' '/usr/local/share/doc/rrdtool/txt/rrdbuild.txt'
install -o root -g wheel -m 444 'rrdcgi.txt' '/usr/local/share/doc/rrdtool/txt/rrdcgi.txt'
install -o root -g wheel -m 444 'rrdgraph.txt' '/usr/local/share/doc/rrdtool/txt/rrdgraph.txt'
install -o root -g wheel -m 444 'rrdlast.txt' '/usr/local/share/doc/rrdtool/txt/rrdlast.txt'
install -o root -g wheel -m 444 'rrdlastupdate.txt' '/usr/local/share/doc/rrdtool/txt/rrdlastupdate.txt'
install -o root -g wheel -m 444 'rrdcreate.txt' '/usr/local/share/doc/rrdtool/txt/rrdcreate.txt'
install -o root -g wheel -m 444 'rrdgraph_data.txt' '/usr/local/share/doc/rrdtool/txt/rrdgraph_data.txt'
install -o root -g wheel -m 444 'rrdresize.txt' '/usr/local/share/doc/rrdtool/txt/rrdresize.txt'
install -o root -g wheel -m 444 'rrdtutorial.txt' '/usr/local/share/doc/rrdtool/txt/rrdtutorial.txt'
test -z "/usr/local/share/doc/rrdtool/html" || /usr/ports/databases/rrdtool/work/rrdtool-1.2.26/install-sh -d "/usr/local/share/doc/rrdtool/html"
install -o root -g wheel -m 444 'bin_dec_hex.html' '/usr/local/share/doc/rrdtool/html/bin_dec_hex.html'
install -o root -g wheel -m 444 'rrddump.html' '/usr/local/share/doc/rrdtool/html/rrddump.html'
install -o root -g wheel -m 444 'rrdgraph_examples.html' '/usr/local/share/doc/rrdtool/html/rrdgraph_examples.html'
install -o root -g wheel -m 444 'rrdrestore.html' '/usr/local/share/doc/rrdtool/html/rrdrestore.html'
install -o root -g wheel -m 444 'rrdupdate.html' '/usr/local/share/doc/rrdtool/html/rrdupdate.html'
install -o root -g wheel -m 444 'cdeftutorial.html' '/usr/local/share/doc/rrdtool/html/cdeftutorial.html'
install -o root -g wheel -m 444 'rrdfetch.html' '/usr/local/share/doc/rrdtool/html/rrdfetch.html'
install -o root -g wheel -m 444 'rrdgraph_graph.html' '/usr/local/share/doc/rrdtool/html/rrdgraph_graph.html'
install -o root -g wheel -m 444 'rrdthreads.html' '/usr/local/share/doc/rrdtool/html/rrdthreads.html'
install -o root -g wheel -m 444 'rrdxport.html' '/usr/local/share/doc/rrdtool/html/rrdxport.html'
install -o root -g wheel -m 444 'rpntutorial.html' '/usr/local/share/doc/rrdtool/html/rpntutorial.html'
install -o root -g wheel -m 444 'rrdfirst.html' '/usr/local/share/doc/rrdtool/html/rrdfirst.html'
install -o root -g wheel -m 444 'rrdgraph_rpn.html' '/usr/local/share/doc/rrdtool/html/rrdgraph_rpn.html'
install -o root -g wheel -m 444 'rrdtool.html' '/usr/local/share/doc/rrdtool/html/rrdtool.html'
install -o root -g wheel -m 444 'rrd-beginners.html' '/usr/local/share/doc/rrdtool/html/rrd-beginners.html'
install -o root -g wheel -m 444 'rrdinfo.html' '/usr/local/share/doc/rrdtool/html/rrdinfo.html'
install -o root -g wheel -m 444 'rrdtune.html' '/usr/local/share/doc/rrdtool/html/rrdtune.html'
install -o root -g wheel -m 444 'rrdbuild.html' '/usr/local/share/doc/rrdtool/html/rrdbuild.html'
install -o root -g wheel -m 444 'rrdcgi.html' '/usr/local/share/doc/rrdtool/html/rrdcgi.html'
install -o root -g wheel -m 444 'rrdgraph.html' '/usr/local/share/doc/rrdtool/html/rrdgraph.html'
install -o root -g wheel -m 444 'rrdlast.html' '/usr/local/share/doc/rrdtool/html/rrdlast.html'
install -o root -g wheel -m 444 'rrdlastupdate.html' '/usr/local/share/doc/rrdtool/html/rrdlastupdate.html'
install -o root -g wheel -m 444 'rrdcreate.html' '/usr/local/share/doc/rrdtool/html/rrdcreate.html'
install -o root -g wheel -m 444 'rrdgraph_data.html' '/usr/local/share/doc/rrdtool/html/rrdgraph_data.html'
install -o root -g wheel -m 444 'rrdresize.html' '/usr/local/share/doc/rrdtool/html/rrdresize.html'
install -o root -g wheel -m 444 'rrdtutorial.html' '/usr/local/share/doc/rrdtool/html/rrdtutorial.html'
install -o root -g wheel -m 444 'RRDs.html' '/usr/local/share/doc/rrdtool/html/RRDs.html'
install -o root -g wheel -m 444 'RRDp.html' '/usr/local/share/doc/rrdtool/html/RRDp.html'
test -z "/usr/local/man/man1" || /usr/ports/databases/rrdtool/work/rrdtool-1.2.26/install-sh -d "/usr/local/man/man1"
install -o root -g wheel -m 444 'bin_dec_hex.1' '/usr/local/man/man1/bin_dec_hex.1'
install -o root -g wheel -m 444 'rrddump.1' '/usr/local/man/man1/rrddump.1'
install -o root -g wheel -m 444 'rrdgraph_examples.1' '/usr/local/man/man1/rrdgraph_examples.1'
install -o root -g wheel -m 444 'rrdrestore.1' '/usr/local/man/man1/rrdrestore.1'
install -o root -g wheel -m 444 'rrdupdate.1' '/usr/local/man/man1/rrdupdate.1'
install -o root -g wheel -m 444 'cdeftutorial.1' '/usr/local/man/man1/cdeftutorial.1'
install -o root -g wheel -m 444 'rrdfetch.1' '/usr/local/man/man1/rrdfetch.1'
install -o root -g wheel -m 444 'rrdgraph_graph.1' '/usr/local/man/man1/rrdgraph_graph.1'
install -o root -g wheel -m 444 'rrdthreads.1' '/usr/local/man/man1/rrdthreads.1'
install -o root -g wheel -m 444 'rrdxport.1' '/usr/local/man/man1/rrdxport.1'
install -o root -g wheel -m 444 'rpntutorial.1' '/usr/local/man/man1/rpntutorial.1'
install -o root -g wheel -m 444 'rrdfirst.1' '/usr/local/man/man1/rrdfirst.1'
install -o root -g wheel -m 444 'rrdgraph_rpn.1' '/usr/local/man/man1/rrdgraph_rpn.1'
install -o root -g wheel -m 444 'rrdtool.1' '/usr/local/man/man1/rrdtool.1'
install -o root -g wheel -m 444 'rrd-beginners.1' '/usr/local/man/man1/rrd-beginners.1'
install -o root -g wheel -m 444 'rrdinfo.1' '/usr/local/man/man1/rrdinfo.1'
install -o root -g wheel -m 444 'rrdtune.1' '/usr/local/man/man1/rrdtune.1'
install -o root -g wheel -m 444 'rrdbuild.1' '/usr/local/man/man1/rrdbuild.1'
install -o root -g wheel -m 444 'rrdcgi.1' '/usr/local/man/man1/rrdcgi.1'
install -o root -g wheel -m 444 'rrdgraph.1' '/usr/local/man/man1/rrdgraph.1'
install -o root -g wheel -m 444 'rrdlast.1' '/usr/local/man/man1/rrdlast.1'
install -o root -g wheel -m 444 'rrdlastupdate.1' '/usr/local/man/man1/rrdlastupdate.1'
install -o root -g wheel -m 444 'rrdcreate.1' '/usr/local/man/man1/rrdcreate.1'
install -o root -g wheel -m 444 'rrdgraph_data.1' '/usr/local/man/man1/rrdgraph_data.1'
install -o root -g wheel -m 444 'rrdresize.1' '/usr/local/man/man1/rrdresize.1'
install -o root -g wheel -m 444 'rrdtutorial.1' '/usr/local/man/man1/rrdtutorial.1'
gmake install-data-hook
gmake[3]: Entering directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/doc'
cd /usr/local/share/doc/rrdtool/html && rm -f index.html && ln -s rrdtool.html index.html
gmake[3]: Leaving directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/doc'
gmake[2]: Leaving directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/doc'
gmake[1]: Leaving directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/doc'
Making install in examples
gmake[1]: Entering directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/examples'
gmake[2]: Entering directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/examples'
gmake[2]: Nothing to be done for `install-exec-am'.
test -z "/usr/local/share/examples/rrdtool" || /usr/ports/databases/rrdtool/work/rrdtool-1.2.26/install-sh -d "/usr/local/share/examples/rrdtool"
install -o root -g wheel -m 555 'cgi-demo.cgi' '/usr/local/share/examples/rrdtool/cgi-demo.cgi'
install -o root -g wheel -m 555 'piped-demo.pl' '/usr/local/share/examples/rrdtool/piped-demo.pl'
install -o root -g wheel -m 555 'shared-demo.pl' '/usr/local/share/examples/rrdtool/shared-demo.pl'
install -o root -g wheel -m 555 'stripes.pl' '/usr/local/share/examples/rrdtool/stripes.pl'
install -o root -g wheel -m 555 'bigtops.pl' '/usr/local/share/examples/rrdtool/bigtops.pl'
install -o root -g wheel -m 555 'minmax.pl' '/usr/local/share/examples/rrdtool/minmax.pl'
install -o root -g wheel -m 555 '4charts.pl' '/usr/local/share/examples/rrdtool/4charts.pl'
install -o root -g wheel -m 555 'perftest.pl' '/usr/local/share/examples/rrdtool/perftest.pl'
gmake[2]: Leaving directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/examples'
gmake[1]: Leaving directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/examples'
Making install in bindings
gmake[1]: Entering directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/bindings'
gmake[2]: Entering directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/bindings'
cd perl-piped && gmake
gmake[3]: Entering directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/bindings/perl-piped'
gmake[3]: Leaving directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/bindings/perl-piped'
cd perl-shared && gmake
gmake[3]: Entering directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/bindings/perl-shared'
gmake[3]: Leaving directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/bindings/perl-shared'
gmake[3]: Entering directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/bindings'
gmake[3]: Nothing to be done for `install-exec-am'.
test -f perl-piped/Makefile && cd perl-piped && gmake pure_install || true
gmake[4]: Entering directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/bindings/perl-piped'
Installing /usr/local/lib/perl5/site_perl/5.8.8/RRDp.pm
Installing /usr/local/lib/perl5/5.8.8/man/man3/RRDp.3
Writing /usr/local/lib/perl5/site_perl/5.8.8/mach/auto/RRDp/.packlist
gmake[4]: Leaving directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/bindings/perl-piped'
test -f perl-shared/Makefile && cd perl-shared && gmake pure_install || true
gmake[4]: Entering directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/bindings/perl-shared'
Installing /usr/local/lib/perl5/site_perl/5.8.8/mach/auto/RRDs/RRDs.so
Installing /usr/local/lib/perl5/site_perl/5.8.8/mach/auto/RRDs/RRDs.bs
Files found in blib/arch: installing files in blib/lib into architecture dependent library tree
Installing /usr/local/lib/perl5/site_perl/5.8.8/mach/RRDs.pm
Installing /usr/local/lib/perl5/site_perl/5.8.8/mach/ntmake.pl
Installing /usr/local/lib/perl5/5.8.8/man/man3/RRDs.3
Writing /usr/local/lib/perl5/site_perl/5.8.8/mach/auto/RRDs/.packlist
gmake[4]: Leaving directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/bindings/perl-shared'
test -f ruby/Makefile && cd ruby && gmake EPREFIX=/usr/local install || true
test -d python/build && cd python && env BUILDLIBDIR=../../src/.libs setup.py install --skip-build --prefix=/usr/local --exec-prefix=/usr/local || true
gmake[3]: Leaving directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/bindings'
gmake[2]: Leaving directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/bindings'
gmake[1]: Leaving directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26/bindings'
gmake[1]: Entering directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26'
gmake[2]: Entering directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26'
gmake[2]: Nothing to be done for `install-exec-am'.
gmake[2]: Nothing to be done for `install-data-am'.
gmake[2]: Leaving directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26'
gmake[1]: Leaving directory `/usr/ports/databases/rrdtool/work/rrdtool-1.2.26'

############################################################################
# See /usr/local/share/examples/rrdtool for some demonstration code #
############################################################################
===> Compressing manual pages for rrdtool-1.2.26
===> Running ldconfig
/sbin/ldconfig -m /usr/local/lib
===> Registering installation for rrdtool-1.2.26
===> Returning to build of munin-main-1.2.5
===> munin-main-1.2.5 depends on file: /usr/local/lib/perl5/site_perl/5.8.8/Net/Domain.pm - found
===> munin-main-1.2.5 depends on file: /usr/local/lib/perl5/site_perl/5.8.8/HTML/Template.pm - found
===> munin-main-1.2.5 depends on file: /usr/local/lib/perl5/site_perl/5.8.8/Date/Manip.pm - not found
===> Verifying install for /usr/local/lib/perl5/site_perl/5.8.8/Date/Manip.pm in /usr/ports/devel/p5-Date-Manip
===> Vulnerability check disabled, database not found
=> DateManip-5.44.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Date/.
fetch: ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Date/DateManip-5.44.tar.gz: File unavailable (e.g., file not found, no access)
=> Attempting to fetch from ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Date/.
fetch: ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Date/DateManip-5.44.tar.gz: File unavailable (e.g., file not found, no access)
=> Attempting to fetch from http://www.cpan.dk/modules/by-module/Date/.
fetch: http://www.cpan.dk/modules/by-module/Date/DateManip-5.44.tar.gz: Not Found
=> Attempting to fetch from http://ring.sakura.ad.jp/archives/lang/perl/CPAN/modules/by-module/Date/.
fetch: http://ring.sakura.ad.jp/archives/lang/perl/CPAN/modules/by-module/Date/DateManip-5.44.tar.gz: Not Found
=> Attempting to fetch from http://ring.riken.jp/archives/lang/perl/CPAN/modules/by-module/Date/.
fetch: http://ring.riken.jp/archives/lang/perl/CPAN/modules/by-module/Date/DateManip-5.44.tar.gz: Not Found
=> Attempting to fetch from ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Date/.
fetch: ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Date/DateManip-5.44.tar.gz: File unavailable (e.g., file not found, no access)
=> Attempting to fetch from ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Date/.
fetch: ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Date/DateManip-5.44.tar.gz: File unavailable (e.g., file not found, no access)
=> Attempting to fetch from ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Date/.
fetch: ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Date/DateManip-5.44.tar.gz: File unavailable (e.g., file not found, no access)
=> Attempting to fetch from ftp://mirror.hiwaay.net/CPAN/modules/by-module/Date/.
fetch: ftp://mirror.hiwaay.net/CPAN/modules/by-module/Date/DateManip-5.44.tar.gz: File unavailable (e.g., file not found, no access)
=> Attempting to fetch from ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Date/.
fetch: ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Date/DateManip-5.44.tar.gz: File unavailable (e.g., file not found, no access)
=> Attempting to fetch from ftp://csociety-ftp.ecn.purdue.edu/pub/CPAN/modules/by-module/Date/.
fetch: ftp://csociety-ftp.ecn.purdue.edu/pub/CPAN/modules/by-module/Date/DateManip-5.44.tar.gz: File unavailable (e.g., file not found, no access)
=> Attempting to fetch from ftp://ftp.isu.net.sa/pub/CPAN/modules/by-module/Date/.
fetch: ftp://ftp.isu.net.sa/pub/CPAN/modules/by-module/Date/DateManip-5.44.tar.gz: File unavailable (e.g., file not found, no access)
=> Attempting to fetch from ftp://ftp.cs.colorado.edu/pub/perl/CPAN/modules/by-module/Date/.
DateManip-5.44.tar.gz 100% of 138 kB 72 kBps
===> Extracting for p5-Date-Manip-5.44
=> MD5 Checksum OK for DateManip-5.44.tar.gz.
=> SHA256 Checksum OK for DateManip-5.44.tar.gz.
===> p5-Date-Manip-5.44 depends on file: /usr/local/bin/perl5.8.8 - found
===> Patching for p5-Date-Manip-5.44
===> p5-Date-Manip-5.44 depends on file: /usr/local/bin/perl5.8.8 - found
===> p5-Date-Manip-5.44 depends on file: /usr/local/bin/perl5.8.8 - found
===> Configuring for p5-Date-Manip-5.44
Checking if your kit is complete...
Looks good
Writing Makefile for Date::Manip
===> Building for p5-Date-Manip-5.44
cp Manip.pm blib/lib/Date/Manip.pm
cp Manip.pod blib/lib/Date/Manip.pod
Manifying blib/man3/Date::Manip.3
===> Installing for p5-Date-Manip-5.44
===> p5-Date-Manip-5.44 depends on file: /usr/local/bin/perl5.8.8 - found
===> Generating temporary packing list
===> Checking if devel/p5-Date-Manip already installed
Installing /usr/local/lib/perl5/site_perl/5.8.8/Date/Manip.pm
Installing /usr/local/lib/perl5/site_perl/5.8.8/Date/Manip.pod
Installing /usr/local/lib/perl5/5.8.8/man/man3/Date::Manip.3
Writing /usr/local/lib/perl5/site_perl/5.8.8/mach/auto/Date/Manip/.packlist
===> Compressing manual pages for p5-Date-Manip-5.44
===> Registering installation for p5-Date-Manip-5.44
===> Returning to build of munin-main-1.2.5
===> munin-main-1.2.5 depends on file: /usr/local/bin/perl5.8.8 - found
===> munin-main-1.2.5 depends on executable: gmake - found
===> munin-main-1.2.5 depends on file: /usr/local/bin/perl5.8.8 - found
===> Configuring for munin-main-1.2.5
===> Building for munin-main-1.2.5
Generating ./node/node.d.freebsd/vmstat..
Generating ./node/node.d.freebsd/swap..
Generating ./node/node.d.freebsd/if_..
Generating ./node/node.d.freebsd/if_errcoll_..
Generating ./node/node.d.freebsd/load..
Generating ./node/node.d.freebsd/netstat..
Generating ./node/node.d.freebsd/open_files..
Generating ./node/node.d.freebsd/processes..
Generating ./node/node.d.freebsd/cpu..
Generating ./node/node.d.freebsd/df_inode..
Generating ./node/node.d.freebsd/memory..
Generating ./node/node.d.freebsd/df..
Generating ./node/node.d.aix/netstat..
Generating ./node/node.d.aix/swap..
Generating ./node/node.d.aix/iostat.hd_only..
Generating ./node/node.d.aix/iostat..
Generating ./node/node.d.aix/processes..
Generating ./node/node.d.aix/cpu..
Generating ./node/node.d.aix/iostat.vp_only..
Generating ./node/node.d.aix/memory..
Generating ./node/node.d.aix/df..
Generating ./node/munin-node-configure..
Generating ./node/plugins.history..
Generating ./node/SNMP.pm..
Generating ./node/node.d.linux/iostat_ios..
Generating ./node/node.d.linux/irqstats..
Generating ./node/node.d.linux/swap..
Generating ./node/node.d.linux/apt_all..
Generating ./node/node.d.linux/interrupts..
Generating ./node/node.d.linux/df_abs..
Generating ./node/node.d.linux/nfs_client..
Generating ./node/node.d.linux/apt..
Generating ./node/node.d.linux/fw_packets..
Generating ./node/node.d.linux/vlan_linkuse_..
Generating ./node/node.d.linux/nfsd..
Generating ./node/node.d.linux/vlan_inetuse_..
Generating ./node/node.d.linux/if_..
Generating ./node/node.d.linux/entropy..
Generating ./node/node.d.linux/iostat..
Generating ./node/node.d.linux/if_err_..
Generating ./node/node.d.linux/ip_..
Generating ./node/node.d.linux/memory..
Generating ./node/node.d.linux/i2c..
Generating ./node/node.d.linux/fw_conntrack..
Generating ./node/node.d.linux/load..
Generating ./node/node.d.linux/netstat..
Generating ./node/node.d.linux/open_files..
Generating ./node/node.d.linux/cps_..
Generating ./node/node.d.linux/fw_forwarded_local..
Generating ./node/node.d.linux/port_..
Generating ./node/node.d.linux/forks..
Generating ./node/node.d.linux/cpu..
Generating ./node/node.d.linux/df..
Generating ./node/node.d.linux/sensors_..
Generating ./node/node.d.linux/netopia..
Generating ./node/node.d.linux/vlan_..
Generating ./node/node.d.linux/files_..
Generating ./node/node.d.linux/i2c_fan..
Generating ./node/node.d.linux/users..
Generating ./node/node.d.linux/open_inodes..
Generating ./node/node.d.linux/uptime..
Generating ./node/node.d.linux/processes..
Generating ./node/node.d.linux/df_inode..
Generating ./node/munin-run..
Generating ./node/node.d/exim_mailstats..
Generating ./node/node.d/mysql_bytes..
Generating ./node/node.d/foldingathome..
Generating ./node/node.d/ps_..
Generating ./node/node.d/squid_traffic..
Generating ./node/node.d/mhttping..
Generating ./node/node.d/samba..
Generating ./node/node.d/courier_mta_mailvolume..
Generating ./node/node.d/foldingathome_rank..
Generating ./node/node.d/multips..
Generating ./node/node.d/sendmail_mailtraffic..
Generating ./node/node.d/snmp__processes..
Generating ./node/node.d/mbmon_..
Generating ./node/node.d/bind9..
Generating ./node/node.d/postfix_mailstats..
Generating ./node/node.d/cupsys_pages..
Generating ./node/node.d/apc_envunit_..
Generating ./node/node.d/pop_stats..
Generating ./node/node.d/apache_processes..
Generating ./node/node.d/mysql_threads..
Generating ./node/node.d/spamstats..
Generating ./node/node.d/pm3users_..
Generating ./node/node.d/amavis..
Generating ./node/node.d/df..
Generating ./node/node.d/courier_mta_mailqueue..
Generating ./node/node.d/ntp_states..
Generating ./node/node.d/smart_..
Generating ./node/node.d/hddtemp..
Generating ./node/node.d/snmp__sensors_mbm_volt..
Generating ./node/node.d/postfix_mailvolume..
Generating ./node/node.d/surfboard..
Generating ./node/node.d/snmp__if_..
Generating ./node/node.d/nut_volts..
Generating ./node/node.d/perdition..
Generating ./node/node.d/loggrep..
Generating ./node/node.d/snmp__fc_if_..
Generating ./node/node.d/ircu..
Generating ./node/node.d/mysql_queries..
Generating ./node/node.d/dhcpd3..
Generating ./node/node.d/df_inode..
Generating ./node/node.d/acpi..
Generating ./node/node.d/snmp__sensors_fsc_fan..
Generating ./node/node.d/exim_mailqueue_alt..
Generating ./node/node.d/mysql_slowqueries..
Generating ./node/node.d/squid_cache..
Generating ./node/node.d/apache_volume..
Generating ./node/node.d/named..
Generating ./node/node.d/snmp__sensors_fsc_temp..
Generating ./node/node.d/sendmail_mailstats..
Generating ./node/node.d/exim_mailqueue..
Generating ./node/node.d/snmp__load..
Generating ./node/node.d/munin_update..
Generating ./node/node.d/ipac-ng..
Generating ./node/node.d/squid_icp..
Generating ./node/node.d/squid_requests..
Generating ./node/node.d/nut_misc..
Generating ./node/node.d/snmp__df..
Generating ./node/node.d/snmp__sensors_mbm_fan..
Generating ./node/node.d/mysql_isam_space_..
Generating ./node/node.d/hddtempd..
Generating ./node/node.d/apache_accesses..
Generating ./node/node.d/ping_..
Generating ./node/node.d/snmp__users..
Generating ./node/node.d/hddtemp_smartctl..
Generating ./node/node.d/sybase_space..
Generating ./node/node.d/psu_..
Generating ./node/node.d/snmp__sensors_fsc_bx_fan..
Generating ./node/node.d/postfix_mailqueue..
Generating ./node/node.d/munin_graph..
Generating ./node/node.d/courier_..
Generating ./node/node.d/hddtemp2..
Generating ./node/node.d/snmp__sensors_mbm_temp..
Generating ./node/node.d/bind9_rndc..
Generating ./node/node.d/apc_nis..
Generating ./node/node.d/mailman..
Generating ./node/node.d/vmstat..
Generating ./node/node.d/ntp_..
Generating ./node/node.d/courier_mta_mailstats..
Generating ./node/node.d/foldingathome_wu..
Generating ./node/node.d/mailscanner..
Generating ./node/node.d/snmp__fc_if_err_..
Generating ./node/node.d/snmp__if_err_..
Generating ./node/node.d/snmp__sensors_fsc_bx_temp..
Generating ./node/node.d/sendmail_mailqueue..
Generating ./node/munin-node.conf..
Generating ./node/node.d.sunos/if_errcoll_..
Generating ./node/node.d.sunos/io_bytes_..
Generating ./node/node.d.sunos/netstat..
Generating ./node/node.d.sunos/load..
Generating ./node/node.d.sunos/fs_df..
Generating ./node/node.d.sunos/io_ops_..
Generating ./node/node.d.sunos/cpu..
Generating ./node/node.d.sunos/paging_out..
Generating ./node/node.d.sunos/paging_in..
Generating ./node/node.d.sunos/processes..
Generating ./node/node.d.sunos/if_..
Generating ./node/node.d.sunos/temperature..
Generating ./node/node.d.sunos/io_busy_..
Generating ./node/node.d.sunos/memory..
Generating ./node/node.d.sunos/fs_inodes..
Generating ./node/munin-node-simple..
Generating ./node/munin-node-configure-snmp..
Generating ./node/munin-node..
Generating ./README-apache-cgi..
Generating ./dists/suse/munin.spec..
Generating ./dists/redhat/munin.spec..
Generating ./dists/freebsd/munin-main/files/patch-munin-limits..
Generating ./dists/freebsd/munin-main/files/pkg-message..
Generating ./dists/freebsd/munin-node/files/patch-munin-node.conf..
Generating ./dists/freebsd/munin-node/files/munin-node-revive.sh..
Generating ./dists/freebsd/munin-node/files/munin-node.sh..
Generating ./dists/freebsd/munin-node/files/pkg-message..
Generating ./server/munin-cgi-graph..
Generating ./server/munin.conf..
Generating ./server/munin-nodeview.tmpl..
Generating ./server/munin-comparison-month.tmpl..
Generating ./server/munin-comparison-day.tmpl..
Generating ./server/munin-cron..
Generating ./server/munin-graph..
Generating ./server/munin-limits..
Generating ./server/munin-html..
Generating ./server/munin-serviceview.tmpl..
Generating ./server/munin-domainview.tmpl..
Generating ./server/Munin.pm..
Generating ./server/munin-overview.tmpl..
Generating ./server/munin-comparison-week.tmpl..
Generating ./server/munin-update..
Generating ./server/munin-comparison-year.tmpl..
touch build-stamp
mkdir -p build/doc
pod2man --section=8 --release=1.2.5 --center="Munin Documentation" \
build/node/munin-node > build/doc/munin-node.8
pod2man --section=8 --release=1.2.5 --center="Munin Documentation" \
build/node/munin-run > build/doc/munin-run.8
pod2man --section=8 --release=1.2.5 --center="Munin Documentation" \
build/node/munin-node-configure-snmp > build/doc/munin-node-configure-snmp.8
pod2man --section=8 --release=1.2.5 --center="Munin Documentation" \
build/node/munin-node-configure > build/doc/munin-node-configure.8
pod2man --section=8 --release=1.2.5 --center="Munin Documentation" \
build/server/munin-graph > build/doc/munin-graph.8
pod2man --section=8 --release=1.2.5 --center="Munin Documentation" \
build/server/munin-update > build/doc/munin-update.8
pod2man --section=8 --release=1.2.5 --center="Munin Documentation" \
build/server/munin-limits > build/doc/munin-limits.8
pod2man --section=8 --release=1.2.5 --center="Munin Documentation" \
build/server/munin-html > build/doc/munin-html.8
pod2man --section=8 --release=1.2.5 --center="Munin Documentation" \
server/munin-cron.pod > build/doc/munin-cron.8
pod2man --section=5 --release=1.2.5 --center="Munin Documentation" \
server/munin.conf.pod > build/doc/munin.conf.5
pod2man --section=5 --release=1.2.5 --center="Munin Documentation" \
node/munin-node.conf.pod > build/doc/munin-node.conf.5
touch build-man-stamp
===> Installing for munin-main-1.2.5
===> munin-main-1.2.5 depends on file: /usr/local/lib/perl5/site_perl/5.8.8/mach/RRDs.pm - found
===> munin-main-1.2.5 depends on file: /usr/local/lib/perl5/site_perl/5.8.8/Net/Domain.pm - found
===> munin-main-1.2.5 depends on file: /usr/local/lib/perl5/site_perl/5.8.8/HTML/Template.pm - found
===> munin-main-1.2.5 depends on file: /usr/local/lib/perl5/site_perl/5.8.8/Date/Manip.pm - found
===> munin-main-1.2.5 depends on file: /usr/local/bin/perl5.8.8 - found
You need a group "munin".
Would you like me to create it [y]? y
Done.
You need a user "munin".
Would you like me to create it [y]? y
Done.
===> Generating temporary packing list
===> Checking if sysutils/munin-main already installed
mkdir -p /usr/local/etc/munin/templates
mkdir -p /usr/local/share/munin
mkdir -p /usr/local/bin
mkdir -p /usr/local/lib/perl5/site_perl/5.8.8
mkdir -p /var/log/munin-main
mkdir -p /var/run/munin
mkdir -p /usr/local/www/munin
mkdir -p /usr/local/var/munin
mkdir -p /usr/local/www/cgi-bin
chown munin /var/run/munin /usr/local/www/munin /usr/local/var/munin
for p in build/server/*.tmpl; do \
./install-sh -m 0644 "$p" /usr/local/etc/munin/templates/ ; \
done
./install-sh -m 0644 server/logo.png /usr/local/etc/munin/templates/
./install-sh -m 0644 server/style.css /usr/local/etc/munin/templates/
./install-sh -m 0644 server/definitions.html /usr/local/etc/munin/templates/
./install-sh -m 0755 server/VeraMono.ttf /usr/local/share/munin/
test -f "/usr/local/etc/munin/munin.conf" || ./install-sh -m 0644 build/server/munin.conf /usr/local/etc/munin/
./install-sh -m 0755 build/server/munin-cron /usr/local/bin/
./install-sh -m 0755 build/server/munin-update /usr/local/share/munin/
./install-sh -m 0755 build/server/munin-graph /usr/local/share/munin/
./install-sh -m 0755 build/server/munin-html /usr/local/share/munin/
./install-sh -m 0755 build/server/munin-limits /usr/local/share/munin/
./install-sh -m 0755 build/server/munin-cgi-graph /usr/local/www/cgi-bin/
./install-sh -m 0644 build/server/Munin.pm /usr/local/lib/perl5/site_perl/5.8.8/
********************************************************************
Unless this file already existed, a sample configuration file
has been placed in /usr/local/etc/munin/munin.conf.

Please edit it according to your needs.

The Munin server will be run from cron under the user 'munin'.
********************************************************************
===> Compressing manual pages for munin-main-1.2.5
===> Registering installation for munin-main-1.2.5
%


今度は、 munin-node をインストールします。

===> Vulnerability check disabled, database not found
===> Extracting for munin-node-1.2.5_3
=> MD5 Checksum OK for munin_1.2.5.tar.gz.
=> SHA256 Checksum OK for munin_1.2.5.tar.gz.
===> munin-node-1.2.5_3 depends on file: /usr/local/bin/perl5.8.8 - found
===> Patching for munin-node-1.2.5_3
===> munin-node-1.2.5_3 depends on file: /usr/local/bin/perl5.8.8 - found
===> Applying FreeBSD patches for munin-node-1.2.5_3
===> munin-node-1.2.5_3 depends on file: /usr/local/lib/perl5/site_perl/5.8.8/Net/Server/Fork.pm - not found
===> Verifying install for /usr/local/lib/perl5/site_perl/5.8.8/Net/Server/Fork.pm in /usr/ports/net/p5-Net-Server
===> Vulnerability check disabled, database not found
=> Net-Server-0.97.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from http://seamons.com/projects/perl/net_server/.
=> Attempting to fetch from ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Net/.
===> Extracting for p5-Net-Server-0.97
=> MD5 Checksum OK for Net-Server-0.97.tar.gz.
=> SHA256 Checksum OK for Net-Server-0.97.tar.gz.
===> p5-Net-Server-0.97 depends on file: /usr/local/bin/perl5.8.8 - found
===> Patching for p5-Net-Server-0.97
===> p5-Net-Server-0.97 depends on file: /usr/local/bin/perl5.8.8 - found
===> p5-Net-Server-0.97 depends on file: /usr/local/lib/perl5/site_perl/5.8.8/IO/Multiplex.pm - not found
===> Verifying install for /usr/local/lib/perl5/site_perl/5.8.8/IO/Multiplex.pm in /usr/ports/devel/p5-IO-Multiplex
===> Vulnerability check disabled, database not found
=> IO-Multiplex-1.09.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/IO/.
===> Extracting for p5-IO-Multiplex-1.09
=> MD5 Checksum OK for IO-Multiplex-1.09.tar.gz.
=> SHA256 Checksum OK for IO-Multiplex-1.09.tar.gz.
===> p5-IO-Multiplex-1.09 depends on file: /usr/local/bin/perl5.8.8 - found
===> Patching for p5-IO-Multiplex-1.09
===> p5-IO-Multiplex-1.09 depends on file: /usr/local/bin/perl5.8.8 - found
===> p5-IO-Multiplex-1.09 depends on file: /usr/local/bin/perl5.8.8 - found
===> Configuring for p5-IO-Multiplex-1.09
Checking if your kit is complete...
Looks good
Writing Makefile for IO::Multiplex
===> Building for p5-IO-Multiplex-1.09
cp lib/IO/Multiplex.pm blib/lib/IO/Multiplex.pm
Manifying blib/man3/IO::Multiplex.3
===> Installing for p5-IO-Multiplex-1.09
===> p5-IO-Multiplex-1.09 depends on file: /usr/local/bin/perl5.8.8 - found
===> Generating temporary packing list
===> Checking if devel/p5-IO-Multiplex already installed
Installing /usr/local/lib/perl5/site_perl/5.8.8/IO/Multiplex.pm
Installing /usr/local/lib/perl5/5.8.8/man/man3/IO::Multiplex.3
Writing /usr/local/lib/perl5/site_perl/5.8.8/mach/auto/IO/Multiplex/.packlist
===> Compressing manual pages for p5-IO-Multiplex-1.09
===> Registering installation for p5-IO-Multiplex-1.09
===> Returning to build of p5-Net-Server-0.97
===> p5-Net-Server-0.97 depends on file: /usr/local/bin/perl5.8.8 - found
===> p5-Net-Server-0.97 depends on file: /usr/local/bin/perl5.8.8 - found
===> Configuring for p5-Net-Server-0.97
Checking if your kit is complete...
Looks good
Writing Makefile for Net::Server
===> Building for p5-Net-Server-0.97
cp lib/Net/Server/Proto/UDP.pm blib/lib/Net/Server/Proto/UDP.pm
cp lib/Net/Server/Proto/UNIX.pm blib/lib/Net/Server/Proto/UNIX.pm
cp lib/Net/Server/PreFork.pm blib/lib/Net/Server/PreFork.pm
cp lib/Net/Server/Proto/SSL.pm blib/lib/Net/Server/Proto/SSL.pm
cp lib/Net/Server.pm blib/lib/Net/Server.pm
cp lib/Net/Server/Proto/TCP.pm blib/lib/Net/Server/Proto/TCP.pm
cp lib/Net/Server/SIG.pm blib/lib/Net/Server/SIG.pm
cp lib/Net/Server/MultiType.pm blib/lib/Net/Server/MultiType.pm
cp lib/Net/Server/Fork.pm blib/lib/Net/Server/Fork.pm
cp lib/Net/Server/INET.pm blib/lib/Net/Server/INET.pm
cp lib/Net/Server/Multiplex.pm blib/lib/Net/Server/Multiplex.pm
cp lib/Net/Server.pod blib/lib/Net/Server.pod
cp lib/Net/Server/Daemonize.pm blib/lib/Net/Server/Daemonize.pm
cp lib/Net/Server/PreForkSimple.pm blib/lib/Net/Server/PreForkSimple.pm
cp lib/Net/Server/Proto.pm blib/lib/Net/Server/Proto.pm
cp lib/Net/Server/Single.pm blib/lib/Net/Server/Single.pm
Manifying blib/man3/Net::Server::Proto::UNIX.3
Manifying blib/man3/Net::Server::Proto::UDP.3
Manifying blib/man3/Net::Server::PreFork.3
Manifying blib/man3/Net::Server::Proto::SSL.3
Manifying blib/man3/Net::Server::Daemonize.3
Manifying blib/man3/Net::Server::Proto::TCP.3
Manifying blib/man3/Net::Server::PreForkSimple.3
Manifying blib/man3/Net::Server::MultiType.3
Manifying blib/man3/Net::Server::Proto.3
Manifying blib/man3/Net::Server::SIG.3
Manifying blib/man3/Net::Server::Fork.3
Manifying blib/man3/Net::Server::INET.3
Manifying blib/man3/Net::Server::Single.3
Manifying blib/man3/Net::Server::Multiplex.3
Manifying blib/man3/Net::Server.3
===> Installing for p5-Net-Server-0.97
===> p5-Net-Server-0.97 depends on file: /usr/local/lib/perl5/site_perl/5.8.8/IO/Multiplex.pm - found
===> p5-Net-Server-0.97 depends on file: /usr/local/bin/perl5.8.8 - found
===> Generating temporary packing list
===> Checking if net/p5-Net-Server already installed
Installing /usr/local/lib/perl5/site_perl/5.8.8/Net/Server.pm
Installing /usr/local/lib/perl5/site_perl/5.8.8/Net/Server.pod
Installing /usr/local/lib/perl5/site_perl/5.8.8/Net/Server/PreFork.pm
Installing /usr/local/lib/perl5/site_perl/5.8.8/Net/Server/SIG.pm
Installing /usr/local/lib/perl5/site_perl/5.8.8/Net/Server/MultiType.pm
Installing /usr/local/lib/perl5/site_perl/5.8.8/Net/Server/Fork.pm
Installing /usr/local/lib/perl5/site_perl/5.8.8/Net/Server/INET.pm
Installing /usr/local/lib/perl5/site_perl/5.8.8/Net/Server/Multiplex.pm
Installing /usr/local/lib/perl5/site_perl/5.8.8/Net/Server/Daemonize.pm
Installing /usr/local/lib/perl5/site_perl/5.8.8/Net/Server/PreForkSimple.pm
Installing /usr/local/lib/perl5/site_perl/5.8.8/Net/Server/Proto.pm
Installing /usr/local/lib/perl5/site_perl/5.8.8/Net/Server/Single.pm
Installing /usr/local/lib/perl5/site_perl/5.8.8/Net/Server/Proto/UDP.pm
Installing /usr/local/lib/perl5/site_perl/5.8.8/Net/Server/Proto/UNIX.pm
Installing /usr/local/lib/perl5/site_perl/5.8.8/Net/Server/Proto/SSL.pm
Installing /usr/local/lib/perl5/site_perl/5.8.8/Net/Server/Proto/TCP.pm
Installing /usr/local/lib/perl5/5.8.8/man/man3/Net::Server::Proto::UNIX.3
Installing /usr/local/lib/perl5/5.8.8/man/man3/Net::Server::Proto::UDP.3
Installing /usr/local/lib/perl5/5.8.8/man/man3/Net::Server::PreFork.3
Installing /usr/local/lib/perl5/5.8.8/man/man3/Net::Server::Proto::SSL.3
Installing /usr/local/lib/perl5/5.8.8/man/man3/Net::Server::Daemonize.3
Installing /usr/local/lib/perl5/5.8.8/man/man3/Net::Server::Proto::TCP.3
Installing /usr/local/lib/perl5/5.8.8/man/man3/Net::Server::PreForkSimple.3
Installing /usr/local/lib/perl5/5.8.8/man/man3/Net::Server::MultiType.3
Installing /usr/local/lib/perl5/5.8.8/man/man3/Net::Server::Proto.3
Installing /usr/local/lib/perl5/5.8.8/man/man3/Net::Server::SIG.3
Installing /usr/local/lib/perl5/5.8.8/man/man3/Net::Server::Fork.3
Installing /usr/local/lib/perl5/5.8.8/man/man3/Net::Server::INET.3
Installing /usr/local/lib/perl5/5.8.8/man/man3/Net::Server::Single.3
Installing /usr/local/lib/perl5/5.8.8/man/man3/Net::Server::Multiplex.3
Installing /usr/local/lib/perl5/5.8.8/man/man3/Net::Server.3
Writing /usr/local/lib/perl5/site_perl/5.8.8/mach/auto/Net/Server/.packlist
===> Compressing manual pages for p5-Net-Server-0.97
===> Registering installation for p5-Net-Server-0.97
===> Returning to build of munin-node-1.2.5_3
===> munin-node-1.2.5_3 depends on file: /usr/local/bin/perl5.8.8 - found
===> munin-node-1.2.5_3 depends on executable: gmake - found
===> munin-node-1.2.5_3 depends on file: /usr/local/bin/perl5.8.8 - found
===> Configuring for munin-node-1.2.5_3
===> Building for munin-node-1.2.5_3
Generating ./node/node.d.freebsd/vmstat..
Generating ./node/node.d.freebsd/swap..
Generating ./node/node.d.freebsd/if_..
Generating ./node/node.d.freebsd/if_errcoll_..
Generating ./node/node.d.freebsd/load..
Generating ./node/node.d.freebsd/netstat..
Generating ./node/node.d.freebsd/open_files..
Generating ./node/node.d.freebsd/processes..
Generating ./node/node.d.freebsd/cpu..
Generating ./node/node.d.freebsd/df_inode..
Generating ./node/node.d.freebsd/memory..
Generating ./node/node.d.freebsd/df..
Generating ./node/node.d.aix/netstat..
Generating ./node/node.d.aix/swap..
Generating ./node/node.d.aix/iostat.hd_only..
Generating ./node/node.d.aix/iostat..
Generating ./node/node.d.aix/processes..
Generating ./node/node.d.aix/cpu..
Generating ./node/node.d.aix/iostat.vp_only..
Generating ./node/node.d.aix/memory..
Generating ./node/node.d.aix/df..
Generating ./node/munin-node-configure..
Generating ./node/plugins.history..
Generating ./node/SNMP.pm..
Generating ./node/node.d.linux/iostat_ios..
Generating ./node/node.d.linux/irqstats..
Generating ./node/node.d.linux/swap..
Generating ./node/node.d.linux/apt_all..
Generating ./node/node.d.linux/interrupts..
Generating ./node/node.d.linux/df_abs..
Generating ./node/node.d.linux/nfs_client..
Generating ./node/node.d.linux/apt..
Generating ./node/node.d.linux/fw_packets..
Generating ./node/node.d.linux/vlan_linkuse_..
Generating ./node/node.d.linux/nfsd..
Generating ./node/node.d.linux/vlan_inetuse_..
Generating ./node/node.d.linux/if_..
Generating ./node/node.d.linux/entropy..
Generating ./node/node.d.linux/iostat..
Generating ./node/node.d.linux/if_err_..
Generating ./node/node.d.linux/ip_..
Generating ./node/node.d.linux/memory..
Generating ./node/node.d.linux/i2c..
Generating ./node/node.d.linux/fw_conntrack..
Generating ./node/node.d.linux/load..
Generating ./node/node.d.linux/netstat..
Generating ./node/node.d.linux/open_files..
Generating ./node/node.d.linux/cps_..
Generating ./node/node.d.linux/fw_forwarded_local..
Generating ./node/node.d.linux/port_..
Generating ./node/node.d.linux/forks..
Generating ./node/node.d.linux/cpu..
Generating ./node/node.d.linux/df..
Generating ./node/node.d.linux/sensors_..
Generating ./node/node.d.linux/netopia..
Generating ./node/node.d.linux/vlan_..
Generating ./node/node.d.linux/files_..
Generating ./node/node.d.linux/i2c_fan..
Generating ./node/node.d.linux/users..
Generating ./node/node.d.linux/open_inodes..
Generating ./node/node.d.linux/uptime..
Generating ./node/node.d.linux/processes..
Generating ./node/node.d.linux/df_inode..
Generating ./node/munin-run..
Generating ./node/node.d/exim_mailstats..
Generating ./node/node.d/mysql_bytes..
Generating ./node/node.d/foldingathome..
Generating ./node/node.d/ps_..
Generating ./node/node.d/squid_traffic..
Generating ./node/node.d/mhttping..
Generating ./node/node.d/samba..
Generating ./node/node.d/courier_mta_mailvolume..
Generating ./node/node.d/foldingathome_rank..
Generating ./node/node.d/multips..
Generating ./node/node.d/sendmail_mailtraffic..
Generating ./node/node.d/snmp__processes..
Generating ./node/node.d/mbmon_..
Generating ./node/node.d/bind9..
Generating ./node/node.d/postfix_mailstats..
Generating ./node/node.d/cupsys_pages..
Generating ./node/node.d/apc_envunit_..
Generating ./node/node.d/pop_stats..
Generating ./node/node.d/apache_processes..
Generating ./node/node.d/mysql_threads..
Generating ./node/node.d/spamstats..
Generating ./node/node.d/pm3users_..
Generating ./node/node.d/amavis..
Generating ./node/node.d/df..
Generating ./node/node.d/courier_mta_mailqueue..
Generating ./node/node.d/ntp_states..
Generating ./node/node.d/smart_..
Generating ./node/node.d/hddtemp..
Generating ./node/node.d/snmp__sensors_mbm_volt..
Generating ./node/node.d/postfix_mailvolume..
Generating ./node/node.d/surfboard..
Generating ./node/node.d/snmp__if_..
Generating ./node/node.d/nut_volts..
Generating ./node/node.d/perdition..
Generating ./node/node.d/loggrep..
Generating ./node/node.d/snmp__fc_if_..
Generating ./node/node.d/ircu..
Generating ./node/node.d/mysql_queries..
Generating ./node/node.d/dhcpd3..
Generating ./node/node.d/df_inode..
Generating ./node/node.d/acpi..
Generating ./node/node.d/snmp__sensors_fsc_fan..
Generating ./node/node.d/exim_mailqueue_alt..
Generating ./node/node.d/mysql_slowqueries..
Generating ./node/node.d/squid_cache..
Generating ./node/node.d/apache_volume..
Generating ./node/node.d/named..
Generating ./node/node.d/snmp__sensors_fsc_temp..
Generating ./node/node.d/sendmail_mailstats..
Generating ./node/node.d/exim_mailqueue..
Generating ./node/node.d/snmp__load..
Generating ./node/node.d/munin_update..
Generating ./node/node.d/ipac-ng..
Generating ./node/node.d/squid_icp..
Generating ./node/node.d/squid_requests..
Generating ./node/node.d/nut_misc..
Generating ./node/node.d/snmp__df..
Generating ./node/node.d/snmp__sensors_mbm_fan..
Generating ./node/node.d/mysql_isam_space_..
Generating ./node/node.d/hddtempd..
Generating ./node/node.d/apache_accesses..
Generating ./node/node.d/ping_..
Generating ./node/node.d/snmp__users..
Generating ./node/node.d/hddtemp_smartctl..
Generating ./node/node.d/sybase_space..
Generating ./node/node.d/psu_..
Generating ./node/node.d/snmp__sensors_fsc_bx_fan..
Generating ./node/node.d/postfix_mailqueue..
Generating ./node/node.d/munin_graph..
Generating ./node/node.d/courier_..
Generating ./node/node.d/hddtemp2..
Generating ./node/node.d/snmp__sensors_mbm_temp..
Generating ./node/node.d/bind9_rndc..
Generating ./node/node.d/apc_nis..
Generating ./node/node.d/mailman..
Generating ./node/node.d/vmstat..
Generating ./node/node.d/ntp_..
Generating ./node/node.d/courier_mta_mailstats..
Generating ./node/node.d/foldingathome_wu..
Generating ./node/node.d/mailscanner..
Generating ./node/node.d/snmp__fc_if_err_..
Generating ./node/node.d/snmp__if_err_..
Generating ./node/node.d/snmp__sensors_fsc_bx_temp..
Generating ./node/node.d/sendmail_mailqueue..
Generating ./node/munin-node.conf..
Generating ./node/node.d.sunos/if_errcoll_..
Generating ./node/node.d.sunos/io_bytes_..
Generating ./node/node.d.sunos/netstat..
Generating ./node/node.d.sunos/load..
Generating ./node/node.d.sunos/fs_df..
Generating ./node/node.d.sunos/io_ops_..
Generating ./node/node.d.sunos/cpu..
Generating ./node/node.d.sunos/paging_out..
Generating ./node/node.d.sunos/paging_in..
Generating ./node/node.d.sunos/processes..
Generating ./node/node.d.sunos/if_..
Generating ./node/node.d.sunos/temperature..
Generating ./node/node.d.sunos/io_busy_..
Generating ./node/node.d.sunos/memory..
Generating ./node/node.d.sunos/fs_inodes..
Generating ./node/munin-node-simple..
Generating ./node/munin-node-configure-snmp..
Generating ./node/munin-node..
Generating ./README-apache-cgi..
Generating ./dists/suse/munin.spec..
Generating ./dists/redhat/munin.spec..
Generating ./dists/freebsd/munin-main/files/patch-munin-limits..
Generating ./dists/freebsd/munin-main/files/pkg-message..
Generating ./dists/freebsd/munin-node/files/patch-munin-node.conf..
Generating ./dists/freebsd/munin-node/files/munin-node-revive.sh..
Generating ./dists/freebsd/munin-node/files/munin-node.sh..
Generating ./dists/freebsd/munin-node/files/pkg-message..
Generating ./server/munin-cgi-graph..
Generating ./server/munin.conf..
Generating ./server/munin-nodeview.tmpl..
Generating ./server/munin-comparison-month.tmpl..
Generating ./server/munin-comparison-day.tmpl..
Generating ./server/munin-cron..
Generating ./server/munin-graph..
Generating ./server/munin-limits..
Generating ./server/munin-html..
Generating ./server/munin-serviceview.tmpl..
Generating ./server/munin-domainview.tmpl..
Generating ./server/Munin.pm..
Generating ./server/munin-overview.tmpl..
Generating ./server/munin-comparison-week.tmpl..
Generating ./server/munin-update..
Generating ./server/munin-comparison-year.tmpl..
touch build-stamp
mkdir -p build/doc
pod2man --section=8 --release=1.2.5 --center="Munin Documentation" \
build/node/munin-node > build/doc/munin-node.8
pod2man --section=8 --release=1.2.5 --center="Munin Documentation" \
build/node/munin-run > build/doc/munin-run.8
pod2man --section=8 --release=1.2.5 --center="Munin Documentation" \
build/node/munin-node-configure-snmp > build/doc/munin-node-configure-snmp.8
pod2man --section=8 --release=1.2.5 --center="Munin Documentation" \
build/node/munin-node-configure > build/doc/munin-node-configure.8
pod2man --section=8 --release=1.2.5 --center="Munin Documentation" \
build/server/munin-graph > build/doc/munin-graph.8
pod2man --section=8 --release=1.2.5 --center="Munin Documentation" \
build/server/munin-update > build/doc/munin-update.8
pod2man --section=8 --release=1.2.5 --center="Munin Documentation" \
build/server/munin-limits > build/doc/munin-limits.8
pod2man --section=8 --release=1.2.5 --center="Munin Documentation" \
build/server/munin-html > build/doc/munin-html.8
pod2man --section=8 --release=1.2.5 --center="Munin Documentation" \
server/munin-cron.pod > build/doc/munin-cron.8
pod2man --section=5 --release=1.2.5 --center="Munin Documentation" \
server/munin.conf.pod > build/doc/munin.conf.5
pod2man --section=5 --release=1.2.5 --center="Munin Documentation" \
node/munin-node.conf.pod > build/doc/munin-node.conf.5
touch build-man-stamp
===> Installing for munin-node-1.2.5_3
===> munin-node-1.2.5_3 depends on file: /usr/local/lib/perl5/site_perl/5.8.8/Net/Server/Fork.pm - found
===> munin-node-1.2.5_3 depends on file: /usr/local/bin/perl5.8.8 - found
You already have a group "munin", so I will use it.
===> Generating temporary packing list
===> Checking if sysutils/munin-node already installed
mkdir -p /usr/local/etc/munin/plugins
mkdir -p /usr/local/etc/munin/plugin-conf.d
mkdir -p /usr/local/share/munin/plugins
mkdir -p /usr/local/sbin
mkdir -p /usr/local/lib/perl5/site_perl/5.8.8/Munin/Plugin
mkdir -p /var/log
mkdir -p /var/run/munin
mkdir -p /usr/local/var/munin/plugin-state
chgrp munin /usr/local/var/munin/plugin-state
chmod 775 /usr/local/var/munin/plugin-state
chmod 755 /usr/local/etc/munin/plugin-conf.d
./install-sh -m 0755 build/node/munin-node /usr/local/sbin/
./install-sh -m 0755 build/node/munin-node-configure /usr/local/sbin/
test -f "/usr/local/etc/munin/munin-node.conf" || ./install-sh -m 0644 build/node/munin-node.conf /usr/local/etc/munin/
./install-sh -m 0755 build/node/munin-run /usr/local/sbin/
./install-sh -m 0755 build/node/munin-node-configure-snmp /usr/local/sbin/
echo Done.
Done.
for p in build/node/node.d.freebsd/* build/node/node.d/*; do \
if test -f "$p" ; then \
family=`sed -n 's/^#%# family=\(.*\)$/\1/p' $p`; \
test "$family" || family=contrib; \
if echo "auto manual contrib snmpauto" | grep $family >/dev/null; then \
test -f "/usr/local/share/munin/plugins/`basename $p`" \
|| ./install-sh -m 0755 $p /usr/local/share/munin/plugins/; \
fi; \
fi \
done
./install-sh -m 0644 build/node/plugins.history /usr/local/share/munin/plugins/
#TODO:
#configure plugins.
install -o root -g wheel -m 555 /usr/ports/sysutils/munin-node/work/munin-node.sh /usr/local/etc/rc.d/munin-node.sh
install -o root -g wheel -m 444 /usr/ports/sysutils/munin-node/work/munin-1.2.5/build/node/munin-node.conf /usr/local/etc/munin/munin-node.conf.sample
install -o root -g wheel -m 444 /usr/ports/sysutils/munin-node/files/plugins.conf /usr/local/etc/munin/plugin-conf.d/plugins.conf.sample

********************************************************************
Unless this file already existed, a sample configuration file
has been placed in /usr/local/etc/munin/munin-node.conf.

Please edit it according to your needs.

********************************************************************

The Munin client will *not* be started automatically. To allow it
to start, put this line in /etc/rc.conf:

munin_node_enable="YES"

Then, it will be started on the next boot. If this line is already
present, the client will be started now. Otherwise, edit
/etc/rc.conf and execute this command:

/usr/local/etc/rc.d/munin-node.sh start
********************************************************************

Initializing plugins..done.
===> Compressing manual pages for munin-node-1.2.5_3
===> Registering installation for munin-node-1.2.5_3


rc.conf に munin の設定を付け足します。
% sudo vim /etc/rc.conf


munin_node_enable="YES"


さらに munin の node を起動します

sudo /usr/local/etc/rc.d/munin-node.sh start



apache から munin のモニタリングリポートのHTMLが見えるように設定します。

Alias /munin /usr/local/www/munin/

Order deny,allow
Allow from 192.168.
DirectoryIndex index.html


sudo apachectl restart
で設定を反映します。
この後、データが集計され、グラフなどが生成されるまで、待ちます。
(数時間放置しておけばいいと思います)。

http:// あなたのホスト /munin/

にアクセスすることで、muninに生成されたグラフを見ることができます。






0 コメント: