Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21325 - mod_perl-1.99.09 make test || die
Summary: mod_perl-1.99.09 make test || die
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Robert Coie (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-20 04:41 UTC by Andrew Kirilenko
Modified: 2003-05-21 03:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
error_log from t/logs (3333 bytes :) (error_log,3.25 KB, text/plain)
2003-05-21 03:32 UTC, Andrew Kirilenko
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Kirilenko 2003-05-20 04:41:43 UTC
In new version of mod_perl ebuild make test || die was added. And it fails some
tests (there are entries about harmless fails in the error_log) and dies. I have
installed mod_perl on different PCs with different distros and never got make
test to pass all the tests. So, I guess, only warning should be displayed in
this case. Die may occure only in case of critical fail.

Reproducible: Always
Steps to Reproduce:
Comment 1 Robert Coie (RETIRED) gentoo-dev 2003-05-20 16:13:08 UTC
'|| die' taken out in CVS.  Could you please report which tests failed?
The harmless ones shouldn't cause "make test" to return an error result code,
but I've disabled the die in case other people have similar problems in the
meantime, so make test's output should be purely informative.
Comment 2 Andrew Kirilenko 2003-05-21 03:30:29 UTC
Here is last output from "emerge -up mod_perl":

--->
preconnection/note.............ok                                            
protocol/echo..................ok                                            
protocol/echo_filter...........ok                                            
Failed Test         Stat Wstat Total Fail  Failed  List of Failed
-------------------------------------------------------------------------------
filter/in_bbs_msg.t   29  7424    ??   ??       %  ??
6 tests skipped.
*** server localhost:8529 shutdown
!!! error running tests (please examine t/logs/error_log)
make: *** [run_tests] Error 1

!!! ERROR: dev-perl/mod_perl-1.99.09 failed.
!!! Function src_compile, Line 83, Exitcode 2
!!! (no error message)
<---

error_log will be attached...
Comment 3 Andrew Kirilenko 2003-05-21 03:32:40 UTC
Created attachment 12228 [details]
error_log from t/logs (3333 bytes :)