Hi,
I have a working copy of Bugzilla 2.22.2 on my SME7.3 box and am looking at making a HowTo for downloading and installing / upgrading to 3.0.3 (and then 3.1.x later)
All is good so far however I need the perl Module Email:MIME:Modifier... which I'm pointed towards doing the following:
perl -MCPAN -e 'install "Email::MIME::Modifier"'
However this is not installing without force? see below tail of output - please can anyone help?
Test Summary Report
-------------------
t/content_id.t (Wstat: 65280 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 255
Parse errors: Bad plan. You planned 15 tests but ran 1.
t/ct_attrs.t (Wstat: 65280 Tests: 3 Failed: 2)
Failed tests: 1-2
Non-zero exit status: 255
Parse errors: Bad plan. You planned 10 tests but ran 3.
t/disposition.t (Wstat: 65280 Tests: 2 Failed: 2)
Failed tests: 1-2
Non-zero exit status: 255
Parse errors: Bad plan. You planned 7 tests but ran 2.
t/encoding.t (Wstat: 65280 Tests: 2 Failed: 2)
Failed tests: 1-2
Non-zero exit status: 255
Parse errors: Bad plan. You planned 14 tests but ran 2.
t/parts.t (Wstat: 65280 Tests: 2 Failed: 2)
Failed tests: 1-2
Non-zero exit status: 255
Parse errors: Bad plan. You planned 22 tests but ran 2.
Files=7, Tests=11, 0 wallclock secs ( 0.03 usr 0.01 sys + 0.29 cusr 0.08 csys = 0.41 CPU)
Result: FAIL
Failed 5/7 test programs. 9/11 subtests failed.
make: *** [test_dynamic] Error 255
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force