Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 106424 - net-www/mod_dav stable request
Summary: net-www/mod_dav stable request
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard: waiting for apache
Keywords:
Depends on: 106421
Blocks:
  Show dependency tree
 
Reported: 2005-09-18 15:49 UTC by Michael Stewart (vericgar) (RETIRED)
Modified: 2006-03-05 11:50 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Stewart (vericgar) (RETIRED) gentoo-dev 2005-09-18 15:49:31 UTC
Please test and stable mod_dav-1.0.3-r3for new-style apache
Comment 1 AJ Armstrong 2005-09-21 20:43:03 UTC
Testing for amd64/apache-1.3  Builds and loads.  Anyone have some pointers on
how to test functionality?
Comment 2 Simon Stelling (RETIRED) gentoo-dev 2005-10-04 14:27:05 UTC
we're currently testing a new alias system, sorry for the bugspam
Comment 3 Gustavo Zacarias (RETIRED) gentoo-dev 2005-10-07 11:15:18 UTC
sparc done.
Comment 4 Michael Hanselmann (hansmi) (RETIRED) gentoo-dev 2005-10-12 12:30:26 UTC
Stable on ppc.
Comment 5 Patrick McLean gentoo-dev 2005-11-22 12:56:44 UTC
Compiles and loads on amd64, but running a "litmus"
(http://www.webdav.org/neon/litmus/) test on it produces several failures:

make URL=http://xxx:81/davtest check
make[1]: Entering directory `/home/chutz/temp/litmus-0.10.5/lib/neon'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/chutz/temp/litmus-0.10.5/lib/neon'
gcc  -o basic src/basic.o -L. -ltest -Llib/neon -lneon  -lexpat
gcc  -o copymove src/copymove.o -L. -ltest -Llib/neon -lneon  -lexpat
gcc  -o props src/props.o -L. -ltest -Llib/neon -lneon  -lexpat
gcc  -o locks src/locks.o -L. -ltest -Llib/neon -lneon  -lexpat
gcc  -o http src/http.o -L. -ltest -Llib/neon -lneon  -lexpat
-> running `basic':
 0. init.................. pass
 1. begin................. pass
 2. options............... pass
 3. put_get............... pass
 4. put_get_utf8_segment.. pass
 5. mkcol_over_plain...... pass
 6. delete................ pass
 7. delete_null........... pass
 8. delete_fragment....... WARNING: DELETE removed collection resource with
Request-URI including fragment; unsafe
    ...................... pass (with 1 warning)
 9. mkcol................. pass
10. mkcol_again........... pass
11. delete_coll........... pass
12. mkcol_no_parent....... pass
13. mkcol_with_body....... pass
14. finish................ pass
<- summary for `basic': of 15 tests run: 15 passed, 0 failed. 100.0%
-> 1 warning was issued.
-> running `copymove':
 0. init.................. pass
 1. begin................. pass
 2. copy_init............. pass
 3. copy_simple........... pass
 4. copy_overwrite........ pass
 5. copy_nodestcoll....... pass
 6. copy_cleanup.......... pass
 7. copy_coll............. pass
 8. move.................. pass
 9. move_coll............. pass
10. move_cleanup.......... pass
11. finish................ pass
<- summary for `copymove': of 12 tests run: 12 passed, 0 failed. 100.0%
-> running `props':
 0. init.................. pass
 1. begin................. pass
 2. propfind_invalid...... pass
 3. propfind_invalid2..... pass
 4. propfind_d0........... pass
 5. propinit.............. pass
 6. propset............... pass
 7. propget............... FAIL (PROPFIND on `/davtest/litmus/prop': Could not
read status line: connection was closed by server.)
 8. propextended.......... FAIL (PROPFIND on `/davtest/litmus/prop': Could not
read status line: connection was closed by server.)
 9. propmove.............. pass
10. propget............... FAIL (PROPFIND on `/davtest/litmus/prop2': Could not
read status line: connection was closed by server.)
11. propdeletes........... FAIL (PROPPATCH on `/davtest/litmus/prop2': Could not
read status line: connection was closed by server.)
12. propget............... FAIL (PROPFIND on `/davtest/litmus/prop2': Could not
read status line: connection was closed by server.)
13. propreplace........... FAIL (PROPPATCH on `/davtest/litmus/prop2': Could not
read status line: connection was closed by server.)
14. propget............... FAIL (PROPFIND on `/davtest/litmus/prop2': Could not
read status line: connection was closed by server.)
15. propnullns............ FAIL (PROPPATCH of property with null namespace (see
FAQ):
Could not read status line: connection was closed by server.)
16. propget............... FAIL (PROPFIND on `/davtest/litmus/prop2': Could not
read status line: connection was closed by server.)
17. prophighunicode....... FAIL (PROPPATCH of property with high unicode value:
Could not read status line: connection was closed by server.)
18. propget............... FAIL (PROPFIND on `/davtest/litmus/prop2': Could not
read status line: connection was closed by server.)
19. propvalnspace......... FAIL (PROPPATCH of property with value defining
namespace:
Could not read status line: connection was closed by server.)
20. propwformed........... FAIL (PROPFIND on `/davtest/litmus/prop2': Could not
read status line: connection was closed by server.)
21. propinit.............. pass
22. propmanyns............ pass
23. propget............... FAIL (PROPFIND on `/davtest/litmus/prop': Could not
read status line: connection was closed by server.)
24. propcleanup........... pass
25. finish................ pass
<- summary for `props': of 26 tests run: 12 passed, 14 failed. 46.2%
See debug.log for network/debug traces.
make: *** [check] Error 1


The apache error log from the tests:
[Tue Nov 22 15:48:55 2005] [notice] Apache/1.3.33 (Unix)  (Gentoo/Linux)
mod_ssl/2.8.24 OpenSSL/0.9.7e DAV/1.0.3 configured -- resuming normal operations
[Tue Nov 22 15:48:55 2005] [notice] suEXEC mechanism enabled (wrapper:
/usr/sbin/suexec)
[Tue Nov 22 15:48:55 2005] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Tue Nov 22 15:48:58 2005] [error] [client 132.206.2.111] (2)No such file or
directory: Missing one or more intermediate collections. Cannot create resource
/davtest/litmus/409me/noparent.  [409, #0]
[Tue Nov 22 15:48:58 2005] [error] [client 132.206.2.111] (2)No such file or
directory: Missing one or more intermediate collections. Cannot create resource
/davtest/litmus/nonesuch/foo.  [409, #0]
[Tue Nov 22 15:48:58 2005] [error] [client 132.206.2.111] XML parser error code:
no element found (3).
[Tue Nov 22 15:48:58 2005] [error] [client 132.206.2.111] A namespace prefix was
defined with an empty URI.
[Tue Nov 22 15:48:58 2005] [notice] child pid 18537 exit signal Segmentation
fault (11)
[Tue Nov 22 15:48:58 2005] [notice] child pid 18538 exit signal Segmentation
fault (11)
[Tue Nov 22 15:48:58 2005] [notice] child pid 18539 exit signal Segmentation
fault (11)
[Tue Nov 22 15:48:58 2005] [notice] child pid 18540 exit signal Segmentation
fault (11)
[Tue Nov 22 15:48:58 2005] [notice] child pid 18541 exit signal Segmentation
fault (11)
[Tue Nov 22 15:48:59 2005] [notice] child pid 18544 exit signal Segmentation
fault (11)
[Tue Nov 22 15:49:00 2005] [notice] child pid 18546 exit signal Segmentation
fault (11)
[Tue Nov 22 15:49:00 2005] [notice] child pid 18547 exit signal Segmentation
fault (11)
[Tue Nov 22 15:49:00 2005] [notice] child pid 18549 exit signal Segmentation
fault (11)
[Tue Nov 22 15:49:01 2005] [notice] child pid 18548 exit signal Segmentation
fault (11)
[Tue Nov 22 15:49:01 2005] [notice] child pid 18550 exit signal Segmentation
fault (11)
[Tue Nov 22 15:49:01 2005] [notice] child pid 18551 exit signal Segmentation
fault (11)
[Tue Nov 22 15:49:01 2005] [notice] child pid 18553 exit signal Segmentation
fault (11)
[Tue Nov 22 15:49:01 2005] [notice] child pid 18554 exit signal Segmentation
fault (11)
[Tue Nov 22 15:49:02 2005] [notice] child pid 18555 exit signal Segmentation
fault (11)
[Tue Nov 22 15:49:02 2005] [notice] child pid 18556 exit signal Segmentation
fault (11)
[Tue Nov 22 15:49:02 2005] [notice] child pid 18557 exit signal Segmentation
fault (11)
Comment 6 Simon Stelling (RETIRED) gentoo-dev 2005-12-24 06:52:18 UTC
apache herd: ping re comment #5
Comment 7 Simon Stelling (RETIRED) gentoo-dev 2006-01-31 01:59:47 UTC
please re-add amd64 when you comment on comment 5
Comment 8 Michael Stewart (vericgar) (RETIRED) gentoo-dev 2006-03-05 11:50:19 UTC
all archs that have an old-style stable also have new-style stable. resolving.