(view as text)
Making all in po
gmake[1]: Entering directory '/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/po'
gmake rrdtool.pot-update
gmake[2]: Entering directory '/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/po'
sed -e '/^#/d' remove-potcdate.sin > t-remove-potcdate.sed
mv t-remove-potcdate.sed remove-potcdate.sed
if LC_ALL=C grep 'GNU rrdtool' ../* 2>/dev/null | grep -v 'libtool:' >/dev/null; then \
package_gnu='GNU '; \
else \
package_gnu=''; \
fi; \
if test -n 'http://oss.oetiker.ch/rrdtool-trac/newticket' || test '' = '@'PACKAGE_BUGREPORT'@'; then \
msgid_bugs_address='http://oss.oetiker.ch/rrdtool-trac/newticket'; \
else \
msgid_bugs_address=''; \
fi; \
case `/opt/csw/gnu/xgettext --version | sed 1q | sed -e 's,^[^0-9]*,,'` in \
'' | 0.[0-9] | 0.[0-9].* | 0.1[0-5] | 0.1[0-5].* | 0.16 | 0.16.[0-1]*) \
/opt/csw/gnu/xgettext --default-domain=rrdtool --directory=.. \
--add-comments=TRANSLATORS: --keyword=_ --keyword=N_ \
--files-from=./POTFILES.in \
--copyright-holder='Tobias Oetiker' \
--msgid-bugs-address="$msgid_bugs_address" \
;; \
*) \
/opt/csw/gnu/xgettext --default-domain=rrdtool --directory=.. \
--add-comments=TRANSLATORS: --keyword=_ --keyword=N_ \
--files-from=./POTFILES.in \
--copyright-holder='Tobias Oetiker' \
--package-name="${package_gnu}rrdtool" \
--package-version='1.5.5' \
--msgid-bugs-address="$msgid_bugs_address" \
;; \
esac
test ! -f rrdtool.po || { \
if test -f ./rrdtool.pot; then \
sed -f remove-potcdate.sed < ./rrdtool.pot > rrdtool.1po && \
sed -f remove-potcdate.sed < rrdtool.po > rrdtool.2po && \
if cmp rrdtool.1po rrdtool.2po >/dev/null 2>&1; then \
rm -f rrdtool.1po rrdtool.2po rrdtool.po; \
else \
rm -f rrdtool.1po rrdtool.2po ./rrdtool.pot && \
mv rrdtool.po ./rrdtool.pot; \
fi; \
else \
mv rrdtool.po ./rrdtool.pot; \
fi; \
}
gmake[2]: Leaving directory '/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/po'
test ! -f ./rrdtool.pot || \
test -z "" || gmake
touch stamp-po
gmake[1]: Leaving directory '/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/po'
Making all in src
gmake[1]: Entering directory '/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/src'
gmake all-am
gmake[2]: Entering directory '/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/src'
CC rrd_version.lo
CC rrd_last.lo
CC rrd_lastupdate.lo
CC rrd_first.lo
CC rrd_dump.lo
CC rrd_flushcached.lo
CC rrd_fetch.lo
CC rrd_fetch_cb.lo
CC rrd_resize.lo
CC rrd_tune.lo
CC rrd_graph.lo
CC rrd_graph_helper.lo
rrd_graph_helper.c: In function 'newGraphDescription':
rrd_graph_helper.c:747:25: warning: comparison is always false due to limited range of data type [-Wtype-limits]
if (vname && (*vname>128)) {
^
CC rrd_xport.lo
CC optparse.lo
optparse.c:4:39: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
#define opterror(options, format, args...) \
^
CC rrd_gfx.lo
CC pngsize.lo
CC rrd_restore.lo
CC rrd_fetch_libdbi.lo
rrd_fetch_libdbi.c: In function 'rrd_fetch_fn_libdbi':
rrd_fetch_libdbi.c:482:5: warning: nested extern declaration of 'timezone' [-Wnested-externs]
extern long timezone;
^
CC mutex.lo
CC rrd_strtod.lo
CC rrd_create.lo
rrd_create.c:273:14: warning: declaration of 'strndup' shadows a built-in function [-Wshadow]
static char* strndup (const char *s, size_t n) {
^
CC hash_32.lo
CC rrd_parsetime.lo
CC rrd_hw.lo
CC rrd_hw_math.lo
CC rrd_hw_update.lo
CC rrd_diff.lo
CC rrd_format.lo
CC rrd_info.lo
rrd_info.c: In function 'rrd_info_r':
rrd_info.c:174:16: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
info.u_str = filename;
^
CC rrd_error.lo
CC rrd_open.lo
rrd_open.c: In function 'rrd_open':
rrd_open.c:293:5: warning: label 'no_lseek_necessary' defined but not used [-Wunused-label]
no_lseek_necessary:
^
CC rrd_client.lo
CC rrd_nan_inf.lo
CC rrd_rpncalc.lo
CC rrd_utils.lo
CC rrd_snprintf.lo
CC rrd_update.lo
CC rrd_modify.lo
CC quicksort.lo
CC rrd_not_thread_safe.lo
CCLD librrdupd.la
GEN librrd.sym
CCLD librrd.la
CC librrd_th_la-mutex.lo
CC librrd_th_la-rrd_strtod.lo
CC librrd_th_la-rrd_create.lo
rrd_create.c:273:14: warning: declaration of 'strndup' shadows a built-in function [-Wshadow]
static char* strndup (const char *s, size_t n) {
^
CC librrd_th_la-hash_32.lo
CC librrd_th_la-rrd_parsetime.lo
CC librrd_th_la-rrd_hw.lo
CC librrd_th_la-rrd_hw_math.lo
CC librrd_th_la-rrd_hw_update.lo
CC librrd_th_la-rrd_diff.lo
CC librrd_th_la-rrd_format.lo
CC librrd_th_la-rrd_info.lo
rrd_info.c: In function 'rrd_info_r':
rrd_info.c:174:16: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
info.u_str = filename;
^
CC librrd_th_la-rrd_error.lo
CC librrd_th_la-rrd_open.lo
rrd_open.c: In function 'rrd_open':
rrd_open.c:293:5: warning: label 'no_lseek_necessary' defined but not used [-Wunused-label]
no_lseek_necessary:
^
CC librrd_th_la-rrd_client.lo
CC librrd_th_la-rrd_nan_inf.lo
CC librrd_th_la-rrd_rpncalc.lo
CC librrd_th_la-rrd_utils.lo
CC librrd_th_la-rrd_snprintf.lo
CC librrd_th_la-rrd_update.lo
CC librrd_th_la-rrd_modify.lo
CC librrd_th_la-quicksort.lo
CC librrd_th_la-rrd_version.lo
CC librrd_th_la-rrd_last.lo
CC librrd_th_la-rrd_lastupdate.lo
CC librrd_th_la-rrd_first.lo
CC librrd_th_la-rrd_dump.lo
CC librrd_th_la-rrd_flushcached.lo
CC librrd_th_la-rrd_fetch.lo
CC librrd_th_la-rrd_fetch_cb.lo
CC librrd_th_la-rrd_resize.lo
CC librrd_th_la-rrd_tune.lo
CC librrd_th_la-rrd_graph.lo
CC librrd_th_la-rrd_graph_helper.lo
rrd_graph_helper.c: In function 'newGraphDescription':
rrd_graph_helper.c:747:25: warning: comparison is always false due to limited range of data type [-Wtype-limits]
if (vname && (*vname>128)) {
^
CC librrd_th_la-rrd_xport.lo
CC librrd_th_la-optparse.lo
optparse.c:4:39: warning: ISO C does not permit named variadic macros [-Wvariadic-macros]
#define opterror(options, format, args...) \
^
CC librrd_th_la-rrd_gfx.lo
CC librrd_th_la-pngsize.lo
CC librrd_th_la-rrd_restore.lo
CC librrd_th_la-rrd_fetch_libdbi.lo
rrd_fetch_libdbi.c: In function 'rrd_fetch_fn_libdbi':
rrd_fetch_libdbi.c:482:5: warning: nested extern declaration of 'timezone' [-Wnested-externs]
extern long timezone;
^
CC librrd_th_la-rrd_thread_safe.lo
CCLD librrd_th.la
CC rrd_tool.o
CCLD rrdtool
CC rrdupdate.o
CCLD rrdupdate
CC rrd_cgi.o
CCLD rrdcgi
CC rrdcached-rrd_daemon.o
rrd_daemon.c: In function 'signal_receiver':
rrd_daemon.c:415:18: warning: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'pid_t {aka long int}' [-Wformat=]
"%s: Signal %d was received from process %u.\n",
^
rrd_daemon.c:120:23: note: in definition of macro 'RRDD_LOG'
fprintf(stderr, __VA_ARGS__); \
^
rrd_daemon.c: In function 'check_pidfile':
rrd_daemon.c:528:13: warning: format '%d' expects argument of type 'int', but argument 3 has type 'pid_t {aka long int}' [-Wformat=]
"FATAL: Another rrdcached daemon is running?? (pid %d)\n", pid);
^
rrd_daemon.c:537:13: warning: format '%d' expects argument of type 'int', but argument 3 has type 'pid_t {aka long int}' [-Wformat=]
"FATAL: Faild to truncate stale PID file. (pid %d)\n", pid);
^
rrd_daemon.c:543:11: warning: format '%d' expects argument of type 'int', but argument 3 has type 'pid_t {aka long int}' [-Wformat=]
"rrdcached: removed stale PID file (no rrdcached on pid %d)\n"
^
rrd_daemon.c: In function 'daemonize':
rrd_daemon.c:3839:28: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'gid_t {aka long int}' [-Wformat=]
RRDD_LOG (LOG_ERR, "daemonize: failed to setgid(%u)", daemon_gid);
^
rrd_daemon.c:120:23: note: in definition of macro 'RRDD_LOG'
fprintf(stderr, __VA_ARGS__); \
^
rrd_daemon.c:3842:26: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'gid_t {aka long int}' [-Wformat=]
RRDD_LOG(LOG_INFO, "setgid(%u) succeeded", daemon_gid);
^
rrd_daemon.c:120:23: note: in definition of macro 'RRDD_LOG'
fprintf(stderr, __VA_ARGS__); \
^
rrd_daemon.c:3848:28: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'uid_t {aka long int}' [-Wformat=]
RRDD_LOG (LOG_ERR, "daemonize: failed to setuid(%u)", daemon_uid);
^
rrd_daemon.c:120:23: note: in definition of macro 'RRDD_LOG'
fprintf(stderr, __VA_ARGS__); \
^
rrd_daemon.c:3851:26: warning: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'uid_t {aka long int}' [-Wformat=]
RRDD_LOG(LOG_INFO, "setuid(%u) succeeded", daemon_uid);
^
rrd_daemon.c:120:23: note: in definition of macro 'RRDD_LOG'
fprintf(stderr, __VA_ARGS__); \
^
CCLD rrdcached
gmake[2]: Leaving directory '/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/src'
gmake[1]: Leaving directory '/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/src'
Making all in doc
gmake[1]: Entering directory '/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/doc'
GEN bin_dec_hex.1
GEN bin_dec_hex.txt
GEN rrddump.1
GEN rrddump.txt
GEN rrdgraph_examples.1
GEN rrdgraph_examples.txt
GEN rrdrestore.1
GEN rrdrestore.txt
GEN rrdupdate.1
GEN rrdupdate.txt
GEN cdeftutorial.1
GEN cdeftutorial.txt
GEN rrdfetch.1
GEN rrdfetch.txt
GEN rrdgraph_graph.1
GEN rrdgraph_graph.txt
rrdgraph_graph.1:142: warning [p 1, 2.8i]: can't break line
rrdgraph_graph.1:144: warning [p 1, 3.2i]: can't break line
rrdgraph_graph.1:146: warning [p 1, 3.5i]: can't break line
rrdgraph_graph.1:381: warning [p 4, 9.0i]: can't break line
rrdgraph_graph.1:392: warning [p 5, 2.2i]: can't break line
rrdgraph_graph.1:399: warning [p 5, 3.3i]: can't break line
rrdgraph_graph.1:427: warning [p 5, 8.7i]: can't break line
GEN rrdthreads.1
GEN rrdthreads.txt
GEN rrdxport.1
GEN rrdxport.txt
GEN rpntutorial.1
GEN rpntutorial.txt
GEN rrdfirst.1
GEN rrdfirst.txt
GEN rrdgraph_rpn.1
GEN rrdgraph_rpn.txt
rrdgraph_rpn.1:278: warning [p 4, 1.3i]: can't break line
GEN rrdtool.1
GEN rrdtool.txt
GEN rrdcached.1
GEN rrdcached.txt
GEN rrd-beginners.1
GEN rrd-beginners.txt
GEN rrdinfo.1
GEN rrdinfo.txt
GEN rrdtune.1
GEN rrdtune.txt
GEN rrdbuild.1
GEN rrdbuild.txt
rrdbuild.1:257: warning [p 3, 3.8i]: can't break line
GEN rrdflushcached.1
GEN rrdflushcached.txt
GEN rrdcgi.1
GEN rrdcgi.txt
GEN rrdgraph.1
GEN rrdgraph.txt
rrdgraph.1:609: warning [p 10, 5.7i]: can't break line
GEN rrdlast.1
GEN rrdlast.txt
GEN rrdlastupdate.1
GEN rrdlastupdate.txt
GEN rrdcreate.1
GEN rrdcreate.txt
GEN rrdgraph_data.1
GEN rrdgraph_data.txt
rrdgraph_data.1:136: warning [p 1, 1.8i]: can't break line
rrdgraph_data.1:158: warning [p 1, 6.0i]: can't break line
GEN rrdresize.1
GEN rrdresize.txt
GEN rrdtutorial.1
GEN rrdtutorial.txt
GEN rrdgraph_libdbi.1
GEN rrdgraph_libdbi.txt
rrdgraph_libdbi.1:136: warning [p 1, 2.2i]: can't break line
rrdgraph_libdbi.1:234: warning [p 2, 6.5i]: can't break line
rrdgraph_libdbi.1:280: warning [p 3, 8.5i]: can't break line
GEN librrd.3
GEN librrd.txt
GEN bin_dec_hex.html
GEN rrddump.html
GEN rrdgraph_examples.html
GEN rrdrestore.html
GEN rrdupdate.html
GEN cdeftutorial.html
GEN rrdfetch.html
GEN rrdgraph_graph.html
GEN rrdthreads.html
GEN rrdxport.html
GEN rpntutorial.html
GEN rrdfirst.html
GEN rrdgraph_rpn.html
GEN rrdtool.html
GEN rrdcached.html
/opt/csw/bin/pod2html: rrdcached.pod: cannot resolve L<chmod(1)> in paragraph 25.
/opt/csw/bin/pod2html: rrdcached.pod: cannot resolve L<unix(7)> in paragraph 26.
GEN rrd-beginners.html
GEN rrdinfo.html
GEN rrdtune.html
GEN rrdbuild.html
GEN rrdflushcached.html
GEN rrdcgi.html
GEN rrdgraph.html
GEN rrdlast.html
GEN rrdlastupdate.html
GEN rrdcreate.html
GEN rrdgraph_data.html
GEN rrdresize.html
GEN rrdtutorial.html
GEN rrdgraph_libdbi.html
GEN librrd.html
/opt/csw/bin/pod2html: librrd.pod: cannot resolve L<mkdir(1)> in paragraph 49.
/opt/csw/bin/pod2html: librrd.pod: cannot resolve L<mkdir(2)> in paragraph 49.
/opt/csw/bin/pod2html: librrd.pod: cannot resolve L<mkdir(2)> in paragraph 50.
/opt/csw/bin/pod2html: librrd.pod: cannot resolve L<mkdir(2)> in paragraph 58.
GEN RRDs.pod
GEN RRDs.html
/opt/csw/bin/pod2html: RRDs.pod: cannot resolve L<tzset(3)> in paragraph 51.
GEN RRDp.pod
GEN RRDp.html
gmake[1]: Leaving directory '/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/doc'
Making all in bindings
gmake[1]: Entering directory '/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/bindings'
gmake[2]: Entering directory '/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/bindings'
mkdir -p ./perl-piped
( cd ./perl-piped \
&& ( test -e Makefile.PL || ln -s /export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/bindings/perl-piped/Makefile.PL ) \
&& ( test -e RRDp.pm || ln -s /export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/bindings/perl-piped/RRDp.pm ) \
&& ( test -e t || ln -s /export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/bindings/perl-piped/t ) \
&& env \
ABS_TOP_SRCDIR=/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build \
ABS_TOP_BUILDDIR=/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build \
ABS_SRCDIR=/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/bindings/perl-piped \
/usr/bin/perl Makefile.PL PREFIX=/opt/rrdtool-1.5.5 INSTALL_BASE= LIB=/opt/rrdtool-1.5.5/lib/perl/5.8.4 \
&& gmake )
Checking if your kit is complete...
Looks good
'INSTALL_BASE' is not a known MakeMaker parameter name.
Writing Makefile for RRDp
gmake[3]: Entering directory '/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/bindings/perl-piped'
cp RRDp.pm blib/lib/RRDp.pm
Manifying blib/man3/RRDp.3
gmake[3]: Leaving directory '/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/bindings/perl-piped'
mkdir -p ./perl-shared
( cd ./perl-shared \
&& ( test -e Makefile.PL || ln -s /export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/bindings/perl-shared/Makefile.PL ) \
&& ( test -e RRDs.pm || ln -s /export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/bindings/perl-shared/RRDs.pm ) \
&& ( test -e RRDs.ppd || ln -s /export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/bindings/perl-shared/RRDs.ppd ) \
&& ( test -e RRDs.xs || ln -s /export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/bindings/perl-shared/RRDs.xs ) \
&& ( test -e t || ln -s /export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/bindings/perl-shared/t ) \
&& env \
ABS_TOP_SRCDIR=/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build \
ABS_TOP_BUILDDIR=/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build \
ABS_SRCDIR=/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/bindings/perl-shared \
/usr/bin/perl Makefile.PL PREFIX=/opt/rrdtool-1.5.5 INSTALL_BASE= LIB=/opt/rrdtool-1.5.5/lib/perl/5.8.4 RPATH=/opt/rrdtool-1.5.5/lib \
&& gmake )
Checking if your kit is complete...
Looks good
'INSTALL_BASE' is not a known MakeMaker parameter name.
Writing Makefile for RRDs
gmake[3]: Entering directory '/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/bindings/perl-shared'
cp RRDs.pm blib/lib/RRDs.pm
/usr/bin/perl /usr/perl5/5.8.4/lib/ExtUtils/xsubpp -typemap /usr/perl5/5.8.4/lib/ExtUtils/typemap RRDs.xs > RRDs.xsc && mv RRDs.xsc RRDs.c
cc -c -I/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/src -I/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/src -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_TS_ERRNO -xO3 -xspace -xildoff -DVERSION=\"1.5001\" -DXS_VERSION=\"1.5001\" -KPIC "-I/usr/perl5/5.8.4/lib/i86pc-solaris-64int/CORE" -DPERLPATCHLEVEL=8 RRDs.c
"/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/src/rrd.h", line 136: warning: modification of typedef with "int" ignored
"RRDs.xs", line 581: warning: argument #1 is incompatible with prototype:
prototype: pointer to const char : "/usr/perl5/5.8.4/lib/i86pc-solaris-64int/CORE/proto.h", line 520
argument : pointer to unsigned char
"RRDs.xs", line 594: warning: argument #1 is incompatible with prototype:
prototype: pointer to const char : "/usr/perl5/5.8.4/lib/i86pc-solaris-64int/CORE/proto.h", line 520
argument : pointer to unsigned char
"RRDs.xs", line 609: warning: argument #1 is incompatible with prototype:
prototype: pointer to const char : "/usr/perl5/5.8.4/lib/i86pc-solaris-64int/CORE/proto.h", line 520
argument : pointer to unsigned char
Running Mkbootstrap for RRDs ()
chmod 644 RRDs.bs
rm -f blib/arch/auto/RRDs/RRDs.so
LD_RUN_PATH="" cc -G RRDs.o -L/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/src/.libs/ -R/opt/rrdtool-1.5.5/lib -lrrd -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[3]: Leaving directory '/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/bindings/perl-shared'
mkdir -p ./perl-shared
mkdir -p ./ruby
( cd ./ruby \
&& /opt/csw/bin/ruby /export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/bindings/ruby/extconf.rb \
&& gmake \
EPREFIX=/opt/rrdtool-1.5.5 \
ABS_TOP_SRCDIR=/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build \
ABS_TOP_BUILDDIR=/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build \
sitedir=/opt/rrdtool-1.5.5/lib/ruby RUBYARCHDIR= )
checking for rrd_create() in -lrrd... yes
creating Makefile
gmake[3]: Entering directory '/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/bindings/ruby'
compiling main.c
"/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/src/rrd.h", line 136: warning: modification of typedef with "int" ignored
linking shared-object RRD.so
gmake[3]: Leaving directory '/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/bindings/ruby'
mkdir -p ./python
cd ./python \
&& ( test -e rrdtoolmodule.c || ln -s /export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/bindings/python/rrdtoolmodule.c ) \
&& env \
ABS_TOP_SRCDIR=/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build \
ABS_TOP_BUILDDIR=/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build \
LD_RUN_PATH=/opt/rrdtool-1.5.5/lib \
/usr/bin/python /export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/bindings/python/setup.py build_ext --rpath=/opt/rrdtool-1.5.5/lib \
&& env \
ABS_TOP_SRCDIR=/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build \
ABS_TOP_BUILDDIR=/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build \
/usr/bin/python /export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/bindings/python/setup.py build
running build_ext
building 'rrdtool' extension
creating build
creating build/temp.solaris-2.10-i86pc-2.6
/usr/lib/python2.6/pycc -DNDEBUG -KPIC -I/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/src -I/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/src -I/usr/include/python2.6 -c rrdtoolmodule.c -o build/temp.solaris-2.10-i86pc-2.6/rrdtoolmodule.o
"/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/src/rrd.h", line 136: warning: modification of typedef with "int" ignored
creating build/lib.solaris-2.10-i86pc-2.6
/usr/lib/python2.6/pycc -L. -L/usr/sfw/lib -R/usr/sfw/lib -G build/temp.solaris-2.10-i86pc-2.6/rrdtoolmodule.o -L/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/src/.libs -L/usr/lib -R/opt/rrdtool-1.5.5/lib -lrrd -lpython2.6 -o build/lib.solaris-2.10-i86pc-2.6/rrdtool.so
running build
running build_ext
gmake[2]: Leaving directory '/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/bindings'
gmake[1]: Leaving directory '/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/bindings'
Making all in tests
gmake[1]: Entering directory '/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/tests'
gmake[1]: Nothing to be done for 'all'.
gmake[1]: Leaving directory '/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/tests'
Making all in examples
gmake[1]: Entering directory '/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/examples'
Making all in rrdcached
gmake[2]: Entering directory '/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/examples/rrdcached'
gmake[2]: Nothing to be done for 'all'.
gmake[2]: Leaving directory '/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/examples/rrdcached'
gmake[2]: Entering directory '/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/examples'
sed 's,@''exec_prefix@,/opt/rrdtool-1.5.5,' ./cgi-demo.cgi.in > cgi-demo.cgi
chmod a+x cgi-demo.cgi
gmake[2]: Leaving directory '/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/examples'
gmake[1]: Leaving directory '/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build/examples'
gmake[1]: Entering directory '/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build'
gmake[1]: Nothing to be done for 'all-am'.
gmake[1]: Leaving directory '/export/home/buildbot/slave/rrdtool_gcc-solaris10-i386/build'