Your message dated Fri, 15 Jun 2012 01:47:46 +0000
with message-id <e1sflda-00059o...@franck.debian.org>
and subject line Bug#676590: fixed in parted 2.3-9.2
has caused the Debian Bug report #676590,
regarding parted: FTBFS in sid: variable 'buf' set but not used
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.)
--
676590: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676590
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: parted
Version: 2.3-9.1
Severity: serious
Justification: FTBFS
Tags: patch
Hello,
parted currently FTBFS in sid:
../../lib/regex_internal.c:738:20: error: variable 'buf' set but not used
[-Werror=unused-but-set-variable]
This is indeed a bug, which was fixed in upstream gnulib, here is the
corresponding patch, why I intend to NMU along the hurd patch.
Samuel
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0.4 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages parted depends on:
ii libblkid1 2.20.1-4
ii libc6 2.13-32
ii libdevmapper1.02.1 2:1.02.67-2
ii libparted0debian1 2.3-9.1
ii libreadline6 6.2-8
ii libtinfo5 5.9-7
ii libuuid1 2.20.1-4
parted recommends no packages.
Versions of packages parted suggests:
ii parted-doc 2.3-9.1
-- no debconf information
--
Samuel Thibault <samuel.thiba...@fnac.net>
* B kicks DW (non mais franchement)
* DW was kicked
-+- #ens-mim - comment ça hopeless ? -+-
--- regex_internal.c.orig 2012-06-08 02:15:54.083227641 +0200
+++ regex_internal.c 2012-06-08 02:20:44.364702306 +0200
@@ -738,16 +738,18 @@
unsigned char buf[6];
size_t mbclen;
+ const unsigned char *pp = p;
if (BE (pstr->trans != NULL, 0))
{
int i = mlen < 6 ? mlen : 6;
while (--i >= 0)
buf[i] = pstr->trans[p[i]];
+ pp = buf;
}
/* XXX Don't use mbrtowc, we know which conversion
to use (UTF-8 -> UCS4). */
memset (&cur_state, 0, sizeof (cur_state));
- mbclen = __mbrtowc (&wc2, (const char *) p, mlen,
+ mbclen = __mbrtowc (&wc2, (const char *) pp, mlen,
&cur_state);
if (raw + offset - p <= mbclen
&& mbclen < (size_t) -2)
--- End Message ---
--- Begin Message ---
Source: parted
Source-Version: 2.3-9.2
We believe that the bug you reported is fixed in the latest version of
parted, which is due to be installed in the Debian FTP archive:
libparted0-dev_2.3-9.2_amd64.deb
to main/p/parted/libparted0-dev_2.3-9.2_amd64.deb
libparted0-i18n_2.3-9.2_all.deb
to main/p/parted/libparted0-i18n_2.3-9.2_all.deb
libparted0-udeb_2.3-9.2_amd64.udeb
to main/p/parted/libparted0-udeb_2.3-9.2_amd64.udeb
libparted0_2.3-9.2_amd64.deb
to main/p/parted/libparted0_2.3-9.2_amd64.deb
libparted0debian1-dbg_2.3-9.2_amd64.deb
to main/p/parted/libparted0debian1-dbg_2.3-9.2_amd64.deb
libparted0debian1_2.3-9.2_amd64.deb
to main/p/parted/libparted0debian1_2.3-9.2_amd64.deb
parted-doc_2.3-9.2_all.deb
to main/p/parted/parted-doc_2.3-9.2_all.deb
parted-udeb_2.3-9.2_amd64.udeb
to main/p/parted/parted-udeb_2.3-9.2_amd64.udeb
parted_2.3-9.2.diff.gz
to main/p/parted/parted_2.3-9.2.diff.gz
parted_2.3-9.2.dsc
to main/p/parted/parted_2.3-9.2.dsc
parted_2.3-9.2_amd64.deb
to main/p/parted/parted_2.3-9.2_amd64.deb
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 676...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Samuel Thibault <sthiba...@debian.org> (supplier of updated parted 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...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 08 Jun 2012 02:04:11 +0200
Source: parted
Binary: parted parted-udeb libparted0 libparted0debian1 libparted0-udeb
libparted0-i18n libparted0-dev libparted0debian1-dbg parted-doc
Architecture: source amd64 all
Version: 2.3-9.2
Distribution: unstable
Urgency: low
Maintainer: Parted Maintainer Team <parted-maintain...@lists.alioth.debian.org>
Changed-By: Samuel Thibault <sthiba...@debian.org>
Description:
libparted0 - disk partition manipulator - dummy package
libparted0-dev - disk partition manipulator - development files
libparted0-i18n - disk partition manipulator - i18n support
libparted0-udeb - disk partition manipulator - library udeb (udeb)
libparted0debian1 - disk partition manipulator - shared library
libparted0debian1-dbg - disk partition manipulator - debugging symbols
parted - disk partition manipulator
parted-doc - disk partition manipulator - documentation
parted-udeb - Manually partition a hard drive (parted) (udeb)
Closes: 669936 676590 676591
Changes:
parted (2.3-9.2) unstable; urgency=low
.
* Non-maintainer upload.
* Add partition table re-read on hurd-i386 (Closes: #669936).
* Backport gnulib fix for set but not used variables (Closes: #676590).
* Update ABI symbol list (Closes: #676591).
Checksums-Sha1:
d911444da5fe9ec61bd7b82cdcf255f3ffcd1178 2056 parted_2.3-9.2.dsc
2feb5a45f02efbe99bc8ce64339f663e5c2c3e15 82207 parted_2.3-9.2.diff.gz
b60271e073a597a3337e156037a5363edbf8e1eb 157148 parted_2.3-9.2_amd64.deb
6fb5ca84683cbf6fc8437a5e8431e5d50a0821b9 26472 parted-udeb_2.3-9.2_amd64.udeb
d9054e0a0bdaf72964a2039686d0f190976f4bbb 113158 libparted0_2.3-9.2_amd64.deb
877f5925cba42a3afef9cb3e802635b6942c6753 335604
libparted0debian1_2.3-9.2_amd64.deb
0969d9d449b1e1e0e4a33988b0cd1597eb7d6888 174364
libparted0-udeb_2.3-9.2_amd64.udeb
89cd3e44d7f28e0ceceb99bb1b0c99445ea72dea 412266
libparted0-dev_2.3-9.2_amd64.deb
010fa7ec17ada564e560516c076bbb1d62d92fe9 914414
libparted0debian1-dbg_2.3-9.2_amd64.deb
acf76b00377300bd662dbeba3506fb772c80cbe1 583438 libparted0-i18n_2.3-9.2_all.deb
8f03c5b341b60b0955cfc8d659e0129f58af21f3 185162 parted-doc_2.3-9.2_all.deb
Checksums-Sha256:
86e085e83fc34ada0fcf1004df34e3b34fa139311adbd3452ec3b5fca5dfc406 2056
parted_2.3-9.2.dsc
b652704b98988728fc3b50daf98f07cc0134099d6f0a62a81121e06c9c1c30c3 82207
parted_2.3-9.2.diff.gz
f1a211160501fa327e5bc46f98136254003b2abaa68871fac9c7c8e3aaf3a2a8 157148
parted_2.3-9.2_amd64.deb
c0d20d46962bce0552f24a1af54b0dd796b3c56c4fedeffa86f4e880f5d38c4f 26472
parted-udeb_2.3-9.2_amd64.udeb
de88d24232f7d6f39091427e075234306fdf3ab535506ab59bbfcc09402ff4dc 113158
libparted0_2.3-9.2_amd64.deb
b268ccc3d91c43619d6c6b144224cce43cf614e32e778b24e4d0531c0a749a63 335604
libparted0debian1_2.3-9.2_amd64.deb
2596c93d8718ca5911b4ada25069399e6130100fc6ad63f783ab243f640b2937 174364
libparted0-udeb_2.3-9.2_amd64.udeb
1ab80243251bfcdae08defbd6e7ded7e5cb3b0c3eafaba6592f7598e50f60f6e 412266
libparted0-dev_2.3-9.2_amd64.deb
9fae4cc7a90a6d37a4b8af4f94cf0aae164380a9419b23712018e4051b932767 914414
libparted0debian1-dbg_2.3-9.2_amd64.deb
a45a04bed0364ae13cdb41d9b6fd51ce9054141fc5956177fa6020eead0631f6 583438
libparted0-i18n_2.3-9.2_all.deb
481a99b575a5c35b82ce6a12e231e2a7687aba50956da022cc44e2d62d0c4189 185162
parted-doc_2.3-9.2_all.deb
Files:
dc6a59df639173530330dd1050673c25 2056 admin optional parted_2.3-9.2.dsc
63ff97bc11bfd8b0134f81efd8af1ae8 82207 admin optional parted_2.3-9.2.diff.gz
6dbc037b2165258815ef3693b153e428 157148 admin optional parted_2.3-9.2_amd64.deb
299493b9c37b8cbb2e72e090a92b60a5 26472 debian-installer extra
parted-udeb_2.3-9.2_amd64.udeb
5da23c810d67d8440ff1abb04dffbd18 113158 libs extra libparted0_2.3-9.2_amd64.deb
a7f1afa5c1cb681d160746ee77c81b35 335604 libs optional
libparted0debian1_2.3-9.2_amd64.deb
a3bdedad2cfb71d4a2b962e488770805 174364 debian-installer extra
libparted0-udeb_2.3-9.2_amd64.udeb
d9627e5bd57ae2fb15fcf21327a89721 412266 libdevel optional
libparted0-dev_2.3-9.2_amd64.deb
9ca1af731a31445a48ac2e4625ed77e6 914414 debug extra
libparted0debian1-dbg_2.3-9.2_amd64.deb
1afdb1746ac788d44e55e3dececc9821 583438 localization optional
libparted0-i18n_2.3-9.2_all.deb
3d424bbd9be395a5524cfe57cd816527 185162 doc optional parted-doc_2.3-9.2_all.deb
Package-Type: udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iF4EAREKAAYFAk/RS0cACgkQUesQhRznqyibFQD/QRbtRsR3fDjhfbB85WkCnw3B
7bCmUrWBWapcGks9KJcA/RoLT3PHTCj5cR4jQpRdqIHmCHkFEsX724Q3buqI9qK/
=CgR8
-----END PGP SIGNATURE-----
--- End Message ---