dpkg-buildpackage -rfakeroot -D -us -uc dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2 dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2 dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2 dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): dpkg-buildpackage: source package xfsprogs dpkg-buildpackage: source version 3.2.0+drbl1 dpkg-buildpackage: source changed by Steven Shiau dpkg-source --before-build xfsprogs-3.2.0+drbl1 dpkg-buildpackage: host architecture i386 fakeroot debian/rules clean == dpkg-buildpackage: clean test -f debian/rules rm -f built .census mkfs/mkfs.xfs-xfsprogs-udeb /usr/bin/make distclean make[1]: Entering directory `/home/steven/tmp/wz/xfsprogs/xfsprogs-3.2.0+drbl1' make[1]: Leaving directory `/home/steven/tmp/wz/xfsprogs/xfsprogs-3.2.0+drbl1' rm -rf debian/xfsprogs debian/xfslibs-dev debian/xfsprogs-udeb rm -f debian/*substvars debian/files* debian/*.debhelper dh_autotools-dev_restoreconfig for c_g in `find -type f -name config.guess` ; do if test -e $c_g.dh-orig ; then mv -f $c_g.dh-orig $c_g ; fi ; done for c_s in `find -type f -name config.sub` ; do if test -e $c_s.dh-orig ; then mv -f $c_s.dh-orig $c_s ; fi ; done dh_clean rm -f debian/xfsprogs.substvars rm -f debian/xfsprogs.*.debhelper rm -f debian/xfsprogs.debhelper.log rm -rf debian/xfsprogs/ rm -f debian/xfslibs-dev.substvars rm -f debian/xfslibs-dev.*.debhelper rm -f debian/xfslibs-dev.debhelper.log rm -rf debian/xfslibs-dev/ rm -f debian/xfsprogs-udeb.substvars rm -f debian/xfsprogs-udeb.*.debhelper rm -f debian/xfsprogs-udeb.debhelper.log rm -rf debian/xfsprogs-udeb/ rm -f debian/files find . \( \( -type f -a \ \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \ -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \ -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \ -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \ \) -exec rm -f {} \; \) -o \ \( -type d -a -name autom4te.cache -prune -exec rm -rf {} \; \) \) dpkg-source -b xfsprogs-3.2.0+drbl1 dpkg-source: warning: no source format specified in debian/source/format, see dpkg-source(1) dpkg-source: info: using source format `1.0' dpkg-source: info: building xfsprogs in xfsprogs_3.2.0+drbl1.tar.gz dpkg-source: info: building xfsprogs in xfsprogs_3.2.0+drbl1.dsc debian/rules build test -f debian/rules == dpkg-buildpackage: installer if [ ! -f mkfs/mkfs.xfs-xfsprogs-udeb ]; then \ export DEBUG=-DNDEBUG DISTRIBUTION=debian INSTALL_USER=root INSTALL_GROUP=root LOCAL_CONFIGURE_OPTIONS="--enable-readline=yes --enable-blkid=yes" ; export OPTIMIZER=-Os LOCAL_CONFIGURE_OPTIONS="--enable-gettext=no" ; /usr/bin/make include/platform_defs.h; \ for dir in include libxfs libdisk mkfs; do \ /usr/bin/make -C $dir; \ done; \ mv mkfs/mkfs.xfs mkfs/mkfs.xfs-xfsprogs-udeb; \ /usr/bin/make distclean; \ fi make[1]: Entering directory `/home/steven/tmp/wz/xfsprogs/xfsprogs-3.2.0+drbl1' ./configure $LOCAL_CONFIGURE_OPTIONS checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking how to print strings... printf checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 ISO C89... none needed checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 805306365 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking for gawk... gawk checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux 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 checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking for gmake... no checking for make... /usr/bin/make checking for tar... /bin/tar checking for gzip... /bin/gzip checking whether gcc -MM is supported... yes checking for sort... /usr/bin/sort checking whether ln -s works... yes checking for rpm... no checking aio.h usability... yes checking aio.h presence... yes checking for aio.h... yes checking for lio_listio... no checking for lio_listio in -lrt... yes checking uuid.h usability... no checking uuid.h presence... no checking for uuid.h... no checking sys/uuid.h usability... no checking sys/uuid.h presence... no checking for sys/uuid.h... no checking uuid/uuid.h usability... yes checking uuid/uuid.h presence... yes checking for uuid/uuid.h... yes checking for uuid_compare... no checking for uuid_compare in -luuid... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_mutex_init in -lpthread... yes checking for fadvise ... yes checking for madvise ... yes checking for mincore ... yes checking for sendfile ... yes checking for getmntent ... yes checking for getmntinfo ... no checking for fallocate... yes checking for fiemap... yes checking for preadv... yes checking for sync_file_range... yes checking for library containing blkid_probe_all... -lblkid checking for blkid_probe_get_topology... yes checking size of long... 4 checking size of char *... 4 checking for __psint_t ... no checking for __psunsigned_t ... no checking for __u32 ... yes configure: creating ./config.status config.status: creating include/builddefs config.status: creating include/platform_defs.h config.status: executing libtool commands make[1]: Leaving directory `/home/steven/tmp/wz/xfsprogs/xfsprogs-3.2.0+drbl1' make[1]: Entering directory `/home/steven/tmp/wz/xfsprogs/xfsprogs-3.2.0+drbl1/include' [LN] xfs ln -s . xfs [LN] disk ln -s . disk make[1]: Leaving directory `/home/steven/tmp/wz/xfsprogs/xfsprogs-3.2.0+drbl1/include' make[1]: Entering directory `/home/steven/tmp/wz/xfsprogs/xfsprogs-3.2.0+drbl1/libxfs' [CC] gen_crc32table gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -o gen_crc32table gen_crc32table.c [GENERATE] crc32table.h ./gen_crc32table > crc32table.h gcc -MM -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall cache.c crc32.c init.c kmem.c logitem.c radix-tree.c rdwr.c trans.c util.c xfs_alloc.c xfs_alloc_btree.c xfs_attr.c xfs_attr_leaf.c xfs_attr_remote.c xfs_bmap.c xfs_bmap_btree.c xfs_btree.c xfs_da_btree.c xfs_dir2.c xfs_dir2_block.c xfs_dir2_data.c xfs_dir2_leaf.c xfs_dir2_node.c xfs_dir2_sf.c xfs_dquot_buf.c xfs_ialloc.c xfs_inode_buf.c xfs_inode_fork.c xfs_ialloc_btree.c xfs_log_rlimit.c xfs_rtbitmap.c xfs_sb.c xfs_symlink_remote.c xfs_trans_resv.c linux.c | /bin/sed -e 's,^\([^:]*\)\.o,\1.lo,' > .ltdep make[1]: Leaving directory `/home/steven/tmp/wz/xfsprogs/xfsprogs-3.2.0+drbl1/libxfs' make[1]: Entering directory `/home/steven/tmp/wz/xfsprogs/xfsprogs-3.2.0+drbl1/libxfs' [TEST] CRC32 gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -D CRC32_SELFTEST=1 crc32.c -o crc32selftest ./crc32selftest CRC_LE_BITS = 32 crc32: tests passed, 225944 bytes in 74 usec crc32c: tests passed, 225944 bytes in 233 usec [CC] cache.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c cache.c [CC] crc32.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c crc32.c [CC] init.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c init.c [CC] kmem.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c kmem.c [CC] logitem.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c logitem.c [CC] radix-tree.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c radix-tree.c [CC] rdwr.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c rdwr.c rdwr.c: In function 'libxfs_bhash': rdwr.c:325: warning: integer constant is too large for 'unsigned long' type rdwr.c:326: warning: integer constant is too large for 'unsigned long' type [CC] trans.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c trans.c [CC] util.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c util.c [CC] xfs_alloc.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c xfs_alloc.c [CC] xfs_alloc_btree.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c xfs_alloc_btree.c [CC] xfs_attr.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c xfs_attr.c [CC] xfs_attr_leaf.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c xfs_attr_leaf.c [CC] xfs_attr_remote.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c xfs_attr_remote.c [CC] xfs_bmap.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c xfs_bmap.c [CC] xfs_bmap_btree.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c xfs_bmap_btree.c [CC] xfs_btree.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c xfs_btree.c [CC] xfs_da_btree.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c xfs_da_btree.c [CC] xfs_dir2.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c xfs_dir2.c [CC] xfs_dir2_block.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c xfs_dir2_block.c [CC] xfs_dir2_data.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c xfs_dir2_data.c [CC] xfs_dir2_leaf.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c xfs_dir2_leaf.c [CC] xfs_dir2_node.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c xfs_dir2_node.c [CC] xfs_dir2_sf.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c xfs_dir2_sf.c [CC] xfs_dquot_buf.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c xfs_dquot_buf.c [CC] xfs_ialloc.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c xfs_ialloc.c [CC] xfs_inode_buf.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c xfs_inode_buf.c [CC] xfs_inode_fork.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c xfs_inode_fork.c [CC] xfs_ialloc_btree.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c xfs_ialloc_btree.c [CC] xfs_log_rlimit.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c xfs_log_rlimit.c [CC] xfs_rtbitmap.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c xfs_rtbitmap.c [CC] xfs_sb.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c xfs_sb.c [CC] xfs_symlink_remote.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c xfs_symlink_remote.c [CC] xfs_trans_resv.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c xfs_trans_resv.c [CC] linux.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -c linux.c [LD] libxfs.la /bin/bash ../libtool --quiet --tag=CC --mode=link gcc -rpath /lib -version-info 0:0:0 -o libxfs.la cache.lo crc32.lo init.lo kmem.lo logitem.lo radix-tree.lo rdwr.lo trans.lo util.lo xfs_alloc.lo xfs_alloc_btree.lo xfs_attr.lo xfs_attr_leaf.lo xfs_attr_remote.lo xfs_bmap.lo xfs_bmap_btree.lo xfs_btree.lo xfs_da_btree.lo xfs_dir2.lo xfs_dir2_block.lo xfs_dir2_data.lo xfs_dir2_leaf.lo xfs_dir2_node.lo xfs_dir2_sf.lo xfs_dquot_buf.lo xfs_ialloc.lo xfs_inode_buf.lo xfs_inode_fork.lo xfs_ialloc_btree.lo xfs_log_rlimit.lo xfs_rtbitmap.lo xfs_sb.lo xfs_symlink_remote.lo xfs_trans_resv.lo linux.lo -lpthread -lrt make[1]: Leaving directory `/home/steven/tmp/wz/xfsprogs/xfsprogs-3.2.0+drbl1/libxfs' make[1]: Entering directory `/home/steven/tmp/wz/xfsprogs/xfsprogs-3.2.0+drbl1/libdisk' gcc -MM -g -O2 -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall drivers.c fstype.c pttype.c dm.c md.c xvm.c evms.c lvm.c | /bin/sed -e 's,^\([^:]*\)\.o,\1.lo,' > .ltdep make[1]: Leaving directory `/home/steven/tmp/wz/xfsprogs/xfsprogs-3.2.0+drbl1/libdisk' make[1]: Entering directory `/home/steven/tmp/wz/xfsprogs/xfsprogs-3.2.0+drbl1/libdisk' make[1]: Nothing to be done for `default'. make[1]: Leaving directory `/home/steven/tmp/wz/xfsprogs/xfsprogs-3.2.0+drbl1/libdisk' make[1]: Entering directory `/home/steven/tmp/wz/xfsprogs/xfsprogs-3.2.0+drbl1/mkfs' gcc -MM -g -O2 -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DENABLE_BLKID maxtrres.c proto.c xfs_mkfs.c > .dep make[1]: Leaving directory `/home/steven/tmp/wz/xfsprogs/xfsprogs-3.2.0+drbl1/mkfs' make[1]: Entering directory `/home/steven/tmp/wz/xfsprogs/xfsprogs-3.2.0+drbl1/mkfs' [CC] maxtrres.o gcc -g -O2 -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DENABLE_BLKID -c maxtrres.c [CC] proto.o gcc -g -O2 -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DENABLE_BLKID -c proto.c [CC] xfs_mkfs.o gcc -g -O2 -Os -DNDEBUG -DVERSION=\"3.2.0\" -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE=\"xfsprogs\" -I../include -D_GNU_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=500 -D_FILE_OFFSET_BITS=64 -funsigned-char -fno-strict-aliasing -Wall -DENABLE_BLKID -c xfs_mkfs.c [LD] mkfs.xfs /bin/bash ../libtool --quiet --tag=CC --mode=link gcc -o mkfs.xfs -static maxtrres.o proto.o xfs_mkfs.o -lblkid ../libxfs/libxfs.la -luuid -lrt -lpthread make[1]: Leaving directory `/home/steven/tmp/wz/xfsprogs/xfsprogs-3.2.0+drbl1/mkfs' make[1]: Entering directory `/home/steven/tmp/wz/xfsprogs/xfsprogs-3.2.0+drbl1' Cleaning include Cleaning libxfs Cleaning libxlog Cleaning libxcmd Cleaning libhandle Cleaning libdisk Cleaning copy Cleaning db Cleaning estimate Cleaning fsck Cleaning fsr Cleaning growfs Cleaning io Cleaning logprint Cleaning mkfs Cleaning quota Cleaning mdrestore Cleaning repair Cleaning rtcp Cleaning m4 Cleaning man Cleaning man3 Cleaning man5 Cleaning man8 Cleaning doc Cleaning po Cleaning debian make[1]: Leaving directory `/home/steven/tmp/wz/xfsprogs/xfsprogs-3.2.0+drbl1' == dpkg-buildpackage: configure test -f debian/rules dh_autotools-dev_updateconfig for c_g in `find -type f -name config.guess` ; do if ! test -e $c_g.dh-orig ; then mv -f $c_g $c_g.dh-orig ; cp -f /usr/share/misc/config.guess $c_g ; fi ; done for c_s in `find -type f -name config.sub` ; do if ! test -e $c_s.dh-orig ; then mv -f $c_s $c_s.dh-orig ; cp -f /usr/share/misc/config.sub $c_s ; fi ; done export DEBUG=-DNDEBUG DISTRIBUTION=debian INSTALL_USER=root INSTALL_GROUP=root LOCAL_CONFIGURE_OPTIONS="--enable-readline=yes --enable-blkid=yes" ; /usr/bin/make include/platform_defs.h make[1]: Entering directory `/home/steven/tmp/wz/xfsprogs/xfsprogs-3.2.0+drbl1' ./configure $LOCAL_CONFIGURE_OPTIONS checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking how to print strings... printf checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no 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 ISO C89... none needed checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 805306365 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking for gawk... gawk checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux 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 checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking for gmake... no checking for make... /usr/bin/make checking for tar... /bin/tar checking for gzip... /bin/gzip checking whether gcc -MM is supported... yes checking for sort... /usr/bin/sort checking whether ln -s works... yes checking for msgfmt... /usr/bin/msgfmt checking for msgmerge... /usr/bin/msgmerge checking for xgettext... /usr/bin/xgettext checking for rpm... no checking aio.h usability... yes checking aio.h presence... yes checking for aio.h... yes checking for lio_listio... no checking for lio_listio in -lrt... yes checking uuid.h usability... no checking uuid.h presence... no checking for uuid.h... no checking sys/uuid.h usability... no checking sys/uuid.h presence... no checking for sys/uuid.h... no checking uuid/uuid.h usability... yes checking uuid/uuid.h presence... yes checking for uuid/uuid.h... yes checking for uuid_compare... no checking for uuid_compare in -luuid... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for pthread_mutex_init in -lpthread... yes checking for fadvise ... yes checking for madvise ... yes checking for mincore ... yes checking for sendfile ... yes checking for getmntent ... yes checking for getmntinfo ... no checking for fallocate... yes checking for fiemap... yes checking for preadv... yes checking for sync_file_range... yes checking for library containing blkid_probe_all... -lblkid checking for blkid_probe_get_topology... yes checking size of long... 4 checking size of char *... 4 checking for __psint_t ... no checking for __psunsigned_t ... no checking for __u32 ... yes configure: creating ./config.status config.status: creating include/builddefs config.status: creating include/platform_defs.h config.status: executing libtool commands make[1]: Leaving directory `/home/steven/tmp/wz/xfsprogs/xfsprogs-3.2.0+drbl1' touch .census == dpkg-buildpackage: build /usr/bin/make default make[1]: Entering directory `/home/steven/tmp/wz/xfsprogs/xfsprogs-3.2.0+drbl1' Building include [LN] xfs [LN] disk Building libxfs [CC] gen_crc32table [GENERATE] crc32table.h [TEST] CRC32 CRC_LE_BITS = 32 crc32: tests passed, 225944 bytes in 71 usec crc32c: tests passed, 225944 bytes in 71 usec [CC] cache.lo [CC] crc32.lo [CC] init.lo [CC] kmem.lo [CC] logitem.lo [CC] radix-tree.lo [CC] rdwr.lo rdwr.c: In function 'libxfs_bhash': rdwr.c:325: warning: integer constant is too large for 'unsigned long' type rdwr.c:326: warning: integer constant is too large for 'unsigned long' type [CC] trans.lo [CC] util.lo [CC] xfs_alloc.lo [CC] xfs_alloc_btree.lo [CC] xfs_attr.lo [CC] xfs_attr_leaf.lo [CC] xfs_attr_remote.lo [CC] xfs_bmap.lo [CC] xfs_bmap_btree.lo [CC] xfs_btree.lo [CC] xfs_da_btree.lo [CC] xfs_dir2.lo [CC] xfs_dir2_block.lo [CC] xfs_dir2_data.lo [CC] xfs_dir2_leaf.lo [CC] xfs_dir2_node.lo [CC] xfs_dir2_sf.lo [CC] xfs_dquot_buf.lo [CC] xfs_ialloc.lo [CC] xfs_inode_buf.lo [CC] xfs_inode_fork.lo [CC] xfs_ialloc_btree.lo [CC] xfs_log_rlimit.lo [CC] xfs_rtbitmap.lo [CC] xfs_sb.lo [CC] xfs_symlink_remote.lo [CC] xfs_trans_resv.lo [CC] linux.lo [LD] libxfs.la Building libxlog [CC] xfs_log_recover.lo [CC] util.lo [LD] libxlog.la Building libxcmd [CC] command.lo [CC] input.lo [CC] paths.lo [CC] projects.lo [CC] help.lo [CC] quit.lo [LD] libxcmd.la Building libhandle [CC] handle.lo [CC] jdm.lo [LD] libhandle.la Building libdisk Building copy [CC] xfs_copy.o [LD] xfs_copy Building db [CC] addr.o [CC] agf.o [CC] agfl.o [CC] agi.o [CC] attr.o [CC] attrshort.o [CC] bit.o [CC] block.o [CC] bmap.o [CC] btblock.o [CC] bmroot.o [CC] check.o check.c: In function ‘process_rtbitmap’: check.c:3313: warning: ‘t’ may be used uninitialized in this function [CC] command.o [CC] convert.o [CC] debug.o [CC] dir2.o [CC] dir2sf.o [CC] dquot.o [CC] echo.o [CC] faddr.o [CC] field.o [CC] flist.o [CC] fprint.o [CC] frag.o [CC] freesp.o [CC] hash.o [CC] help.o [CC] init.o [CC] inode.o [CC] input.o [CC] io.o [CC] malloc.o [CC] metadump.o [CC] output.o [CC] print.o [CC] quit.o [CC] sb.o [CC] sig.o [CC] strvec.o [CC] text.o [CC] type.o [CC] write.o [CC] attrset.o [CC] symlink.o [LD] xfs_db Building estimate [CC] xfs_estimate.o [LD] xfs_estimate Building fsck Building fsr [CC] xfs_fsr.o [LD] xfs_fsr Building growfs [CC] xfs_growfs.o [LD] xfs_growfs Building io [CC] init.o [CC] attr.o [CC] bmap.o [CC] file.o [CC] freeze.o [CC] fsync.o [CC] getrusage.o [CC] imap.o [CC] link.o [CC] mmap.o [CC] open.o [CC] parent.o [CC] pread.o [CC] prealloc.o [CC] pwrite.o [CC] seek.o [CC] shutdown.o [CC] truncate.o [CC] fadvise.o [CC] madvise.o [CC] mincore.o [CC] sendfile.o [CC] fiemap.o [CC] inject.o [CC] resblks.o [CC] sync_file_range.o [LD] xfs_io Building logprint [CC] logprint.o [CC] log_copy.o [CC] log_dump.o [CC] log_misc.o [CC] log_print_all.o [CC] log_print_trans.o [LD] xfs_logprint Building mkfs [CC] maxtrres.o [CC] proto.o [CC] xfs_mkfs.o [LD] mkfs.xfs Building quota [CC] init.o [CC] util.o [CC] edit.o [CC] free.o [CC] path.o [CC] project.o [CC] quot.o [CC] quota.o [CC] report.o [CC] state.o [CC] linux.o [LD] xfs_quota Building mdrestore [CC] xfs_mdrestore.o [LD] xfs_mdrestore Building repair [CC] agheader.o [CC] attr_repair.o [CC] avl.o [CC] avl64.o [CC] bmap.o [CC] btree.o [CC] dino_chunks.o [CC] dinode.o [CC] dir2.o [CC] globals.o [CC] incore.o [CC] incore_bmc.o [CC] init.o [CC] incore_ext.o [CC] incore_ino.o [CC] phase1.o [CC] phase2.o [CC] phase3.o [CC] phase4.o [CC] phase5.o [CC] phase6.o [CC] phase7.o [CC] progress.o [CC] prefetch.o [CC] rt.o [CC] sb.o [CC] scan.o [CC] threads.o [CC] versions.o [CC] xfs_repair.o [LD] xfs_repair Building rtcp [CC] xfs_rtcp.o [LD] xfs_rtcp Building m4 Building man Building man3 Building man5 Building man8 Building doc [ZIP] CHANGES.gz Building po [GETTXT] xfsprogs.pot [MSGFMT] de.mo 2356 translated messages. [MSGFMT] pl.mo 2317 translated messages. Building debian make[1]: Leaving directory `/home/steven/tmp/wz/xfsprogs/xfsprogs-3.2.0+drbl1' touch built fakeroot debian/rules binary test 0 -eq `id -u` test -f debian/rules == dpkg-buildpackage: installer if [ ! -f mkfs/mkfs.xfs-xfsprogs-udeb ]; then \ export DEBUG=-DNDEBUG DISTRIBUTION=debian INSTALL_USER=root INSTALL_GROUP=root LOCAL_CONFIGURE_OPTIONS="--enable-readline=yes --enable-blkid=yes" ; export OPTIMIZER=-Os LOCAL_CONFIGURE_OPTIONS="--enable-gettext=no" ; /usr/bin/make include/platform_defs.h; \ for dir in include libxfs libdisk mkfs; do \ /usr/bin/make -C $dir; \ done; \ mv mkfs/mkfs.xfs mkfs/mkfs.xfs-xfsprogs-udeb; \ /usr/bin/make distclean; \ fi == dpkg-buildpackage: build /usr/bin/make default make[1]: Entering directory `/home/steven/tmp/wz/xfsprogs/xfsprogs-3.2.0+drbl1' Building include Building libxfs Building libxlog Building libxcmd Building libhandle Building libdisk Building copy Building db Building estimate Building fsck Building fsr Building growfs Building io Building logprint Building mkfs Building quota Building mdrestore Building repair Building rtcp Building m4 Building man Building man3 Building man5 Building man8 Building doc Building po Building debian make[1]: Leaving directory `/home/steven/tmp/wz/xfsprogs/xfsprogs-3.2.0+drbl1' touch built == dpkg-buildpackage: binary-arch test -f debian/rules rm -rf debian/xfsprogs debian/xfslibs-dev debian/xfsprogs-udeb DIST_ROOT=`pwd`/debian/xfsprogs; export DIST_ROOT; /usr/bin/make -C . install make[1]: Entering directory `/home/steven/tmp/wz/xfsprogs/xfsprogs-3.2.0+drbl1' Installing include-install make[2]: Nothing to be done for `install'. Installing libxfs-install cd ../libxfs/.libs; ../../install-sh -o root -g root -m 755 -d /lib; ../../install-sh -o root -g root -m 755 -T so_dot_version libxfs.lai /lib; ../../install-sh -o root -g root -T so_dot_current libxfs.lai /lib Installing libxlog-install Installing libxcmd-install Installing libhandle-install cd ../libhandle/.libs; ../../install-sh -o root -g root -m 755 -d /lib; ../../install-sh -o root -g root -m 755 -T so_dot_version libhandle.lai /lib; ../../install-sh -o root -g root -T so_dot_current libhandle.lai /lib Installing libdisk-install make[2]: Nothing to be done for `install'. Installing copy-install ../install-sh -o root -g root -m 755 -d /usr/sbin /bin/bash ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_copy /usr/sbin Installing db-install ../install-sh -o root -g root -m 755 -d /usr/sbin /bin/bash ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_db /usr/sbin ../install-sh -o root -g root -m 755 xfs_admin.sh /usr/sbin/xfs_admin ../install-sh -o root -g root -m 755 xfs_check.sh /usr/sbin/xfs_check ../install-sh -o root -g root -m 755 xfs_ncheck.sh /usr/sbin/xfs_ncheck ../install-sh -o root -g root -m 755 xfs_metadump.sh /usr/sbin/xfs_metadump Installing estimate-install ../install-sh -o root -g root -m 755 -d /usr/sbin /bin/bash ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_estimate /usr/sbin Installing fsck-install ../install-sh -o root -g root -m 755 -d /sbin ../install-sh -o root -g root -m 755 xfs_fsck.sh /sbin/fsck.xfs Installing fsr-install ../install-sh -o root -g root -m 755 -d /usr/sbin /bin/bash ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_fsr /usr/sbin Installing growfs-install ../install-sh -o root -g root -m 755 -d /usr/sbin /bin/bash ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_growfs /usr/sbin ../install-sh -o root -g root -m 755 xfs_info.sh /usr/sbin/xfs_info Installing io-install ../install-sh -o root -g root -m 755 -d /usr/sbin /bin/bash ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_io /usr/sbin /bin/bash ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_bmap.sh /usr/sbin/xfs_bmap /bin/bash ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_freeze.sh /usr/sbin/xfs_freeze /bin/bash ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_mkfile.sh /usr/sbin/xfs_mkfile Installing logprint-install ../install-sh -o root -g root -m 755 -d /usr/sbin /bin/bash ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_logprint /usr/sbin Installing mkfs-install ../install-sh -o root -g root -m 755 -d /sbin /bin/bash ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 mkfs.xfs /sbin Installing quota-install ../install-sh -o root -g root -m 755 -d /usr/sbin /bin/bash ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_quota /usr/sbin Installing mdrestore-install ../install-sh -o root -g root -m 755 -d /usr/sbin /bin/bash ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_mdrestore /usr/sbin Installing repair-install ../install-sh -o root -g root -m 755 -d /sbin /bin/bash ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_repair /sbin Installing rtcp-install ../install-sh -o root -g root -m 755 -d /usr/sbin /bin/bash ../libtool --quiet --mode=install ../install-sh -o root -g root -m 755 xfs_rtcp /usr/sbin Installing m4-install make[2]: Nothing to be done for `install'. Installing man-install make[3]: Nothing to be done for `install'. ../../install-sh -o root -g root -m 755 -d /usr/share/man/man5 ../../install-sh -o root -g root -m 644 projects.5 /usr/share/man/man5/projects.5 ../../install-sh -o root -g root -m 644 projid.5 /usr/share/man/man5/projid.5 ../../install-sh -o root -g root -m 644 xfs.5 /usr/share/man/man5/xfs.5 ../../install-sh -o root -g root -m 755 -d /usr/share/man/man8 ../../install-sh -o root -g root -m 644 fsck.xfs.8 /usr/share/man/man8/fsck.xfs.8 ../../install-sh -o root -g root -m 644 mkfs.xfs.8 /usr/share/man/man8/mkfs.xfs.8 ../../install-sh -o root -g root -m 644 xfs_admin.8 /usr/share/man/man8/xfs_admin.8 ../../install-sh -o root -g root -m 644 xfs_bmap.8 /usr/share/man/man8/xfs_bmap.8 ../../install-sh -o root -g root -m 644 xfs_check.8 /usr/share/man/man8/xfs_check.8 ../../install-sh -o root -g root -m 644 xfs_copy.8 /usr/share/man/man8/xfs_copy.8 ../../install-sh -o root -g root -m 644 xfs_db.8 /usr/share/man/man8/xfs_db.8 ../../install-sh -o root -g root -m 644 xfs_estimate.8 /usr/share/man/man8/xfs_estimate.8 ../../install-sh -o root -g root -m 644 xfs_freeze.8 /usr/share/man/man8/xfs_freeze.8 ../../install-sh -o root -g root -m 644 xfs_fsr.8 /usr/share/man/man8/xfs_fsr.8 ../../install-sh -o root -g root -m 644 xfs_growfs.8 /usr/share/man/man8/xfs_growfs.8 ../../install-sh -o root -g root -S xfs_growfs.8 /usr/share/man/man8/xfs_info.8 ../../install-sh -o root -g root -m 644 xfs_io.8 /usr/share/man/man8/xfs_io.8 ../../install-sh -o root -g root -m 644 xfs_logprint.8 /usr/share/man/man8/xfs_logprint.8 ../../install-sh -o root -g root -m 644 xfs_mdrestore.8 /usr/share/man/man8/xfs_mdrestore.8 ../../install-sh -o root -g root -m 644 xfs_metadump.8 /usr/share/man/man8/xfs_metadump.8 ../../install-sh -o root -g root -m 644 xfs_mkfile.8 /usr/share/man/man8/xfs_mkfile.8 ../../install-sh -o root -g root -m 644 xfs_ncheck.8 /usr/share/man/man8/xfs_ncheck.8 ../../install-sh -o root -g root -m 644 xfs_quota.8 /usr/share/man/man8/xfs_quota.8 ../../install-sh -o root -g root -m 644 xfs_repair.8 /usr/share/man/man8/xfs_repair.8 ../../install-sh -o root -g root -m 644 xfs_rtcp.8 /usr/share/man/man8/xfs_rtcp.8 Installing doc-install ../install-sh -o root -g root -m 755 -d /usr/share/doc/xfsprogs ../install-sh -o root -g root -m 644 CHANGES.gz CREDITS /usr/share/doc/xfsprogs ../install-sh -o root -g root -S CHANGES.gz /usr/share/doc/xfsprogs/changelog.gz Installing po-install Installing debian-install ../install-sh -o root -g root -m 755 -d /usr/share/doc/xfsprogs ../install-sh -o root -g root -m 644 changelog /usr/share/doc/xfsprogs/changelog.Debian ./install-sh -o root -g root -m 755 -d /usr/share/doc/xfsprogs ./install-sh -o root -g root -m 644 README /usr/share/doc/xfsprogs make[1]: Leaving directory `/home/steven/tmp/wz/xfsprogs/xfsprogs-3.2.0+drbl1' DIST_ROOT=`pwd`/debian/xfslibs-dev; export DIST_ROOT; /usr/bin/make -C . install-dev make[1]: Entering directory `/home/steven/tmp/wz/xfsprogs/xfsprogs-3.2.0+drbl1' Installing include-install-dev ../install-sh -o root -g root -m 755 -d /usr/include/xfs ../install-sh -o root -g root -m 644 handle.h jdm.h xqm.h xfs.h xfs_fs.h xfs_types.h linux.h /usr/include/xfs ../install-sh -o root -g root -m 644 platform_defs.h /usr/include/xfs ../install-sh -o root -g root -m 644 libxfs.h libxlog.h atomic.h bitops.h cache.h kmem.h list.h hlist.h parent.h radix-tree.h swab.h xfs_ag.h xfs_alloc.h xfs_alloc_btree.h xfs_arch.h xfs_attr_leaf.h xfs_attr_sf.h xfs_bit.h xfs_bmap.h xfs_bmap_btree.h xfs_btree.h xfs_attr_remote.h xfs_btree_trace.h xfs_cksum.h xfs_da_btree.h xfs_da_format.h xfs_dinode.h xfs_dir2.h xfs_format.h xfs_ialloc.h xfs_ialloc_btree.h xfs_inode_buf.h xfs_inode_fork.h xfs_inum.h xfs_log_format.h xfs_log_recover.h xfs_metadump.h xfs_quota_defs.h xfs_sb.h xfs_shared.h xfs_trace.h xfs_trans_resv.h xfs_trans_space.h /usr/include/xfs Installing libxfs-install-dev cd ../libxfs/.libs; ../../install-sh -o root -g root -m 755 -d /usr/lib; ../../install-sh -o root -g root -m 644 -T old_lib libxfs.lai /usr/lib; ../../install-sh -o root -g root -m 644 libxfs.lai /usr/lib/libxfs.la ; ../../install-sh -o root -g root -m 755 -d /lib; ../../install-sh -o root -g root -T so_base libxfs.lai /lib; if test "x/usr/lib" != "x/lib" ; then ../../install-sh -o root -g root -S /usr/lib/libxfs.a /lib/libxfs.a; ../../install-sh -o root -g root -S /usr/lib/libxfs.la /lib/libxfs.la; ../../install-sh -o root -g root -S /lib/libxfs.so /usr/lib/libxfs.so; fi Installing libxlog-install-dev Installing libxcmd-install-dev Installing libhandle-install-dev cd ../libhandle/.libs; ../../install-sh -o root -g root -m 755 -d /usr/lib; ../../install-sh -o root -g root -m 644 -T old_lib libhandle.lai /usr/lib; ../../install-sh -o root -g root -m 644 libhandle.lai /usr/lib/libhandle.la ; ../../install-sh -o root -g root -m 755 -d /lib; ../../install-sh -o root -g root -T so_base libhandle.lai /lib; if test "x/usr/lib" != "x/lib" ; then ../../install-sh -o root -g root -S /usr/lib/libhandle.a /lib/libhandle.a; ../../install-sh -o root -g root -S /usr/lib/libhandle.la /lib/libhandle.la; ../../install-sh -o root -g root -S /lib/libhandle.so /usr/lib/libhandle.so; fi Installing libdisk-install-dev make[2]: Nothing to be done for `install-dev'. Installing copy-install-dev make[2]: Nothing to be done for `install-dev'. Installing db-install-dev make[2]: Nothing to be done for `install-dev'. Installing estimate-install-dev make[2]: Nothing to be done for `install-dev'. Installing fsck-install-dev make[2]: Nothing to be done for `install-dev'. Installing fsr-install-dev make[2]: Nothing to be done for `install-dev'. Installing growfs-install-dev make[2]: Nothing to be done for `install-dev'. Installing io-install-dev make[2]: Nothing to be done for `install-dev'. Installing logprint-install-dev make[2]: Nothing to be done for `install-dev'. Installing mkfs-install-dev make[2]: Nothing to be done for `install-dev'. Installing quota-install-dev make[2]: Nothing to be done for `install-dev'. Installing mdrestore-install-dev make[2]: Nothing to be done for `install-dev'. Installing repair-install-dev make[2]: Nothing to be done for `install-dev'. Installing rtcp-install-dev make[2]: Nothing to be done for `install-dev'. Installing m4-install-dev make[2]: Nothing to be done for `install-dev'. Installing man-install-dev ../../install-sh -o root -g root -m 755 -d /usr/share/man/man3 ../../install-sh -o root -g root -m 644 handle.3 /usr/share/man/man3/path_to_handle.3 ../../install-sh -o root -g root -S path_to_handle.3 /usr/share/man/man3/path_to_fshandle.3 ../../install-sh -o root -g root -S path_to_handle.3 /usr/share/man/man3/fd_to_handle.3 ../../install-sh -o root -g root -S path_to_handle.3 /usr/share/man/man3/handle_to_fshandle.3 ../../install-sh -o root -g root -S path_to_handle.3 /usr/share/man/man3/open_by_handle.3 ../../install-sh -o root -g root -S path_to_handle.3 /usr/share/man/man3/readlink_by_handle.3 ../../install-sh -o root -g root -S path_to_handle.3 /usr/share/man/man3/attr_multi_by_handle.3 ../../install-sh -o root -g root -S path_to_handle.3 /usr/share/man/man3/attr_list_by_handle.3 ../../install-sh -o root -g root -S path_to_handle.3 /usr/share/man/man3/fssetdm_by_handle.3 ../../install-sh -o root -g root -S path_to_handle.3 /usr/share/man/man3/free_handle.3 ../../install-sh -o root -g root -S path_to_handle.3 /usr/share/man/man3/getparents_by_handle.3 ../../install-sh -o root -g root -S path_to_handle.3 /usr/share/man/man3/getparentpaths_by_handle.3 ../../install-sh -o root -g root -m 644 xfsctl.3 /usr/share/man/man3/xfsctl.3 make[3]: Nothing to be done for `install-dev'. make[3]: Nothing to be done for `install-dev'. Installing doc-install-dev make[2]: Nothing to be done for `install-dev'. Installing po-install-dev make[2]: Nothing to be done for `install-dev'. Installing debian-install-dev ../install-sh -o root -g root -m 755 -d /usr/share/doc/xfsprogs ../install-sh -o root -g root -m 755 -d /usr/share/doc/xfsprogs/../xfslibs-dev ../install-sh -o root -g root -m 644 copyright /usr/share/doc/xfsprogs/../xfslibs-dev ../install-sh -o root -g root -m 644 changelog /usr/share/doc/xfsprogs/../xfslibs-dev/changelog.Debian make[1]: Leaving directory `/home/steven/tmp/wz/xfsprogs/xfsprogs-3.2.0+drbl1' DIST_ROOT=`pwd`/debian/xfsprogs-udeb; export DIST_ROOT; /usr/bin/make -C debian install-d-i make[1]: Entering directory `/home/steven/tmp/wz/xfsprogs/xfsprogs-3.2.0+drbl1/debian' ../install-sh -o root -g root -m 755 -d /sbin ../install-sh -o root -g root -m 755 ../mkfs/mkfs.xfs-xfsprogs-udeb /sbin/mkfs.xfs make[1]: Leaving directory `/home/steven/tmp/wz/xfsprogs/xfsprogs-3.2.0+drbl1/debian' DIST_ROOT=`pwd`/debian/xfsprogs; export DIST_ROOT; /usr/bin/make dist make[1]: Entering directory `/home/steven/tmp/wz/xfsprogs/xfsprogs-3.2.0+drbl1' Building include Building libxfs Building libxlog Building libxcmd Building libhandle Building libdisk Building copy Building db Building estimate Building fsck Building fsr Building growfs Building io Building logprint Building mkfs Building quota Building mdrestore Building repair Building rtcp Building m4 Building man Building man3 Building man5 Building man8 Building doc Building po Building debian Building include Building libxfs Building libxlog Building libxcmd Building libhandle Building libdisk Building copy Building db Building estimate Building fsck Building fsr Building growfs Building io Building logprint Building mkfs Building quota Building mdrestore Building repair Building rtcp Building m4 Building man Building man3 Building man5 Building man8 Building doc Building po Building debian echo Wrote: xfsprogs-3.2.0.tar.gz Wrote: xfsprogs-3.2.0.tar.gz make[1]: Leaving directory `/home/steven/tmp/wz/xfsprogs/xfsprogs-3.2.0+drbl1' rmdir debian/xfslibs-dev/usr/share/doc/xfsprogs dh_installdocs install -g 0 -o 0 -m 644 -p debian/copyright debian/xfsprogs/usr/share/doc/xfsprogs/copyright install -g 0 -o 0 -m 644 -p debian/copyright debian/xfslibs-dev/usr/share/doc/xfslibs-dev/copyright dh_installchangelogs install -o 0 -g 0 -p -m644 debian/changelog debian/xfsprogs/usr/share/doc/xfsprogs/changelog install -o 0 -g 0 -p -m644 debian/changelog debian/xfslibs-dev/usr/share/doc/xfslibs-dev/changelog dh_strip strip --remove-section=.comment --remove-section=.note --strip-unneeded debian/xfsprogs/lib/libhandle.so.1.0.3 strip --remove-section=.comment --remove-section=.note --strip-unneeded debian/xfsprogs/lib/libxfs.so.0.0.0 strip --remove-section=.comment --remove-section=.note debian/xfsprogs/usr/sbin/xfs_db strip --remove-section=.comment --remove-section=.note debian/xfsprogs/usr/sbin/xfs_mdrestore strip --remove-section=.comment --remove-section=.note debian/xfsprogs/usr/sbin/xfs_estimate strip --remove-section=.comment --remove-section=.note debian/xfsprogs/usr/sbin/xfs_io strip --remove-section=.comment --remove-section=.note debian/xfsprogs/usr/sbin/xfs_rtcp strip --remove-section=.comment --remove-section=.note debian/xfsprogs/usr/sbin/xfs_copy strip --remove-section=.comment --remove-section=.note debian/xfsprogs/usr/sbin/xfs_quota strip --remove-section=.comment --remove-section=.note debian/xfsprogs/usr/sbin/xfs_logprint strip --remove-section=.comment --remove-section=.note debian/xfsprogs/usr/sbin/xfs_growfs strip --remove-section=.comment --remove-section=.note debian/xfsprogs/usr/sbin/xfs_fsr strip --remove-section=.comment --remove-section=.note debian/xfsprogs/sbin/xfs_repair strip --remove-section=.comment --remove-section=.note debian/xfsprogs/sbin/mkfs.xfs strip --strip-debug debian/xfslibs-dev/usr/lib/libhandle.a strip --strip-debug debian/xfslibs-dev/usr/lib/libxfs.a strip --remove-section=.comment --remove-section=.note debian/xfsprogs-udeb/sbin/mkfs.xfs dh_compress cd debian/xfsprogs chmod a-x usr/share/man/man8/xfs_bmap.8 usr/share/man/man8/xfs_ncheck.8 usr/share/man/man8/xfs_mdrestore.8 usr/share/man/man8/xfs_io.8 usr/share/man/man8/xfs_admin.8 usr/share/man/man8/xfs_quota.8 usr/share/man/man8/xfs_fsr.8 usr/share/man/man8/xfs_check.8 usr/share/man/man8/xfs_repair.8 usr/share/man/man8/xfs_mkfile.8 usr/share/man/man8/xfs_freeze.8 usr/share/man/man8/xfs_estimate.8 usr/share/man/man8/xfs_logprint.8 usr/share/man/man8/fsck.xfs.8 usr/share/man/man8/xfs_growfs.8 usr/share/man/man8/mkfs.xfs.8 usr/share/man/man8/xfs_rtcp.8 usr/share/man/man8/xfs_copy.8 usr/share/man/man8/xfs_db.8 usr/share/man/man8/xfs_metadump.8 usr/share/man/man5/xfs.5 usr/share/man/man5/projects.5 usr/share/man/man5/projid.5 usr/share/doc/xfsprogs/changelog usr/share/doc/xfsprogs/changelog.Debian gzip -9nf usr/share/man/man8/xfs_bmap.8 usr/share/man/man8/xfs_ncheck.8 usr/share/man/man8/xfs_mdrestore.8 usr/share/man/man8/xfs_io.8 usr/share/man/man8/xfs_admin.8 usr/share/man/man8/xfs_quota.8 usr/share/man/man8/xfs_fsr.8 usr/share/man/man8/xfs_check.8 usr/share/man/man8/xfs_repair.8 usr/share/man/man8/xfs_mkfile.8 usr/share/man/man8/xfs_freeze.8 usr/share/man/man8/xfs_estimate.8 usr/share/man/man8/xfs_logprint.8 usr/share/man/man8/fsck.xfs.8 usr/share/man/man8/xfs_growfs.8 usr/share/man/man8/mkfs.xfs.8 usr/share/man/man8/xfs_rtcp.8 usr/share/man/man8/xfs_copy.8 usr/share/man/man8/xfs_db.8 usr/share/man/man8/xfs_metadump.8 usr/share/man/man5/xfs.5 usr/share/man/man5/projects.5 usr/share/man/man5/projid.5 usr/share/doc/xfsprogs/changelog usr/share/doc/xfsprogs/changelog.Debian cd '/home/steven/tmp/wz/xfsprogs/xfsprogs-3.2.0+drbl1' rm -f debian/xfsprogs/usr/share/man/man8/xfs_info.8 ln -sf xfs_growfs.8.gz debian/xfsprogs/usr/share/man/man8/xfs_info.8.gz cd debian/xfslibs-dev chmod a-x usr/share/man/man3/path_to_handle.3 usr/share/man/man3/xfsctl.3 usr/share/doc/xfslibs-dev/changelog usr/share/doc/xfslibs-dev/changelog.Debian gzip -9nf usr/share/man/man3/path_to_handle.3 usr/share/man/man3/xfsctl.3 usr/share/doc/xfslibs-dev/changelog usr/share/doc/xfslibs-dev/changelog.Debian cd '/home/steven/tmp/wz/xfsprogs/xfsprogs-3.2.0+drbl1' rm -f debian/xfslibs-dev/usr/share/man/man3/fssetdm_by_handle.3 ln -sf path_to_handle.3.gz debian/xfslibs-dev/usr/share/man/man3/fssetdm_by_handle.3.gz rm -f debian/xfslibs-dev/usr/share/man/man3/handle_to_fshandle.3 ln -sf path_to_handle.3.gz debian/xfslibs-dev/usr/share/man/man3/handle_to_fshandle.3.gz rm -f debian/xfslibs-dev/usr/share/man/man3/attr_list_by_handle.3 ln -sf path_to_handle.3.gz debian/xfslibs-dev/usr/share/man/man3/attr_list_by_handle.3.gz rm -f debian/xfslibs-dev/usr/share/man/man3/attr_multi_by_handle.3 ln -sf path_to_handle.3.gz debian/xfslibs-dev/usr/share/man/man3/attr_multi_by_handle.3.gz rm -f debian/xfslibs-dev/usr/share/man/man3/readlink_by_handle.3 ln -sf path_to_handle.3.gz debian/xfslibs-dev/usr/share/man/man3/readlink_by_handle.3.gz rm -f debian/xfslibs-dev/usr/share/man/man3/getparents_by_handle.3 ln -sf path_to_handle.3.gz debian/xfslibs-dev/usr/share/man/man3/getparents_by_handle.3.gz rm -f debian/xfslibs-dev/usr/share/man/man3/fd_to_handle.3 ln -sf path_to_handle.3.gz debian/xfslibs-dev/usr/share/man/man3/fd_to_handle.3.gz rm -f debian/xfslibs-dev/usr/share/man/man3/path_to_fshandle.3 ln -sf path_to_handle.3.gz debian/xfslibs-dev/usr/share/man/man3/path_to_fshandle.3.gz rm -f debian/xfslibs-dev/usr/share/man/man3/free_handle.3 ln -sf path_to_handle.3.gz debian/xfslibs-dev/usr/share/man/man3/free_handle.3.gz rm -f debian/xfslibs-dev/usr/share/man/man3/open_by_handle.3 ln -sf path_to_handle.3.gz debian/xfslibs-dev/usr/share/man/man3/open_by_handle.3.gz rm -f debian/xfslibs-dev/usr/share/man/man3/getparentpaths_by_handle.3 ln -sf path_to_handle.3.gz debian/xfslibs-dev/usr/share/man/man3/getparentpaths_by_handle.3.gz cd debian/xfsprogs-udeb cd '/home/steven/tmp/wz/xfsprogs/xfsprogs-3.2.0+drbl1' dh_fixperms find debian/xfsprogs -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0 find debian/xfsprogs ! -type l -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s find debian/xfsprogs/usr/share/doc -type f ! -regex 'debian/xfsprogs/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 644 find debian/xfsprogs/usr/share/doc -type d -print0 2>/dev/null | xargs -0r chmod 755 find debian/xfsprogs/usr/share/man debian/xfsprogs/usr/man/ debian/xfsprogs/usr/X11*/man/ -type f -print0 2>/dev/null | xargs -0r chmod 644 find debian/xfsprogs -perm -5 -type f \( -name '*.so.*' -or -name '*.so' -or -name '*.la' -or -name '*.a' \) -print0 2>/dev/null | xargs -0r chmod 644 find debian/xfsprogs/usr/include -type f -print0 2>/dev/null | xargs -0r chmod 644 find debian/xfsprogs/usr/share/applications -type f -print0 2>/dev/null | xargs -0r chmod 644 find debian/xfsprogs -perm -5 -type f \( -name '*.cmxs' \) -print0 2>/dev/null | xargs -0r chmod 644 find debian/xfsprogs/usr/lib/perl5 debian/xfsprogs/usr/share/perl5 -type f -perm -5 -name '*.pm' -print0 2>/dev/null | xargs -0r chmod a-X find debian/xfsprogs/usr/sbin -type f -print0 2>/dev/null | xargs -0r chmod a+x find debian/xfsprogs/sbin -type f -print0 2>/dev/null | xargs -0r chmod a+x find debian/xfslibs-dev -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0 find debian/xfslibs-dev ! -type l -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s find debian/xfslibs-dev/usr/share/doc -type f ! -regex 'debian/xfslibs-dev/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 644 find debian/xfslibs-dev/usr/share/doc -type d -print0 2>/dev/null | xargs -0r chmod 755 find debian/xfslibs-dev/usr/share/man debian/xfslibs-dev/usr/man/ debian/xfslibs-dev/usr/X11*/man/ -type f -print0 2>/dev/null | xargs -0r chmod 644 find debian/xfslibs-dev -perm -5 -type f \( -name '*.so.*' -or -name '*.so' -or -name '*.la' -or -name '*.a' \) -print0 2>/dev/null | xargs -0r chmod 644 find debian/xfslibs-dev/usr/include -type f -print0 2>/dev/null | xargs -0r chmod 644 find debian/xfslibs-dev/usr/share/applications -type f -print0 2>/dev/null | xargs -0r chmod 644 find debian/xfslibs-dev -perm -5 -type f \( -name '*.cmxs' \) -print0 2>/dev/null | xargs -0r chmod 644 find debian/xfslibs-dev/usr/lib/perl5 debian/xfslibs-dev/usr/share/perl5 -type f -perm -5 -name '*.pm' -print0 2>/dev/null | xargs -0r chmod a-X find debian/xfsprogs-udeb -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0 find debian/xfsprogs-udeb ! -type l -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s find debian/xfsprogs-udeb/usr/share/doc -type f ! -regex 'debian/xfsprogs-udeb/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 644 find debian/xfsprogs-udeb/usr/share/doc -type d -print0 2>/dev/null | xargs -0r chmod 755 find debian/xfsprogs-udeb/usr/share/man debian/xfsprogs-udeb/usr/man/ debian/xfsprogs-udeb/usr/X11*/man/ -type f -print0 2>/dev/null | xargs -0r chmod 644 find debian/xfsprogs-udeb -perm -5 -type f \( -name '*.so.*' -or -name '*.so' -or -name '*.la' -or -name '*.a' \) -print0 2>/dev/null | xargs -0r chmod 644 find debian/xfsprogs-udeb/usr/include -type f -print0 2>/dev/null | xargs -0r chmod 644 find debian/xfsprogs-udeb/usr/share/applications -type f -print0 2>/dev/null | xargs -0r chmod 644 find debian/xfsprogs-udeb -perm -5 -type f \( -name '*.cmxs' \) -print0 2>/dev/null | xargs -0r chmod 644 find debian/xfsprogs-udeb/usr/lib/perl5 debian/xfsprogs-udeb/usr/share/perl5 -type f -perm -5 -name '*.pm' -print0 2>/dev/null | xargs -0r chmod a-X find debian/xfsprogs-udeb/sbin -type f -print0 2>/dev/null | xargs -0r chmod a+x dh_makeshlibs rm -f debian/xfsprogs/DEBIAN/shlibs install -d debian/xfsprogs/DEBIAN echo 'libhandle 1 xfsprogs' >>debian/xfsprogs/DEBIAN/shlibs echo 'libxfs 0 xfsprogs' >>debian/xfsprogs/DEBIAN/shlibs echo "# Automatically added by dh_makeshlibs">> debian/xfsprogs.postinst.debhelper sed "" /usr/share/debhelper/autoscripts/postinst-makeshlibs >> debian/xfsprogs.postinst.debhelper echo '# End automatically added section' >> debian/xfsprogs.postinst.debhelper echo "# Automatically added by dh_makeshlibs">> debian/xfsprogs.postrm.debhelper sed "" /usr/share/debhelper/autoscripts/postrm-makeshlibs >> debian/xfsprogs.postrm.debhelper echo '# End automatically added section' >> debian/xfsprogs.postrm.debhelper chmod 644 debian/xfsprogs/DEBIAN/shlibs chown 0:0 debian/xfsprogs/DEBIAN/shlibs rm -f debian/xfslibs-dev/DEBIAN/shlibs dh_installdeb printf '#!/bin/sh set -e ' > debian/xfsprogs/DEBIAN/postinst cat debian/xfsprogs.postinst.debhelper >> debian/xfsprogs/DEBIAN/postinst chown 0:0 debian/xfsprogs/DEBIAN/postinst chmod 755 debian/xfsprogs/DEBIAN/postinst printf '#!/bin/sh set -e ' > debian/xfsprogs/DEBIAN/postrm cat debian/xfsprogs.postrm.debhelper >> debian/xfsprogs/DEBIAN/postrm chown 0:0 debian/xfsprogs/DEBIAN/postrm chmod 755 debian/xfsprogs/DEBIAN/postrm install -o 0 -g 0 -d debian/xfslibs-dev/DEBIAN install -o 0 -g 0 -d debian/xfsprogs-udeb/DEBIAN dh_shlibdeps dpkg-shlibdeps -Tdebian/xfsprogs.substvars debian/xfsprogs/lib/libhandle.so.1.0.3 debian/xfsprogs/lib/libxfs.so.0.0.0 debian/xfsprogs/usr/sbin/xfs_db debian/xfsprogs/usr/sbin/xfs_mdrestore debian/xfsprogs/usr/sbin/xfs_estimate debian/xfsprogs/usr/sbin/xfs_io debian/xfsprogs/usr/sbin/xfs_rtcp debian/xfsprogs/usr/sbin/xfs_copy debian/xfsprogs/usr/sbin/xfs_quota debian/xfsprogs/usr/sbin/xfs_logprint debian/xfsprogs/usr/sbin/xfs_growfs debian/xfsprogs/usr/sbin/xfs_fsr debian/xfsprogs/sbin/xfs_repair debian/xfsprogs/sbin/mkfs.xfs dpkg-shlibdeps: warning: symbol uuid_compare used by debian/xfsprogs/lib/libxfs.so.0.0.0 found in none of the libraries. dpkg-shlibdeps: warning: symbol uuid_copy used by debian/xfsprogs/lib/libxfs.so.0.0.0 found in none of the libraries. dpkg-shlibdeps -Tdebian/xfsprogs-udeb.substvars -tudeb debian/xfsprogs-udeb/sbin/mkfs.xfs dpkg-shlibdeps: warning: dependency on librt.so.1 could be avoided if "debian/xfsprogs-udeb/sbin/mkfs.xfs" were not uselessly linked against it (they use none of its symbols). dh_gencontrol echo misc:Depends= >> debian/xfsprogs.substvars dpkg-gencontrol -pxfsprogs -ldebian/changelog -Tdebian/xfsprogs.substvars -Pdebian/xfsprogs chmod 644 debian/xfsprogs/DEBIAN/control chown 0:0 debian/xfsprogs/DEBIAN/control echo misc:Depends= >> debian/xfslibs-dev.substvars dpkg-gencontrol -pxfslibs-dev -ldebian/changelog -Tdebian/xfslibs-dev.substvars -Pdebian/xfslibs-dev chmod 644 debian/xfslibs-dev/DEBIAN/control chown 0:0 debian/xfslibs-dev/DEBIAN/control echo misc:Depends= >> debian/xfsprogs-udeb.substvars dpkg-gencontrol -pxfsprogs-udeb -ldebian/changelog -Tdebian/xfsprogs-udeb.substvars -Pdebian/xfsprogs-udeb chmod 644 debian/xfsprogs-udeb/DEBIAN/control chown 0:0 debian/xfsprogs-udeb/DEBIAN/control dh_md5sums (cd debian/xfsprogs >/dev/null ; find . -type f ! -regex '.*/DEBIAN/.*' -printf '%P\0' | LC_ALL=C sort -z | xargs -r0 md5sum > DEBIAN/md5sums) >/dev/null chmod 644 debian/xfsprogs/DEBIAN/md5sums chown 0:0 debian/xfsprogs/DEBIAN/md5sums (cd debian/xfslibs-dev >/dev/null ; find . -type f ! -regex '.*/DEBIAN/.*' -printf '%P\0' | LC_ALL=C sort -z | xargs -r0 md5sum > DEBIAN/md5sums) >/dev/null chmod 644 debian/xfslibs-dev/DEBIAN/md5sums chown 0:0 debian/xfslibs-dev/DEBIAN/md5sums dh_builddeb dpkg-deb --build debian/xfsprogs .. dpkg-deb: building package `xfsprogs' in `../xfsprogs_3.2.0+drbl1_i386.deb'. dpkg-deb --build debian/xfslibs-dev .. dpkg-deb: building package `xfslibs-dev' in `../xfslibs-dev_3.2.0+drbl1_i386.deb'. dpkg-deb --build debian/xfsprogs-udeb ../xfsprogs-udeb_3.2.0\+drbl1_i386.udeb dpkg-deb: building package `xfsprogs-udeb' in `../xfsprogs-udeb_3.2.0+drbl1_i386.udeb'. dpkg-genchanges >../xfsprogs_3.2.0+drbl1_i386.changes dpkg-genchanges: including full source code in upload dpkg-source --after-build xfsprogs-3.2.0+drbl1 dpkg-buildpackage: full upload; Debian-native package (full source is included) Now running lintian... W: xfsprogs source: source-nmu-has-incorrect-version-number 3.2.0+drbl1 W: xfsprogs: package-name-doesnt-match-sonames libhandle1 libxfs0 E: xfslibs-dev: incorrect-libdir-in-la-file usr/lib/libhandle.la /lib != /usr/lib E: xfslibs-dev: incorrect-libdir-in-la-file usr/lib/libxfs.la /lib != /usr/lib Finished running lintian. Now signing changes and any dsc files... signfile xfsprogs_3.2.0+drbl1.dsc Steven Shiau gpg: skipped "Steven Shiau ": secret key not available gpg: /tmp/debsign.0tKrEQc7/xfsprogs_3.2.0+drbl1.dsc: clearsign failed: secret key not available debsign: gpg error occurred! Aborting....