The following commit has been merged in the master branch:
commit ac36c31b05fc211a5688d1714d5589f227a1bdbd
Author: Guillem Jover <[email protected]>
Date: Sun Jan 27 15:27:33 2013 +0100
Dpkg::Shlibs::Cppfilt: Use syserr instead of internerr on spawn
diff --git a/scripts/Dpkg/Shlibs/Cppfilt.pm b/scripts/Dpkg/Shlibs/Cppfilt.pm
index 884347a..8b7ef57 100644
--- a/scripts/Dpkg/Shlibs/Cppfilt.pm
+++ b/scripts/Dpkg/Shlibs/Cppfilt.pm
@@ -47,7 +47,7 @@ sub get_cppfilt {
$filt->{pid} = spawn(exec => [ 'c++filt', "--format=$type" ],
from_pipe => \$filt->{from},
to_pipe => \$filt->{to});
- internerr(_g('unable to execute %s'), 'c++filt')
+ syserr(_g('unable to execute %s'), 'c++filt')
unless defined $filt->{from};
$filt->{from}->autoflush(1);
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]