Your message dated Sun, 15 Mar 2026 08:37:32 +0000
with message-id <[email protected]>
and subject line Bug#1105247: fixed in console-common 0.7.92
has caused the Debian Bug report #1105247,
regarding console-common: FTBFS with make --shuffle=reverse: msgfmt: error
while opening
"../debian/console-common/usr/share/locale//zh_CN/LC_MESSAGES/install-keymap.mo"
for writing: No such file or directory
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 [email protected]
immediately.)
--
1105247: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1105247
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: console-common
Version: 0.7.91
Severity: minor
Tags: trixie sid ftbfs
User: [email protected]
Usertags: ftbfs-shuffle
Hi,
GNU Make now has a --shuffle option that simulates non-deterministic ordering
of target prerequisites. See
https://trofi.github.io/posts/238-new-make-shuffle-mode.html and also previous
work in Debian by Santiago Vila:
https://people.debian.org/~sanvila/make-shuffle/
This package fails to build with make --shuffle=reverse.
This is likely to be caused by a missing dependency in
debian/rules or an upstream Makefile.
More information about this mass bug filing is available at
https://wiki.debian.org/qa.debian.org/FTBFS/Shuffle
Relevant part (hopefully):
> make[2]: Entering directory
> '/build/reproducible-path/console-common-0.7.91/po'
> Makefile:20: update target
> '../debian/console-common/usr/share/locale//zh_TW/LC_MESSAGES/install-keymap.mo'
> due to: target does not exist
> msgfmt --verbose --check zh_TW.po -o
> ../debian/console-common/usr/share/locale//zh_TW/LC_MESSAGES/install-keymap.mo
> Makefile:20: update target
> '../debian/console-common/usr/share/locale//zh_CN/LC_MESSAGES/install-keymap.mo'
> due to: target does not exist
> msgfmt --verbose --check zh_CN.po -o
> ../debian/console-common/usr/share/locale//zh_CN/LC_MESSAGES/install-keymap.mo
> Makefile:20: update target
> '../debian/console-common/usr/share/locale//vi/LC_MESSAGES/install-keymap.mo'
> due to: target does not exist
> msgfmt --verbose --check vi.po -o
> ../debian/console-common/usr/share/locale//vi/LC_MESSAGES/install-keymap.mo
> Makefile:20: update target
> '../debian/console-common/usr/share/locale//uk/LC_MESSAGES/install-keymap.mo'
> due to: target does not exist
> msgfmt --verbose --check uk.po -o
> ../debian/console-common/usr/share/locale//uk/LC_MESSAGES/install-keymap.mo
> Makefile:20: update target
> '../debian/console-common/usr/share/locale//tr/LC_MESSAGES/install-keymap.mo'
> due to: target does not exist
> msgfmt --verbose --check tr.po -o
> ../debian/console-common/usr/share/locale//tr/LC_MESSAGES/install-keymap.mo
> Makefile:20: update target
> '../debian/console-common/usr/share/locale//tl/LC_MESSAGES/install-keymap.mo'
> due to: target does not exist
> msgfmt --verbose --check tl.po -o
> ../debian/console-common/usr/share/locale//tl/LC_MESSAGES/install-keymap.mo
> zh_TW.po:5: warning: header field 'Language' missing in header
> msgfmt: error while opening
> "../debian/console-common/usr/share/locale//zh_TW/LC_MESSAGES/install-keymap.mo"
> for writing: No such file or directory
> 13 translated messages.
> Makefile:20: update target
> '../debian/console-common/usr/share/locale//th/LC_MESSAGES/install-keymap.mo'
> due to: target does not exist
> zh_CN.po:7: warning: header field 'Language' missing in header
> msgfmt --verbose --check th.po -o
> ../debian/console-common/usr/share/locale//th/LC_MESSAGES/install-keymap.mo
> msgfmt: error while opening
> "../debian/console-common/usr/share/locale//zh_CN/LC_MESSAGES/install-keymap.mo"
> for writing: No such file or directory
> 13 translated messages.
> vi.po:6: warning: header field 'Language' missing in header
> make[2]: *** [Makefile:20:
> ../debian/console-common/usr/share/locale//zh_TW/LC_MESSAGES/install-keymap.mo]
> Error 1 shuffle=reverse
The full build log is available from:
http://qa-logs.debian.net/2025/05/05/shuffle/reverse/console-common_0.7.91_unstable_reverse.log
If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects
--- End Message ---
--- Begin Message ---
Source: console-common
Source-Version: 0.7.92
Done: Alastair McKinstry <[email protected]>
We believe that the bug you reported is fixed in the latest version of
console-common, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Alastair McKinstry <[email protected]> (supplier of updated console-common
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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 15 Mar 2026 07:44:30 +0000
Source: console-common
Architecture: source
Version: 0.7.92
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry <[email protected]>
Changed-By: Alastair McKinstry <[email protected]>
Closes: 1105247 1110517
Changes:
console-common (0.7.92) unstable; urgency=medium
.
[ Alastair McKinstry ]
* Drop Priority: optional from source in d/control per new policy
* Move d/copyright to DEP-5
* Now at debhelper-compat 13
* Drop dependency on obsolete lsb-base
* Mark DEPRECATED in description. Closes: #1110517
* Drop national encodings for po files
* Add vcs-git pointing to salsa.debian.org
.
[ Andreas Tille ]
* Vcs is in Debian team
* d/control:
- Secure URI in Format
- Fix Source
* d/rules: Drop templated comment
* Standards-Version: 4.7.3
* Fix somme typos
* Remove unused lintian overrides
* d/rules: use short dh consequently
* Fix po/Makefile
Closes: #1105247
Checksums-Sha1:
3495de833ad0f7bc6562a3f2a46eee65a3aadc4a 1728 console-common_0.7.92.dsc
ffcf7dee7422f34eeb5855fd02ddb6385172ebb2 135960 console-common_0.7.92.tar.xz
Checksums-Sha256:
fd5032caf600eb5f0fd834e29a402e33a699b615d3e4d6000bc90b70623fad8d 1728
console-common_0.7.92.dsc
e7e5e9b6285c7596fcf5926c915bc02357c33dc67dd7667fb5775a25e97dbcff 135960
console-common_0.7.92.tar.xz
Files:
380811b44c35bf18325d94bf63a07d45 1728 utils optional console-common_0.7.92.dsc
6546e1addcf436e56fd87a71c3ec5f79 135960 utils optional
console-common_0.7.92.tar.xz
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAmm2ZPcACgkQy+a7Tl2a
06UBeQ//Q01hcyRkeycWEjeyczYQ9IQ3Tteoce8nb6/IyNiMYZhjTcbai5Ax1Lj0
B4ztrBkHk4t0/AinjZKBeGMirJpMDMZntWkxylYMTrLxrAdeez3JOR3iF6ucdxXo
kRE5nJSfpTS0KjiXjKgQyW5Zr10WzT9ynV1VZG+yBDTA0hNuxkc6w5zKmBaSNu37
rT/XwDQkAXzjk/gxeCkGzh9Nkey+bD6ggZJgqIDuoZMjsPUQWqDufGqOA7PH7WmY
M6edw56RHdJ3kf3rFuEnRViKEszHXKPVCd6uqUYmLNaQl16B9vjuTw/Q0gPQHoTB
l7ayf0mWEPC6JAt7Sb/IfKBlNx8RNTphg+J1QqKdKmx+JMtnG8E89rfkL7zh9BNa
YaK+1Y2mIb9Ykmg9zZ87XZxjGw2PnVF01GLqf5LNRu/kU41hym6c4Ls+NPBPE+JV
cjP47WxngNp5DsFu9pXdpHlTYfcqdtNFfDYOATyAagk0uHpoS+wOzMC0waRZh68f
phy54Sy2UzzH+fHVU5d3sVccZQaE+aHyKcGteN1iBTRbFAs18UuHjV3QD+T/PVxs
uf84D8nYuqsbTWmBgf5UYniB+nQTT6A20iTTQWMBzVWSEBX3qVLsRSUANiToMNkb
S/fVhCL+j9n49svRTLi5A/FpYJGh0MG3N2brXV3dvmUD7duNbm8=
=UH/7
-----END PGP SIGNATURE-----
pgpLzLYg3Ye_q.pgp
Description: PGP signature
--- End Message ---