Fabien ILLIDE <[EMAIL PROTECTED]> writes:
> When type "rpmdrake-remove" in a console :
> [EMAIL PROTECTED] fabien]# rpmdrake-remove
> Malformed UTF-8 character (unexpected end of string) at
> /usr/sbin/rpmdrake-remove line 183.
> Malformed UTF-8 character (unexpected end of string) at
> /usr/sbin/rpmdrake-remove line 183.
> Malformed UTF-8 character (unexpected end of string) at
> /usr/sbin/rpmdrake-remove line 183.
That must be related to buggy packages installed on your machine
but not on my test machine.
Could you apply:
--- cvs/soft/rpmdrake/rpmdrake 2003-09-05 13:15:21.000000000 +0200
+++ /tmp/rpmdrake 2003-09-11 18:21:24.000000000 +0200
@@ -178,6 +178,7 @@
sub rpm_description {
my ($description) = @_;
c::set_tagged_utf8($description);
+ print "description: <$description>\n";
my ($t, $tmp);
foreach (split "\n", $description) {
s/^\s*//;
And try to see which description is right before the warning
messages? Beware, this will print lots of stuff on the
console :).
--
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/