Package: partclone Version: 0.2.78-3 Severity: serious Justification: fails to build from source (but built successfully in the past)
Hi, partclone can no longer be built against the updated libreiser4, see https://buildd.debian.org/status/logs.php?pkg=partclone&ver=0.2.78-3%2Bb1 for the full logs. These issues could also be related to the GCC 5 switch. Some excerpts: debian/rules build-arch dh build-arch --with autoreconf dh_testdir -a dh_autoreconf -a Copying file m4/codeset.m4 Copying file m4/fcntl-o.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/intlmacosx.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/longlong.m4 Copying file m4/printf-posix.m4 Copying file m4/size_max.m4 Copying file m4/stdint_h.m4 Copying file m4/threadlib.m4 Copying file m4/uintmax_t.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 src/Makefile.am:13: warning: whitespace following trailing backslash debian/rules override_dh_auto_configure make[1]: Entering directory '/«PKGBUILDDIR»' dh_auto_configure -- --enable-ncursesw --enable-all ./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --libexecdir=\${prefix}/lib/x86_64-linux-gnu --disable-maintainer-mode --disable-dependency-tracking --enable-ncursesw --enable-all 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... no checking for mawk... mawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... 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 whether gcc understands -c and -o together... yes 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 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 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 whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) none 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 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... checking for EXT2FS... yes 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 ../src/deplib_version.c: In function 'main': ../src/deplib_version.c:31:9: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration] if (strcmp(libfs, "ntfs") == 0){ ^ ../src/deplib_version.c:32:8: warning: implicit declaration of function 'libntfs_version' [-Wimplicit-function-declaration] err = libntfs_version(); ^ ../src/deplib_version.c:34:8: warning: implicit declaration of function 'libextfs_version' [-Wimplicit-function-declaration] err = libextfs_version(); ^ ../src/deplib_version.c:36:8: warning: implicit declaration of function 'libreiserfs_version' [-Wimplicit-function-declaration] err = libreiserfs_version(); ^ ../src/deplib_version.c:38:8: warning: implicit declaration of function 'libvmfs_version' [-Wimplicit-function-declaration] err = libvmfs_version(); ^ ../src/deplib_version.c:40:8: warning: implicit declaration of function 'libpreiser4_version' [-Wimplicit-function-declaration] err = libpreiser4_version(); ^ ../src/deplib_version.c:42:8: warning: implicit declaration of function 'libbtrfs_version' [-Wimplicit-function-declaration] err = libbtrfs_version(); ^ In file included from /usr/include/reiser4/libreiser4.h:37:0, from ./src/deplib_version.c:8: ../src/deplib_version.c: At top level: /usr/include/reiser4/fake.h:16:19: warning: inline function 'reiser4_fake_ack' declared but never defined extern inline int reiser4_fake_ack(blk_t blk); ^ /usr/include/reiser4/fake.h:15:21: warning: inline function 'reiser4_fake_get' declared but never defined extern inline blk_t reiser4_fake_get(void); ^ In file included from /usr/include/reiser4/libreiser4.h:23:0, from ./src/deplib_version.c:8: /usr/include/reiser4/tree.h:59:24: warning: inline function 'reiser4_tree_target_level' declared but never defined extern inline uint32_t reiser4_tree_target_level(reiser4_tree_t *tree, ^ In file included from /usr/include/aal/libaal.h:27:0, from /usr/include/reiser4/libreiser4.h:13, from ./src/deplib_version.c:8: /usr/include/aal/bitops.h:33:20: warning: inline function 'aal_set_bits' declared but never defined extern inline void aal_set_bits(void *map, bit_t start, ^ /usr/include/aal/bitops.h:30:20: warning: inline function 'aal_clear_bits' declared but never defined extern inline void aal_clear_bits(void *map, bit_t start, ^ /usr/include/aal/bitops.h:27:21: warning: inline function 'aal_find_set_bits' declared but never defined extern inline bit_t aal_find_set_bits(void *map, bit_t size, ^ /usr/include/aal/bitops.h:24:21: warning: inline function 'aal_find_zero_bits' declared but never defined extern inline bit_t aal_find_zero_bits(void *map, bit_t size, ^ /usr/include/aal/bitops.h:21:21: warning: inline function 'aal_find_next_set_bit' declared but never defined extern inline bit_t aal_find_next_set_bit(void *map, bit_t size, ^ /usr/include/aal/bitops.h:18:21: warning: inline function 'aal_find_next_zero_bit' declared but never defined extern inline bit_t aal_find_next_zero_bit(void *map, bit_t size, ^ /usr/include/aal/bitops.h:16:21: warning: inline function 'aal_find_first_zero_bit' declared but never defined extern inline bit_t aal_find_first_zero_bit(void *map, bit_t size); ^ /usr/include/aal/bitops.h:14:19: warning: inline function 'aal_test_bit' declared but never defined extern inline int aal_test_bit(void *map, bit_t nr); ^ /usr/include/aal/bitops.h:13:19: warning: inline function 'aal_clear_bit' declared but never defined extern inline int aal_clear_bit(void *map, bit_t nr); ^ /usr/include/aal/bitops.h:12:19: warning: inline function 'aal_set_bit' declared but never defined extern inline int aal_set_bit(void *map, bit_t nr); ^ configure: error: Please upgrade your libreiser4 to 1.0.6 or newer version! checking version of libreiser4... 1.1.0; suggest you upgrade the library! Andreas