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

Bug#550825: Resolved: Unable to upgrade perl



Ah, nice catch ... I was wondering what perl script was running during the upgrade and killing it. Defaulting /usr/bin/rm to /bin/rm at least gets you through the upgrade.

It looks like safe-rm uses English to get the program name (instead of just using $0), so I'm wondering if yanking perl-modules (which includes the English module) and executing a perl script that uses English at the same time was causing safe-rm to die off. I wish I'd thought of trying to get rid of English and replace $PROGRAM_NAME with $0 in safe-rm to see if it would've fixed the problem.

Thanks again,
Charlie



Reply to: