[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#169789: libc6: postinst broken: uninstallable if you upgrade from a version older than 2.2.94-1



Package: libc6
Version: 2.3.1-4
Severity: grave
Tags: patch sid
Justification: renders package unusable

if you upgrade from a version older than 2.2.94-1, postint check for
services that may need to be restarted.

In checking routine, this line raise an error:

check=$(sed 's/apache2-common/apache2/' $check)

I modified the line as:

check=$(echo $check | sed 's/apache2-common/apache2/')

and this solve the problem (on my system)...

Best Regards

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux timelord 2.4.19-k7 #1 Sun Oct 6 20:29:56 EST 2002 i686
Locale: LANG=it_IT@euro, LC_CTYPE=it_IT@euro

Versions of packages libc6 depends on:
ii  libdb1-compat                 2.1.3-7    The Berkeley database routines [gl

-- no debconf information




Reply to: