dpkg-buildpackage -rfakeroot -D -us -uc dpkg-buildpackage: source package partclone dpkg-buildpackage: source version 0.2.72.drbl2 dpkg-buildpackage: source changed by Steven Shiau dpkg-source --before-build partclone-0.2.72.drbl2 dpkg-buildpackage: host architecture amd64 fakeroot debian/rules clean dh clean --with autoreconf --with autotools-dev dh_clean rm -f debian/partclone.substvars rm -f debian/partclone.*.debhelper rm -rf debian/partclone/ rm -f debian/partclone-dbg.substvars rm -f debian/partclone-dbg.*.debhelper rm -rf debian/partclone-dbg/ 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 {} \; \) \) rm -f *-stamp dpkg-source -b partclone-0.2.72.drbl2 dpkg-source: info: using source format `3.0 (quilt)' dpkg-source: info: building partclone using existing ./partclone_0.2.72.drbl2.orig.tar.gz dpkg-source: warning: ignoring deletion of file fail-mbr/fail-mbr.bin.orig dpkg-source: info: building partclone in partclone_0.2.72.drbl2.debian.tar.gz dpkg-source: info: building partclone in partclone_0.2.72.drbl2.dsc debian/rules build dh build --with autoreconf --with autotools-dev dh_testdir dh_autoreconf find ! -ipath "./debian/*" -a ! \( -path '*/.git/*' -o -path '*/.hg/*' -o -path '*/.bzr/*' -o -path '*/.svn/*' -o -path '*/CVS/*' \) -a -type f -exec md5sum {} \; > debian/autoreconf.before autoreconf -f -i Copying file m4/codeset.m4 Copying file m4/glibc2.m4 Copying file m4/glibc21.m4 Copying file m4/intdiv0.m4 Copying file m4/intl.m4 Copying file m4/intldir.m4 Copying file m4/intmax.m4 Copying file m4/inttypes-pri.m4 Copying file m4/inttypes_h.m4 Copying file m4/lcmessage.m4 Copying file m4/lock.m4 Copying file m4/longdouble.m4 Copying file m4/longlong.m4 Copying file m4/printf-posix.m4 Copying file m4/size_max.m4 Copying file m4/stdint_h.m4 Copying file m4/uintmax_t.m4 Copying file m4/ulonglong.m4 Copying file m4/visibility.m4 Copying file m4/wchar_t.m4 Copying file m4/wint_t.m4 Copying file m4/xsize.m4 Copying file po/Makevars.template /usr/share/aclocal/progsreiserfs.m4:13: warning: underquoted definition of AC_CHECK_LIBREISERFS /usr/share/aclocal/progsreiserfs.m4:13: run info '(automake)Extending aclocal' /usr/share/aclocal/progsreiserfs.m4:13: or see http://www.gnu.org/software/automake/manual/automake.html#Extending-aclocal find ! -ipath "./debian/*" -a ! \( -path '*/.git/*' -o -path '*/.hg/*' -o -path '*/.bzr/*' -o -path '*/.svn/*' -o -path '*/CVS/*' \) -a -type f -exec md5sum {} \; > debian/autoreconf.after 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 debian/rules override_dh_auto_configure make[1]: Entering directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2' # Add here commands to configure the package. #cp /usr/share/misc/config.sub . #cp /usr/share/misc/config.guess . #autoreconf #./configure --prefix=/usr --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info LDFLAGS="-Wl,-z,defs" --enable-ncursesw --enable-extfs --enable-static # dh_auto_configure -- --enable-ncursesw --enable-extfs --enable-static # for normal linux dh_auto_configure -- --enable-ncursesw --enable-all --enable-static # for clonezilla dist ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --libdir=\${prefix}/lib/x86_64-linux-gnu --libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking --enable-ncursesw --enable-all --enable-static configure: WARNING: unrecognized options: --disable-maintainer-mode checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether NLS is requested... yes checking for msgfmt... /usr/bin/msgfmt checking for gmsgfmt... /usr/bin/msgfmt checking for xgettext... /usr/bin/xgettext checking for msgmerge... /usr/bin/msgmerge checking for style of include used by make... GNU 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 dependency style of gcc... none checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for GNU gettext in libc... yes checking whether to use NLS... yes checking where the gettext function comes from... libc 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 dependency style of gcc... (cached) none checking whether gcc and cc understand -c and -o together... yes checking for rm... /bin/rm checking whether ln -s works... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for UUID... yes checking for pthread_create in -lpthread... yes configure: checking for EXT2/3 Library and Header files ... ... checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking ext2fs/ext2fs.h usability... yes checking ext2fs/ext2fs.h presence... yes checking for ext2fs/ext2fs.h... yes checking for ext2fs_initialize in -lext2fs... yes checking version of libextfs... 1.42.5; ok! checking for aio_init in -lrt... yes configure: checking for XFS Library and Header files ... ... checking xfs/libxfs.h usability... yes checking xfs/libxfs.h presence... yes checking for xfs/libxfs.h... yes configure: checking for Reiserfs Library and Header files ... ... checking reiserfs/reiserfs.h usability... yes checking reiserfs/reiserfs.h presence... yes checking for reiserfs/reiserfs.h... yes checking for reiserfs_fs_open in -lreiserfs... yes checking for file_dal_open in -ldal... yes checking version of libreiserfs... 0.3.0.5; ok! configure: checking for Reiser4 Library and Header files ... ... checking reiser4/libreiser4.h usability... yes checking reiser4/libreiser4.h presence... yes checking for reiser4/libreiser4.h... yes checking for aal_device_open in -laal... yes checking version of libreiser4... 1.0.7; ok! configure: checking for NTFS-3g Library and Header files ... ... checking ntfs-3g/misc.h usability... yes checking ntfs-3g/misc.h presence... yes checking for ntfs-3g/misc.h... yes checking for ntfs_mount in -lntfs-3g... yes configure: checking for NTFS Library and Header files ... ... checking ntfs/version.h usability... yes checking ntfs/version.h presence... yes checking for ntfs/version.h... yes checking for ntfs_mount in -lntfs... yes configure: checking for UFS Library ... ... checking for ufs_disk_fillout in -lufs... yes configure: checking for VMFS Library files ... ... checking for vmfs_host_init in -lvmfs -luuid... yes configure: checking for JFS Library files ... ... checking for ujfs_get_superblk in -ljfs -luuid... yes checking blkid/blkid.h usability... yes checking blkid/blkid.h presence... yes checking for blkid/blkid.h... yes configure: checking for Ncursesw Library and Header files ... ... checking ncurses.h usability... yes checking ncurses.h presence... yes checking for ncurses.h... yes checking for initscr in -lncursesw... yes checking for initscr in -ltinfo... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating po/Makefile.in config.status: creating docs/Makefile config.status: creating tests/Makefile config.status: creating config.h config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-maintainer-mode Support File System: ext2/3/4...... yes, 1.42.5; ok! reiserfs...... yes, 0.3.0.5; ok! reiser4....... yes, 1.0.7; ok! xfs........... yes, version unknown, suggest 3.1.1 ntfs.......... yes, ntfs-3g fat12/16/32... yes, build-in exfat......... yes, build-in hfs plus...... yes, build-in ufs .......... yes, unknown, suggest 7.0-2 vmfs ......... yes, 0.2.5 jfs .......... yes, version unknown, suggest 1.1.12 btrfs......... yes, Btrfs v3.14.1 minix......... yes, build-in make[1]: Leaving directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2' dh_auto_build make -j1 make[1]: Entering directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2' make all-recursive make[2]: Entering directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2' Making all in po make[3]: Entering directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/po' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/po' Making all in src make[3]: Entering directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/src' gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -I/usr/include/ncursesw -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c info.c info.c: In function ‘info_options’: info.c:82:3: warning: implicit declaration of function ‘print_version’ [-Wimplicit-function-declaration] gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -I/usr/include/ncursesw -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c partclone.c gcc -D_FILE_OFFSET_BITS=64 -I/usr/include/ncursesw -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -static -Wl,-z,relro -o partclone.info info.o partclone.o -lncursesw -lpthread -ltinfo gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DDD -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_dd-main.o `test -f 'main.c' || echo './'`main.c main.c: In function ‘main’: main.c:412:21: warning: ‘needed_size’ may be used uninitialized in this function [-Wmaybe-uninitialized] gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DDD -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_dd-partclone.o `test -f 'partclone.c' || echo './'`partclone.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DDD -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_dd-progress.o `test -f 'progress.c' || echo './'`progress.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DDD -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_dd-ddclone.o `test -f 'ddclone.c' || echo './'`ddclone.c gcc -DDD -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -static -Wl,-z,relro -o partclone.dd partclone_dd-main.o partclone_dd-partclone.o partclone_dd-progress.o partclone_dd-ddclone.o -lncursesw -lpthread -ltinfo gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DRESTORE -DDD -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_restore-main.o `test -f 'main.c' || echo './'`main.c main.c: In function ‘main’: main.c:412:21: warning: ‘needed_size’ may be used uninitialized in this function [-Wmaybe-uninitialized] gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DRESTORE -DDD -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_restore-partclone.o `test -f 'partclone.c' || echo './'`partclone.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DRESTORE -DDD -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_restore-progress.o `test -f 'progress.c' || echo './'`progress.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DRESTORE -DDD -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_restore-ddclone.o `test -f 'ddclone.c' || echo './'`ddclone.c gcc -DRESTORE -DDD -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -static -Wl,-z,relro -o partclone.restore partclone_restore-main.o partclone_restore-partclone.o partclone_restore-progress.o partclone_restore-ddclone.o -lncursesw -lpthread -ltinfo gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DCHKIMG -DDD -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_chkimg-main.o `test -f 'main.c' || echo './'`main.c main.c: In function ‘main’: main.c:412:21: warning: ‘needed_size’ may be used uninitialized in this function [-Wmaybe-uninitialized] gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DCHKIMG -DDD -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_chkimg-partclone.o `test -f 'partclone.c' || echo './'`partclone.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DCHKIMG -DDD -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_chkimg-progress.o `test -f 'progress.c' || echo './'`progress.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DCHKIMG -DDD -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_chkimg-ddclone.o `test -f 'ddclone.c' || echo './'`ddclone.c gcc -DCHKIMG -DDD -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -static -Wl,-z,relro -o partclone.chkimg partclone_chkimg-main.o partclone_chkimg-partclone.o partclone_chkimg-progress.o partclone_chkimg-ddclone.o -lncursesw -lpthread -ltinfo gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DIMG -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_imager-main.o `test -f 'main.c' || echo './'`main.c main.c: In function ‘main’: main.c:412:21: warning: ‘needed_size’ may be used uninitialized in this function [-Wmaybe-uninitialized] gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DIMG -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_imager-partclone.o `test -f 'partclone.c' || echo './'`partclone.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DIMG -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_imager-progress.o `test -f 'progress.c' || echo './'`progress.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DIMG -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_imager-ddclone.o `test -f 'ddclone.c' || echo './'`ddclone.c gcc -DIMG -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -static -Wl,-z,relro -o partclone.imager partclone_imager-main.o partclone_imager-partclone.o partclone_imager-progress.o partclone_imager-ddclone.o -lncursesw -lpthread -ltinfo gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DEXTFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_extfs-main.o `test -f 'main.c' || echo './'`main.c main.c: In function ‘main’: main.c:412:21: warning: ‘needed_size’ may be used uninitialized in this function [-Wmaybe-uninitialized] gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DEXTFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_extfs-partclone.o `test -f 'partclone.c' || echo './'`partclone.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DEXTFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_extfs-progress.o `test -f 'progress.c' || echo './'`progress.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DEXTFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_extfs-extfsclone.o `test -f 'extfsclone.c' || echo './'`extfsclone.c gcc -DEXTFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -static -Wl,-z,relro -o partclone.extfs partclone_extfs-main.o partclone_extfs-partclone.o partclone_extfs-progress.o partclone_extfs-extfsclone.o -lext2fs -lcom_err -lpthread -lncursesw -lpthread -ltinfo gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DREISERFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_reiserfs-main.o `test -f 'main.c' || echo './'`main.c main.c: In function ‘main’: main.c:412:21: warning: ‘needed_size’ may be used uninitialized in this function [-Wmaybe-uninitialized] gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DREISERFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_reiserfs-partclone.o `test -f 'partclone.c' || echo './'`partclone.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DREISERFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_reiserfs-progress.o `test -f 'progress.c' || echo './'`progress.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DREISERFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_reiserfs-reiserfsclone.o `test -f 'reiserfsclone.c' || echo './'`reiserfsclone.c gcc -DREISERFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -static -Wl,-z,relro -o partclone.reiserfs partclone_reiserfs-main.o partclone_reiserfs-partclone.o partclone_reiserfs-progress.o partclone_reiserfs-reiserfsclone.o -lreiserfs -ldal -lncursesw -lpthread -ltinfo gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DREISER4 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_reiser4-main.o `test -f 'main.c' || echo './'`main.c main.c: In function ‘main’: main.c:412:21: warning: ‘needed_size’ may be used uninitialized in this function [-Wmaybe-uninitialized] gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DREISER4 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_reiser4-partclone.o `test -f 'partclone.c' || echo './'`partclone.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DREISER4 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_reiser4-progress.o `test -f 'progress.c' || echo './'`progress.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DREISER4 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_reiser4-reiser4clone.o `test -f 'reiser4clone.c' || echo './'`reiser4clone.c gcc -DREISER4 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -static -Wl,-z,relro -o partclone.reiser4 partclone_reiser4-main.o partclone_reiser4-partclone.o partclone_reiser4-progress.o partclone_reiser4-reiser4clone.o -lreiser4 -laal -lncursesw -lpthread -ltinfo gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DHFSPLUS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_hfsp-main.o `test -f 'main.c' || echo './'`main.c main.c: In function ‘main’: main.c:412:21: warning: ‘needed_size’ may be used uninitialized in this function [-Wmaybe-uninitialized] gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DHFSPLUS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_hfsp-partclone.o `test -f 'partclone.c' || echo './'`partclone.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DHFSPLUS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_hfsp-progress.o `test -f 'progress.c' || echo './'`progress.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DHFSPLUS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_hfsp-hfsplusclone.o `test -f 'hfsplusclone.c' || echo './'`hfsplusclone.c gcc -DHFSPLUS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -static -Wl,-z,relro -o partclone.hfsp partclone_hfsp-main.o partclone_hfsp-partclone.o partclone_hfsp-progress.o partclone_hfsp-hfsplusclone.o -lncursesw -lpthread -ltinfo gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DXFS -I/usr/include/uuid -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_xfs-main.o `test -f 'main.c' || echo './'`main.c main.c: In function ‘main’: main.c:412:21: warning: ‘needed_size’ may be used uninitialized in this function [-Wmaybe-uninitialized] gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DXFS -I/usr/include/uuid -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_xfs-partclone.o `test -f 'partclone.c' || echo './'`partclone.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DXFS -I/usr/include/uuid -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_xfs-progress.o `test -f 'progress.c' || echo './'`progress.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DXFS -I/usr/include/uuid -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_xfs-xfsclone.o `test -f 'xfsclone.c' || echo './'`xfsclone.c xfsclone.c: In function ‘get_sb’: xfsclone.c:57:9: warning: implicit declaration of function ‘lseek64’ [-Wimplicit-function-declaration] xfsclone.c: In function ‘readbitmap’: xfsclone.c:325:10: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result] xfsclone.c:433:10: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result] gcc -DXFS -I/usr/include/uuid -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -static -Wl,-z,relro -o partclone.xfs partclone_xfs-main.o partclone_xfs-partclone.o partclone_xfs-progress.o partclone_xfs-xfsclone.o -lxfs -lrt -lpthread -luuid -lncursesw -lpthread -ltinfo gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DEXFAT -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_exfat-main.o `test -f 'main.c' || echo './'`main.c main.c: In function ‘main’: main.c:412:21: warning: ‘needed_size’ may be used uninitialized in this function [-Wmaybe-uninitialized] gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DEXFAT -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_exfat-partclone.o `test -f 'partclone.c' || echo './'`partclone.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DEXFAT -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_exfat-progress.o `test -f 'progress.c' || echo './'`progress.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DEXFAT -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_exfat-exfatclone.o `test -f 'exfatclone.c' || echo './'`exfatclone.c exfatclone.c: In function ‘readbitmap’: exfatclone.c:62:2: warning: format ‘%lli’ expects argument of type ‘long long int’, but argument 2 has type ‘off_t’ [-Wformat] exfatclone.c:62:2: warning: format ‘%lli’ expects argument of type ‘long long int’, but argument 3 has type ‘off_t’ [-Wformat] gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DEXFAT -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_exfat-cluster.o `test -f 'exfat/cluster.c' || echo './'`exfat/cluster.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DEXFAT -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_exfat-io.o `test -f 'exfat/io.c' || echo './'`exfat/io.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DEXFAT -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_exfat-log.o `test -f 'exfat/log.c' || echo './'`exfat/log.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DEXFAT -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_exfat-lookup.o `test -f 'exfat/lookup.c' || echo './'`exfat/lookup.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DEXFAT -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_exfat-mount.o `test -f 'exfat/mount.c' || echo './'`exfat/mount.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DEXFAT -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_exfat-node.o `test -f 'exfat/node.c' || echo './'`exfat/node.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DEXFAT -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_exfat-time.o `test -f 'exfat/time.c' || echo './'`exfat/time.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DEXFAT -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_exfat-utf.o `test -f 'exfat/utf.c' || echo './'`exfat/utf.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DEXFAT -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_exfat-utils.o `test -f 'exfat/utils.c' || echo './'`exfat/utils.c gcc -DEXFAT -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -static -Wl,-z,relro -o partclone.exfat partclone_exfat-main.o partclone_exfat-partclone.o partclone_exfat-progress.o partclone_exfat-exfatclone.o partclone_exfat-cluster.o partclone_exfat-io.o partclone_exfat-log.o partclone_exfat-lookup.o partclone_exfat-mount.o partclone_exfat-node.o partclone_exfat-time.o partclone_exfat-utf.o partclone_exfat-utils.o -lncursesw -lpthread -ltinfo gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DFAT -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_fat-main.o `test -f 'main.c' || echo './'`main.c main.c: In function ‘main’: main.c:412:21: warning: ‘needed_size’ may be used uninitialized in this function [-Wmaybe-uninitialized] gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DFAT -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_fat-partclone.o `test -f 'partclone.c' || echo './'`partclone.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DFAT -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_fat-progress.o `test -f 'progress.c' || echo './'`progress.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DFAT -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_fat-fatclone.o `test -f 'fatclone.c' || echo './'`fatclone.c gcc -DFAT -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -static -Wl,-z,relro -o partclone.fat partclone_fat-main.o partclone_fat-partclone.o partclone_fat-progress.o partclone_fat-fatclone.o -lncursesw -lpthread -ltinfo gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -D_FILE_OFFSET_BITS=64 -I/usr/include/ncursesw -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c ntfsfixboot.c gcc -D_FILE_OFFSET_BITS=64 -I/usr/include/ncursesw -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -static -Wl,-z,relro -o partclone.ntfsfixboot ntfsfixboot.o -lncursesw -lpthread -ltinfo gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DNTFS3G -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_ntfs-main.o `test -f 'main.c' || echo './'`main.c main.c: In function ‘main’: main.c:412:21: warning: ‘needed_size’ may be used uninitialized in this function [-Wmaybe-uninitialized] gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DNTFS3G -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_ntfs-partclone.o `test -f 'partclone.c' || echo './'`partclone.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DNTFS3G -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_ntfs-progress.o `test -f 'progress.c' || echo './'`progress.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DNTFS3G -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_ntfs-ntfsclone-ng.o `test -f 'ntfsclone-ng.c' || echo './'`ntfsclone-ng.c gcc -DNTFS3G -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -static -Wl,-z,relro -o partclone.ntfs partclone_ntfs-main.o partclone_ntfs-partclone.o partclone_ntfs-progress.o partclone_ntfs-ntfsclone-ng.o -lntfs-3g -lncursesw -lpthread -ltinfo /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/libntfs-3g.a(libntfs_3g_la-security.o): In function `link_single_group.isra.10': (.text+0x1a0e): warning: Using 'getgrgid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/libntfs-3g.a(libntfs_3g_la-acls.o): In function `ntfs_do_group_mapping': (.text+0x5739): warning: Using 'getgrnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/libntfs-3g.a(libntfs_3g_la-acls.o): In function `ntfs_do_user_mapping': (.text+0x5531): warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking /usr/lib/gcc/x86_64-linux-gnu/4.7/../../../x86_64-linux-gnu/libntfs-3g.a(libntfs_3g_la-security.o): In function `ntfs_build_mapping': (.text+0x451a): warning: Using 'getpwuid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DUFS -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_ufs-main.o `test -f 'main.c' || echo './'`main.c main.c: In function ‘main’: main.c:412:21: warning: ‘needed_size’ may be used uninitialized in this function [-Wmaybe-uninitialized] gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DUFS -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_ufs-partclone.o `test -f 'partclone.c' || echo './'`partclone.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DUFS -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_ufs-progress.o `test -f 'progress.c' || echo './'`progress.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DUFS -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_ufs-ufsclone.o `test -f 'ufsclone.c' || echo './'`ufsclone.c gcc -DUFS -D_GNU_SOURCE -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -static -Wl,-z,relro -o partclone.ufs partclone_ufs-main.o partclone_ufs-partclone.o partclone_ufs-progress.o partclone_ufs-ufsclone.o -lufs -lbsd -lncursesw -lpthread -ltinfo gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DVMFS -D_GNU_SOURCE -I/usr/include/uuid -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_vmfs-main.o `test -f 'main.c' || echo './'`main.c main.c: In function ‘main’: main.c:412:21: warning: ‘needed_size’ may be used uninitialized in this function [-Wmaybe-uninitialized] gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DVMFS -D_GNU_SOURCE -I/usr/include/uuid -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_vmfs-partclone.o `test -f 'partclone.c' || echo './'`partclone.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DVMFS -D_GNU_SOURCE -I/usr/include/uuid -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_vmfs-progress.o `test -f 'progress.c' || echo './'`progress.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DVMFS -D_GNU_SOURCE -I/usr/include/uuid -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_vmfs-vmfsclone.o `test -f 'vmfsclone.c' || echo './'`vmfsclone.c gcc -DVMFS -D_GNU_SOURCE -I/usr/include/uuid -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -static -Wl,-z,relro -o partclone.vmfs partclone_vmfs-main.o partclone_vmfs-partclone.o partclone_vmfs-progress.o partclone_vmfs-vmfsclone.o -lvmfs -luuid -lncursesw -lpthread -ltinfo gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DVMFS -D_GNU_SOURCE -I/usr/include/uuid -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_vmfs5-main.o `test -f 'main.c' || echo './'`main.c main.c: In function ‘main’: main.c:412:21: warning: ‘needed_size’ may be used uninitialized in this function [-Wmaybe-uninitialized] gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DVMFS -D_GNU_SOURCE -I/usr/include/uuid -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_vmfs5-partclone.o `test -f 'partclone.c' || echo './'`partclone.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DVMFS -D_GNU_SOURCE -I/usr/include/uuid -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_vmfs5-progress.o `test -f 'progress.c' || echo './'`progress.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DVMFS -D_GNU_SOURCE -I/usr/include/uuid -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_vmfs5-vmfs5clone.o `test -f 'vmfs5clone.c' || echo './'`vmfs5clone.c gcc -DVMFS -D_GNU_SOURCE -I/usr/include/uuid -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -static -Wl,-z,relro -o partclone.vmfs5 partclone_vmfs5-main.o partclone_vmfs5-partclone.o partclone_vmfs5-progress.o partclone_vmfs5-vmfs5clone.o -lvmfs -luuid -lncursesw -lpthread -ltinfo gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DVMFS -D_GNU_SOURCE -I/usr/include/uuid -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_fstype-fstype.o `test -f 'fstype.c' || echo './'`fstype.c gcc -DVMFS -D_GNU_SOURCE -I/usr/include/uuid -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -static -Wl,-z,relro -o partclone.fstype partclone_fstype-fstype.o -lvmfs -luuid -lncursesw -lpthread -ltinfo gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DJFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_jfs-main.o `test -f 'main.c' || echo './'`main.c main.c: In function ‘main’: main.c:412:21: warning: ‘needed_size’ may be used uninitialized in this function [-Wmaybe-uninitialized] gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DJFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_jfs-partclone.o `test -f 'partclone.c' || echo './'`partclone.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DJFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_jfs-progress.o `test -f 'progress.c' || echo './'`progress.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DJFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_jfs-jfsclone.o `test -f 'jfsclone.c' || echo './'`jfsclone.c gcc -DJFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -static -Wl,-z,relro -o partclone.jfs partclone_jfs-main.o partclone_jfs-partclone.o partclone_jfs-progress.o partclone_jfs-jfsclone.o -luuid -ljfs -lncursesw -lpthread -ltinfo gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DBTRFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_btrfs-main.o `test -f 'main.c' || echo './'`main.c main.c: In function ‘main’: main.c:412:21: warning: ‘needed_size’ may be used uninitialized in this function [-Wmaybe-uninitialized] gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DBTRFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_btrfs-partclone.o `test -f 'partclone.c' || echo './'`partclone.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DBTRFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_btrfs-progress.o `test -f 'progress.c' || echo './'`progress.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DBTRFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_btrfs-btrfsclone.o `test -f 'btrfsclone.c' || echo './'`btrfsclone.c btrfsclone.c: In function ‘readbitmap’: btrfsclone.c:144:3: warning: passing argument 4 of ‘btrfs_map_block’ from incompatible pointer type [enabled by default] In file included from btrfsclone.c:19:0: btrfs/volumes.h:150:5: note: expected ‘u64 *’ but argument is of type ‘uint64_t *’ btrfsclone.c:150:3: warning: passing argument 4 of ‘btrfs_map_block’ from incompatible pointer type [enabled by default] In file included from btrfsclone.c:19:0: btrfs/volumes.h:150:5: note: expected ‘u64 *’ but argument is of type ‘uint64_t *’ btrfsclone.c:157:6: warning: passing argument 4 of ‘btrfs_map_block’ from incompatible pointer type [enabled by default] In file included from btrfsclone.c:19:0: btrfs/volumes.h:150:5: note: expected ‘u64 *’ but argument is of type ‘uint64_t *’ gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DBTRFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_btrfs-crc32c.o `test -f 'btrfs/crc32c.c' || echo './'`btrfs/crc32c.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DBTRFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_btrfs-disk-io.o `test -f 'btrfs/disk-io.c' || echo './'`btrfs/disk-io.c btrfs/disk-io.c: In function ‘__csum_tree_block_size’: btrfs/disk-io.c:91:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DBTRFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_btrfs-extent-tree.o `test -f 'btrfs/extent-tree.c' || echo './'`btrfs/extent-tree.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DBTRFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_btrfs-inode-map.o `test -f 'btrfs/inode-map.c' || echo './'`btrfs/inode-map.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DBTRFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_btrfs-rbtree.o `test -f 'btrfs/rbtree.c' || echo './'`btrfs/rbtree.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DBTRFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_btrfs-volumes.o `test -f 'btrfs/volumes.c' || echo './'`btrfs/volumes.c btrfs/volumes.c: In function ‘write_raid56_with_parity’: btrfs/volumes.c:1943:5: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] btrfs/volumes.c:1944:6: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DBTRFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_btrfs-ctree.o `test -f 'btrfs/ctree.c' || echo './'`btrfs/ctree.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DBTRFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_btrfs-extent-cache.o `test -f 'btrfs/extent-cache.c' || echo './'`btrfs/extent-cache.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DBTRFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_btrfs-file-item.o `test -f 'btrfs/file-item.c' || echo './'`btrfs/file-item.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DBTRFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_btrfs-print-tree.o `test -f 'btrfs/print-tree.c' || echo './'`btrfs/print-tree.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DBTRFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_btrfs-root-tree.o `test -f 'btrfs/root-tree.c' || echo './'`btrfs/root-tree.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DBTRFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_btrfs-dir-item.o `test -f 'btrfs/dir-item.c' || echo './'`btrfs/dir-item.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DBTRFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_btrfs-extent_io.o `test -f 'btrfs/extent_io.c' || echo './'`btrfs/extent_io.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DBTRFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_btrfs-inode-item.o `test -f 'btrfs/inode-item.c' || echo './'`btrfs/inode-item.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DBTRFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_btrfs-radix-tree.o `test -f 'btrfs/radix-tree.c' || echo './'`btrfs/radix-tree.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DBTRFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_btrfs-utils.o `test -f 'btrfs/utils.c' || echo './'`btrfs/utils.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DBTRFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_btrfs-repair.o `test -f 'btrfs/repair.c' || echo './'`btrfs/repair.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DBTRFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_btrfs-raid6.o `test -f 'btrfs/raid6.c' || echo './'`btrfs/raid6.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DBTRFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_btrfs-free-space-cache.o `test -f 'btrfs/free-space-cache.c' || echo './'`btrfs/free-space-cache.c gcc -DBTRFS -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -static -Wl,-z,relro -o partclone.btrfs partclone_btrfs-main.o partclone_btrfs-partclone.o partclone_btrfs-progress.o partclone_btrfs-btrfsclone.o partclone_btrfs-crc32c.o partclone_btrfs-disk-io.o partclone_btrfs-extent-tree.o partclone_btrfs-inode-map.o partclone_btrfs-rbtree.o partclone_btrfs-volumes.o partclone_btrfs-ctree.o partclone_btrfs-extent-cache.o partclone_btrfs-file-item.o partclone_btrfs-print-tree.o partclone_btrfs-root-tree.o partclone_btrfs-dir-item.o partclone_btrfs-extent_io.o partclone_btrfs-inode-item.o partclone_btrfs-radix-tree.o partclone_btrfs-utils.o partclone_btrfs-repair.o partclone_btrfs-raid6.o partclone_btrfs-free-space-cache.o -luuid -lblkid -lncursesw -lpthread -ltinfo gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DMINIX -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_minix-main.o `test -f 'main.c' || echo './'`main.c main.c: In function ‘main’: main.c:412:21: warning: ‘needed_size’ may be used uninitialized in this function [-Wmaybe-uninitialized] gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DMINIX -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_minix-partclone.o `test -f 'partclone.c' || echo './'`partclone.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DMINIX -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_minix-progress.o `test -f 'progress.c' || echo './'`progress.c gcc -DHAVE_CONFIG_H -I. -I.. -DLOCALEDIR=\"/usr/share/locale\" -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DMINIX -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c -o partclone_minix-minixclone.o `test -f 'minixclone.c' || echo './'`minixclone.c gcc -DMINIX -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -static -Wl,-z,relro -o partclone.minix partclone_minix-main.o partclone_minix-partclone.o partclone_minix-progress.o partclone_minix-minixclone.o -lncursesw -lpthread -ltinfo make[3]: Leaving directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/src' Making all in docs make[3]: Entering directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/docs' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/docs' Making all in tests make[3]: Entering directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/tests' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/tests' Making all in fail-mbr make[3]: Entering directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/fail-mbr' cc -Wall -Werror -m32 -nostdlib -o fail-mbr.o fail-mbr.S cc -Os -Wall -W -Wshadow -Wpointer-arith -Wmissing-prototypes -Wundef -Wstrict-prototypes -g -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mno-mmx -mno-sse -mno-sse2 -mno-3dnow -fno-dwarf2-cfi-asm -fno-asynchronous-unwind-tables -m32 -fno-stack-protector -mno-stack-arg-probe -Werror -Wno-trampolines -DUSE_ASCII_FAILBACK=1 -DHAVE_UNIFONT_WIDTHSPEC=1 -mrtd -mregparm=3 -fno-builtin -m32 -Wl,--build-id=none -nostdlib -Wl,-N,-S -Wl,-N -Wl,-Ttext,0x7C00 -o fail-mbr.image fail-mbr.o objcopy -O binary --strip-unneeded -R .note -R .comment -R .note.gnu.build-id -R .reginfo -R .rel.dyn fail-mbr.image fail-mbr.bin make[3]: Leaving directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/fail-mbr' make[3]: Entering directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2' make[2]: Leaving directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2' make[1]: Leaving directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2' dh_auto_test make -j1 check make[1]: Entering directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2' Making check in po make[2]: Entering directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/po' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/po' Making check in src make[2]: Entering directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/src' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/src' Making check in docs make[2]: Entering directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/docs' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/docs' Making check in tests make[2]: Entering directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/tests' make check-TESTS make[3]: Entering directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/tests' partclone.dd test ==================== create raw file floppy.raw dd if=/dev/urandom of=floppy.raw bs=1024 count=131072 131072+0 records in 131072+0 records out 134217728 bytes (134 MB) copied, 7.42317 s, 18.1 MB/s clone floppy.raw to floppy.img ../src/partclone.dd -d -s floppy.raw -O floppy.img -F -L test.log Partclone v0.2.72 http://partclone.org Starting to clone/restore (floppy.raw) to (floppy.img) with dd mode You are not logged as root. You may have "access denied" errors when working. Reading Super Block Calculating bitmap... Please wait... done! File system: raw Device size: 134.2 MB = 262144 Blocks Space in use: 134.2 MB = 262144 Blocks Free Space: 0 Byte = 0 Blocks Block size: 512 Byte Elapsed: 00:00:01, Remaining: 00:01:39, Completed: 1.00%, 0.00byte/min, current block: 0, total block: 262144, Complete: 0.00% Elapsed: 00:00:02, Remaining: 00:00:00, Completed: 100.00%, Rate: 4.03GB/min, current block: 262144, total block: 262144, Complete: 100.00% Total Time: 00:00:02, Ave. Rate: 4.0GB/min, 100.00% completed! Syncing... OK! Cloned successfully. create raw file floppy.raw for restore dd if=/dev/zero of=floppy.raw bs=1024 count=131072 131072+0 records in 131072+0 records out 134217728 bytes (134 MB) copied, 0.17996 s, 746 MB/s restore floppy.img to floppy.raw ../src/partclone.dd -d -s floppy.img -O floppy.raw -F -L test.log Partclone v0.2.72 http://partclone.org Starting to clone/restore (floppy.img) to (floppy.raw) with dd mode You are not logged as root. You may have "access denied" errors when working. Reading Super Block Calculating bitmap... Please wait... done! File system: raw Device size: 134.2 MB = 262144 Blocks Space in use: 134.2 MB = 262144 Blocks Free Space: 0 Byte = 0 Blocks Block size: 512 Byte Elapsed: 00:00:01, Remaining: 00:01:39, Completed: 1.00%, 0.00byte/min, current block: 0, total block: 262144, Complete: 0.00% Elapsed: 00:00:02, Remaining: 00:00:00, Completed: 100.00%, Rate: 4.03GB/min, current block: 262144, total block: 262144, Complete: 100.00% Total Time: 00:00:02, Ave. Rate: 4.0GB/min, 100.00% completed! Syncing... OK! Cloned successfully. dd test ok clear tmp files floppy.img floppy.raw test.log PASS: dd.test ============= 1 test passed ============= make[3]: Leaving directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/tests' make[2]: Leaving directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/tests' Making check in fail-mbr make[2]: Entering directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/fail-mbr' make[2]: Nothing to be done for `check'. make[2]: Leaving directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/fail-mbr' make[2]: Entering directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2' make[2]: Nothing to be done for `check-am'. make[2]: Leaving directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2' make[1]: Leaving directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2' fakeroot debian/rules binary dh binary --with autoreconf --with autotools-dev dh_testroot dh_prep rm -f debian/partclone.substvars rm -f debian/partclone.*.debhelper rm -rf debian/partclone/ rm -f debian/partclone-dbg.substvars rm -f debian/partclone-dbg.*.debhelper rm -rf debian/partclone-dbg/ dh_installdirs install -d debian/partclone install -d debian/partclone/usr/sbin install -d debian/partclone-dbg debian/rules override_dh_auto_install make[1]: Entering directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2' /usr/bin/make DESTDIR=$(pwd)/debian/partclone prefix=/usr install make[2]: Entering directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2' Making install in po make[3]: Entering directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/po' /bin/mkdir -p /home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/debian/partclone/usr/share installing zh_TW.gmo as /home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/debian/partclone/usr/share/locale/zh_TW/LC_MESSAGES/partclone.mo installing fr_FR.gmo as /home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/debian/partclone/usr/share/locale/fr_FR/LC_MESSAGES/partclone.mo installing vi.gmo as /home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/debian/partclone/usr/share/locale/vi/LC_MESSAGES/partclone.mo if test "partclone" = "gettext-tools"; then \ /bin/mkdir -p /home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/debian/partclone/usr/share/gettext/po; \ for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do \ /usr/bin/install -c -m 644 ./$file \ /home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/debian/partclone/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/debian/partclone/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[3]: Leaving directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/po' Making install in src make[3]: Entering directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/src' make[4]: Entering directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/src' /bin/mkdir -p '/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/debian/partclone/usr/sbin' /usr/bin/install -c partclone.info partclone.dd partclone.restore partclone.chkimg partclone.imager partclone.extfs partclone.reiserfs partclone.reiser4 partclone.hfsp partclone.xfs partclone.exfat partclone.fat partclone.ntfsfixboot partclone.ntfs partclone.ufs partclone.vmfs partclone.vmfs5 partclone.fstype partclone.jfs partclone.btrfs partclone.minix '/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/debian/partclone/usr/sbin' /usr/bin/make install-exec-hook make[5]: Entering directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/src' ln -s -f partclone.extfs /home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/debian/partclone/usr/sbin/partclone.ext2 ln -s -f partclone.extfs /home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/debian/partclone/usr/sbin/partclone.ext3 ln -s -f partclone.extfs /home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/debian/partclone/usr/sbin/partclone.ext4 ln -s -f partclone.extfs /home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/debian/partclone/usr/sbin/partclone.ext4dev ln -s -f partclone.hfsp /home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/debian/partclone/usr/sbin/partclone.hfs+ ln -s -f partclone.hfsp /home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/debian/partclone/usr/sbin/partclone.hfsplus ln -s -f partclone.ntfsfixboot /home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/debian/partclone/usr/sbin/partclone.ntfsreloc ln -s -f partclone.fat /home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/debian/partclone/usr/sbin/partclone.fat12 ln -s -f partclone.fat /home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/debian/partclone/usr/sbin/partclone.fat16 ln -s -f partclone.fat /home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/debian/partclone/usr/sbin/partclone.fat32 ln -s -f partclone.fat /home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/debian/partclone/usr/sbin/partclone.vfat ln -s -f partclone.vmfs /home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/debian/partclone/usr/sbin/partclone.VMFS_volume_member ln -s -f partclone.vmfs /home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/debian/partclone/usr/sbin/partclone.vmfs3 make[5]: Leaving directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/src' make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/src' make[3]: Leaving directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/src' Making install in docs make[3]: Entering directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/docs' make[4]: Entering directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/docs' make[4]: Nothing to be done for `install-exec-am'. /bin/mkdir -p '/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/debian/partclone/usr/share/man/man8' /usr/bin/install -c -m 644 partclone.info.8 partclone.chkimg.8 partclone.dd.8 partclone.restore.8 partclone.8 partclone.imager.8 partclone.extfs.8 partclone.ext2.8 partclone.ext3.8 partclone.ext4.8 partclone.ext4dev.8 partclone.reiserfs.8 partclone.reiser4.8 partclone.hfsplus.8 partclone.hfs+.8 partclone.hfsp.8 partclone.xfs.8 partclone.exfat.8 partclone.fat.8 partclone.vfat.8 partclone.fat12.8 partclone.fat16.8 partclone.fat32.8 partclone.ufs.8 partclone.vmfs.8 partclone.vmfs3.8 partclone.vmfs5.8 partclone.VMFS_volume_member.8 partclone.fstype.8 partclone.jfs.8 partclone.btrfs.8 partclone.ntfs.8 partclone.ntfsfixboot.8 partclone.ntfsreloc.8 partclone.minix.8 '/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/debian/partclone/usr/share/man/man8' make[4]: Leaving directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/docs' make[3]: Leaving directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/docs' Making install in tests make[3]: Entering directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/tests' make[4]: Entering directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/tests' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/tests' make[3]: Leaving directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/tests' Making install in fail-mbr make[3]: Entering directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/fail-mbr' mkdir -p /home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/debian/partclone/usr/share/partclone install fail-mbr.bin /home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/debian/partclone/usr/share/partclone make[3]: Leaving directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2/fail-mbr' make[3]: Entering directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2' make[4]: Entering directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2' make[3]: Leaving directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2' make[2]: Leaving directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2' make[1]: Leaving directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2' dh_install dh_installdocs install -g 0 -o 0 -d debian/partclone/usr/share/doc/partclone cp -a NEWS debian/partclone/usr/share/doc/partclone cp -a README debian/partclone/usr/share/doc/partclone chown -R 0:0 debian/partclone/usr/share/doc chmod -R go=rX debian/partclone/usr/share/doc chmod -R u\+rw debian/partclone/usr/share/doc install -g 0 -o 0 -m 644 -p debian/copyright debian/partclone/usr/share/doc/partclone/copyright install -g 0 -o 0 -d debian/partclone-dbg/usr/share/doc/partclone-dbg install -g 0 -o 0 -m 644 -p debian/copyright debian/partclone-dbg/usr/share/doc/partclone-dbg/copyright dh_installchangelogs install -o 0 -g 0 -p -m644 debian/changelog debian/partclone/usr/share/doc/partclone/changelog install -o 0 -g 0 -p -m644 debian/changelog debian/partclone-dbg/usr/share/doc/partclone-dbg/changelog dh_installexamples dh_installman rm -f debian/partclone/usr/share/man/man8/partclone.jfs.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.jfs.8 rm -f debian/partclone/usr/share/man/man8/partclone.hfsplus.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.hfsplus.8 rm -f debian/partclone/usr/share/man/man8/partclone.reiserfs.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.reiserfs.8 rm -f debian/partclone/usr/share/man/man8/partclone.ext4dev.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.ext4dev.8 rm -f debian/partclone/usr/share/man/man8/partclone.ext3.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.ext3.8 rm -f debian/partclone/usr/share/man/man8/partclone.extfs.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.extfs.8 rm -f debian/partclone/usr/share/man/man8/partclone.reiser4.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.reiser4.8 rm -f debian/partclone/usr/share/man/man8/partclone.exfat.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.exfat.8 rm -f debian/partclone/usr/share/man/man8/partclone.fat32.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.fat32.8 rm -f debian/partclone/usr/share/man/man8/partclone.vmfs.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.vmfs.8 rm -f debian/partclone/usr/share/man/man8/partclone.vmfs3.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.vmfs3.8 rm -f debian/partclone/usr/share/man/man8/partclone.vfat.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.vfat.8 rm -f debian/partclone/usr/share/man/man8/partclone.ntfs.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.ntfs.8 rm -f debian/partclone/usr/share/man/man8/partclone.fat16.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.fat16.8 rm -f debian/partclone/usr/share/man/man8/partclone.ufs.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.ufs.8 rm -f debian/partclone/usr/share/man/man8/partclone.hfsp.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.hfsp.8 rm -f debian/partclone/usr/share/man/man8/partclone.fat.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.fat.8 rm -f debian/partclone/usr/share/man/man8/partclone.ext4.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.ext4.8 rm -f debian/partclone/usr/share/man/man8/partclone.ext2.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.ext2.8 rm -f debian/partclone/usr/share/man/man8/partclone.btrfs.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.btrfs.8 rm -f debian/partclone/usr/share/man/man8/partclone.fat12.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.fat12.8 rm -f debian/partclone/usr/share/man/man8/partclone.ntfsreloc.8 ln -sf partclone.ntfsfixboot.8 debian/partclone/usr/share/man/man8/partclone.ntfsreloc.8 rm -f debian/partclone/usr/share/man/man8/partclone.vmfs5.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.vmfs5.8 rm -f debian/partclone/usr/share/man/man8/partclone.xfs.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.xfs.8 rm -f debian/partclone/usr/share/man/man8/partclone.minix.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.minix.8 rm -f debian/partclone/usr/share/man/man8/partclone.hfs\+.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.hfs\+.8 rm -f debian/partclone/usr/share/man/man8/partclone.VMFS_volume_member.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.VMFS_volume_member.8 man --recode UTF-8 ./partclone\.ntfsfixboot\.8 > partclone\.ntfsfixboot\.8\.new chmod 644 partclone.ntfsfixboot.8.new mv -f partclone.ntfsfixboot.8.new partclone.ntfsfixboot.8 man --recode UTF-8 ./partclone\.restore\.8 > partclone\.restore\.8\.new chmod 644 partclone.restore.8.new mv -f partclone.restore.8.new partclone.restore.8 man --recode UTF-8 ./partclone\.info\.8 > partclone\.info\.8\.new chmod 644 partclone.info.8.new mv -f partclone.info.8.new partclone.info.8 man --recode UTF-8 ./partclone\.dd\.8 > partclone\.dd\.8\.new chmod 644 partclone.dd.8.new mv -f partclone.dd.8.new partclone.dd.8 man --recode UTF-8 ./partclone\.chkimg\.8 > partclone\.chkimg\.8\.new chmod 644 partclone.chkimg.8.new mv -f partclone.chkimg.8.new partclone.chkimg.8 man --recode UTF-8 ./partclone\.fstype\.8 > partclone\.fstype\.8\.new chmod 644 partclone.fstype.8.new mv -f partclone.fstype.8.new partclone.fstype.8 man --recode UTF-8 ./partclone\.imager\.8 > partclone\.imager\.8\.new chmod 644 partclone.imager.8.new mv -f partclone.imager.8.new partclone.imager.8 man --recode UTF-8 ./partclone\.8 > partclone\.8\.new chmod 644 partclone.8.new mv -f partclone.8.new partclone.8 dh_installcatalogs dh_installcron dh_installdebconf install -o 0 -g 0 -d debian/partclone/DEBIAN install -o 0 -g 0 -d debian/partclone-dbg/DEBIAN dh_installemacsen dh_installifupdown dh_installinfo dh_installinit dh_installmenu dh_installmime dh_installmodules dh_installlogcheck dh_installlogrotate dh_installpam dh_installppp dh_installudev dh_installwm dh_installxfonts dh_installgsettings dh_bugfiles dh_ucf dh_lintian dh_gconf dh_icons dh_perl dh_usrlocal dh_link rm -f debian/partclone/usr/sbin/partclone.ntfsreloc ln -sf partclone.ntfsfixboot debian/partclone/usr/sbin/partclone.ntfsreloc rm -f debian/partclone/usr/sbin/partclone.fat32 ln -sf partclone.fat debian/partclone/usr/sbin/partclone.fat32 rm -f debian/partclone/usr/sbin/partclone.ext2 ln -sf partclone.extfs debian/partclone/usr/sbin/partclone.ext2 rm -f debian/partclone/usr/sbin/partclone.hfsplus ln -sf partclone.hfsp debian/partclone/usr/sbin/partclone.hfsplus rm -f debian/partclone/usr/sbin/partclone.ext4 ln -sf partclone.extfs debian/partclone/usr/sbin/partclone.ext4 rm -f debian/partclone/usr/sbin/partclone.ext4dev ln -sf partclone.extfs debian/partclone/usr/sbin/partclone.ext4dev rm -f debian/partclone/usr/sbin/partclone.vmfs3 ln -sf partclone.vmfs debian/partclone/usr/sbin/partclone.vmfs3 rm -f debian/partclone/usr/sbin/partclone.VMFS_volume_member ln -sf partclone.vmfs debian/partclone/usr/sbin/partclone.VMFS_volume_member rm -f debian/partclone/usr/sbin/partclone.hfs\+ ln -sf partclone.hfsp debian/partclone/usr/sbin/partclone.hfs\+ rm -f debian/partclone/usr/sbin/partclone.vfat ln -sf partclone.fat debian/partclone/usr/sbin/partclone.vfat rm -f debian/partclone/usr/sbin/partclone.fat16 ln -sf partclone.fat debian/partclone/usr/sbin/partclone.fat16 rm -f debian/partclone/usr/sbin/partclone.fat12 ln -sf partclone.fat debian/partclone/usr/sbin/partclone.fat12 rm -f debian/partclone/usr/sbin/partclone.ext3 ln -sf partclone.extfs debian/partclone/usr/sbin/partclone.ext3 rm -f debian/partclone/usr/share/man/man8/partclone.VMFS_volume_member.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.VMFS_volume_member.8 rm -f debian/partclone/usr/share/man/man8/partclone.hfs\+.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.hfs\+.8 rm -f debian/partclone/usr/share/man/man8/partclone.minix.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.minix.8 rm -f debian/partclone/usr/share/man/man8/partclone.xfs.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.xfs.8 rm -f debian/partclone/usr/share/man/man8/partclone.vmfs5.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.vmfs5.8 rm -f debian/partclone/usr/share/man/man8/partclone.ntfsreloc.8 ln -sf partclone.ntfsfixboot.8 debian/partclone/usr/share/man/man8/partclone.ntfsreloc.8 rm -f debian/partclone/usr/share/man/man8/partclone.fat12.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.fat12.8 rm -f debian/partclone/usr/share/man/man8/partclone.btrfs.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.btrfs.8 rm -f debian/partclone/usr/share/man/man8/partclone.ext2.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.ext2.8 rm -f debian/partclone/usr/share/man/man8/partclone.ext4.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.ext4.8 rm -f debian/partclone/usr/share/man/man8/partclone.fat.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.fat.8 rm -f debian/partclone/usr/share/man/man8/partclone.hfsp.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.hfsp.8 rm -f debian/partclone/usr/share/man/man8/partclone.ufs.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.ufs.8 rm -f debian/partclone/usr/share/man/man8/partclone.fat16.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.fat16.8 rm -f debian/partclone/usr/share/man/man8/partclone.ntfs.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.ntfs.8 rm -f debian/partclone/usr/share/man/man8/partclone.vfat.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.vfat.8 rm -f debian/partclone/usr/share/man/man8/partclone.vmfs3.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.vmfs3.8 rm -f debian/partclone/usr/share/man/man8/partclone.vmfs.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.vmfs.8 rm -f debian/partclone/usr/share/man/man8/partclone.fat32.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.fat32.8 rm -f debian/partclone/usr/share/man/man8/partclone.exfat.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.exfat.8 rm -f debian/partclone/usr/share/man/man8/partclone.reiser4.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.reiser4.8 rm -f debian/partclone/usr/share/man/man8/partclone.extfs.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.extfs.8 rm -f debian/partclone/usr/share/man/man8/partclone.ext3.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.ext3.8 rm -f debian/partclone/usr/share/man/man8/partclone.ext4dev.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.ext4dev.8 rm -f debian/partclone/usr/share/man/man8/partclone.reiserfs.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.reiserfs.8 rm -f debian/partclone/usr/share/man/man8/partclone.hfsplus.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.hfsplus.8 rm -f debian/partclone/usr/share/man/man8/partclone.jfs.8 ln -sf partclone.8 debian/partclone/usr/share/man/man8/partclone.jfs.8 dh_compress cd debian/partclone chmod a-x usr/share/man/man8/partclone.ntfsfixboot.8 usr/share/man/man8/partclone.restore.8 usr/share/man/man8/partclone.info.8 usr/share/man/man8/partclone.dd.8 usr/share/man/man8/partclone.chkimg.8 usr/share/man/man8/partclone.fstype.8 usr/share/man/man8/partclone.imager.8 usr/share/man/man8/partclone.8 usr/share/doc/partclone/NEWS usr/share/doc/partclone/changelog gzip -9nf usr/share/man/man8/partclone.ntfsfixboot.8 usr/share/man/man8/partclone.restore.8 usr/share/man/man8/partclone.info.8 usr/share/man/man8/partclone.dd.8 usr/share/man/man8/partclone.chkimg.8 usr/share/man/man8/partclone.fstype.8 usr/share/man/man8/partclone.imager.8 usr/share/man/man8/partclone.8 usr/share/doc/partclone/NEWS usr/share/doc/partclone/changelog cd '/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2' rm -f debian/partclone/usr/share/man/man8/partclone.VMFS_volume_member.8 ln -sf partclone.8.gz debian/partclone/usr/share/man/man8/partclone.VMFS_volume_member.8.gz rm -f debian/partclone/usr/share/man/man8/partclone.ext3.8 ln -sf partclone.8.gz debian/partclone/usr/share/man/man8/partclone.ext3.8.gz rm -f debian/partclone/usr/share/man/man8/partclone.vmfs3.8 ln -sf partclone.8.gz debian/partclone/usr/share/man/man8/partclone.vmfs3.8.gz rm -f debian/partclone/usr/share/man/man8/partclone.btrfs.8 ln -sf partclone.8.gz debian/partclone/usr/share/man/man8/partclone.btrfs.8.gz rm -f debian/partclone/usr/share/man/man8/partclone.exfat.8 ln -sf partclone.8.gz debian/partclone/usr/share/man/man8/partclone.exfat.8.gz rm -f debian/partclone/usr/share/man/man8/partclone.xfs.8 ln -sf partclone.8.gz debian/partclone/usr/share/man/man8/partclone.xfs.8.gz rm -f debian/partclone/usr/share/man/man8/partclone.reiser4.8 ln -sf partclone.8.gz debian/partclone/usr/share/man/man8/partclone.reiser4.8.gz rm -f debian/partclone/usr/share/man/man8/partclone.ntfs.8 ln -sf partclone.8.gz debian/partclone/usr/share/man/man8/partclone.ntfs.8.gz rm -f debian/partclone/usr/share/man/man8/partclone.ufs.8 ln -sf partclone.8.gz debian/partclone/usr/share/man/man8/partclone.ufs.8.gz rm -f debian/partclone/usr/share/man/man8/partclone.ntfsreloc.8 ln -sf partclone.ntfsfixboot.8.gz debian/partclone/usr/share/man/man8/partclone.ntfsreloc.8.gz rm -f debian/partclone/usr/share/man/man8/partclone.hfsp.8 ln -sf partclone.8.gz debian/partclone/usr/share/man/man8/partclone.hfsp.8.gz rm -f debian/partclone/usr/share/man/man8/partclone.fat12.8 ln -sf partclone.8.gz debian/partclone/usr/share/man/man8/partclone.fat12.8.gz rm -f debian/partclone/usr/share/man/man8/partclone.ext2.8 ln -sf partclone.8.gz debian/partclone/usr/share/man/man8/partclone.ext2.8.gz rm -f debian/partclone/usr/share/man/man8/partclone.fat.8 ln -sf partclone.8.gz debian/partclone/usr/share/man/man8/partclone.fat.8.gz rm -f debian/partclone/usr/share/man/man8/partclone.ext4dev.8 ln -sf partclone.8.gz debian/partclone/usr/share/man/man8/partclone.ext4dev.8.gz rm -f debian/partclone/usr/share/man/man8/partclone.reiserfs.8 ln -sf partclone.8.gz debian/partclone/usr/share/man/man8/partclone.reiserfs.8.gz rm -f debian/partclone/usr/share/man/man8/partclone.fat16.8 ln -sf partclone.8.gz debian/partclone/usr/share/man/man8/partclone.fat16.8.gz rm -f debian/partclone/usr/share/man/man8/partclone.vmfs5.8 ln -sf partclone.8.gz debian/partclone/usr/share/man/man8/partclone.vmfs5.8.gz rm -f debian/partclone/usr/share/man/man8/partclone.jfs.8 ln -sf partclone.8.gz debian/partclone/usr/share/man/man8/partclone.jfs.8.gz rm -f debian/partclone/usr/share/man/man8/partclone.ext4.8 ln -sf partclone.8.gz debian/partclone/usr/share/man/man8/partclone.ext4.8.gz rm -f debian/partclone/usr/share/man/man8/partclone.vmfs.8 ln -sf partclone.8.gz debian/partclone/usr/share/man/man8/partclone.vmfs.8.gz rm -f debian/partclone/usr/share/man/man8/partclone.minix.8 ln -sf partclone.8.gz debian/partclone/usr/share/man/man8/partclone.minix.8.gz rm -f debian/partclone/usr/share/man/man8/partclone.extfs.8 ln -sf partclone.8.gz debian/partclone/usr/share/man/man8/partclone.extfs.8.gz rm -f debian/partclone/usr/share/man/man8/partclone.hfs\+.8 ln -sf partclone.8.gz debian/partclone/usr/share/man/man8/partclone.hfs\+.8.gz rm -f debian/partclone/usr/share/man/man8/partclone.hfsplus.8 ln -sf partclone.8.gz debian/partclone/usr/share/man/man8/partclone.hfsplus.8.gz rm -f debian/partclone/usr/share/man/man8/partclone.fat32.8 ln -sf partclone.8.gz debian/partclone/usr/share/man/man8/partclone.fat32.8.gz rm -f debian/partclone/usr/share/man/man8/partclone.vfat.8 ln -sf partclone.8.gz debian/partclone/usr/share/man/man8/partclone.vfat.8.gz cd debian/partclone-dbg chmod a-x usr/share/doc/partclone-dbg/changelog gzip -9nf usr/share/doc/partclone-dbg/changelog cd '/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2' dh_fixperms find debian/partclone -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0 find debian/partclone ! -type l -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s find debian/partclone/usr/share/doc -type f ! -regex 'debian/partclone/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 644 find debian/partclone/usr/share/doc -type d -print0 2>/dev/null | xargs -0r chmod 755 find debian/partclone/usr/share/man debian/partclone/usr/man/ debian/partclone/usr/X11*/man/ -type f -print0 2>/dev/null | xargs -0r chmod 644 find debian/partclone -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/partclone/usr/include -type f -print0 2>/dev/null | xargs -0r chmod 644 find debian/partclone/usr/share/applications -type f -print0 2>/dev/null | xargs -0r chmod 644 find debian/partclone -perm -5 -type f \( -name '*.cmxs' \) -print0 2>/dev/null | xargs -0r chmod 644 find debian/partclone/usr/lib/perl5 debian/partclone/usr/share/perl5 -type f -perm -5 -name '*.pm' -print0 2>/dev/null | xargs -0r chmod a-X find debian/partclone/usr/sbin -type f -print0 2>/dev/null | xargs -0r chmod a+x find debian/partclone/usr/lib -type f -name '*.ali' -print0 2>/dev/null | xargs -0r chmod uga-w find debian/partclone-dbg -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0 find debian/partclone-dbg ! -type l -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s find debian/partclone-dbg/usr/share/doc -type f ! -regex 'debian/partclone-dbg/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 644 find debian/partclone-dbg/usr/share/doc -type d -print0 2>/dev/null | xargs -0r chmod 755 find debian/partclone-dbg/usr/share/man debian/partclone-dbg/usr/man/ debian/partclone-dbg/usr/X11*/man/ -type f -print0 2>/dev/null | xargs -0r chmod 644 find debian/partclone-dbg -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/partclone-dbg/usr/include -type f -print0 2>/dev/null | xargs -0r chmod 644 find debian/partclone-dbg/usr/share/applications -type f -print0 2>/dev/null | xargs -0r chmod 644 find debian/partclone-dbg -perm -5 -type f \( -name '*.cmxs' \) -print0 2>/dev/null | xargs -0r chmod 644 find debian/partclone-dbg/usr/lib/perl5 debian/partclone-dbg/usr/share/perl5 -type f -perm -5 -name '*.pm' -print0 2>/dev/null | xargs -0r chmod a-X find debian/partclone-dbg/usr/lib -type f -name '*.ali' -print0 2>/dev/null | xargs -0r chmod uga-w debian/rules override_dh_strip make[1]: Entering directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2' dh_strip --dbg-package=partclone-dbg install -d debian/partclone-dbg/usr/lib/debug/.build-id/2e objcopy --only-keep-debug --compress-debug-sections debian/partclone/usr/sbin/partclone.imager debian/partclone-dbg/usr/lib/debug/.build-id/2e/399f762348fa1bec6655af17225d24e69ad9ce.debug chmod 644 debian/partclone-dbg/usr/lib/debug/.build-id/2e/399f762348fa1bec6655af17225d24e69ad9ce.debug strip --remove-section=.comment --remove-section=.note debian/partclone/usr/sbin/partclone.imager objcopy --add-gnu-debuglink debian/partclone-dbg/usr/lib/debug/.build-id/2e/399f762348fa1bec6655af17225d24e69ad9ce.debug debian/partclone/usr/sbin/partclone.imager install -d debian/partclone-dbg/usr/lib/debug/.build-id/48 objcopy --only-keep-debug --compress-debug-sections debian/partclone/usr/sbin/partclone.fat debian/partclone-dbg/usr/lib/debug/.build-id/48/e09d4a2c30d3907bfbe4d1042b45012161a4cd.debug chmod 644 debian/partclone-dbg/usr/lib/debug/.build-id/48/e09d4a2c30d3907bfbe4d1042b45012161a4cd.debug strip --remove-section=.comment --remove-section=.note debian/partclone/usr/sbin/partclone.fat objcopy --add-gnu-debuglink debian/partclone-dbg/usr/lib/debug/.build-id/48/e09d4a2c30d3907bfbe4d1042b45012161a4cd.debug debian/partclone/usr/sbin/partclone.fat install -d debian/partclone-dbg/usr/lib/debug/.build-id/e5 objcopy --only-keep-debug --compress-debug-sections debian/partclone/usr/sbin/partclone.ufs debian/partclone-dbg/usr/lib/debug/.build-id/e5/e8320cb7aac1402fb70d5155f15beb09bb02c2.debug chmod 644 debian/partclone-dbg/usr/lib/debug/.build-id/e5/e8320cb7aac1402fb70d5155f15beb09bb02c2.debug strip --remove-section=.comment --remove-section=.note debian/partclone/usr/sbin/partclone.ufs objcopy --add-gnu-debuglink debian/partclone-dbg/usr/lib/debug/.build-id/e5/e8320cb7aac1402fb70d5155f15beb09bb02c2.debug debian/partclone/usr/sbin/partclone.ufs install -d debian/partclone-dbg/usr/lib/debug/.build-id/f7 objcopy --only-keep-debug --compress-debug-sections debian/partclone/usr/sbin/partclone.ntfsfixboot debian/partclone-dbg/usr/lib/debug/.build-id/f7/33246dea95619b963c3412c2fa4cb118248e98.debug chmod 644 debian/partclone-dbg/usr/lib/debug/.build-id/f7/33246dea95619b963c3412c2fa4cb118248e98.debug strip --remove-section=.comment --remove-section=.note debian/partclone/usr/sbin/partclone.ntfsfixboot objcopy --add-gnu-debuglink debian/partclone-dbg/usr/lib/debug/.build-id/f7/33246dea95619b963c3412c2fa4cb118248e98.debug debian/partclone/usr/sbin/partclone.ntfsfixboot install -d debian/partclone-dbg/usr/lib/debug/.build-id/bf objcopy --only-keep-debug --compress-debug-sections debian/partclone/usr/sbin/partclone.minix debian/partclone-dbg/usr/lib/debug/.build-id/bf/794f5f1cca17f6b0023e981162b92b03a57887.debug chmod 644 debian/partclone-dbg/usr/lib/debug/.build-id/bf/794f5f1cca17f6b0023e981162b92b03a57887.debug strip --remove-section=.comment --remove-section=.note debian/partclone/usr/sbin/partclone.minix objcopy --add-gnu-debuglink debian/partclone-dbg/usr/lib/debug/.build-id/bf/794f5f1cca17f6b0023e981162b92b03a57887.debug debian/partclone/usr/sbin/partclone.minix objcopy --only-keep-debug --compress-debug-sections debian/partclone/usr/sbin/partclone.extfs debian/partclone-dbg/usr/lib/debug/.build-id/e5/0920f211c8b7c977a1db409cf86f14538046d5.debug chmod 644 debian/partclone-dbg/usr/lib/debug/.build-id/e5/0920f211c8b7c977a1db409cf86f14538046d5.debug strip --remove-section=.comment --remove-section=.note debian/partclone/usr/sbin/partclone.extfs objcopy --add-gnu-debuglink debian/partclone-dbg/usr/lib/debug/.build-id/e5/0920f211c8b7c977a1db409cf86f14538046d5.debug debian/partclone/usr/sbin/partclone.extfs install -d debian/partclone-dbg/usr/lib/debug/.build-id/66 objcopy --only-keep-debug --compress-debug-sections debian/partclone/usr/sbin/partclone.chkimg debian/partclone-dbg/usr/lib/debug/.build-id/66/54c58d6f6c6558a1ee8f870433d59b70f35f3d.debug chmod 644 debian/partclone-dbg/usr/lib/debug/.build-id/66/54c58d6f6c6558a1ee8f870433d59b70f35f3d.debug strip --remove-section=.comment --remove-section=.note debian/partclone/usr/sbin/partclone.chkimg objcopy --add-gnu-debuglink debian/partclone-dbg/usr/lib/debug/.build-id/66/54c58d6f6c6558a1ee8f870433d59b70f35f3d.debug debian/partclone/usr/sbin/partclone.chkimg install -d debian/partclone-dbg/usr/lib/debug/.build-id/6f objcopy --only-keep-debug --compress-debug-sections debian/partclone/usr/sbin/partclone.btrfs debian/partclone-dbg/usr/lib/debug/.build-id/6f/e8414af2572253fda5c4b1d770ce3e6822c6dc.debug chmod 644 debian/partclone-dbg/usr/lib/debug/.build-id/6f/e8414af2572253fda5c4b1d770ce3e6822c6dc.debug strip --remove-section=.comment --remove-section=.note debian/partclone/usr/sbin/partclone.btrfs objcopy --add-gnu-debuglink debian/partclone-dbg/usr/lib/debug/.build-id/6f/e8414af2572253fda5c4b1d770ce3e6822c6dc.debug debian/partclone/usr/sbin/partclone.btrfs install -d debian/partclone-dbg/usr/lib/debug/.build-id/ea objcopy --only-keep-debug --compress-debug-sections debian/partclone/usr/sbin/partclone.info debian/partclone-dbg/usr/lib/debug/.build-id/ea/e3972aead0963cbc37650467645f522cb8181c.debug chmod 644 debian/partclone-dbg/usr/lib/debug/.build-id/ea/e3972aead0963cbc37650467645f522cb8181c.debug strip --remove-section=.comment --remove-section=.note debian/partclone/usr/sbin/partclone.info objcopy --add-gnu-debuglink debian/partclone-dbg/usr/lib/debug/.build-id/ea/e3972aead0963cbc37650467645f522cb8181c.debug debian/partclone/usr/sbin/partclone.info install -d debian/partclone-dbg/usr/lib/debug/.build-id/1e objcopy --only-keep-debug --compress-debug-sections debian/partclone/usr/sbin/partclone.xfs debian/partclone-dbg/usr/lib/debug/.build-id/1e/7d00259cffcb10854001fc3fe5f8a10d30a3d6.debug chmod 644 debian/partclone-dbg/usr/lib/debug/.build-id/1e/7d00259cffcb10854001fc3fe5f8a10d30a3d6.debug strip --remove-section=.comment --remove-section=.note debian/partclone/usr/sbin/partclone.xfs objcopy --add-gnu-debuglink debian/partclone-dbg/usr/lib/debug/.build-id/1e/7d00259cffcb10854001fc3fe5f8a10d30a3d6.debug debian/partclone/usr/sbin/partclone.xfs install -d debian/partclone-dbg/usr/lib/debug/.build-id/e3 objcopy --only-keep-debug --compress-debug-sections debian/partclone/usr/sbin/partclone.restore debian/partclone-dbg/usr/lib/debug/.build-id/e3/81ded6d69a79455ee3ac9814241ace6aa3adcb.debug chmod 644 debian/partclone-dbg/usr/lib/debug/.build-id/e3/81ded6d69a79455ee3ac9814241ace6aa3adcb.debug strip --remove-section=.comment --remove-section=.note debian/partclone/usr/sbin/partclone.restore objcopy --add-gnu-debuglink debian/partclone-dbg/usr/lib/debug/.build-id/e3/81ded6d69a79455ee3ac9814241ace6aa3adcb.debug debian/partclone/usr/sbin/partclone.restore install -d debian/partclone-dbg/usr/lib/debug/.build-id/9b objcopy --only-keep-debug --compress-debug-sections debian/partclone/usr/sbin/partclone.fstype debian/partclone-dbg/usr/lib/debug/.build-id/9b/150a6ad43201bd7e1aedb1d6b4c991e664b63b.debug chmod 644 debian/partclone-dbg/usr/lib/debug/.build-id/9b/150a6ad43201bd7e1aedb1d6b4c991e664b63b.debug strip --remove-section=.comment --remove-section=.note debian/partclone/usr/sbin/partclone.fstype objcopy --add-gnu-debuglink debian/partclone-dbg/usr/lib/debug/.build-id/9b/150a6ad43201bd7e1aedb1d6b4c991e664b63b.debug debian/partclone/usr/sbin/partclone.fstype install -d debian/partclone-dbg/usr/lib/debug/.build-id/d7 objcopy --only-keep-debug --compress-debug-sections debian/partclone/usr/sbin/partclone.reiser4 debian/partclone-dbg/usr/lib/debug/.build-id/d7/9ca918d5e85266f8d273f3baf2a23833852885.debug chmod 644 debian/partclone-dbg/usr/lib/debug/.build-id/d7/9ca918d5e85266f8d273f3baf2a23833852885.debug strip --remove-section=.comment --remove-section=.note debian/partclone/usr/sbin/partclone.reiser4 objcopy --add-gnu-debuglink debian/partclone-dbg/usr/lib/debug/.build-id/d7/9ca918d5e85266f8d273f3baf2a23833852885.debug debian/partclone/usr/sbin/partclone.reiser4 install -d debian/partclone-dbg/usr/lib/debug/.build-id/d5 objcopy --only-keep-debug --compress-debug-sections debian/partclone/usr/sbin/partclone.reiserfs debian/partclone-dbg/usr/lib/debug/.build-id/d5/6462f5f832917dc49a0280ccab2c3f19f0e6f1.debug chmod 644 debian/partclone-dbg/usr/lib/debug/.build-id/d5/6462f5f832917dc49a0280ccab2c3f19f0e6f1.debug strip --remove-section=.comment --remove-section=.note debian/partclone/usr/sbin/partclone.reiserfs objcopy --add-gnu-debuglink debian/partclone-dbg/usr/lib/debug/.build-id/d5/6462f5f832917dc49a0280ccab2c3f19f0e6f1.debug debian/partclone/usr/sbin/partclone.reiserfs install -d debian/partclone-dbg/usr/lib/debug/.build-id/71 objcopy --only-keep-debug --compress-debug-sections debian/partclone/usr/sbin/partclone.vmfs5 debian/partclone-dbg/usr/lib/debug/.build-id/71/e69cfb7a9dd48efdfd75ac0a21ba426dfd002e.debug chmod 644 debian/partclone-dbg/usr/lib/debug/.build-id/71/e69cfb7a9dd48efdfd75ac0a21ba426dfd002e.debug strip --remove-section=.comment --remove-section=.note debian/partclone/usr/sbin/partclone.vmfs5 objcopy --add-gnu-debuglink debian/partclone-dbg/usr/lib/debug/.build-id/71/e69cfb7a9dd48efdfd75ac0a21ba426dfd002e.debug debian/partclone/usr/sbin/partclone.vmfs5 install -d debian/partclone-dbg/usr/lib/debug/.build-id/f6 objcopy --only-keep-debug --compress-debug-sections debian/partclone/usr/sbin/partclone.exfat debian/partclone-dbg/usr/lib/debug/.build-id/f6/13e48089e77651d2fa84f648a5f3223ea8ba65.debug chmod 644 debian/partclone-dbg/usr/lib/debug/.build-id/f6/13e48089e77651d2fa84f648a5f3223ea8ba65.debug strip --remove-section=.comment --remove-section=.note debian/partclone/usr/sbin/partclone.exfat objcopy --add-gnu-debuglink debian/partclone-dbg/usr/lib/debug/.build-id/f6/13e48089e77651d2fa84f648a5f3223ea8ba65.debug debian/partclone/usr/sbin/partclone.exfat install -d debian/partclone-dbg/usr/lib/debug/.build-id/7a objcopy --only-keep-debug --compress-debug-sections debian/partclone/usr/sbin/partclone.ntfs debian/partclone-dbg/usr/lib/debug/.build-id/7a/029de000d46bffd275267c0f97d8966ea290b1.debug chmod 644 debian/partclone-dbg/usr/lib/debug/.build-id/7a/029de000d46bffd275267c0f97d8966ea290b1.debug strip --remove-section=.comment --remove-section=.note debian/partclone/usr/sbin/partclone.ntfs objcopy --add-gnu-debuglink debian/partclone-dbg/usr/lib/debug/.build-id/7a/029de000d46bffd275267c0f97d8966ea290b1.debug debian/partclone/usr/sbin/partclone.ntfs install -d debian/partclone-dbg/usr/lib/debug/.build-id/fb objcopy --only-keep-debug --compress-debug-sections debian/partclone/usr/sbin/partclone.vmfs debian/partclone-dbg/usr/lib/debug/.build-id/fb/e4785b4ecc2a569ae20794dd5e138c8540eae1.debug chmod 644 debian/partclone-dbg/usr/lib/debug/.build-id/fb/e4785b4ecc2a569ae20794dd5e138c8540eae1.debug strip --remove-section=.comment --remove-section=.note debian/partclone/usr/sbin/partclone.vmfs objcopy --add-gnu-debuglink debian/partclone-dbg/usr/lib/debug/.build-id/fb/e4785b4ecc2a569ae20794dd5e138c8540eae1.debug debian/partclone/usr/sbin/partclone.vmfs install -d debian/partclone-dbg/usr/lib/debug/.build-id/00 objcopy --only-keep-debug --compress-debug-sections debian/partclone/usr/sbin/partclone.dd debian/partclone-dbg/usr/lib/debug/.build-id/00/8ec7e55003c6d2bf820b7730d7cac0a7d4efba.debug chmod 644 debian/partclone-dbg/usr/lib/debug/.build-id/00/8ec7e55003c6d2bf820b7730d7cac0a7d4efba.debug strip --remove-section=.comment --remove-section=.note debian/partclone/usr/sbin/partclone.dd objcopy --add-gnu-debuglink debian/partclone-dbg/usr/lib/debug/.build-id/00/8ec7e55003c6d2bf820b7730d7cac0a7d4efba.debug debian/partclone/usr/sbin/partclone.dd install -d debian/partclone-dbg/usr/lib/debug/.build-id/ab objcopy --only-keep-debug --compress-debug-sections debian/partclone/usr/sbin/partclone.hfsp debian/partclone-dbg/usr/lib/debug/.build-id/ab/8ef2f2b5f87c0a78b8d1adffc22a9e6601e9cc.debug chmod 644 debian/partclone-dbg/usr/lib/debug/.build-id/ab/8ef2f2b5f87c0a78b8d1adffc22a9e6601e9cc.debug strip --remove-section=.comment --remove-section=.note debian/partclone/usr/sbin/partclone.hfsp objcopy --add-gnu-debuglink debian/partclone-dbg/usr/lib/debug/.build-id/ab/8ef2f2b5f87c0a78b8d1adffc22a9e6601e9cc.debug debian/partclone/usr/sbin/partclone.hfsp install -d debian/partclone-dbg/usr/lib/debug/.build-id/49 objcopy --only-keep-debug --compress-debug-sections debian/partclone/usr/sbin/partclone.jfs debian/partclone-dbg/usr/lib/debug/.build-id/49/1fc83ff6c19b5ccfe74f7de194a9fd68731710.debug chmod 644 debian/partclone-dbg/usr/lib/debug/.build-id/49/1fc83ff6c19b5ccfe74f7de194a9fd68731710.debug strip --remove-section=.comment --remove-section=.note debian/partclone/usr/sbin/partclone.jfs objcopy --add-gnu-debuglink debian/partclone-dbg/usr/lib/debug/.build-id/49/1fc83ff6c19b5ccfe74f7de194a9fd68731710.debug debian/partclone/usr/sbin/partclone.jfs make[1]: Leaving directory `/home/steven/partclone/0.2.72.drbl2/partclone-0.2.72.drbl2' dh_makeshlibs rm -f debian/partclone/DEBIAN/shlibs rm -f debian/partclone-dbg/DEBIAN/shlibs dh_shlibdeps dh_installdeb dh_gencontrol echo misc:Depends= >> debian/partclone.substvars dpkg-gencontrol -ppartclone -ldebian/changelog -Tdebian/partclone.substvars -Pdebian/partclone dpkg-gencontrol: warning: Depends field of package partclone: unknown substitution variable ${shlibs:Depends} dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe chmod 644 debian/partclone/DEBIAN/control chown 0:0 debian/partclone/DEBIAN/control echo misc:Depends= >> debian/partclone-dbg.substvars dpkg-gencontrol -ppartclone-dbg -ldebian/changelog -Tdebian/partclone-dbg.substvars -Pdebian/partclone-dbg dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is not NFS-safe chmod 644 debian/partclone-dbg/DEBIAN/control chown 0:0 debian/partclone-dbg/DEBIAN/control dh_md5sums (cd debian/partclone >/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/partclone/DEBIAN/md5sums chown 0:0 debian/partclone/DEBIAN/md5sums (cd debian/partclone-dbg >/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/partclone-dbg/DEBIAN/md5sums chown 0:0 debian/partclone-dbg/DEBIAN/md5sums dh_builddeb dpkg-deb --build debian/partclone .. dpkg-deb: building package `partclone' in `../partclone_0.2.72.drbl2_amd64.deb'. dpkg-deb --build debian/partclone-dbg .. dpkg-deb: building package `partclone-dbg' in `../partclone-dbg_0.2.72.drbl2_amd64.deb'. dpkg-genchanges >../partclone_0.2.72.drbl2_amd64.changes dpkg-genchanges: including full source code in upload dpkg-source --after-build partclone-0.2.72.drbl2 dpkg-buildpackage: full upload (original source is included) Now running lintian... I: partclone source: binary-control-field-duplicates-source field "priority" in package partclone-dbg N: N: In debian/control, this field for a binary package duplicates the value N: inherited from the source package paragraph. This doesn't hurt anything, N: but you may want to take advantage of the inheritance and set the value N: in only one place. It prevents missing duplicate places that need to be N: fixed if the value ever changes. N: N: Severity: wishlist, Certainty: certain N: N: Check: control-file, Type: source N: W: partclone source: non-native-package-with-native-version N: N: This package has a native version number (a version number without a N: dash and a Debian portion) but is built as a non-native package. Usually N: this is an error caused by forgetting the Debian revision for a N: non-native package. In this case the solution is to add a Debian N: revision. N: N: This error can also happen if the package is a 1.0 source format and N: there is a stray *.orig.tar.gz file in the parent directory. The file N: will trick dpkg-source into believing it was supposed to be a non-native N: package. Here the error can be solved by converting it to 3.0 (native) N: package or removing/renaming the *.orig.tar.gz file. N: N: If you do not know what a "native" or a "non-native" package is, you are N: very likely working on a non-native package. N: N: Severity: normal, Certainty: certain N: N: Check: cruft, Type: source N: W: partclone source: source-nmu-has-incorrect-version-number 0.2.72.drbl2 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: I: partclone source: unused-license-paragraph-in-dep5-copyright gpl-2+ (paragraph at line 69) N: N: The license paragraph in the machine-readable copyright file is not N: referenced by any files paragraph. It could be a typo in the license N: name or the license paragraph is simply not needed and can be removed. N: N: Refer to N: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ for N: details. N: N: Severity: minor, Certainty: possible N: N: Check: source-copyright, Type: source N: I: partclone source: unused-license-paragraph-in-dep5-copyright freebsd-like (paragraph at line 44) I: partclone source: debian-watch-file-is-missing N: N: This source package is not Debian-native but it does not have a N: debian/watch file. This file is used for automatic detection of new N: upstream versions by the Debian External Health Status project and other N: project infrastructure. If this package is maintained upstream, please N: consider adding a debian/watch file to detect new releases. N: N: If the package is not maintained upstream or if upstream uses a N: distribution mechanism that cannot be meaningfully monitored by uscan N: and the Debian External Health Status project, please consider adding a N: debian/watch file containing only comments documenting the situation. N: N: Refer to Debian Policy Manual section 4.11 (Optional upstream source N: location: debian/watch) and the uscan(1) manual page for details. N: N: Severity: wishlist, Certainty: certain N: N: Check: watch-file, Type: source N: E: partclone-dbg: debian-changelog-file-contains-invalid-email-address thomas@debian-wheezy N: N: The changelog file contains an invalid email address: the domain needs N: at least one dot. This looks like a mistake. N: N: Severity: important, Certainty: certain N: N: Check: changelog-file, Type: binary N: I: partclone-dbg: description-synopsis-might-not-be-phrased-properly N: N: The synopsis (first line in the package "Description:" field, the short N: description) ends with a full stop "." character. This is not necessary, N: as the synopsis doesn't need to be a full sentence. It is recommended N: that a descriptive phrase is used instead. N: N: Note also that the synopsis is not part of the rest of the N: "Description:" field. 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: possible N: N: Check: description, Type: binary, udeb N: I: partclone-dbg: description-possibly-contains-homepage http://partclone.org N: N: This package has no Homepage field but has a URL in the description and N: wording that might indicate this is the package Homepage. If it is, add N: a Homepage control field containing it rather than mentioning it in the N: package description. N: N: Severity: wishlist, Certainty: wild-guess N: N: Check: description, Type: binary, udeb N: E: partclone: embedded-library usr/sbin/partclone.btrfs: ncurses N: N: The given ELF object appears to have been statically linked to a N: library. Doing this is strongly discouraged due to the extra work needed N: by the security team to fix all the extra embedded copies or trigger the N: package rebuilds, as appropriate. N: N: If the package uses a modified version of the given library it is highly N: recommended to coordinate with the library's maintainer to include the N: changes on the system version of the library. N: N: Refer to Debian Policy Manual section 4.13 (Convenience copies of code) N: for details. N: N: Severity: serious, Certainty: possible N: N: Check: binaries, Type: binary, udeb N: E: partclone: statically-linked-binary usr/sbin/partclone.btrfs N: N: The package installs a statically linked binary or object file. N: N: Usually this is a bug. Otherwise, please add an override if your package N: is an exception. Binaries named *-static and *.static are automatically N: excluded, as are any binaries in packages named *-static. N: N: Severity: important, Certainty: possible N: N: Check: binaries, Type: binary, udeb N: E: partclone: embedded-library usr/sbin/partclone.chkimg: ncurses E: partclone: statically-linked-binary usr/sbin/partclone.chkimg E: partclone: embedded-library usr/sbin/partclone.dd: ncurses E: partclone: statically-linked-binary usr/sbin/partclone.dd E: partclone: embedded-library usr/sbin/partclone.exfat: ncurses E: partclone: statically-linked-binary usr/sbin/partclone.exfat E: partclone: embedded-library usr/sbin/partclone.extfs: ncurses E: partclone: statically-linked-binary usr/sbin/partclone.extfs E: partclone: embedded-library usr/sbin/partclone.fat: ncurses E: partclone: statically-linked-binary usr/sbin/partclone.fat E: partclone: statically-linked-binary usr/sbin/partclone.fstype E: partclone: embedded-library usr/sbin/partclone.hfsp: ncurses E: partclone: statically-linked-binary usr/sbin/partclone.hfsp E: partclone: embedded-library usr/sbin/partclone.imager: ncurses E: partclone: statically-linked-binary usr/sbin/partclone.imager E: partclone: embedded-library usr/sbin/partclone.info: ncurses E: partclone: statically-linked-binary usr/sbin/partclone.info E: partclone: embedded-library usr/sbin/partclone.jfs: ncurses E: partclone: statically-linked-binary usr/sbin/partclone.jfs E: partclone: embedded-library usr/sbin/partclone.minix: ncurses E: partclone: statically-linked-binary usr/sbin/partclone.minix I: partclone: spelling-error-in-binary usr/sbin/partclone.ntfs informations information 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: E: partclone: embedded-library usr/sbin/partclone.ntfs: ncurses E: partclone: statically-linked-binary usr/sbin/partclone.ntfs I: partclone: spelling-error-in-binary usr/sbin/partclone.ntfsfixboot neccessary necessary E: partclone: statically-linked-binary usr/sbin/partclone.ntfsfixboot I: partclone: spelling-error-in-binary usr/sbin/partclone.reiser4 lenght length I: partclone: spelling-error-in-binary usr/sbin/partclone.reiser4 extention extension I: partclone: spelling-error-in-binary usr/sbin/partclone.reiser4 commited committed E: partclone: embedded-library usr/sbin/partclone.reiser4: ncurses E: partclone: statically-linked-binary usr/sbin/partclone.reiser4 E: partclone: embedded-library usr/sbin/partclone.reiserfs: ncurses E: partclone: statically-linked-binary usr/sbin/partclone.reiserfs E: partclone: embedded-library usr/sbin/partclone.restore: ncurses E: partclone: statically-linked-binary usr/sbin/partclone.restore E: partclone: embedded-library usr/sbin/partclone.ufs: ncurses E: partclone: statically-linked-binary usr/sbin/partclone.ufs E: partclone: embedded-library usr/sbin/partclone.vmfs: ncurses E: partclone: statically-linked-binary usr/sbin/partclone.vmfs E: partclone: embedded-library usr/sbin/partclone.vmfs5: ncurses E: partclone: statically-linked-binary usr/sbin/partclone.vmfs5 E: partclone: embedded-library usr/sbin/partclone.xfs: ncurses E: partclone: statically-linked-binary usr/sbin/partclone.xfs E: partclone: debian-changelog-file-contains-invalid-email-address thomas@debian-wheezy I: partclone: description-synopsis-might-not-be-phrased-properly I: partclone: description-possibly-contains-homepage http://partclone.org W: partclone: manpage-has-errors-from-man usr/share/man/man8/partclone.8.gz 34: warning [p 1, 1.5i]: can't break line N: N: This man page provokes warnings or errors from man. N: N: "cannot adjust" or "can't break" are trouble with paragraph filling, N: usually related to long lines. Adjustment can be helped by left N: justifying, breaks can be helped with hyphenation, see "Manipulating N: Filling and Adjusting" and "Manipulating Hyphenation" in the manual. N: N: "can't find numbered character" usually means latin1 etc in the input, N: and this warning indicates characters will be missing from the output. N: You can change to escapes like \[:a] described on the groff_char man N: page. N: N: Other warnings are often formatting typos, like missing quotes around a N: string argument to .IP. These are likely to result in lost or malformed N: output. See the groff_man (or groff_mdoc if using mdoc) man page for N: information on macros. N: N: This test uses man's --warnings option to enable groff warnings that N: catch common mistakes, such as putting . or ' characters at the start of N: a line when they are intended as literal text rather than groff N: commands. This can be fixed either by reformatting the paragraph so that N: these characters are not at the start of a line, or by adding a N: zero-width space (\&) immediately before them. N: N: At worst, warning messages can be disabled with the .warn directive, see N: "Debugging" in the groff manual. N: N: To test this for yourself you can use the following command: N: LC_ALL=en_US.UTF-8 MANWIDTH=80 man --warnings -E UTF-8 -l >/dev/null N: N: Severity: normal, Certainty: certain N: N: Check: manpages, Type: binary N: W: partclone: manpage-has-errors-from-man usr/share/man/man8/partclone.chkimg.8.gz 34: warning [p 1, 1.5i]: can't break line W: partclone: manpage-has-errors-from-man usr/share/man/man8/partclone.dd.8.gz 34: warning [p 1, 1.7i]: can't break line W: partclone: manpage-has-errors-from-man usr/share/man/man8/partclone.imager.8.gz 34: warning [p 1, 1.8i]: can't break line W: partclone: manpage-has-errors-from-man usr/share/man/man8/partclone.restore.8.gz 34: warning [p 1, 1.7i]: can't break line W: partclone: executable-not-elf-or-script usr/share/partclone/fail-mbr.bin N: N: This executable file is not an ELF format binary, and does not start N: with the #! sequence that marks interpreted scripts. It might be a sh N: script that fails to name /bin/sh as its shell, or it may be incorrectly N: marked as executable. Sometimes upstream files developed on Windows are N: marked unnecessarily as executable on other systems. N: N: If you are using debhelper to build your package, running dh_fixperms N: will often correct this problem for you. N: N: Refer to Debian Policy Manual section 10.4 (Scripts) for details. N: N: Severity: normal, Certainty: certain N: N: Check: scripts, Type: binary N: Finished running lintian. Now signing changes and any dsc files... signfile partclone_0.2.72.drbl2.dsc 0x47CF935C signfile partclone_0.2.72.drbl2_amd64.changes 0x47CF935C Successfully signed dsc and changes files