Your message dated Tue, 19 Apr 2016 11:44:23 +0200
with message-id <[email protected]>
and subject line Re: [Debconf-devel] Bug#821742: deprecated features in
Quesion.pm and Config.pm
has caused the Debian Bug report #821742,
regarding deprecated features in Quesion.pm and Config.pm
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.)
--
821742: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=821742
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: debconf
Version: 1.5.56
Looks like updating perl broke debconf:
# aptitude purge libmpcdec6:amd64
Die folgenden Pakete werden ENTFERNT:
libmpcdec6{p}
0 Pakete aktualisiert, 0 zusätzlich installiert, 1 werden entfernt und 0
nicht aktualisiert.
0 B an Archiven müssen heruntergeladen werden. Nach dem Entpacken werden
0 B zusätzlich belegt sein.
Möchten Sie fortsetzen? [Y/n/?] Y
Unescaped left brace in regex is deprecated, passed through in regex;
marked by <-- HERE in m/^(.*?)(\\)?\${ <-- HERE ([^{}]+)}(.*)$/ at
/usr/share/perl5/Debconf/Question.pm line 72.
Unescaped left brace in regex is deprecated, passed through in regex;
marked by <-- HERE in m/\${ <-- HERE ([^}]+)}/ at
/usr/share/perl5/Debconf/Config.pm line 30.
(Lese Datenbank ... 316017 Dateien und Verzeichnisse sind derzeit
installiert.)
Entfernen von libmpcdec6:amd64 (2:0.1~r459-4.1) ...
Löschen der Konfigurationsdateien von libmpcdec6:amd64 (2:0.1~r459-4.1) ...
#
I' not sure whether it applies to debconf or to perl, so feel free to
redirect the bug appropriately if wrong here.
--- End Message ---
--- Begin Message ---
On 19.04.2016 11:33, Colin Watson wrote:
Source: debconf
Source-Version: 1.5.57
On Tue, Apr 19, 2016 at 12:57:38AM +0200, Jaakov wrote:
Package: debconf
Version: 1.5.56
Looks like updating perl broke debconf:
[...]
Unescaped left brace in regex is deprecated, passed through in regex; marked
by <-- HERE in m/^(.*?)(\\)?\${ <-- HERE ([^{}]+)}(.*)$/ at
/usr/share/perl5/Debconf/Question.pm line 72.
Unescaped left brace in regex is deprecated, passed through in regex; marked
by <-- HERE in m/\${ <-- HERE ([^}]+)}/ at
/usr/share/perl5/Debconf/Config.pm line 30.
It's fortunately only a noisy deprecation warning rather than actual
breakage, and I fixed it nine months ago in debconf 1.5.57. See:
https://bugs.debian.org/786705
Ok, thanks!
Closing.
--- End Message ---