Your message dated Wed, 19 Apr 2006 19:06:29 -0500
with message-id <[EMAIL PROTECTED]>
and subject line ruby testsuite now passes, with official debian packages
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: subversion
Version: 1.3.0-5
Severity: serious
From my pbuilder build log (on i386):
...
cd /tmp/buildd/subversion-1.3.0/BUILD/subversion/bindings/swig/ruby; \
/usr/bin/ruby1.8 -I
/tmp/buildd/subversion-1.3.0/subversion/bindings/swig/ruby \
/tmp/buildd/subversion-1.3.0/subversion/bindings/swig/ruby/test/run-test.rb \
--verbose=normal
Loaded suite test
Started
.................................................................E.....................................................
Finished in 303.083982 seconds.
1) Error:
test_apply(SvnDeltaTest):
ArgumentError: NULL pointer given
/tmp/buildd/subversion-1.3.0/subversion/bindings/swig/ruby/svn/util.rb:58:in
`svn_txdelta_apply_wrapper'
/tmp/buildd/subversion-1.3.0/subversion/bindings/swig/ruby/svn/util.rb:58:in
`txdelta_apply_wrapper'
/tmp/buildd/subversion-1.3.0/subversion/bindings/swig/ruby/svn/delta.rb:51:in
`apply'
/tmp/buildd/subversion-1.3.0/subversion/bindings/swig/ruby/test/test_delta.rb:65:in
`test_apply'
119 tests, 613 assertions, 0 failures, 1 errors
make[1]: *** [check-swig-rb] Error 1
make[1]: Leaving directory `/tmp/buildd/subversion-1.3.0/BUILD'
###################################################
Testsuite failed, 'tests.log' follows:
... [no FAIL: here, just XFAIL:]
PASS: lt-strings-reps-test 8: create and copy a string
CLEANUP:
/tmp/buildd/subversion-1.3.0/BUILD/subversion/tests/libsvn_fs_base/test-repo-copy-string
END: strings-reps-test
make: *** [install] Error 1
This seems to be very reproducible here; I've tried building every Debian
release in the 1.3.0 series and never once gotten a successful build.
Looking at the buildd logs, it seems there are certain architectures there
too which reproduce this bug every time.
--
Daniel Schepler
--- End Message ---
--- Begin Message ---
Since I haven't heard otherwise from the submitter, I'm closing this
bug. It seems to have been caused by weirdness in ruby itself, which
was fixed by compiling ruby with a more recent gcc. My wild-guess
theory is that gcc 4.0.3 handles ruby's type aliasing bugs more
intelligently than 4.0.2 did. It appears from the build logs that
ruby1.8 _still_ should be built with -fno-strict-aliasing, but at least
it doesn't seem to be breaking subversion anymore.
signature.asc
Description: Digital signature
--- End Message ---