Your message dated Wed, 30 Nov 2011 10:47:14 +0000
with message-id <e1rvhh4-00025g...@franck.debian.org>
and subject line Bug#641350: fixed in bash 4.2-1
has caused the Debian Bug report #641350,
regarding bash: FTBFS with -Werror=format-security
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.)
--
641350: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641350
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: bash
Version: 4.2-1~exp1
Severity: important
With dpkg-dev from git master (should be released as 1.16.1 soon), bash
does FTBFS due to dpkg-buildflags adding -Werror=format-security to
CFLAGS:
,----
| gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"i486"' -DCONF_OSTYPE='"linux-gnu"'
-DCONF_MACHTYPE='"i486-pc-linux-gnu"' -DCONF_VENDOR='"pc"'
-DLOCALEDIR='"/usr/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H
-I. -I../bash -I../bash/include -I../bash/lib -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security
-Werror=format-security -Wall -c ../bash/print_cmd.c
| ../bash/print_cmd.c: In function 'make_command_string_internal':
| ../bash/print_cmd.c:167:5: warning: zero-length gnu_printf format string
[-Wformat-zero-length]
| ../bash/print_cmd.c: In function 'indent':
| ../bash/print_cmd.c:1397:3: error: format not a string literal and no format
arguments [-Werror=format-security]
| cc1: some warnings being treated as errors
|
| make[2]: *** [print_cmd.o] Error 1
`----
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: i386 (x86_64)
Kernel: Linux 3.1.0-rc5-nouveau (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---
Source: bash
Source-Version: 4.2-1
We believe that the bug you reported is fixed in the latest version of
bash, which is due to be installed in the Debian FTP archive:
bash-builtins_4.2-1_i386.deb
to main/b/bash/bash-builtins_4.2-1_i386.deb
bash-doc_4.2-1_all.deb
to main/b/bash/bash-doc_4.2-1_all.deb
bash-static_4.2-1_i386.deb
to main/b/bash/bash-static_4.2-1_i386.deb
bash_4.2-1.diff.gz
to main/b/bash/bash_4.2-1.diff.gz
bash_4.2-1.dsc
to main/b/bash/bash_4.2-1.dsc
bash_4.2-1_i386.deb
to main/b/bash/bash_4.2-1_i386.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 641...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Matthias Klose <d...@debian.org> (supplier of updated bash 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: SHA1
Format: 1.8
Date: Wed, 30 Nov 2011 07:29:05 +0100
Source: bash
Binary: bash bash-static bash-builtins bash-doc
Architecture: source all i386
Version: 4.2-1
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose <d...@debian.org>
Changed-By: Matthias Klose <d...@debian.org>
Description:
bash - GNU Bourne Again SHell
bash-builtins - Bash loadable builtins - headers & examples
bash-doc - Documentation and examples for the The GNU Bourne Again SHell
bash-static - GNU Bourne Again SHell (static version)
Closes: 587185 602159 602244 602456 602483 614815 629929 632177 641350 648578
Changes:
bash (4.2-1) unstable; urgency=low
.
[ Matthias Klose ]
* New upstream version.
* Apply upstream patches 001 - 020.
* Fix parsing of double doublequotes. LP: #780441.
* /etc/bash.bashrc:
- Fix quoting issue calling command-not-found. LP: #754859. Closes:
#587185.
* Don't cache the value of brk between sbrk calls (Samuel Thibault).
Closes: #614815.
* Remove the bashdb and bash-completion packaging rules and files.
* Just link with libtinfo instead of libncurses if available.
* Make lintian happy.
* Use quilt to apply patches.
* Fix build error with -Werror=format-security (Pierre Chifflier).
Closes: #641350.
* Fix build for the binary target, without calling the build target.
Closes: #602159.
* Fix cross builds (Steve McIntyre). Closes: #629929.
.
[ Jonathan Nieder ]
* Update copyright file. Many files that were GPL-2+ were relicensed
under GPL-3+ in bash 4.0-rc1. Closes: #632177.
* debian/rules: Use "rm -rf" instead of rmdir to remove usr/share/info
directory in "with_gfdl = no" build. This prevents build failures when
using the unmodified upstream tarball.
* bash.preinst: Tidy up a little.
- Remove codepath that would rename .bash_profile → .profile if .profile
was unmodified from the gutsy → hardy transition. Closes: #602244
- Remove commented experiment from bash-completion transition.
- Remove misleading "dpkg --assert-support-predepends" check.
Closes: #602456.
- Move utility functions to a separate bash.preinst-lib.c and corresponding
declarations to bash.preinst.h.
* Remove /bin/sh symlink and /usr/share/man/man1/sh.1.gz from bash package
contents. Closes: #602483.
- debian/rules: Do not install /bin/sh and sh.1.gz symlinks.
- bash.preinst:
- Make sure /bin/sh is present and points to an executable, forcibly
creating symlinks /bin/sh -> bash and /usr/share/man/man1/sh.1.gz ->
bash.1.gz if not.
- Divert /bin/sh and sh.1.gz on behalf of dash if we are upgrading from
a bash version with /bin/sh in the files list and bash's copy of
/bin/sh is not already diverted. This ensures unpacking bash will not
cause /bin/sh to go missing.
* bash.postinst: Simplify comment that contained an implementation detail
about how /bin/sh is provided.
* Use dpkg-buildflags to retrieve compiler options, including hardening
flags.
Build-Depends: dpkg-dev (>= 1.16.1) (Steve Langasek). Closes: #629929.
* Pass --host to configure only when cross-compiling, --build always, as
recommended in autotools documentation (Steve Langasek).
.
* Merge from Ubuntu (closes: #648578):
- /etc/skel/.bashrc:
- Don't set HISTCONTROL twice. Thanks to Kevin Knerr. LP: #465500.
- Set HISTFILESIZE to 2000 and HISTSIZE to 1000. LP: #544542.
- README.Debian: Remove obsolete entry "Why is bash configured
with --disable-net-redirections?"
Checksums-Sha1:
367c1b283b0ae4cefd04df00d00a1676d5d0187c 1475 bash_4.2-1.dsc
7846bf9f2f2878ad83db407c40858a230def03b9 2796351 bash_4.2.orig.tar.gz
428944bc2f857ed9ff739c3ff6c1ff97c6d97b41 74773 bash_4.2-1.diff.gz
36ab46bac93bb3aaf1736496334de12b7b6d69ef 697572 bash-doc_4.2-1_all.deb
1d08b83a35b8c502d68559b7dac36a6de6c147eb 1471426 bash_4.2-1_i386.deb
baae47e5c7e9858557477804403fd2de9e640319 112028 bash-builtins_4.2-1_i386.deb
34b8787383017dbb358130f68f47151b8a747613 845820 bash-static_4.2-1_i386.deb
Checksums-Sha256:
87dfc0b8748f52a4579a437c24e6472d760fef151cae144cf300155af6d54dbb 1475
bash_4.2-1.dsc
70037fbd9c428207d9daec9267f30eb0f26f3ba82ef5a9b5c923542d00de14de 2796351
bash_4.2.orig.tar.gz
fcbd44a7fd036ad170cbcbd2d3234920bf6b05ae3f2d624c3111481f018dd036 74773
bash_4.2-1.diff.gz
a7e832956ff8225aabe5337e288c6bd26454dc9d9cbb267a437c0afc7ee10038 697572
bash-doc_4.2-1_all.deb
2adaa25450c64a9c689fd13cbc2020f48b260da48b437563d81e27b35a58c654 1471426
bash_4.2-1_i386.deb
649831ad05abc3754bdbfd28a60b5fb41dc93b111500bf9940c5a1e9b95624a1 112028
bash-builtins_4.2-1_i386.deb
be75a2b05888bc251ca71412a25d1436543e51ae0fb87a95222943b7f62ea517 845820
bash-static_4.2-1_i386.deb
Files:
3589c06cbc82d0dbcd51bc4b0f7eee40 1475 base required bash_4.2-1.dsc
02bed321ac495a42dee4b6ee1b24cb21 2796351 base required bash_4.2.orig.tar.gz
f3a255c3ae38c612cefbe035853e8fbc 74773 base required bash_4.2-1.diff.gz
ba454a71e97f97a72969761b86c96cc6 697572 doc optional bash-doc_4.2-1_all.deb
4825b660d9af32102a6a8959a4576d41 1471426 shells required bash_4.2-1_i386.deb
5758c6e244505d69f6cbc55de8f3822b 112028 utils optional
bash-builtins_4.2-1_i386.deb
b080b467071ece5f7a052cadc9be53e7 845820 shells optional
bash-static_4.2-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk7WBkQACgkQStlRaw+TLJzgMwCcC6DeSNOos0VDeA+FdBwHQkEA
K8QAn2wZ/1tfe/xeZ5g62sRSfNhwK0XB
=/vvE
-----END PGP SIGNATURE-----
--- End Message ---