Hi, rpm-4.4.7 segfaults some time when installs packages. Solution is in patch, I suppose Regards Tomasz Trojanowski
diff -Nru rpm-4.4.7.orig/lib/fsm.c rpm-4.4.7/lib/fsm.c --- rpm-4.4.7.orig/lib/fsm.c 2006-09-17 16:00:23 +0000 +++ rpm-4.4.7/lib/fsm.c 2006-11-24 12:04:44 +0000 @@ -357,7 +357,7 @@ rpmMessage(RPMMESS_DEBUG, _("========== Directories not explicitly included in package:\n")); } - (void) urlPath(fi->dnl[j], &dnl); + (void) urlPath(fi->dnl[i], &dnl); rpmMessage(RPMMESS_DEBUG, _("%10d %s\n"), i, dnl); } if (j)
_______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/rpm-list