Your message dated Thu, 17 Sep 2015 16:35:17 +0000
with message-id <e1zcc9v-0001eu...@franck.debian.org>
and subject line Bug#798937: fixed in partclone 0.2.83-1
has caused the Debian Bug report #798937,
regarding partclone: FTBFS with libreiser4 1.1.0
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
798937: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=798937
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Source: partclone
Source-Version: 0.2.83-1
We believe that the bug you reported is fixed in the latest version of
partclone, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 798...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
georg...@debian.org (supplier of updated partclone package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 17 Sep 2015 17:54:15 +0200
Source: partclone
Binary: partclone
Architecture: source amd64
Version: 0.2.83-1
Distribution: unstable
Urgency: medium
Maintainer: Georges Khaznadar <georg...@debian.org>
Changed-By: georg...@debian.org
Description:
partclone - Utility to clone and restore a partition
Closes: 798937
Changes:
partclone (0.2.83-1) unstable; urgency=medium
.
* upgraded to the newest upstream release
* modified slightly configure.ac to cope with libreiser4 v. 1.1.0
Closes: #798937
Checksums-Sha1:
8247b7f3d35d015cd56d0a5ba0d6dcaad794cd56 1917 partclone_0.2.83-1.dsc
64e3d8bc590417d4eb9473f0d09371da191a4323 608831 partclone_0.2.83.orig.tar.gz
32792fbaf9ee6d24de728aae93d51dbd468ab476 43080 partclone_0.2.83-1.debian.tar.xz
5ab340e0f00c0b301d2606b2ca8533a9dda65180 348132 partclone_0.2.83-1_amd64.deb
Checksums-Sha256:
da2f5b18dc888e787633ab8bd8e6039c033c7bc9318095b53ae1ec7b8746e87b 1917
partclone_0.2.83-1.dsc
4f40cf6bfc8bb59ed31cdbb9b748f2801ed548e66a29fac2e5c8ccade801e4f7 608831
partclone_0.2.83.orig.tar.gz
0fbada83fc03d5b152d83a58bb94060016682b0571a3ed07aa1568faeaecb677 43080
partclone_0.2.83-1.debian.tar.xz
574a8ab281a11401e0b4d5b0ca3c6aab21d584e65530afd88569b4d0211ecce3 348132
partclone_0.2.83-1_amd64.deb
Files:
c99af800cd289e388f7913d09982d528 1917 admin extra partclone_0.2.83-1.dsc
4850427e0e3d21e7191cfcecce2a7f89 608831 admin extra
partclone_0.2.83.orig.tar.gz
914e0974f5b26145354d8a03cd5e0b1a 43080 admin extra
partclone_0.2.83-1.debian.tar.xz
fe134c4e2837257eeca4f899ccdb4b92 348132 admin extra
partclone_0.2.83-1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIVAwUBVfrm1RwoFpBxNq45AQibERAAo+43bXgAwcUyKAW6LBzcH7Q983otkQay
7lbLkQ6QU2n5zM9LgDU5jMtN54afouz4eNCg4DnRC+qGj82hDSJPn2ah9H3LdWWQ
H6dBz9kpdzK1KpV3XNwwsat50xPqE4Tj1g0kLwyPZ7gpR0KFpG4mdWRtAGYmP6rJ
SQDMaE7GwISw4bTqq3qIPIHOgy61fSlRkPZ4nmMzZkyAuvi87xpb9NwILwECcU+k
w/OdVq16+Ju8U87R1ZvXCeAuxX0My9X3HKCErsNA6x/ZSBdtd4ETR0xAEUkhyqWR
6WTuVkzHyswmr0XL9u3EeB9iySJ7vp9SaArWyLN02ZCvcX1po5hUJGqzejggGYLw
OquejwxSdKw2cWoo2B/2emVWzQO/VMqno4DDE3FRxYAz0V28jujjHjrHoz6j59WJ
PfW/t2XuYw96nmXTkxBcChz49em2PmVL4zYM5ox5+VXiAoLvouGGtrHEjzf9Yik0
8qTQTDF/PqKfjeveMK0XlcH3OxhM0E0p58DbcVPmjAA5Lr4IQ7CI17lCoz/b/s7O
ZC4LZ74NTwRHKylJS1Cq5uQ5BWQvAUZGqWkdDeU0ifIqAe8hNrrzGuVqgtjWeCo8
aQscktorO533wkd4fLr3NZJlDhOF4ccH3iMNCIaWFVr77D5bJSyDnuAz3lxb0ceF
W2qXyG8gmNs=
=4wZ9
-----END PGP SIGNATURE-----
--- End Message ---