[Python-apps-team] Bug#701350: s3ql: ftbfs with GCC-4.8

Matthias Klose doko at debian.org
Sat Feb 23 11:21:54 UTC 2013


Package: src:s3ql
Version: 1.12-1
Severity: important
Tags: sid jessie
User: debian-gcc at lists.debian.org
Usertags: ftbfs-gcc-4.8

The package fails to build in a test rebuild on at least amd64 with
gcc-4.8/g++-4.8, but succeeds to build with gcc-4.7/g++-4.7. The
severity of this report may be raised before the jessie release.

  XXX

The full build log can be found at:
http://people.debian.org/~doko/logs-20130217/gcc48/s3ql_1.12-1_unstable_gcc48.log
The last lines of the build log are at the end of this report.

To build with GCC 4.8, either set CC=gcc-4.8 CXX=g++-4.8 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t experimental install g++ g++-4.7 g++-4.8 libc6-dev

The test rebuild was done with eglibc-2.17 and GCC-4.8, so some issues
might be caused by the updated glibc.

[...]
test_write (tests.t1_backends.S3CTests) ... skipped 'No authentication file found.'
test_clear (tests.t1_backends.S3SSLTests) ... skipped 'No authentication file found.'
test_contains (tests.t1_backends.S3SSLTests) ... skipped 'No authentication file found.'
test_copy (tests.t1_backends.S3SSLTests) ... skipped 'No authentication file found.'
test_delete (tests.t1_backends.S3SSLTests) ... skipped 'No authentication file found.'
test_list (tests.t1_backends.S3SSLTests) ... skipped 'No authentication file found.'
test_rename (tests.t1_backends.S3SSLTests) ... skipped 'No authentication file found.'
test_setitem (tests.t1_backends.S3SSLTests) ... skipped 'No authentication file found.'
test_write (tests.t1_backends.S3SSLTests) ... skipped 'No authentication file found.'
test_clear (tests.t1_backends.S3Tests) ... skipped 'No authentication file found.'
test_contains (tests.t1_backends.S3Tests) ... skipped 'No authentication file found.'
test_copy (tests.t1_backends.S3Tests) ... skipped 'No authentication file found.'
test_delete (tests.t1_backends.S3Tests) ... skipped 'No authentication file found.'
test_list (tests.t1_backends.S3Tests) ... skipped 'No authentication file found.'
test_rename (tests.t1_backends.S3Tests) ... skipped 'No authentication file found.'
test_setitem (tests.t1_backends.S3Tests) ... skipped 'No authentication file found.'
test_write (tests.t1_backends.S3Tests) ... skipped 'No authentication file found.'
test_clear (tests.t1_backends.SwiftTests) ... skipped 'No authentication file found.'
test_contains (tests.t1_backends.SwiftTests) ... skipped 'No authentication file found.'
test_copy (tests.t1_backends.SwiftTests) ... skipped 'No authentication file found.'
test_delete (tests.t1_backends.SwiftTests) ... skipped 'No authentication file found.'
test_list (tests.t1_backends.SwiftTests) ... skipped 'No authentication file found.'
test_rename (tests.t1_backends.SwiftTests) ... skipped 'No authentication file found.'
test_setitem (tests.t1_backends.SwiftTests) ... skipped 'No authentication file found.'
test_write (tests.t1_backends.SwiftTests) ... skipped 'No authentication file found.'
test_gs (tests.t1_backends.URLTests) ... ok
test_s3 (tests.t1_backends.URLTests) ... ok
test_s3c (tests.t1_backends.URLTests) ... ok
test_1_vals_1 (tests.t1_dump.DumpTests) ... ERROR

======================================================================
ERROR: test_1_vals_1 (tests.t1_dump.DumpTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/«PKGBUILDDIR»/tests/t1_dump.py", line 36, in test_1_vals_1
    self.compare_tables(self.src, self.dst)
  File "/«PKGBUILDDIR»/tests/t1_dump.py", line 155, in compare_tables
    (id2, buf2) = i2.next()
  File "/«PKGBUILDDIR»/src/s3ql/database.py", line 250, in next
    for col in self.cur.next() ]
StopIteration

----------------------------------------------------------------------
Ran 78 tests in 0.044s

FAILED (errors=1, skipped=40)
make[1]: *** [override_dh_auto_test] Error 1
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2



More information about the Python-apps-team mailing list