try this:
perl -MCPAN -e 'notest force install Archive::Tar' no warranty that this will not cause any problems with Archive::Tar at some point later. I remember your spamassassin --lint -D saying that it found Archive::Tar, so I guess there is an install of this module on your box. However this command should install Archive::Tar on your box by force. Nevertheless I think the better way is finding out why it fails to install and resolve that. > It won't install: > > Test Summary Report > ------------------- > t/02_methods.t (Wstat: 65280 Tests: 252 Failed: 65) > Failed test number(s): 18-25, 71-72, 74-75, 77-80, 82-83, 92-97 > 105, 110-117, 123-125, 151-154, 162, 167-168 > 186-189, 195-197, 214-217, 225, 230-231 > 240-243, 249-252 > Non-zero exit status: 255 > t/04_resolved_issues.t (Wstat: 65280 Tests: 7 Failed: 2) > Failed test number(s): 6-7 > Non-zero exit status: 255 > Files=5, Tests=482, 1 wallclock secs ( 0.07 usr 0.00 sys + 0.54 cusr > 0.05 csys = 0.66 CPU) > Result: FAIL > Failed 2/5 test programs. 67/482 subtests failed. > make: *** [test_dynamic] Fehler 11 > /usr/bin/make test -- NOT OK > Running make install > make test had returned bad status, won't install without force > > > > > > "Philipp Snizek" <[EMAIL PROTECTED]> > 06.12.2007 14:07 > > An > [EMAIL PROTECTED] > Kopie > [email protected] > Thema > Re: sa-update error > > > > > > >> Hi >> >> can anyone help me with this? >> I think its the archive::tar which makes problems, >> so i installed a newer version, but the error remains... >> >> [23086] dbg: channel: populating temp content file >> [23086] dbg: channel: file verification passed, testing update >> [23086] dbg: channel: extracting archive >> No data could be read from file at /usr/bin/sa-update line 961 >> fatal: couldn't create Archive::Tar object! > > what does > > perl -MCPAN -e 'install Archive::Tar' > > say? > > - Philipp > > > > >
