On 26/08/13 at 13:23 +0200, Axel Beckert wrote:
> Package: how-can-i-help
> Version: 0.3
> Severity: normal
> 
> A package failed to install and then how-can-i-help failed, too:
> 
> Preparing to replace libedit-dev:i386 2.11-20080614-6 (using 
> .../libedit-dev_3.1-20130712-1_i386.deb) ...
> Unpacking replacement libedit-dev:i386 ...
> dpkg: error processing 
> /var/cache/apt/archives/libedit-dev_3.1-20130712-1_i386.deb (--unpack):
>  trying to overwrite '/usr/share/man/man3/editline.3.gz', which is also in 
> package libeditline-dev 1.12-6
> Preparing to replace lintian 2.5.16 (using .../lintian_2.5.17_all.deb) ...
> Unpacking replacement lintian ...
> Processing triggers for man-db ...
> Errors were encountered while processing:
>  /var/cache/apt/archives/libedit-dev_3.1-20130712-1_i386.deb
> /usr/bin/how-can-i-help:81:in `split': invalid byte sequence in US-ASCII 
> (ArgumentError)
>         from /usr/bin/how-can-i-help:81:in `<main>'
> E: Problem executing scripts DPkg::Post-Invoke '[ ! -e 
> /usr/bin/how-can-i-help ] || /usr/bin/how-can-i-help'
> E: Sub-process returned an error code
> E: Sub-process /usr/bin/dpkg returned an error code (1)

Hi,

Sounds like a ruby1.9 compat problem.
If you want to work around the problem on a temporary basis,
replace 
|| /usr/bin/how-can-i-help
by
|| ruby1.8 /usr/bin/how-can-i-help

(and make sure that you have ruby1.8 installed)

Lucas


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to