fakeroot debian/rules clean dh_testdir dh_testroot rm -f build-stamp # Add here commands to clean up after the build process. /usr/bin/make clean make[1]: Entering directory `/home/dkg/src/sysstat/sysstat-7.1.5' make[1]: *** No rule to make target `clean'. Stop. make[1]: Leaving directory `/home/dkg/src/sysstat/sysstat-7.1.5' make: [clean] Error 2 (ignored) /usr/bin/make distclean make[1]: Entering directory `/home/dkg/src/sysstat/sysstat-7.1.5' make[1]: *** No rule to make target `distclean'. Stop. make[1]: Leaving directory `/home/dkg/src/sysstat/sysstat-7.1.5' make: [clean] Error 2 (ignored) dh_clean dpkg-source -b sysstat-7.1.5 dpkg-source: building sysstat using existing sysstat_7.1.5.orig.tar.gz dpkg-source: building sysstat in sysstat_7.1.5-1~dkg1.diff.gz dpkg-source: building sysstat in sysstat_7.1.5-1~dkg1.dsc debian/rules build dh_testdir ./configure --prefix=/usr \ --mandir=/usr/share/man \ --enable-smp-race \ --enable-yesterday \ --disable-man-group \ --disable-compress-manpg \ sa_lib_dir=/usr/lib/sysstat \ sa_dir=/var/log/sysstat \ conf_dir=/etc/sysstat \ CFLAGS="-g -O2" \ LDFLAGS="-s" . Check programs: . checking for gcc... gcc 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 gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking whether ln -s works... yes checking for chmod... chmod checking for chown... chown checking for install... install checking for msgfmt... msgfmt checking for bzip2... bzip2 checking for cp... /bin/cp checking for chkconfig... no . Check header files: . checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required 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 ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking net/if.h usability... yes checking net/if.h presence... yes checking for net/if.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking for sys/stat.h... (cached) yes . Check typedefs, structures and compiler characteristics: . checking return type of signal handlers... void checking for size_t... yes checking for off_t... yes . Check library functions: . checking for strchr... yes checking for strcspn... yes checking for strspn... yes checking for strstr... yes . Check system services: . checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... 64 checking for _LARGE_FILES value needed for large files... no . Check configuration: . checking sadc directory... /usr/lib/sysstat checking system activity directory... /var/log/sysstat checking sysstat configuration directory... /etc/sysstat checking National Language Support... yes checking whether workaround for SMP race is needed... yes checking whether sa2 should process data file of the day before... yes checking number of daily data files to keep... 7 checking number of days after which data files are compressed... 10 checking group for manual pages... man checking whether man_group variable should be ignored... no checking whether manual pages should be compressed... no checking whether system activity directory should be cleaned... no checking whether cron should start sar automatically... no . Now create files: . configure: creating ./config.status config.status: creating sa1 config.status: creating sa2 config.status: creating crontab config.status: creating sysstat.sysconfig config.status: creating version.h config.status: creating sysconfig.h config.status: creating sysstat.cron.daily config.status: creating sysstat.cron.hourly config.status: creating sysstat.crond config.status: creating sysstat.crond.sample.in config.status: creating sysstat config.status: creating man/sa1.8 config.status: creating man/sa2.8 config.status: creating man/sadc.8 config.status: creating man/sadf.1 config.status: creating man/sar.1 config.status: creating contrib/isag/isag config.status: creating Makefile Sysstat version: 7.1.5 Installation prefix: /usr rc directory: /etc Init directory: /etc/init.d Configuration directory: /etc/sysstat Compiler: gcc Compiler flags: -g -O2 # Add here commands to compile the package. /usr/bin/make make[1]: Entering directory `/home/dkg/src/sysstat/sysstat-7.1.5' gcc -o sadc.o -c -g -O2 -Wall -Wstrict-prototypes -pipe -fno-strength-reduce -DSMP_RACE -DSA_DIR=\"/var/log/sysstat\" -DSADC_PATH=\"/usr/lib/sysstat/sadc\" -DUSE_NLS -DPACKAGE=\"sysstat\" -DLOCALEDIR=\"/usr/share/locale\" sadc.c gcc -o common.o -c -g -O2 -Wall -Wstrict-prototypes -pipe -fno-strength-reduce -DSMP_RACE -DSA_DIR=\"/var/log/sysstat\" -DSADC_PATH=\"/usr/lib/sysstat/sadc\" -DUSE_NLS -DPACKAGE=\"sysstat\" -DLOCALEDIR=\"/usr/share/locale\" common.c ar rv libsyscom.a common.o ar: creating libsyscom.a a - common.o gcc -o ioconf.o -c -g -O2 -Wall -Wstrict-prototypes -pipe -fno-strength-reduce -DSMP_RACE -DSA_DIR=\"/var/log/sysstat\" -DSADC_PATH=\"/usr/lib/sysstat/sadc\" -DUSE_NLS -DPACKAGE=\"sysstat\" -DLOCALEDIR=\"/usr/share/locale\" ioconf.c ar rv libsyscom.a ioconf.o a - ioconf.o gcc -o sa_common.o -c -g -O2 -Wall -Wstrict-prototypes -pipe -fno-strength-reduce -DSMP_RACE -DSA_DIR=\"/var/log/sysstat\" -DSADC_PATH=\"/usr/lib/sysstat/sadc\" -DUSE_NLS -DPACKAGE=\"sysstat\" -DLOCALEDIR=\"/usr/share/locale\" sa_common.c ar rv libsyssa.a sa_common.o ar: creating libsyssa.a a - sa_common.o gcc -o sadc -g -O2 -Wall -Wstrict-prototypes -pipe -fno-strength-reduce sadc.o libsyscom.a libsyssa.a -s gcc -o sar.o -c -g -O2 -Wall -Wstrict-prototypes -pipe -fno-strength-reduce -DSMP_RACE -DSA_DIR=\"/var/log/sysstat\" -DSADC_PATH=\"/usr/lib/sysstat/sadc\" -DUSE_NLS -DPACKAGE=\"sysstat\" -DLOCALEDIR=\"/usr/share/locale\" sar.c gcc -o sar -g -O2 -Wall -Wstrict-prototypes -pipe -fno-strength-reduce sar.o libsyscom.a libsyssa.a -s gcc -o sadf.o -c -g -O2 -Wall -Wstrict-prototypes -pipe -fno-strength-reduce -DSMP_RACE -DSA_DIR=\"/var/log/sysstat\" -DSADC_PATH=\"/usr/lib/sysstat/sadc\" -DUSE_NLS -DPACKAGE=\"sysstat\" -DLOCALEDIR=\"/usr/share/locale\" sadf.c gcc -o sadf -g -O2 -Wall -Wstrict-prototypes -pipe -fno-strength-reduce sadf.o libsyscom.a libsyssa.a -s gcc -o iostat.o -c -g -O2 -Wall -Wstrict-prototypes -pipe -fno-strength-reduce -DSMP_RACE -DSA_DIR=\"/var/log/sysstat\" -DSADC_PATH=\"/usr/lib/sysstat/sadc\" -DUSE_NLS -DPACKAGE=\"sysstat\" -DLOCALEDIR=\"/usr/share/locale\" iostat.c gcc -o iostat -g -O2 -Wall -Wstrict-prototypes -pipe -fno-strength-reduce iostat.o libsyscom.a -s gcc -o mpstat.o -c -g -O2 -Wall -Wstrict-prototypes -pipe -fno-strength-reduce -DSMP_RACE -DSA_DIR=\"/var/log/sysstat\" -DSADC_PATH=\"/usr/lib/sysstat/sadc\" -DUSE_NLS -DPACKAGE=\"sysstat\" -DLOCALEDIR=\"/usr/share/locale\" mpstat.c gcc -o mpstat -g -O2 -Wall -Wstrict-prototypes -pipe -fno-strength-reduce mpstat.o libsyscom.a -s gcc -o pidstat.o -c -g -O2 -Wall -Wstrict-prototypes -pipe -fno-strength-reduce -DSMP_RACE -DSA_DIR=\"/var/log/sysstat\" -DSADC_PATH=\"/usr/lib/sysstat/sadc\" -DUSE_NLS -DPACKAGE=\"sysstat\" -DLOCALEDIR=\"/usr/share/locale\" pidstat.c gcc -o pidstat -g -O2 -Wall -Wstrict-prototypes -pipe -fno-strength-reduce pidstat.o libsyscom.a -s msgfmt -o nls/af.gmo nls/af.po msgfmt -o nls/da.gmo nls/da.po msgfmt -o nls/de.gmo nls/de.po msgfmt -o nls/es.gmo nls/es.po msgfmt -o nls/fr.gmo nls/fr.po msgfmt -o nls/it.gmo nls/it.po msgfmt -o nls/ja.gmo nls/ja.po msgfmt -o nls/nb.gmo nls/nb.po msgfmt -o nls/nn.gmo nls/nn.po msgfmt -o nls/pl.gmo nls/pl.po msgfmt -o nls/pt.gmo nls/pt.po msgfmt -o nls/ro.gmo nls/ro.po msgfmt -o nls/ru.gmo nls/ru.po msgfmt -o nls/sk.gmo nls/sk.po msgfmt -o nls/sv.gmo nls/sv.po make[1]: Leaving directory `/home/dkg/src/sysstat/sysstat-7.1.5' touch build-stamp fakeroot debian/rules binary dh_testdir dh_testroot dh_clean -k dh_installdirs # Add here commands to install the package into debian/tmp. /usr/bin/make install_base DESTDIR="/home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp" make[1]: Entering directory `/home/dkg/src/sysstat/sysstat-7.1.5' mkdir -p /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/lib/sysstat mkdir -p /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/man/man1 mkdir -p /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/man/man8 mkdir -p /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/var/log/sysstat mkdir -p /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/bin mkdir -p /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/doc/sysstat-7.1.5 mkdir -p /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/etc/sysstat install -m 755 sa1 /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/lib/sysstat rm -f /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/man/man8/sa1.8* install -m 644 -g man man/sa1.8 /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/man/man8 install -m 755 sa2 /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/lib/sysstat rm -f /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/man/man8/sa2.8* install -m 644 -g man man/sa2.8 /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/man/man8 install -m 755 sadc /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/lib/sysstat rm -f /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/man/man8/sadc.8* install -m 644 -g man man/sadc.8 /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/man/man8 install -m 755 sar /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/bin rm -f /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/man/man1/sar.1* install -m 644 -g man man/sar.1 /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/man/man1 install -m 755 sadf /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/bin rm -f /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/man/man1/sadf.1* install -m 644 -g man man/sadf.1 /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/man/man1 install -m 755 iostat /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/bin rm -f /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/man/man1/iostat.1* install -m 644 -g man man/iostat.1 /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/man/man1 install -m 755 mpstat /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/bin rm -f /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/man/man1/mpstat.1* install -m 644 -g man man/mpstat.1 /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/man/man1 install -m 755 pidstat /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/bin rm -f /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/man/man1/pidstat.1* install -m 644 -g man man/pidstat.1 /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/man/man1 install -m 644 sysstat.ioconf /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/etc/sysstat install -m 644 sysstat.sysconfig /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/etc/sysstat/sysstat mkdir -p /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/locale/af/LC_MESSAGES mkdir -p /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/locale/da/LC_MESSAGES mkdir -p /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/locale/de/LC_MESSAGES mkdir -p /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/locale/es/LC_MESSAGES mkdir -p /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/locale/fr/LC_MESSAGES mkdir -p /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/locale/it/LC_MESSAGES mkdir -p /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/locale/ja/LC_MESSAGES mkdir -p /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/locale/nb/LC_MESSAGES mkdir -p /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/locale/nn/LC_MESSAGES mkdir -p /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/locale/pl/LC_MESSAGES mkdir -p /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/locale/pt/LC_MESSAGES mkdir -p /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/locale/ro/LC_MESSAGES mkdir -p /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/locale/ru/LC_MESSAGES mkdir -p /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/locale/sk/LC_MESSAGES mkdir -p /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/locale/sv/LC_MESSAGES install -m 644 nls/af.gmo /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/locale/af/LC_MESSAGES/sysstat.mo install -m 644 nls/da.gmo /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/locale/da/LC_MESSAGES/sysstat.mo install -m 644 nls/de.gmo /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/locale/de/LC_MESSAGES/sysstat.mo install -m 644 nls/es.gmo /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/locale/es/LC_MESSAGES/sysstat.mo install -m 644 nls/fr.gmo /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/locale/fr/LC_MESSAGES/sysstat.mo install -m 644 nls/it.gmo /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/locale/it/LC_MESSAGES/sysstat.mo install -m 644 nls/ja.gmo /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/locale/ja/LC_MESSAGES/sysstat.mo install -m 644 nls/nb.gmo /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/locale/nb/LC_MESSAGES/sysstat.mo install -m 644 nls/nn.gmo /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/locale/nn/LC_MESSAGES/sysstat.mo install -m 644 nls/pl.gmo /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/locale/pl/LC_MESSAGES/sysstat.mo install -m 644 nls/pt.gmo /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/locale/pt/LC_MESSAGES/sysstat.mo install -m 644 nls/ro.gmo /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/locale/ro/LC_MESSAGES/sysstat.mo install -m 644 nls/ru.gmo /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/locale/ru/LC_MESSAGES/sysstat.mo install -m 644 nls/sk.gmo /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/locale/sk/LC_MESSAGES/sysstat.mo install -m 644 nls/sv.gmo /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/locale/sv/LC_MESSAGES/sysstat.mo make[1]: Leaving directory `/home/dkg/src/sysstat/sysstat-7.1.5' mkdir -p -m 755 /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/lib/sysstat mv /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/bin/sar /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/bin/sar.sysstat mv /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/man/man1/sar.1 /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/share/man/man1/sar.sysstat.1 rm -rf /home/dkg/src/sysstat/sysstat-7.1.5/debian/tmp/usr/doc dh_install dh_installchangelogs -i /usr/bin/make -f debian/rules DH_OPTIONS=-i PACKAGE=isag binary-common make[1]: Entering directory `/home/dkg/src/sysstat/sysstat-7.1.5' dh_testdir dh_testroot dh_installdocs dh_installexamples dh_installmenu dh_installdebconf dh_installinit --no-start dh_installcron sh debian/fix.sh isag + processing file: debian/isag/usr/share/man/man1/isag.1 dh_strip dh_link dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dpkg-gencontrol: warning: unknown substitution variable ${misc:Depends} dh_md5sums dh_builddeb dpkg-deb: building package `isag' in `../isag_7.1.5-1~dkg1_all.deb'. make[1]: Leaving directory `/home/dkg/src/sysstat/sysstat-7.1.5' dh_installchangelogs -a CHANGES /usr/bin/make -f debian/rules DH_OPTIONS=-a PACKAGE=sysstat binary-common make[1]: Entering directory `/home/dkg/src/sysstat/sysstat-7.1.5' dh_testdir dh_testroot dh_installdocs dh_installexamples dh_installmenu dh_installdebconf dh_installinit --no-start dh_installcron sh debian/fix.sh sysstat + processing file: debian/sysstat/usr/share/doc/sysstat/FAQ dh_strip dh_link dh_compress dh_fixperms dh_installdeb dh_shlibdeps dh_gencontrol dh_md5sums dh_builddeb dpkg-deb: building package `sysstat' in `../sysstat_7.1.5-1~dkg1_i386.deb'. make[1]: Leaving directory `/home/dkg/src/sysstat/sysstat-7.1.5' dpkg-genchanges dpkg-genchanges: not including original source code in upload dpkg-buildpackage (debuild emulation): binary and diff upload (original source NOT included) Now running lintian... W: sysstat source: substvar-source-version-is-deprecated isag W: sysstat source: changelog-should-mention-nmu W: sysstat source: source-nmu-has-incorrect-version-number 7.1.5-1~dkg1 Finished running lintian. Now running linda... Finished running linda. WARNING generated by debuild: Making debian/rules executable!