Upgrade to 3.4.4 - makefixdeps:http::Server::Simple::Mason fails

makefixdeps:http::Server::Simple::Mason fails

I had the same problem. For some reason perl was saying that
http::server::simple::mason is up to date, but RT wanted never version.
Manual download from cpan and installation solved the problem.

Michael

Hi all

I recently tried to upgrade from 3.4.1 to 3.4.4 on my SuSE 9.

However I could not get http::server::simple::mason to build. Has
anyone
experienced the same error? Any fixes?

(I know, this is not really RT- related, but I couldn’t find any hints
on the net)

What error?

Sorry, forgot to include that:

Checksum for
/root/.cpan/sources/authors/id/J/JE/JESSE/HTTP-Server-Simple-Mason-
0.09.tar.gz ok
Scanning cache /root/.cpan/build for sizes
HTTP-Server-Simple-Mason-0.09/
HTTP-Server-Simple-Mason-0.09/lib/
HTTP-Server-Simple-Mason-0.09/lib/HTTP/
HTTP-Server-Simple-Mason-0.09/lib/HTTP/Server/
HTTP-Server-Simple-Mason-0.09/lib/HTTP/Server/Simple/
HTTP-Server-Simple-Mason-0.09/lib/HTTP/Server/Simple/Mason.pm
HTTP-Server-Simple-Mason-0.09/inc/
HTTP-Server-Simple-Mason-0.09/inc/Module/
HTTP-Server-Simple-Mason-0.09/inc/Module/Install.pm
HTTP-Server-Simple-Mason-0.09/inc/Module/Install/
HTTP-Server-Simple-Mason-0.09/inc/Module/Install/Fetch.pm
HTTP-Server-Simple-Mason-0.09/inc/Module/Install/Makefile.pm
HTTP-Server-Simple-Mason-0.09/inc/Module/Install/Base.pm
HTTP-Server-Simple-Mason-0.09/inc/Module/Install/Metadata.pm
HTTP-Server-Simple-Mason-0.09/inc/Module/Install/Can.pm
HTTP-Server-Simple-Mason-0.09/inc/Module/Install/WriteAll.pm
HTTP-Server-Simple-Mason-0.09/inc/Module/Install/Win32.pm
HTTP-Server-Simple-Mason-0.09/t/
HTTP-Server-Simple-Mason-0.09/t/05handlederrors.t
HTTP-Server-Simple-Mason-0.09/t/04unhandlederrors.t
HTTP-Server-Simple-Mason-0.09/t/03podcoverage.t
HTTP-Server-Simple-Mason-0.09/t/02pod.t
HTTP-Server-Simple-Mason-0.09/t/01live.t
HTTP-Server-Simple-Mason-0.09/t/00smoke.t
HTTP-Server-Simple-Mason-0.09/Changes
HTTP-Server-Simple-Mason-0.09/MANIFEST
HTTP-Server-Simple-Mason-0.09/META.yml
HTTP-Server-Simple-Mason-0.09/ex/
HTTP-Server-Simple-Mason-0.09/ex/sample_server.pl
HTTP-Server-Simple-Mason-0.09/Makefile.PL
HTTP-Server-Simple-Mason-0.09/SIGNATURE
Removing previously used /root/.cpan/build/HTTP-Server-Simple-Mason-0.09

CPAN.pm: Going to build
J/JE/JESSE/HTTP-Server-Simple-Mason-0.09.tar.gz

Checking if your kit is complete…
Looks good
Writing Makefile for HTTP::Server::Simple::Mason
make[1]: Entering directory
/root/.cpan/build/HTTP-Server-Simple-Mason-0.09' cp lib/HTTP/Server/Simple/Mason.pm blib/lib/HTTP/Server/Simple/Mason.pm Manifying blib/man3/HTTP::Server::Simple::Mason.3pm make[1]: Leaving directory /root/.cpan/build/HTTP-Server-Simple-Mason-0.09’
/usr/bin/make – OK
Running make test
make[1]: Entering directory
`/root/.cpan/build/HTTP-Server-Simple-Mason-0.09’
PERL_DL_NONLAZY=1 /usr/bin/perl “-MExtUtils::Command::MM” “-e”
“test_harness(0,
‘inc’, ‘blib/lib’, ‘blib/arch’)” t/*.t
t/00smoke…ok
t/01live…ok 3/5

Failed test (t/01live.t at line 18)

undef

doesn’t match ‘(?-xism:2$)’

t/01live…NOK 4# Looks like you failed 1 test of 5.
t/01live…dubious
Test returned status 1 (wstat 256, 0x100)
Scalar found where operator expected at (eval 153) line 1, near “‘int’
$__val”
(Missing operator before $__val?)
DIED. FAILED test 4
Failed 1/5 tests, 80.00% okay
t/02pod…skipped
all skipped: Test::Pod 1.14 required for testing POD
t/03podcoverage…skipped
all skipped: Test::Pod::Coverage 1.04 required for testing POD
coverage
t/04unhandlederrors…ok 3/5

Failed test (t/04unhandlederrors.t at line 18)

got: undef

expected: ‘’

t/04unhandlederrors…NOK 4# Looks like you failed 1 test of 5.
t/04unhandlederrors…dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 4
Failed 1/5 tests, 80.00% okay
t/05handlederrors…ok 3/5

Failed test (t/05handlederrors.t at line 18)

got: undef

expected: ‘We handled this error’

t/05handlederrors…NOK 4# Looks like you failed 1 test of 5.
t/05handlederrors…dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 4
Failed 1/5 tests, 80.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
t/01live.t 1 256 5 1 20.00% 4
t/04unhandlederrors.t 1 256 5 1 20.00% 4
t/05handlederrors.t 1 256 5 1 20.00% 4
2 tests skipped.
Failed 3/6 test scripts, 50.00% okay. 3/23 subtests failed, 86.96% okay.
make[1]: *** [test_dynamic] Error 1
make[1]: Leaving directory
`/root/.cpan/build/HTTP-Server-Simple-Mason-0.09’
/usr/bin/make test – NOT OK
Running make install
make test had returned bad status, won’t install without force

florian

This message may contain legally privileged or confidential
information and is therefore addressed to the named persons only.
The recipient should inform the sender and delete this message,
if he/she is not named as addressee.
The sender disclaims any and all liability for the integrity
and punctuality of this message.
The sender has activated an automatic virus scanning by
Messagelabs, but does not guarantee the virus free
transmission of this message.

I had the same problem. For some reason perl was saying that
http::server::simple::mason is up to date, but RT wanted never version.
Manual download from cpan and installation solved the problem.

MichaelOn Thu, 2005-09-08 at 09:28 -0400, Todd Chapman wrote:

On Thu, Sep 08, 2005 at 03:35:32PM +0200, Florian Hochstrasser wrote:

Hi all

I recently tried to upgrade from 3.4.1 to 3.4.4 on my SuSE 9.

However I could not get http::server::simple::mason to build. Has anyone
experienced the same error? Any fixes?

(I know, this is not really RT- related, but I couldn’t find any hints
on the net)

What error?


The rt-users Archives

Be sure to check out the RT Wiki at http://wiki.bestpractical.com

Buy your copy of our new book, RT Essentials, today!

Download a free sample chapter from http://rtbook.bestpractical.com