dpkg-buildpackage -rfakeroot -D -us -uc dpkg-buildpackage: source package xfsprogs dpkg-buildpackage: source version 3.2.1+drbl1 dpkg-buildpackage: source changed by Steven Shiau dpkg-source --before-build xfsprogs-3.2.1+drbl1 dpkg-buildpackage: host architecture amd64 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/dev-pkgs/xfsprogs/xfsprogs-3.2.1+drbl1' make[1]: Leaving directory `/home/steven/dev-pkgs/xfsprogs/xfsprogs-3.2.1+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 -rf debian/xfsprogs/ rm -f debian/xfslibs-dev.substvars rm -f debian/xfslibs-dev.*.debhelper rm -rf debian/xfslibs-dev/ rm -f debian/xfsprogs-udeb.substvars rm -f debian/xfsprogs-udeb.*.debhelper rm -rf debian/xfsprogs-udeb/ rm -f debian/*.debhelper.log 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.1+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.1+drbl1.tar.gz dpkg-source: info: building xfsprogs in xfsprogs_3.2.1+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/dev-pkgs/xfsprogs/xfsprogs-3.2.1+drbl1' ./configure $LOCAL_CONFIGURE_OPTIONS checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-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... 3458764513820540925 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-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 -m elf_x86_64) 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... /usr/bin/rpm checking for rpmbuild... /usr/bin/rpmbuild 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... 8 checking size of char *... 8 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/dev-pkgs/xfsprogs/xfsprogs-3.2.1+drbl1' make[1]: Entering directory `/home/steven/dev-pkgs/xfsprogs/xfsprogs-3.2.1+drbl1/include' [LN] xfs ln -s . xfs [LN] disk ln -s . disk make[1]: Leaving directory `/home/steven/dev-pkgs/xfsprogs/xfsprogs-3.2.1+drbl1/include' make[1]: Entering directory `/home/steven/dev-pkgs/xfsprogs/xfsprogs-3.2.1+drbl1/libxfs' [CC] gen_crc32table gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.1\" -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.1\" -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/dev-pkgs/xfsprogs/xfsprogs-3.2.1+drbl1/libxfs' make[1]: Entering directory `/home/steven/dev-pkgs/xfsprogs/xfsprogs-3.2.1+drbl1/libxfs' [TEST] CRC32 gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.1\" -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 92 usec crc32c: tests passed, 225944 bytes in 92 usec [CC] cache.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.1\" -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.1\" -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.1\" -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.1\" -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.1\" -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.1\" -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.1\" -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 [CC] trans.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.1\" -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.1\" -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.1\" -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.1\" -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.1\" -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.1\" -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.1\" -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.1\" -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.1\" -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.1\" -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.1\" -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.1\" -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.1\" -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.1\" -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.1\" -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.1\" -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.1\" -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.1\" -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.1\" -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 xfs_ialloc.c: In function 'xfs_difree': xfs_ialloc.c:1508:2: warning: 'rec.ir_free' may be used uninitialized in this function [-Wmaybe-uninitialized] xfs_ialloc.c:1577:30: note: 'rec.ir_free' was declared here xfs_ialloc.c:1508:2: warning: 'rec.ir_freecount' may be used uninitialized in this function [-Wmaybe-uninitialized] xfs_ialloc.c:1577:30: note: 'rec.ir_freecount' was declared here xfs_ialloc.c:1471:24: warning: 'rec.ir_startino' may be used uninitialized in this function [-Wmaybe-uninitialized] xfs_ialloc.c:1577:30: note: 'rec.ir_startino' was declared here [CC] xfs_inode_buf.lo /bin/bash ../libtool --quiet --tag=CC --mode=compile gcc -g -O2 -I. -Os -DNDEBUG -DVERSION=\"3.2.1\" -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.1\" -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.1\" -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.1\" -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.1\" -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.1\" -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.1\" -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.1\" -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.1\" -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/dev-pkgs/xfsprogs/xfsprogs-3.2.1+drbl1/libxfs' make[1]: Entering directory `/home/steven/dev-pkgs/xfsprogs/xfsprogs-3.2.1+drbl1/libdisk' gcc -MM -g -O2 -Os -DNDEBUG -DVERSION=\"3.2.1\" -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/dev-pkgs/xfsprogs/xfsprogs-3.2.1+drbl1/libdisk' make[1]: Entering directory `/home/steven/dev-pkgs/xfsprogs/xfsprogs-3.2.1+drbl1/libdisk' make[1]: Nothing to be done for `default'. make[1]: Leaving directory `/home/steven/dev-pkgs/xfsprogs/xfsprogs-3.2.1+drbl1/libdisk' make[1]: Entering directory `/home/steven/dev-pkgs/xfsprogs/xfsprogs-3.2.1+drbl1/mkfs' gcc -MM -g -O2 -Os -DNDEBUG -DVERSION=\"3.2.1\" -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/dev-pkgs/xfsprogs/xfsprogs-3.2.1+drbl1/mkfs' make[1]: Entering directory `/home/steven/dev-pkgs/xfsprogs/xfsprogs-3.2.1+drbl1/mkfs' [CC] maxtrres.o gcc -g -O2 -Os -DNDEBUG -DVERSION=\"3.2.1\" -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.1\" -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.1\" -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/dev-pkgs/xfsprogs/xfsprogs-3.2.1+drbl1/mkfs' make[1]: Entering directory `/home/steven/dev-pkgs/xfsprogs/xfsprogs-3.2.1+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/dev-pkgs/xfsprogs/xfsprogs-3.2.1+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/dev-pkgs/xfsprogs/xfsprogs-3.2.1+drbl1' ./configure $LOCAL_CONFIGURE_OPTIONS checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-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... 3458764513820540925 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop checking how to convert x86_64-unknown-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 -m elf_x86_64) 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... /usr/bin/rpm checking for rpmbuild... /usr/bin/rpmbuild 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... 8 checking size of char *... 8 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/dev-pkgs/xfsprogs/xfsprogs-3.2.1+drbl1' touch .census == dpkg-buildpackage: build /usr/bin/make default make[1]: Entering directory `/home/steven/dev-pkgs/xfsprogs/xfsprogs-3.2.1+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 92 usec crc32c: tests passed, 225944 bytes in 92 usec [CC] cache.lo [CC] crc32.lo [CC] init.lo [CC] kmem.lo [CC] logitem.lo [CC] radix-tree.lo [CC] rdwr.lo [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 [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 2294 translated messages. Building debian make[1]: Leaving directory `/home/steven/dev-pkgs/xfsprogs/xfsprogs-3.2.1+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/dev-pkgs/xfsprogs/xfsprogs-3.2.1+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/dev-pkgs/xfsprogs/xfsprogs-3.2.1+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/dev-pkgs/xfsprogs/xfsprogs-3.2.1+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_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_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/dev-pkgs/xfsprogs/xfsprogs-3.2.1+drbl1' DIST_ROOT=`pwd`/debian/xfslibs-dev; export DIST_ROOT; /usr/bin/make -C . install-dev make[1]: Entering directory `/home/steven/dev-pkgs/xfsprogs/xfsprogs-3.2.1+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/dev-pkgs/xfsprogs/xfsprogs-3.2.1+drbl1' DIST_ROOT=`pwd`/debian/xfsprogs-udeb; export DIST_ROOT; /usr/bin/make -C debian install-d-i make[1]: Entering directory `/home/steven/dev-pkgs/xfsprogs/xfsprogs-3.2.1+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/dev-pkgs/xfsprogs/xfsprogs-3.2.1+drbl1/debian' DIST_ROOT=`pwd`/debian/xfsprogs; export DIST_ROOT; /usr/bin/make dist make[1]: Entering directory `/home/steven/dev-pkgs/xfsprogs/xfsprogs-3.2.1+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.1.tar.gz Wrote: xfsprogs-3.2.1.tar.gz make[1]: Leaving directory `/home/steven/dev-pkgs/xfsprogs/xfsprogs-3.2.1+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/sbin/xfs_repair strip --remove-section=.comment --remove-section=.note debian/xfsprogs/sbin/mkfs.xfs 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_estimate 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_io 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_quota strip --remove-section=.comment --remove-section=.note debian/xfsprogs/usr/sbin/xfs_fsr 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_copy strip --remove-section=.comment --remove-section=.note debian/xfsprogs/usr/sbin/xfs_rtcp 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/man5/xfs.5 usr/share/man/man5/projid.5 usr/share/man/man5/projects.5 usr/share/man/man8/xfs_mdrestore.8 usr/share/man/man8/xfs_metadump.8 usr/share/man/man8/xfs_rtcp.8 usr/share/man/man8/mkfs.xfs.8 usr/share/man/man8/xfs_copy.8 usr/share/man/man8/xfs_db.8 usr/share/man/man8/xfs_logprint.8 usr/share/man/man8/xfs_fsr.8 usr/share/man/man8/xfs_bmap.8 usr/share/man/man8/xfs_estimate.8 usr/share/man/man8/xfs_freeze.8 usr/share/man/man8/xfs_quota.8 usr/share/man/man8/xfs_io.8 usr/share/man/man8/xfs_mkfile.8 usr/share/man/man8/xfs_growfs.8 usr/share/man/man8/xfs_admin.8 usr/share/man/man8/xfs_ncheck.8 usr/share/man/man8/xfs_repair.8 usr/share/man/man8/fsck.xfs.8 usr/share/doc/xfsprogs/changelog.Debian usr/share/doc/xfsprogs/changelog gzip -9nf usr/share/man/man5/xfs.5 usr/share/man/man5/projid.5 usr/share/man/man5/projects.5 usr/share/man/man8/xfs_mdrestore.8 usr/share/man/man8/xfs_metadump.8 usr/share/man/man8/xfs_rtcp.8 usr/share/man/man8/mkfs.xfs.8 usr/share/man/man8/xfs_copy.8 usr/share/man/man8/xfs_db.8 usr/share/man/man8/xfs_logprint.8 usr/share/man/man8/xfs_fsr.8 usr/share/man/man8/xfs_bmap.8 usr/share/man/man8/xfs_estimate.8 usr/share/man/man8/xfs_freeze.8 usr/share/man/man8/xfs_quota.8 usr/share/man/man8/xfs_io.8 usr/share/man/man8/xfs_mkfile.8 usr/share/man/man8/xfs_growfs.8 usr/share/man/man8/xfs_admin.8 usr/share/man/man8/xfs_ncheck.8 usr/share/man/man8/xfs_repair.8 usr/share/man/man8/fsck.xfs.8 usr/share/doc/xfsprogs/changelog.Debian usr/share/doc/xfsprogs/changelog cd '/home/steven/dev-pkgs/xfsprogs/xfsprogs-3.2.1+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.Debian usr/share/doc/xfslibs-dev/changelog gzip -9nf usr/share/man/man3/path_to_handle.3 usr/share/man/man3/xfsctl.3 usr/share/doc/xfslibs-dev/changelog.Debian usr/share/doc/xfslibs-dev/changelog cd '/home/steven/dev-pkgs/xfsprogs/xfsprogs-3.2.1+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/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/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_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/dev-pkgs/xfsprogs/xfsprogs-3.2.1+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/xfsprogs/usr/lib -type f -name '*.ali' -print0 2>/dev/null | xargs -0r chmod uga-w 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/xfslibs-dev/usr/lib -type f -name '*.ali' -print0 2>/dev/null | xargs -0r chmod uga-w 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 find debian/xfsprogs-udeb/usr/lib -type f -name '*.ali' -print0 2>/dev/null | xargs -0r chmod uga-w 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/sbin/xfs_repair debian/xfsprogs/sbin/mkfs.xfs debian/xfsprogs/usr/sbin/xfs_growfs debian/xfsprogs/usr/sbin/xfs_estimate debian/xfsprogs/usr/sbin/xfs_logprint debian/xfsprogs/usr/sbin/xfs_io debian/xfsprogs/usr/sbin/xfs_db debian/xfsprogs/usr/sbin/xfs_quota debian/xfsprogs/usr/sbin/xfs_fsr debian/xfsprogs/usr/sbin/xfs_mdrestore debian/xfsprogs/usr/sbin/xfs_copy debian/xfsprogs/usr/sbin/xfs_rtcp 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: package could avoid a useless dependency if debian/xfsprogs-udeb/sbin/mkfs.xfs was not linked against librt.so.1 (it uses none of the library's symbols) dh_gencontrol echo misc:Depends= >> debian/xfsprogs.substvars dpkg-gencontrol -pxfsprogs -ldebian/changelog -Tdebian/xfsprogs.substvars -Pdebian/xfsprogs dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe 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 dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe 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 dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe 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.1+drbl1_amd64.deb'. dpkg-deb --build debian/xfslibs-dev .. dpkg-deb: building package `xfslibs-dev' in `../xfslibs-dev_3.2.1+drbl1_amd64.deb'. dpkg-deb -z1 -Zxz -Sextreme --build debian/xfsprogs-udeb ../xfsprogs-udeb_3.2.1\+drbl1_amd64.udeb dpkg-deb: building package `xfsprogs-udeb' in `../xfsprogs-udeb_3.2.1+drbl1_amd64.udeb'. dpkg-genchanges >../xfsprogs_3.2.1+drbl1_amd64.changes dpkg-genchanges: including full source code in upload dpkg-source --after-build xfsprogs-3.2.1+drbl1 dpkg-buildpackage: full upload; Debian-native package (full source is included) Now running lintian... I: xfsprogs source: missing-debian-source-format N: N: Explicitly selecting a source format by putting the format in N: debian/source/format is recommended. This allows for future removal of N: the 1.0 default for the package source format and, depending on the N: source format, may allow unambiguous declaration of whether this package N: is native or non-native. N: N: If you don't have a reason to stay with the old format for this package, N: please consider switching to "3.0 (quilt)" (for packages with a separate N: upstream tarball) or to "3.0 (native)" (for Debian native packages). N: N: If you wish to keep using the old format, please create that file and N: put "1.0" in it to be explicit about the source package version. If you N: have problems with the 3.0 format, the dpkg maintainers are interested N: in hearing, at debian-dpkg@lists.debian.org, the (technical) reasons why N: the new formats do not suit you. N: N: Refer to the dpkg-source(1) manual page and N: http://wiki.debian.org/Projects/DebSrc3.0 for details. N: N: Severity: wishlist, Certainty: certain N: N: Check: debian-source-dir, Type: source N: W: xfsprogs source: source-nmu-has-incorrect-version-number 3.2.1+drbl1 N: N: A source NMU should have a Debian revision of "-x.x" (or "+nmuX" for a N: native package). This is to prevent stealing version numbers from the N: maintainer. N: N: Maybe you didn't intend this upload to be a NMU, in that case, please N: doublecheck that the most recent entry in the changelog is byte-for-byte N: identical to the maintainer or one of the uploaders. If this is a local N: package (not intended for Debian), you can suppress this warning by N: putting "local" in the version number or "local package" on the first N: line of the changelog entry. N: N: Refer to Debian Developer's Reference section 5.11.2 (NMUs and N: debian/changelog) for details. N: N: Severity: normal, Certainty: certain N: N: Check: nmu, Type: source N: W: xfsprogs source: debian-rules-missing-recommended-target build-arch N: N: The debian/rules file for this package does not provide one of the N: recommended targets. All of build-arch and build-indep should be N: provided, even if they don't do anything for this package. If this N: package does not currently split building of architecture dependent and N: independent packages, the following rules may be added to fall back to N: the build target: N: N: build-arch: build N: build-indep: build N: N: Note that the following form is recommended however: N: N: build: build-arch build-indep N: build-arch: build-stamp N: build-indep: build-stamp N: build-stamp: N: build here N: N: These targets will be required by policy in the future, so should be N: added to prevent future breakage. N: N: Refer to Debian Policy Manual section 4.9 (Main building script: N: debian/rules) for details. N: N: Severity: normal, Certainty: certain N: N: Check: rules, Type: source N: W: xfsprogs source: debian-rules-missing-recommended-target build-indep W: xfsprogs source: out-of-date-standards-version 3.9.1 (current is 3.9.4) N: N: The source package refers to a Standards-Version older than the one that N: was current at the time the package was created (according to the N: timestamp of the latest debian/changelog entry). Please consider N: updating the package to current Policy and setting this control field N: appropriately. N: N: If the package is already compliant with the current standards, you N: don't have to re-upload the package just to adjust the Standards-Version N: control field. However, please remember to update this field next time N: you upload the package. N: N: See /usr/share/doc/debian-policy/upgrading-checklist.txt.gz in the N: debian-policy package for a summary of changes in newer versions of N: Policy. N: N: Refer to http://www.debian.org/doc/debian-policy/upgrading-checklist for N: details. N: N: Severity: normal, Certainty: certain N: N: Check: standards-version, Type: source N: W: xfsprogs source: debian-watch-file-in-native-package N: N: The package ships a watch file although it is a Debian native package. N: DEHS does not process watch files in native packages based on the N: reasoning that native packages do not have upstreams to check for new N: releases. N: N: Refer to http://wiki.debian.org/DEHS for details. N: N: Severity: normal, Certainty: certain N: N: Check: watch-file, Type: source N: W: xfsprogs: package-name-doesnt-match-sonames libhandle1 libxfs0 N: N: The package name of a library package should usually reflect the soname N: of the included library. The package name can determined from the N: library file name with the following code snippet: N: N: $ objdump -p /path/to/libfoo-bar.so.1.2.3 | sed -n -e's/^[[:space:]]*SONAME[[:space:]]*//p' | sed -e's/\([0-9]\)\.so\./\1-/; s/\.so\.//' N: N: Severity: normal, Certainty: possible N: N: Check: binaries, Type: binary, udeb N: W: xfsprogs: hardening-no-relro lib/libhandle.so.1.0.3 N: N: This package provides an ELF binary that lacks the "read-only N: relocation" link flag. This package was likely not built with the N: default Debian compiler flags defined by dpkg-buildflags. If built using N: dpkg-buildflags directly, be sure to import LDFLAGS. N: N: Refer to http://wiki.debian.org/Hardening for details. N: N: Severity: normal, Certainty: certain N: N: Check: binaries, Type: binary, udeb N: W: xfsprogs: hardening-no-fortify-functions lib/libhandle.so.1.0.3 N: N: This package provides an ELF binary that lacks the use of fortified libc N: functions. Either there are no potentially unfortified functions called N: by any routines, all unfortified calls have already been fully validated N: at compile-time, or the package was not built with the default Debian N: compiler flags defined by dpkg-buildflags. If built using N: dpkg-buildflags directly, be sure to import CPPFLAGS. N: N: NB: Due to false-positives, Lintian ignores some unprotected functions N: (e.g. memcpy). N: N: Refer to http://wiki.debian.org/Hardening and N: http://bugs.debian.org/673112 for details. N: N: Severity: normal, Certainty: possible N: N: Check: binaries, Type: binary, udeb N: W: xfsprogs: hardening-no-relro lib/libxfs.so.0.0.0 W: xfsprogs: hardening-no-fortify-functions lib/libxfs.so.0.0.0 W: xfsprogs: hardening-no-relro sbin/mkfs.xfs W: xfsprogs: hardening-no-fortify-functions sbin/mkfs.xfs W: xfsprogs: hardening-no-relro sbin/xfs_repair W: xfsprogs: hardening-no-fortify-functions sbin/xfs_repair W: xfsprogs: hardening-no-relro usr/sbin/xfs_copy W: xfsprogs: hardening-no-fortify-functions usr/sbin/xfs_copy W: xfsprogs: hardening-no-relro usr/sbin/xfs_db W: xfsprogs: hardening-no-fortify-functions usr/sbin/xfs_db W: xfsprogs: hardening-no-relro usr/sbin/xfs_estimate W: xfsprogs: hardening-no-fortify-functions usr/sbin/xfs_estimate W: xfsprogs: hardening-no-relro usr/sbin/xfs_fsr W: xfsprogs: hardening-no-fortify-functions usr/sbin/xfs_fsr W: xfsprogs: hardening-no-relro usr/sbin/xfs_growfs W: xfsprogs: hardening-no-fortify-functions usr/sbin/xfs_growfs W: xfsprogs: hardening-no-relro usr/sbin/xfs_io W: xfsprogs: hardening-no-fortify-functions usr/sbin/xfs_io W: xfsprogs: hardening-no-relro usr/sbin/xfs_logprint W: xfsprogs: hardening-no-fortify-functions usr/sbin/xfs_logprint W: xfsprogs: hardening-no-relro usr/sbin/xfs_mdrestore W: xfsprogs: hardening-no-fortify-functions usr/sbin/xfs_mdrestore I: xfsprogs: spelling-error-in-binary usr/sbin/xfs_quota allows to allows one to N: N: Lintian found a spelling error in the given binary. Lintian has a list N: of common misspellings that it looks for. It does not have a dictionary N: like a spelling checker does. N: N: If the string containing the spelling error is translated with the help N: of gettext or a similar tool, please fix the error in the translations N: as well as the English text to avoid making the translations fuzzy. With N: gettext, for example, this means you should also fix the spelling N: mistake in the corresponding msgids in the *.po files. N: N: You can often find the word in the source code by running: N: N: grep -rw N: N: This tag may produce false positives for words that contain non-ASCII N: characters due to limitations in strings. N: N: Severity: minor, Certainty: wild-guess N: N: Check: binaries, Type: binary, udeb N: W: xfsprogs: hardening-no-relro usr/sbin/xfs_quota W: xfsprogs: hardening-no-fortify-functions usr/sbin/xfs_quota W: xfsprogs: hardening-no-relro usr/sbin/xfs_rtcp W: xfsprogs: hardening-no-fortify-functions usr/sbin/xfs_rtcp W: xfsprogs: duplicate-changelog-files usr/share/doc/xfsprogs/changelog.Debian.gz usr/share/doc/xfsprogs/changelog.gz N: N: The package appears to be shipping two copies of the changelog. N: N: If the second copy is really needed, consider making it a symlink to the N: canonical place for the relevant changelog. N: N: Both upstream and debian changelogs are checked with this tag. N: N: Severity: normal, Certainty: possible N: N: Check: duplicate-files, Type: binary N: I: xfsprogs: spelling-error-in-manpage usr/share/man/man8/mkfs.xfs.8.gz noticable noticeable N: N: Lintian found a spelling error in the manpage. Lintian has a list of N: common misspellings that it looks for. It does not have a dictionary N: like a spelling checker does. N: N: If the string containing the spelling error is translated with the help N: of gettext (with the help of po4a, for example) or a similar tool, N: please fix the error in the translations as well as the English text to N: avoid making the translations fuzzy. With gettext, for example, this N: means you should also fix the spelling mistake in the corresponding N: msgids in the *.po files. N: N: Severity: minor, Certainty: possible N: N: Check: manpages, Type: binary N: I: xfsprogs: spelling-error-in-manpage usr/share/man/man8/xfs_quota.8.gz allows to allows one to I: xfsprogs: spelling-error-in-manpage usr/share/man/man8/xfs_quota.8.gz allows to allows one to I: xfsprogs: no-symbols-control-file lib/libxfs.so.0.0.0 N: N: Although the package includes a shared library, the package does not N: have a symbols control file. N: N: dpkg can use symbols files in order to generate more accurate library N: dependencies for applications, based on the symbols from the library N: that are actually used by the application. N: N: Refer to the dpkg-gensymbols(1) manual page and N: http://wiki.debian.org/UsingSymbolsFiles for details. N: N: Severity: wishlist, Certainty: certain N: N: Check: shared-libs, Type: binary, udeb N: I: xfsprogs: no-symbols-control-file lib/libhandle.so.1.0.3 W: xfslibs-dev: duplicate-changelog-files usr/share/doc/xfslibs-dev/changelog.Debian.gz usr/share/doc/xfslibs-dev/changelog.gz E: xfslibs-dev: incorrect-libdir-in-la-file usr/lib/libhandle.la /lib != /usr/lib N: N: The given .la file points to a libdir other than the path where it is N: installed. This can be caused by resetting prefix at make install time N: instead of using DESTDIR. The incorrect path will cause packages linking N: to this library using libtool to build incorrectly (adding incorrect N: paths to RPATH, for example). N: N: Severity: important, Certainty: possible N: N: Check: shared-libs, Type: binary, udeb N: E: xfslibs-dev: non-empty-dependency_libs-in-la-file usr/lib/libxfs.la N: N: The dependency_libs field in the .la file has not been cleared. It has N: long been a release goal to get rid of unneeded .la files and clearing N: the dependency_libs field from the rest of them. N: N: A non-empty dependency_libs field will also stall the Multi-Arch N: conversion. N: N: The .la file in itself may be useful, if the library is loaded N: dynamically via libltdl. N: N: Refer to http://wiki.debian.org/ReleaseGoals/LAFileRemoval, N: http://lists.debian.org/debian-devel/2011/05/msg01003.html, and N: http://lists.debian.org/debian-devel/2011/05/msg01146.html for details. N: N: Severity: serious, Certainty: certain N: N: Check: shared-libs, Type: binary, udeb N: E: xfslibs-dev: incorrect-libdir-in-la-file usr/lib/libxfs.la /lib != /usr/lib W: xfsprogs-udeb udeb: description-synopsis-starts-with-article N: N: The first line of the "Description:" should omit any initial indefinite N: or definite article: "a", "an", or "the". A good heuristic is that it N: should be possible to substitute the package name and synopsis into this N: formula: N: N: The package name provides {a,an,the,some} synopsis. N: N: Refer to Debian Developer's Reference section 6.2.2 (The package N: synopsis, or short description) for details. N: N: Severity: minor, Certainty: certain N: N: Check: description, Type: binary, udeb N: Finished running lintian. Now signing changes and any dsc files... signfile xfsprogs_3.2.1+drbl1.dsc 0x47CF935C signfile xfsprogs_3.2.1+drbl1_amd64.changes 0x47CF935C Successfully signed dsc and changes files