Problem with HTTP-Server-Simple-Mason-0.09 in new rt-3.8.0

Hello,

Congratulations for all the devs and the RT community for their hard work.
I’m happy to use an active product always maintained and updated.

With the announcement of RT 3.8.0, I was eager to install the new version on
our test machine so I can test it using the same environment as the real
platform. However, I was confronted with some problems while compiling the
perl modules. In fact, all the perl modules compiled successfully but the
last one “HTTP::Server::Simple::Mason”. I tried passing the command “make
fixdeps” several times but the problem persists. Of course, before making
all the perl modules, I did exactly as it is suggested in the README.

I’m using a Debian 4.0r3 with the latest packages and perl 5.8.8. I also
tested on a debian lenny (testin) dist and the ouput is the same. Can you
please help ? Thx

Here is the output while compiling the module inside CPAN:

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-cQRCnS' 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-cQRCnS’
JESSE/HTTP-Server-Simple-Mason-0.09.tar.gz
/usr/bin/make – OK
Running make test
make[1]: Entering directory
`/root/.cpan/build/HTTP-Server-Simple-Mason-0.09-cQRCnS’
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 1/5Use of uninitialized value $this in pattern
match (m//) at t/01live.t line 18.

Failed test ‘Returns a page containing only 2’

at t/01live.t line 18.

undef

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

Looks like you failed 1 test of 5.

t/01live…dubious
Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 4
Failed 1/5 tests, 80.00% okay
t/02pod…ok
t/03podcoverage…skipped
all skipped: Test::Pod::Coverage 1.04 required for testing POD
coverage
t/04unhandlederrors…ok 1/5

Failed test ‘Returns an empty page’

at t/04unhandlederrors.t line 18.

got: undef

expected: ‘’

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 1/5

Failed test ‘custom error handler called’

at t/05handlederrors.t line 18.

got: undef

expected: ‘We handled this error’

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 List of Failed
t/01live.t 1 256 5 1 4
t/04unhandlederrors.t 1 256 5 1 4
t/05handlederrors.t 1 256 5 1 4
1 test skipped.
Failed 3/6 test scripts. 3/24 subtests failed.
Files=6, Tests=24, 4 wallclock secs ( 1.40 cusr + 0.16 csys = 1.56 CPU)
Failed 3/6 test programs. 3/24 subtests failed.
make[1]: *** [test_dynamic] Error 1
make[1]: Leaving directory
`/root/.cpan/build/HTTP-Server-Simple-Mason-0.09-cQRCnS’
JESSE/HTTP-Server-Simple-Mason-0.09.tar.gz
/usr/bin/make test – NOT OK
//hint// to see the cpan-testers results for installing this module, try:
reports JESSE/HTTP-Server-Simple-Mason-0.09.tar.gz
Running make install
make test had returned bad status, won’t install without force

SOME DEPENDENCIES WERE MISSING.
STANDALONE missing dependencies:
HTTP::Server::Simple::Mason >= 0.09…MISSING
make: *** [fixdeps] Error 1
View this message in context: http://www.nabble.com/Problem-with-HTTP-Server-Simple-Mason-0.09-in-new-rt-3.8.0-tp18511878p18511878.html

I’m using a Debian 4.0r3 with the latest packages and perl 5.8.8. I also

If needed, I run RT 3.8 here with Debian etch and I put the deb packages
needed here:

http://rt.easter-eggs.org/debian/

Thanks Emmanuel for your reply. I will try your packages and report back.

Thanks again

Emmanuel Lacour wrote:

I’m using a Debian 4.0r3 with the latest packages and perl 5.8.8. I also

If needed, I run RT 3.8 here with Debian etch and I put the deb packages
needed here:

Index of /debian


The rt-users Archives

Community help: http://wiki.bestpractical.com
Commercial support: sales@bestpractical.com

Discover RT’s hidden secrets with RT Essentials from O’Reilly Media.
Buy a copy at http://rtbook.bestpractical.com

View this message in context: http://www.nabble.com/Problem-with-HTTP-Server-Simple-Mason-0.09-in-new-rt-3.8.0-tp18511878p18512134.html

It is working perfectly.
Thanks again !

F350 wrote:

Thanks Emmanuel for your reply. I will try your packages and report back.

Thanks again

Emmanuel Lacour wrote:

I’m using a Debian 4.0r3 with the latest packages and perl 5.8.8. I also

If needed, I run RT 3.8 here with Debian etch and I put the deb packages
needed here:

Index of /debian


The rt-users Archives

Community help: http://wiki.bestpractical.com
Commercial support: sales@bestpractical.com

Discover RT’s hidden secrets with RT Essentials from O’Reilly Media.
Buy a copy at http://rtbook.bestpractical.com

View this message in context: http://www.nabble.com/Problem-with-HTTP-Server-Simple-Mason-0.09-in-new-rt-3.8.0-tp18511878p18512807.html

It is working perfectly.
Thanks again !

You’re welcome :slight_smile: