Ron Stodden <[EMAIL PROTECTED]> writes:
> Pixel wrote:
> >
> > Ron Stodden <[EMAIL PROTECTED]> writes:
> > > The coder should be taken outside and shot, as should Mandrake QA.
> >
> > thanks for the advice. makes quite a few happy people here (does it hurt a lot,
> > i'm one of "The coder" :)
>
> Pixel, I know you are a coder (and a very good one, might I say).
> Metaphorically shot only, of course. But there is a valuable
> message in there, isn't there? If your rpm calls find a bad rpm,
> the return value should indicate that fact to you (don't know whether
> it does), and you should never just ignore such a situation.
the pb is that rpmlib doesn't tell so. Or at least i have to scan the
install.log to know that. I've already added this:
die _("Some important packages didn't get installed properly.
Either your cdrom drive or your cdrom is defective.
Check the cdrom on an installed computer using \"rpm -qpl Mandrake/RPMS/*.rpm\"
") if grep { m|read failed: Input/output error| }
cat_("$o->{prefix}/root/install.log");
could you give the install.log you got?
thanks, cu Pixel.