dpkg-buildpackage: source package is jfsutils dpkg-buildpackage: source version is 1.1.8-1.hurdfr.1 dpkg-buildpackage: source changed by Manuel Menal dpkg-buildpackage: host architecture hurd-i386 debian/rules clean test -x debian/rules test "`id -u`" = 0 if test -n "" && test "" != "."; then rmdir ""; fi if test "." != "."; then rmdir .; fi dh_clean make -C . -k distclean || true make[1]: Entering directory `/home/mmenal/build/fs/jfsutils-1.1.8' make[1]: *** No rule to make target `distclean'. make[1]: Leaving directory `/home/mmenal/build/fs/jfsutils-1.1.8' rm -f debian/stamp-makefile-build if [ -f "./config.log" ] && grep -i 'generated.*by.*autoconf' "./config.log" 1>/dev/null; then \ rm -f "./config.log"; \ fi rm -f debian/stamp-autotools-files if test -f ./config.status && grep -i -q 'Generated.*by configure.' ./config.status; then rm -f ./config.status; fi if test -f ./config.cache && grep -i -q 'shell.*script.*caches.*results.*configure' ./config.cache; then rm -f ./config.cache; fi rm -f debian/cdbs-{install,package}-list dpkg-source -b jfsutils-1.1.8 dpkg-source: building jfsutils using existing jfsutils_1.1.8.orig.tar.gz dpkg-source: building jfsutils in jfsutils_1.1.8-1.hurdfr.1.diff.gz dpkg-source: warning: file debian/jfsutils-udeb.install has no final newline (either original or modified version) dpkg-source: building jfsutils in jfsutils_1.1.8-1.hurdfr.1.dsc debian/rules build test -x debian/rules if [ -n "" ]; then \ mkdir -p ""; \ fi if [ ! -d "." ]; then \ mkdir -p "."; \ fi /usr/share/cdbs/1/rules/buildcore.mk:116: "DEB_BUILD_MAKE_TARGET is a deprecated variable" /usr/share/cdbs/1/rules/buildcore.mk:116: "DEB_CLEAN_MAKE_TARGET is a deprecated variable" /usr/share/cdbs/1/rules/buildcore.mk:116: "DEB_MAKE_TEST_TARGET is a deprecated variable" if [ -z "" ]; then \ if ! test -f debian/compat; then echo 4 > debian/compat; fi; \ fi if test "" = "pre" ; then \ cd . && libtoolize -c -f ; \ fi if test -n "" ; then \ if test -d ./m4 ; then m4="-I m4" ; fi ; \ if test -e ./aclocal.m4 ; then cd . && aclocal- $m4 ; fi ; \ elif test -n "" ; then \ if test -d ./m4 ; then m4="-I m4" ; fi ; \ if test -e ./aclocal.m4 ; then cd . && aclocal- $m4 ; fi ; \ fi if test -n "" ; then \ if test -e ./configure.ac || test -e ./configure.in ; then cd . && `which autoconf || which autoconf` ; fi ; \ fi if test -n "" ; then \ if test -e ./configure.ac || test -e ./configure.in ; then cd . && `which autoheader || which autoheader` ; fi ; \ fi if test -n "" ; then \ if test -e ./Makefile.am ; then cd . && automake- ; fi ; \ fi touch debian/stamp-autotools-files chmod a+x /home/mmenal/build/fs/jfsutils-1.1.8/./configure if test ""; then cd ""; else cd "."; fi && CC="cc" CXX="g++" CFLAGS="-g -Wall -O2" CXXFLAGS="-g -Wall -O2" /home/mmenal/build/fs/jfsutils-1.1.8/./configure --build=i486-gnu --prefix=/usr --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/jfsutils" --srcdir=. --disable-maintainer-mode --sbindir=/sbin checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gawk... (cached) gawk 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 ANSI C... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking for a BSD-compatible install... /usr/bin/install -c checking for ln... /usr/bin/ln checking whether ln -s works... yes checking for ranlib... ranlib checking how to run the C preprocessor... cc -E checking for egrep... grep -E 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 endian.h usability... yes checking endian.h presence... yes checking for endian.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking mntent.h usability... yes checking mntent.h presence... yes checking for mntent.h... yes checking for unistd.h... (cached) yes checking stdbool.h usability... yes checking stdbool.h presence... yes checking for stdbool.h... yes checking for stdint.h... (cached) yes checking machine/endian.h usability... no checking machine/endian.h presence... no checking for machine/endian.h... no checking sys/byteorder.h usability... no checking sys/byteorder.h presence... no checking for sys/byteorder.h... no checking uuid/uuid.h usability... yes checking uuid/uuid.h presence... yes checking for uuid/uuid.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for mode_t... yes checking for off_t... yes checking for size_t... yes checking for struct stat.st_rdev... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for working memcmp... yes checking for getcwd... yes checking for getmntinfo... no checking for strtol... yes checking for strtoul... yes configure: creating ./config.status config.status: creating Makefile config.status: creating libfs/Makefile config.status: creating include/Makefile config.status: creating fsck/Makefile config.status: creating fscklog/Makefile config.status: creating logdump/Makefile config.status: creating mkfs/Makefile config.status: creating tune/Makefile config.status: creating xpeek/Makefile config.status: creating jfsutils.spec config.status: creating config.h config.status: executing depfiles commands if test "" = "post" ; then \ if test -e ./libtool ; then cp -f /usr/bin/libtool ./libtool ; fi ; \ fi make -C . make[1]: Entering directory `/home/mmenal/build/fs/jfsutils-1.1.8' make all-recursive make[2]: Entering directory `/home/mmenal/build/fs/jfsutils-1.1.8' Making all in libfs make[3]: Entering directory `/home/mmenal/build/fs/jfsutils-1.1.8/libfs' if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT fssubs.o -MD -MP -MF ".deps/fssubs.Tpo" -c -o fssubs.o fssubs.c; \ then mv -f ".deps/fssubs.Tpo" ".deps/fssubs.Po"; else rm -f ".deps/fssubs.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT unicode_to_utf8.o -MD -MP -MF ".deps/unicode_to_utf8.Tpo" -c -o unicode_to_utf8.o unicode_to_utf8.c; \ then mv -f ".deps/unicode_to_utf8.Tpo" ".deps/unicode_to_utf8.Po"; else rm -f ".deps/unicode_to_utf8.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT devices.o -MD -MP -MF ".deps/devices.Tpo" -c -o devices.o devices.c; \ then mv -f ".deps/devices.Tpo" ".deps/devices.Po"; else rm -f ".deps/devices.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT utilsubs.o -MD -MP -MF ".deps/utilsubs.Tpo" -c -o utilsubs.o utilsubs.c; \ then mv -f ".deps/utilsubs.Tpo" ".deps/utilsubs.Po"; else rm -f ".deps/utilsubs.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT super.o -MD -MP -MF ".deps/super.Tpo" -c -o super.o super.c; \ then mv -f ".deps/super.Tpo" ".deps/super.Po"; else rm -f ".deps/super.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT inode.o -MD -MP -MF ".deps/inode.Tpo" -c -o inode.o inode.c; \ then mv -f ".deps/inode.Tpo" ".deps/inode.Po"; else rm -f ".deps/inode.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT diskmap.o -MD -MP -MF ".deps/diskmap.Tpo" -c -o diskmap.o diskmap.c; \ then mv -f ".deps/diskmap.Tpo" ".deps/diskmap.Po"; else rm -f ".deps/diskmap.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT message.o -MD -MP -MF ".deps/message.Tpo" -c -o message.o message.c; \ then mv -f ".deps/message.Tpo" ".deps/message.Po"; else rm -f ".deps/message.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT uniupr.o -MD -MP -MF ".deps/uniupr.Tpo" -c -o uniupr.o uniupr.c; \ then mv -f ".deps/uniupr.Tpo" ".deps/uniupr.Po"; else rm -f ".deps/uniupr.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT jfs_endian.o -MD -MP -MF ".deps/jfs_endian.Tpo" -c -o jfs_endian.o jfs_endian.c; \ then mv -f ".deps/jfs_endian.Tpo" ".deps/jfs_endian.Po"; else rm -f ".deps/jfs_endian.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT open_by_label.o -MD -MP -MF ".deps/open_by_label.Tpo" -c -o open_by_label.o open_by_label.c; \ then mv -f ".deps/open_by_label.Tpo" ".deps/open_by_label.Po"; else rm -f ".deps/open_by_label.Tpo"; exit 1; fi open_by_label.c: In function 'open_check_label': open_by_label.c:59: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness open_by_label.c:59: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness open_by_label.c:59: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness open_by_label.c:59: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness open_by_label.c:59: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness open_by_label.c:59: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness open_by_label.c:59: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness open_by_label.c:59: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness open_by_label.c:71: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness open_by_label.c:71: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness open_by_label.c:71: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness open_by_label.c:71: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness open_by_label.c:71: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness open_by_label.c:71: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness open_by_label.c:71: warning: pointer targets in passing argument 1 of '__builtin_strcmp' differ in signedness open_by_label.c:71: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT log_dump.o -MD -MP -MF ".deps/log_dump.Tpo" -c -o log_dump.o log_dump.c; \ then mv -f ".deps/log_dump.Tpo" ".deps/log_dump.Po"; else rm -f ".deps/log_dump.Tpo"; exit 1; fi log_dump.c: In function 'jfs_logdump': log_dump.c:332: warning: pointer targets in passing argument 3 of 'logRead' differ in signedness if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT logform.o -MD -MP -MF ".deps/logform.Tpo" -c -o logform.o logform.c; \ then mv -f ".deps/logform.Tpo" ".deps/logform.Po"; else rm -f ".deps/logform.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT logredo.o -MD -MP -MF ".deps/logredo.Tpo" -c -o logredo.o logredo.c; \ then mv -f ".deps/logredo.Tpo" ".deps/logredo.Po"; else rm -f ".deps/logredo.Tpo"; exit 1; fi logredo.c: In function 'jfs_logredo': logredo.c:617: warning: pointer targets in passing argument 3 of 'logRead' differ in signedness if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT log_work.o -MD -MP -MF ".deps/log_work.Tpo" -c -o log_work.o log_work.c; \ then mv -f ".deps/log_work.Tpo" ".deps/log_work.Po"; else rm -f ".deps/log_work.Tpo"; exit 1; fi log_work.c: In function 'doAfter': log_work.c:634: warning: implicit declaration of function 'v_fsck_send_msg' log_work.c: In function 'doExtDtPg': log_work.c:722: warning: dereferencing type-punned pointer will break strict-aliasing rules log_work.c: In function 'doNoRedoFile': log_work.c:778: warning: dereferencing type-punned pointer will break strict-aliasing rules log_work.c: In function 'findPageRedo': log_work.c:1711: warning: dereferencing type-punned pointer will break strict-aliasing rules log_work.c: In function 'logredoInit': log_work.c:1813: warning: dereferencing type-punned pointer will break strict-aliasing rules log_work.c:1837: warning: dereferencing type-punned pointer will break strict-aliasing rules log_work.c: In function 'saveExtDtPg': log_work.c:2102: warning: dereferencing type-punned pointer will break strict-aliasing rules log_work.c: In function 'updatePage': log_work.c:2806: warning: dereferencing type-punned pointer will break strict-aliasing rules log_work.c:2870: warning: dereferencing type-punned pointer will break strict-aliasing rules log_work.c:2952: warning: dereferencing type-punned pointer will break strict-aliasing rules log_work.c:2987: warning: dereferencing type-punned pointer will break strict-aliasing rules if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT log_read.o -MD -MP -MF ".deps/log_read.Tpo" -c -o log_read.o log_read.c; \ then mv -f ".deps/log_read.Tpo" ".deps/log_read.Po"; else rm -f ".deps/log_read.Tpo"; exit 1; fi log_read.c: In function 'findEndOfLog': log_read.c:134: warning: implicit declaration of function 'v_fsck_send_msg' if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT log_map.o -MD -MP -MF ".deps/log_map.Tpo" -c -o log_map.o log_map.c; \ then mv -f ".deps/log_map.Tpo" ".deps/log_map.Po"; else rm -f ".deps/log_map.Tpo"; exit 1; fi log_map.c: In function 'initMaps': log_map.c:250: warning: dereferencing type-punned pointer will break strict-aliasing rules log_map.c:251: warning: implicit declaration of function 'v_fsck_send_msg' log_map.c:269: warning: dereferencing type-punned pointer will break strict-aliasing rules log_map.c: In function 'bMapInit': log_map.c:368: warning: dereferencing type-punned pointer will break strict-aliasing rules log_map.c:456: warning: dereferencing type-punned pointer will break strict-aliasing rules log_map.c: In function 'iMapInit': log_map.c:691: warning: dereferencing type-punned pointer will break strict-aliasing rules log_map.c:780: warning: dereferencing type-punned pointer will break strict-aliasing rules log_map.c: In function 'iagGet': log_map.c:895: warning: dereferencing type-punned pointer will break strict-aliasing rules log_map.c: In function 'updateMaps': log_map.c:935: warning: dereferencing type-punned pointer will break strict-aliasing rules log_map.c:958: warning: dereferencing type-punned pointer will break strict-aliasing rules log_map.c: In function 'rXtree': log_map.c:1698: warning: dereferencing type-punned pointer will break strict-aliasing rules if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT fsckmsgdef.o -MD -MP -MF ".deps/fsckmsgdef.Tpo" -c -o fsckmsgdef.o fsckmsgdef.c; \ then mv -f ".deps/fsckmsgdef.Tpo" ".deps/fsckmsgdef.Po"; else rm -f ".deps/fsckmsgdef.Tpo"; exit 1; fi rm -f libfs.a ar cru libfs.a fssubs.o unicode_to_utf8.o devices.o utilsubs.o super.o inode.o diskmap.o message.o uniupr.o jfs_endian.o open_by_label.o log_dump.o logform.o logredo.o log_work.o log_read.o log_map.o fsckmsgdef.o ranlib libfs.a make[3]: Leaving directory `/home/mmenal/build/fs/jfsutils-1.1.8/libfs' Making all in include make[3]: Entering directory `/home/mmenal/build/fs/jfsutils-1.1.8/include' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/mmenal/build/fs/jfsutils-1.1.8/include' Making all in fsck make[3]: Entering directory `/home/mmenal/build/fs/jfsutils-1.1.8/fsck' if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -g -Wall -O2 -MT fsckbmap.o -MD -MP -MF ".deps/fsckbmap.Tpo" -c -o fsckbmap.o fsckbmap.c; \ then mv -f ".deps/fsckbmap.Tpo" ".deps/fsckbmap.Po"; else rm -f ".deps/fsckbmap.Tpo"; exit 1; fi fsckbmap.c: In function 'ctlpage_rebuild': fsckbmap.c:167: warning: comparison is always true due to limited range of data type fsckbmap.c: In function 'ctlpage_verify': fsckbmap.c:238: warning: implicit declaration of function 'v_fsck_send_msg' fsckbmap.c:284: warning: comparison is always true due to limited range of data type fsckbmap.c: In function 'dmap_pwmap_rebuild': fsckbmap.c:388: warning: pointer targets in passing argument 1 of 'ujfs_maxbuddy' differ in signedness fsckbmap.c: In function 'dmap_pmap_verify': fsckbmap.c:475: warning: pointer targets in passing argument 1 of 'ujfs_maxbuddy' differ in signedness if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -g -Wall -O2 -MT fsckconn.o -MD -MP -MF ".deps/fsckconn.Tpo" -c -o fsckconn.o fsckconn.c; \ then mv -f ".deps/fsckconn.Tpo" ".deps/fsckconn.Po"; else rm -f ".deps/fsckconn.Tpo"; exit 1; fi fsckconn.c: In function 'adjust_parent': fsckconn.c:92: warning: implicit declaration of function 'v_fsck_send_msg' if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -g -Wall -O2 -MT fsckdire.o -MD -MP -MF ".deps/fsckdire.Tpo" -c -o fsckdire.o fsckdire.c; \ then mv -f ".deps/fsckdire.Tpo" ".deps/fsckdire.Po"; else rm -f ".deps/fsckdire.Tpo"; exit 1; fi fsckdire.c: In function 'fsck_dtSearch': fsckdire.c:243: warning: dereferencing type-punned pointer will break strict-aliasing rules fsckdire.c: In function 'dtSplitUp': fsckdire.c:610: warning: dereferencing type-punned pointer will break strict-aliasing rules fsckdire.c: In function 'dtSplitPage': fsckdire.c:794: warning: dereferencing type-punned pointer will break strict-aliasing rules fsckdire.c:863: warning: dereferencing type-punned pointer will break strict-aliasing rules fsckdire.c:945: warning: pointer targets in assignment differ in signedness fsckdire.c: In function 'dtSplitRoot': fsckdire.c:1035: warning: dereferencing type-punned pointer will break strict-aliasing rules fsckdire.c: In function 'fsck_dtDeleteUp': fsckdire.c:1287: warning: dereferencing type-punned pointer will break strict-aliasing rules fsckdire.c: In function 'dtRelink': fsckdire.c:1386: warning: dereferencing type-punned pointer will break strict-aliasing rules fsckdire.c:1396: warning: dereferencing type-punned pointer will break strict-aliasing rules if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -g -Wall -O2 -MT fsckdtre.o -MD -MP -MF ".deps/fsckdtre.Tpo" -c -o fsckdtre.o fsckdtre.c; \ then mv -f ".deps/fsckdtre.Tpo" ".deps/fsckdtre.Po"; else rm -f ".deps/fsckdtre.Tpo"; exit 1; fi fsckdtre.c: In function 'direntry_add': fsckdtre.c:197: warning: implicit declaration of function 'v_fsck_send_msg' fsckdtre.c: In function 'reconnect_fs_inodes': fsckdtre.c:3927: warning: pointer targets in passing argument 2 of 'UTF8_String_To_Unicode_String' differ in signedness if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -g -Wall -O2 -MT fsckea.o -MD -MP -MF ".deps/fsckea.Tpo" -c -o fsckea.o fsckea.c; \ then mv -f ".deps/fsckea.Tpo" ".deps/fsckea.Po"; else rm -f ".deps/fsckea.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -g -Wall -O2 -MT fsckimap.o -MD -MP -MF ".deps/fsckimap.Tpo" -c -o fsckimap.o fsckimap.c; \ then mv -f ".deps/fsckimap.Tpo" ".deps/fsckimap.Po"; else rm -f ".deps/fsckimap.Tpo"; exit 1; fi fsckimap.c: In function 'agfrext_lists_scan': fsckimap.c:234: warning: implicit declaration of function 'v_fsck_send_msg' fsckimap.c: In function 'FSIM_replication': fsckimap.c:1979: warning: dereferencing type-punned pointer will break strict-aliasing rules fsckimap.c: In function 'xtSplitRoot': fsckimap.c:3979: warning: dereferencing type-punned pointer will break strict-aliasing rules fsckimap.c:3992: warning: dereferencing type-punned pointer will break strict-aliasing rules if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -g -Wall -O2 -MT fsckino.o -MD -MP -MF ".deps/fsckino.Tpo" -c -o fsckino.o fsckino.c; \ then mv -f ".deps/fsckino.Tpo" ".deps/fsckino.Po"; else rm -f ".deps/fsckino.Tpo"; exit 1; fi fsckino.c: In function 'display_path': fsckino.c:528: warning: implicit declaration of function 'v_fsck_send_msg' if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -g -Wall -O2 -MT fsckmeta.o -MD -MP -MF ".deps/fsckmeta.Tpo" -c -o fsckmeta.o fsckmeta.c; \ then mv -f ".deps/fsckmeta.Tpo" ".deps/fsckmeta.Po"; else rm -f ".deps/fsckmeta.Tpo"; exit 1; fi fsckmeta.c: In function 'agg_clean_or_dirty': fsckmeta.c:119: warning: implicit declaration of function 'v_fsck_send_msg' if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -g -Wall -O2 -MT fsckpfs.o -MD -MP -MF ".deps/fsckpfs.Tpo" -c -o fsckpfs.o fsckpfs.c; \ then mv -f ".deps/fsckpfs.Tpo" ".deps/fsckpfs.Po"; else rm -f ".deps/fsckpfs.Tpo"; exit 1; fi fsckpfs.c: In function 'ait_node_get': fsckpfs.c:109: warning: implicit declaration of function 'v_fsck_send_msg' fsckpfs.c: In function 'inotbl_get_ctl_page': fsckpfs.c:2815: warning: dereferencing type-punned pointer will break strict-aliasing rules if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -g -Wall -O2 -MT dirindex.o -MD -MP -MF ".deps/dirindex.Tpo" -c -o dirindex.o dirindex.c; \ then mv -f ".deps/dirindex.Tpo" ".deps/dirindex.Po"; else rm -f ".deps/dirindex.Tpo"; exit 1; fi dirindex.c: In function 'allocate_dir_index_buffers': dirindex.c:74: warning: implicit declaration of function 'v_fsck_send_msg' dirindex.c: In function 'dirty_index_page': dirindex.c:200: warning: 'return' with no value, in function returning non-void dirindex.c: In function 'modify_index': dirindex.c:288: warning: control may reach end of non-void function 'dirty_index_page' being inlined if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -g -Wall -O2 -MT fsckwsp.o -MD -MP -MF ".deps/fsckwsp.Tpo" -c -o fsckwsp.o fsckwsp.c; \ then mv -f ".deps/fsckwsp.Tpo" ".deps/fsckwsp.Po"; else rm -f ".deps/fsckwsp.Tpo"; exit 1; fi fsckwsp.c: In function 'alloc_vlarge_buffer': fsckwsp.c:150: warning: implicit declaration of function 'v_fsck_send_msg' fsckwsp.c: In function 'dupall_get_blkrec': fsckwsp.c:887: warning: dereferencing type-punned pointer will break strict-aliasing rules fsckwsp.c: In function 'establish_fs_workspace': fsckwsp.c:1196: warning: dereferencing type-punned pointer will break strict-aliasing rules fsckwsp.c:1204: warning: dereferencing type-punned pointer will break strict-aliasing rules fsckwsp.c:1212: warning: dereferencing type-punned pointer will break strict-aliasing rules fsckwsp.c: In function 'extent_1stref_chk': fsckwsp.c:1581: warning: unused variable 'is_dup' fsckwsp.c:1579: warning: unused variable 'first_in_dup_range' fsckwsp.c:1578: warning: unused variable 'blkidx' fsckwsp.c: In function 'inorec_agg_search_insert': fsckwsp.c:2892: warning: dereferencing type-punned pointer will break strict-aliasing rules fsckwsp.c: In function 'inorec_fs_search_insert': fsckwsp.c:3008: warning: dereferencing type-punned pointer will break strict-aliasing rules fsckwsp.c:3025: warning: dereferencing type-punned pointer will break strict-aliasing rules fsckwsp.c:3044: warning: dereferencing type-punned pointer will break strict-aliasing rules if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -g -Wall -O2 -MT fsckxtre.o -MD -MP -MF ".deps/fsckxtre.Tpo" -c -o fsckxtre.o fsckxtre.c; \ then mv -f ".deps/fsckxtre.Tpo" ".deps/fsckxtre.Po"; else rm -f ".deps/fsckxtre.Tpo"; exit 1; fi fsckxtre.c: In function 'xTree_node_first_key': fsckxtre.c:449: warning: implicit declaration of function 'v_fsck_send_msg' if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -g -Wall -O2 -MT xchkdsk.o -MD -MP -MF ".deps/xchkdsk.Tpo" -c -o xchkdsk.o xchkdsk.c; \ then mv -f ".deps/xchkdsk.Tpo" ".deps/xchkdsk.Po"; else rm -f ".deps/xchkdsk.Tpo"; exit 1; fi xchkdsk.c: In function 'main': xchkdsk.c:447: warning: implicit declaration of function 'v_fsck_send_msg' xchkdsk.c: In function 'initial_processing': xchkdsk.c:1458: warning: unused variable 'cont' if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -g -Wall -O2 -MT fsckruns.o -MD -MP -MF ".deps/fsckruns.Tpo" -c -o fsckruns.o fsckruns.c; \ then mv -f ".deps/fsckruns.Tpo" ".deps/fsckruns.Po"; else rm -f ".deps/fsckruns.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -g -Wall -O2 -MT fsck_message.o -MD -MP -MF ".deps/fsck_message.Tpo" -c -o fsck_message.o fsck_message.c; \ then mv -f ".deps/fsck_message.Tpo" ".deps/fsck_message.Po"; else rm -f ".deps/fsck_message.Tpo"; exit 1; fi fsck_message.c: In function 'fsck_record_msg': fsck_message.c:54: warning: implicit declaration of function 'fscklog_put_buffer' fsck_message.c:32: warning: unused variable 'i' cc -g -Wall -O2 -o jfs_fsck fsckbmap.o fsckconn.o fsckdire.o fsckdtre.o fsckea.o fsckimap.o fsckino.o fsckmeta.o fsckpfs.o dirindex.o fsckwsp.o fsckxtre.o xchkdsk.o fsckruns.o fsck_message.o ../libfs/libfs.a -luuid make[3]: Leaving directory `/home/mmenal/build/fs/jfsutils-1.1.8/fsck' Making all in fscklog make[3]: Entering directory `/home/mmenal/build/fs/jfsutils-1.1.8/fscklog' if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -I../fsck -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT fscklog.o -MD -MP -MF ".deps/fscklog.Tpo" -c -o fscklog.o fscklog.c; \ then mv -f ".deps/fscklog.Tpo" ".deps/fscklog.Po"; else rm -f ".deps/fscklog.Tpo"; exit 1; fi fscklog.c: In function 'main': fscklog.c:139: warning: implicit declaration of function 'xchklog' fscklog.c:143: warning: implicit declaration of function 'xchkdmp' if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -I../fsck -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT display.o -MD -MP -MF ".deps/display.Tpo" -c -o display.o display.c; \ then mv -f ".deps/display.Tpo" ".deps/display.Po"; else rm -f ".deps/display.Tpo"; exit 1; fi display.c: In function 'dump_service_log': display.c:180: warning: implicit declaration of function 'v_send_msg' if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -I../fsck -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT extract.o -MD -MP -MF ".deps/extract.Tpo" -c -o extract.o extract.c; \ then mv -f ".deps/extract.Tpo" ".deps/extract.Po"; else rm -f ".deps/extract.Tpo"; exit 1; fi extract.c: In function 'extract_service_log': extract.c:202: warning: implicit declaration of function 'v_send_msg' cc -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -o jfs_fscklog fscklog.o display.o extract.o ../libfs/libfs.a make[3]: Leaving directory `/home/mmenal/build/fs/jfsutils-1.1.8/fscklog' Making all in logdump make[3]: Entering directory `/home/mmenal/build/fs/jfsutils-1.1.8/logdump' if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -D_JFS_XCHKDMP -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT logdump.o -MD -MP -MF ".deps/logdump.Tpo" -c -o logdump.o logdump.c; \ then mv -f ".deps/logdump.Tpo" ".deps/logdump.Po"; else rm -f ".deps/logdump.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -D_JFS_XCHKDMP -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT helpers.o -MD -MP -MF ".deps/helpers.Tpo" -c -o helpers.o helpers.c; \ then mv -f ".deps/helpers.Tpo" ".deps/helpers.Po"; else rm -f ".deps/helpers.Tpo"; exit 1; fi cc -D_JFS_XCHKDMP -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -o jfs_logdump logdump.o helpers.o ../libfs/libfs.a -luuid make[3]: Leaving directory `/home/mmenal/build/fs/jfsutils-1.1.8/logdump' Making all in mkfs make[3]: Entering directory `/home/mmenal/build/fs/jfsutils-1.1.8/mkfs' if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -DONE_FILESET_PER_AGGR -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT initmap.o -MD -MP -MF ".deps/initmap.Tpo" -c -o initmap.o initmap.c; \ then mv -f ".deps/initmap.Tpo" ".deps/initmap.Po"; else rm -f ".deps/initmap.Tpo"; exit 1; fi initmap.c: In function 'dbAlloc': initmap.c:733: warning: pointer targets in passing argument 1 of 'ujfs_maxbuddy' differ in signedness initmap.c: In function 'verify_last_blocks': initmap.c:1094: warning: unused variable 'flags' if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -DONE_FILESET_PER_AGGR -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT inodemap.o -MD -MP -MF ".deps/inodemap.Tpo" -c -o inodemap.o inodemap.c; \ then mv -f ".deps/inodemap.Tpo" ".deps/inodemap.Po"; else rm -f ".deps/inodemap.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -DONE_FILESET_PER_AGGR -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT inodes.o -MD -MP -MF ".deps/inodes.Tpo" -c -o inodes.o inodes.c; \ then mv -f ".deps/inodes.Tpo" ".deps/inodes.Po"; else rm -f ".deps/inodes.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -DONE_FILESET_PER_AGGR -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT mkfs.o -MD -MP -MF ".deps/mkfs.Tpo" -c -o mkfs.o mkfs.c; \ then mv -f ".deps/mkfs.Tpo" ".deps/mkfs.Po"; else rm -f ".deps/mkfs.Tpo"; exit 1; fi mkfs.c: In function 'parse_journal_opts': mkfs.c:611: warning: implicit declaration of function 'open_by_label' mkfs.c: In function 'main': mkfs.c:999: warning: implicit declaration of function 'ujfs_validate_logsuper' mkfs.c:695: warning: unused variable 'argp' cc -DONE_FILESET_PER_AGGR -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -o jfs_mkfs initmap.o inodemap.o inodes.o mkfs.o ../libfs/libfs.a -luuid make[3]: Leaving directory `/home/mmenal/build/fs/jfsutils-1.1.8/mkfs' Making all in tune make[3]: Entering directory `/home/mmenal/build/fs/jfsutils-1.1.8/tune' if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -DONE_FILESET_PER_AGGR -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT tune.o -MD -MP -MF ".deps/tune.Tpo" -c -o tune.o tune.c; \ then mv -f ".deps/tune.Tpo" ".deps/tune.Po"; else rm -f ".deps/tune.Tpo"; exit 1; fi tune.c: In function 'parse_journal_opts': tune.c:90: warning: pointer targets in passing argument 1 of 'open_by_label' differ in signedness tune.c: In function 'main': tune.c:216: warning: implicit declaration of function 'Is_Device_Mounted' tune.c:216: warning: suggest parentheses around assignment used as truth value tune.c:254: warning: implicit declaration of function 'ujfs_validate_logsuper' tune.c:439: warning: implicit declaration of function 'display_super' tune.c:441: warning: implicit declaration of function 'display_logsuper' tune.c:195: warning: unused variable 'argp' if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -DONE_FILESET_PER_AGGR -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT super.o -MD -MP -MF ".deps/super.Tpo" -c -o super.o super.c; \ then mv -f ".deps/super.Tpo" ".deps/super.Po"; else rm -f ".deps/super.Tpo"; exit 1; fi super.c: In function 'build_flag_string': super.c:39: warning: implicit declaration of function 'strcpy' super.c:39: warning: incompatible implicit declaration of built-in function 'strcpy' super.c:43: warning: incompatible implicit declaration of built-in function 'strcpy' super.c:47: warning: incompatible implicit declaration of built-in function 'strcpy' super.c:51: warning: incompatible implicit declaration of built-in function 'strcpy' super.c:55: warning: incompatible implicit declaration of built-in function 'strcpy' super.c:59: warning: incompatible implicit declaration of built-in function 'strcpy' super.c:63: warning: incompatible implicit declaration of built-in function 'strcpy' super.c:67: warning: incompatible implicit declaration of built-in function 'strcpy' super.c:71: warning: incompatible implicit declaration of built-in function 'strcpy' super.c:75: warning: incompatible implicit declaration of built-in function 'strcpy' super.c:78: warning: incompatible implicit declaration of built-in function 'strcpy' super.c: In function 'display_super': super.c:135: warning: implicit declaration of function 'printf' super.c:135: warning: incompatible implicit declaration of built-in function 'printf' super.c: In function 'display_logsuper': super.c:217: warning: incompatible implicit declaration of built-in function 'printf' super.c:232: warning: implicit declaration of function 'strncmp' cc -DONE_FILESET_PER_AGGR -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -o jfs_tune tune.o super.o ../libfs/libfs.a -luuid make[3]: Leaving directory `/home/mmenal/build/fs/jfsutils-1.1.8/tune' Making all in xpeek make[3]: Entering directory `/home/mmenal/build/fs/jfsutils-1.1.8/xpeek' if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT alter.o -MD -MP -MF ".deps/alter.Tpo" -c -o alter.o alter.c; \ then mv -f ".deps/alter.Tpo" ".deps/alter.Po"; else rm -f ".deps/alter.Tpo"; exit 1; fi alter.c: In function 'alter': alter.c:84: warning: pointer targets in assignment differ in signedness if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT display.o -MD -MP -MF ".deps/display.Tpo" -c -o display.o display.c; \ then mv -f ".deps/display.Tpo" ".deps/display.Po"; else rm -f ".deps/display.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT fsckcbbl.o -MD -MP -MF ".deps/fsckcbbl.Tpo" -c -o fsckcbbl.o fsckcbbl.c; \ then mv -f ".deps/fsckcbbl.Tpo" ".deps/fsckcbbl.Po"; else rm -f ".deps/fsckcbbl.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT iag.o -MD -MP -MF ".deps/iag.Tpo" -c -o iag.o iag.c; \ then mv -f ".deps/iag.Tpo" ".deps/iag.Po"; else rm -f ".deps/iag.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT io.o -MD -MP -MF ".deps/io.Tpo" -c -o io.o io.c; \ then mv -f ".deps/io.Tpo" ".deps/io.Po"; else rm -f ".deps/io.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT super2.o -MD -MP -MF ".deps/super2.Tpo" -c -o super2.o super2.c; \ then mv -f ".deps/super2.Tpo" ".deps/super2.Po"; else rm -f ".deps/super2.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT xpeek.o -MD -MP -MF ".deps/xpeek.Tpo" -c -o xpeek.o xpeek.c; \ then mv -f ".deps/xpeek.Tpo" ".deps/xpeek.Po"; else rm -f ".deps/xpeek.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT directory.o -MD -MP -MF ".deps/directory.Tpo" -c -o directory.o directory.c; \ then mv -f ".deps/directory.Tpo" ".deps/directory.Po"; else rm -f ".deps/directory.Tpo"; exit 1; fi directory.c: In function 'print_direntry': directory.c:198: warning: pointer targets in passing argument 1 of 'Unicode_String_to_UTF8_String' differ in signedness directory.c: In function 'display_leaf_slots': directory.c:592: warning: pointer targets in passing argument 1 of 'Unicode_String_to_UTF8_String' differ in signedness directory.c: In function 'display_slot': directory.c:651: warning: pointer targets in passing argument 1 of 'Unicode_String_to_UTF8_String' differ in signedness directory.c: In function 'display_internal_slots': directory.c:693: warning: pointer targets in passing argument 1 of 'Unicode_String_to_UTF8_String' differ in signedness if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT dmap.o -MD -MP -MF ".deps/dmap.Tpo" -c -o dmap.o dmap.c; \ then mv -f ".deps/dmap.Tpo" ".deps/dmap.Po"; else rm -f ".deps/dmap.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT help.o -MD -MP -MF ".deps/help.Tpo" -c -o help.o help.c; \ then mv -f ".deps/help.Tpo" ".deps/help.Po"; else rm -f ".deps/help.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT inode.o -MD -MP -MF ".deps/inode.Tpo" -c -o inode.o inode.c; \ then mv -f ".deps/inode.Tpo" ".deps/inode.Po"; else rm -f ".deps/inode.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT super.o -MD -MP -MF ".deps/super.Tpo" -c -o super.o super.c; \ then mv -f ".deps/super.Tpo" ".deps/super.Po"; else rm -f ".deps/super.Tpo"; exit 1; fi if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../libfs -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -MT ui.o -MD -MP -MF ".deps/ui.Tpo" -c -o ui.o ui.c; \ then mv -f ".deps/ui.Tpo" ".deps/ui.Po"; else rm -f ".deps/ui.Tpo"; exit 1; fi cc -D_FILE_OFFSET_BITS=64 -g -Wall -O2 -o jfs_debugfs alter.o display.o fsckcbbl.o iag.o io.o super2.o xpeek.o directory.o dmap.o help.o inode.o super.o ui.o ../libfs/libfs.a -luuid make[3]: Leaving directory `/home/mmenal/build/fs/jfsutils-1.1.8/xpeek' make[3]: Entering directory `/home/mmenal/build/fs/jfsutils-1.1.8' make[3]: Leaving directory `/home/mmenal/build/fs/jfsutils-1.1.8' make[2]: Leaving directory `/home/mmenal/build/fs/jfsutils-1.1.8' make[1]: Leaving directory `/home/mmenal/build/fs/jfsutils-1.1.8' touch debian/stamp-makefile-build debian/rules binary test -x debian/rules test "`id -u`" = 0 dh_clean -k dh_installdirs -A if [ -n "" ]; then \ mkdir -p ""; \ fi if [ ! -d "." ]; then \ mkdir -p "."; \ fi /usr/share/cdbs/1/rules/buildcore.mk:116: "DEB_BUILD_MAKE_TARGET is a deprecated variable" /usr/share/cdbs/1/rules/buildcore.mk:116: "DEB_CLEAN_MAKE_TARGET is a deprecated variable" /usr/share/cdbs/1/rules/buildcore.mk:116: "DEB_MAKE_TEST_TARGET is a deprecated variable" if [ -z "" ]; then \ if ! test -f debian/compat; then echo 4 > debian/compat; fi; \ fi DEB_MAKE_CHECK_TARGET unset, not running checks make -C . install DESTDIR=/home/mmenal/build/fs/jfsutils-1.1.8/debian/tmp make[1]: Entering directory `/home/mmenal/build/fs/jfsutils-1.1.8' Making install in libfs make[2]: Entering directory `/home/mmenal/build/fs/jfsutils-1.1.8/libfs' make[3]: Entering directory `/home/mmenal/build/fs/jfsutils-1.1.8/libfs' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/mmenal/build/fs/jfsutils-1.1.8/libfs' make[2]: Leaving directory `/home/mmenal/build/fs/jfsutils-1.1.8/libfs' Making install in include make[2]: Entering directory `/home/mmenal/build/fs/jfsutils-1.1.8/include' make[3]: Entering directory `/home/mmenal/build/fs/jfsutils-1.1.8/include' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/mmenal/build/fs/jfsutils-1.1.8/include' make[2]: Leaving directory `/home/mmenal/build/fs/jfsutils-1.1.8/include' Making install in fsck make[2]: Entering directory `/home/mmenal/build/fs/jfsutils-1.1.8/fsck' make[3]: Entering directory `/home/mmenal/build/fs/jfsutils-1.1.8/fsck' test -z "/sbin" || mkdir -p -- "/home/mmenal/build/fs/jfsutils-1.1.8/debian/tmp/sbin" /usr/bin/install -c 'jfs_fsck' '/home/mmenal/build/fs/jfsutils-1.1.8/debian/tmp/sbin/jfs_fsck' make install-exec-hook make[4]: Entering directory `/home/mmenal/build/fs/jfsutils-1.1.8/fsck' /usr/bin/ln -f /home/mmenal/build/fs/jfsutils-1.1.8/debian/tmp/sbin/jfs_fsck /home/mmenal/build/fs/jfsutils-1.1.8/debian/tmp/sbin/fsck.jfs make[4]: Leaving directory `/home/mmenal/build/fs/jfsutils-1.1.8/fsck' test -z "/usr/share/man/man8" || mkdir -p -- "/home/mmenal/build/fs/jfsutils-1.1.8/debian/tmp/usr/share/man/man8" /usr/bin/install -c -m 644 './jfs_fsck.8' '/home/mmenal/build/fs/jfsutils-1.1.8/debian/tmp/usr/share/man/man8/jfs_fsck.8' make install-data-hook make[4]: Entering directory `/home/mmenal/build/fs/jfsutils-1.1.8/fsck' /usr/bin/ln -f /home/mmenal/build/fs/jfsutils-1.1.8/debian/tmp/usr/share/man/man8/jfs_fsck.8 /home/mmenal/build/fs/jfsutils-1.1.8/debian/tmp/usr/share/man/man8/fsck.jfs.8 make[4]: Leaving directory `/home/mmenal/build/fs/jfsutils-1.1.8/fsck' make[3]: Leaving directory `/home/mmenal/build/fs/jfsutils-1.1.8/fsck' make[2]: Leaving directory `/home/mmenal/build/fs/jfsutils-1.1.8/fsck' Making install in fscklog make[2]: Entering directory `/home/mmenal/build/fs/jfsutils-1.1.8/fscklog' make[3]: Entering directory `/home/mmenal/build/fs/jfsutils-1.1.8/fscklog' test -z "/sbin" || mkdir -p -- "/home/mmenal/build/fs/jfsutils-1.1.8/debian/tmp/sbin" /usr/bin/install -c 'jfs_fscklog' '/home/mmenal/build/fs/jfsutils-1.1.8/debian/tmp/sbin/jfs_fscklog' test -z "/usr/share/man/man8" || mkdir -p -- "/home/mmenal/build/fs/jfsutils-1.1.8/debian/tmp/usr/share/man/man8" /usr/bin/install -c -m 644 './jfs_fscklog.8' '/home/mmenal/build/fs/jfsutils-1.1.8/debian/tmp/usr/share/man/man8/jfs_fscklog.8' make[3]: Leaving directory `/home/mmenal/build/fs/jfsutils-1.1.8/fscklog' make[2]: Leaving directory `/home/mmenal/build/fs/jfsutils-1.1.8/fscklog' Making install in logdump make[2]: Entering directory `/home/mmenal/build/fs/jfsutils-1.1.8/logdump' make[3]: Entering directory `/home/mmenal/build/fs/jfsutils-1.1.8/logdump' test -z "/sbin" || mkdir -p -- "/home/mmenal/build/fs/jfsutils-1.1.8/debian/tmp/sbin" /usr/bin/install -c 'jfs_logdump' '/home/mmenal/build/fs/jfsutils-1.1.8/debian/tmp/sbin/jfs_logdump' test -z "/usr/share/man/man8" || mkdir -p -- "/home/mmenal/build/fs/jfsutils-1.1.8/debian/tmp/usr/share/man/man8" /usr/bin/install -c -m 644 './jfs_logdump.8' '/home/mmenal/build/fs/jfsutils-1.1.8/debian/tmp/usr/share/man/man8/jfs_logdump.8' make[3]: Leaving directory `/home/mmenal/build/fs/jfsutils-1.1.8/logdump' make[2]: Leaving directory `/home/mmenal/build/fs/jfsutils-1.1.8/logdump' Making install in mkfs make[2]: Entering directory `/home/mmenal/build/fs/jfsutils-1.1.8/mkfs' make[3]: Entering directory `/home/mmenal/build/fs/jfsutils-1.1.8/mkfs' test -z "/sbin" || mkdir -p -- "/home/mmenal/build/fs/jfsutils-1.1.8/debian/tmp/sbin" /usr/bin/install -c 'jfs_mkfs' '/home/mmenal/build/fs/jfsutils-1.1.8/debian/tmp/sbin/jfs_mkfs' make install-exec-hook make[4]: Entering directory `/home/mmenal/build/fs/jfsutils-1.1.8/mkfs' /usr/bin/ln -f /home/mmenal/build/fs/jfsutils-1.1.8/debian/tmp/sbin/jfs_mkfs /home/mmenal/build/fs/jfsutils-1.1.8/debian/tmp/sbin/mkfs.jfs make[4]: Leaving directory `/home/mmenal/build/fs/jfsutils-1.1.8/mkfs' test -z "/usr/share/man/man8" || mkdir -p -- "/home/mmenal/build/fs/jfsutils-1.1.8/debian/tmp/usr/share/man/man8" /usr/bin/install -c -m 644 './jfs_mkfs.8' '/home/mmenal/build/fs/jfsutils-1.1.8/debian/tmp/usr/share/man/man8/jfs_mkfs.8' make install-data-hook make[4]: Entering directory `/home/mmenal/build/fs/jfsutils-1.1.8/mkfs' /usr/bin/ln -f /home/mmenal/build/fs/jfsutils-1.1.8/debian/tmp/usr/share/man/man8/jfs_mkfs.8 /home/mmenal/build/fs/jfsutils-1.1.8/debian/tmp/usr/share/man/man8/mkfs.jfs.8 make[4]: Leaving directory `/home/mmenal/build/fs/jfsutils-1.1.8/mkfs' make[3]: Leaving directory `/home/mmenal/build/fs/jfsutils-1.1.8/mkfs' make[2]: Leaving directory `/home/mmenal/build/fs/jfsutils-1.1.8/mkfs' Making install in tune make[2]: Entering directory `/home/mmenal/build/fs/jfsutils-1.1.8/tune' make[3]: Entering directory `/home/mmenal/build/fs/jfsutils-1.1.8/tune' test -z "/sbin" || mkdir -p -- "/home/mmenal/build/fs/jfsutils-1.1.8/debian/tmp/sbin" /usr/bin/install -c 'jfs_tune' '/home/mmenal/build/fs/jfsutils-1.1.8/debian/tmp/sbin/jfs_tune' test -z "/usr/share/man/man8" || mkdir -p -- "/home/mmenal/build/fs/jfsutils-1.1.8/debian/tmp/usr/share/man/man8" /usr/bin/install -c -m 644 './jfs_tune.8' '/home/mmenal/build/fs/jfsutils-1.1.8/debian/tmp/usr/share/man/man8/jfs_tune.8' make[3]: Leaving directory `/home/mmenal/build/fs/jfsutils-1.1.8/tune' make[2]: Leaving directory `/home/mmenal/build/fs/jfsutils-1.1.8/tune' Making install in xpeek make[2]: Entering directory `/home/mmenal/build/fs/jfsutils-1.1.8/xpeek' make[3]: Entering directory `/home/mmenal/build/fs/jfsutils-1.1.8/xpeek' test -z "/sbin" || mkdir -p -- "/home/mmenal/build/fs/jfsutils-1.1.8/debian/tmp/sbin" /usr/bin/install -c 'jfs_debugfs' '/home/mmenal/build/fs/jfsutils-1.1.8/debian/tmp/sbin/jfs_debugfs' test -z "/usr/share/man/man8" || mkdir -p -- "/home/mmenal/build/fs/jfsutils-1.1.8/debian/tmp/usr/share/man/man8" /usr/bin/install -c -m 644 './jfs_debugfs.8' '/home/mmenal/build/fs/jfsutils-1.1.8/debian/tmp/usr/share/man/man8/jfs_debugfs.8' make[3]: Leaving directory `/home/mmenal/build/fs/jfsutils-1.1.8/xpeek' make[2]: Leaving directory `/home/mmenal/build/fs/jfsutils-1.1.8/xpeek' make[2]: Entering directory `/home/mmenal/build/fs/jfsutils-1.1.8' make[3]: Entering directory `/home/mmenal/build/fs/jfsutils-1.1.8' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/mmenal/build/fs/jfsutils-1.1.8' make[2]: Leaving directory `/home/mmenal/build/fs/jfsutils-1.1.8' make[1]: Leaving directory `/home/mmenal/build/fs/jfsutils-1.1.8' dh_installdirs -pjfsutils dh_installdirs -pjfsutils-udeb dh_installdocs -pjfsutils ./README ./NEWS ./AUTHORS dh_installexamples -pjfsutils dh_installman -pjfsutils dh_installinfo -pjfsutils dh_installmenu -pjfsutils dh_installcron -pjfsutils dh_installinit -pjfsutils dh_installdebconf -pjfsutils dh_installemacsen -pjfsutils dh_installpam -pjfsutils dh_installlogrotate -pjfsutils if test -x /usr/bin/dh_installlogcheck; then dh_installlogcheck -pjfsutils ; fi dh_installchangelogs -pjfsutils ./ChangeLog dh_install -pjfsutils dh_link -pjfsutils if test ""; then :; else dh_strip -pjfsutils ; fi dh_compress -pjfsutils dh_fixperms -pjfsutils if test ""; then :; else dh_makeshlibs -pjfsutils ; fi dh_installdeb -pjfsutils dh_perl -pjfsutils dh_shlibdeps -pjfsutils dh_gencontrol -pjfsutils dh_md5sums -pjfsutils dh_builddeb -pjfsutils dpkg-deb: building package `jfsutils' in `../jfsutils_1.1.8-1.hurdfr.1_hurd-i386.deb'. dh_installcron -pjfsutils-udeb dh_installdebconf -pjfsutils-udeb dh_installpam -pjfsutils-udeb dh_installinit -pjfsutils-udeb dh_install -pjfsutils-udeb dh_strip -pjfsutils-udeb dh_compress -pjfsutils-udeb dh_fixperms -pjfsutils-udeb dh_makeshlibs -pjfsutils-udeb dh_installdeb -pjfsutils-udeb dh_perl -pjfsutils-udeb dh_shlibdeps -pjfsutils-udeb # udebs should only have a 'control' file rm -f debian/jfsutils-udeb/DEBIAN/* dh_gencontrol -pjfsutils-udeb -- -fdebian/files~ dpkg-distaddfile jfsutils-udeb_1.1.8-1.hurdfr.1_hurd-i386.udeb debian-installer optional dh_builddeb -pjfsutils-udeb --filename=jfsutils-udeb_1.1.8-1.hurdfr.1_hurd-i386.udeb dpkg-deb: building package `jfsutils-udeb' in `../jfsutils-udeb_1.1.8-1.hurdfr.1_hurd-i386.udeb'. dpkg-genchanges dpkg-genchanges: not including original source code in upload dpkg-buildpackage: binary and diff upload (original source NOT included) Now running lintian... warning: lintian's authors do not recommend running it with root privileges! W: jfsutils source: out-of-date-standards-version 3.6.1.0 W: jfsutils source: changelog-should-mention-nmu W: jfsutils source: source-nmu-has-incorrect-version-number 1.1.8-1.hurdfr.1 W: jfsutils source: binary-nmu-debian-revision-in-source 1.1.8-1.hurdfr.1 W: jfsutils: old-fsf-address-in-copyright-file Finished running lintian. Now signing changes and any dsc files... Could not find a signing program (pgp or gpg)!