Comment 11 for bug 1391676

Revision history for this message
Seth Arnold (seth-arnold) wrote :

Otto, thanks for the diff, but I still wasn't able to get a 5.5.40 build for utopic. The build progressed much further than before, but still died during tests:

http://paste.ubuntu.com/9019560/

The last few lines looked liked:

    tokudb_bugs.rpl_mixed_replace_into
    tokudb_bugs.rpl_row_replace_into
    tokudb_bugs.rpl_stmt_replace_into
408 tests were skipped, 165 by the test itself.

make[5]: *** [mysql-test/CMakeFiles/test-force] Error 1
mysql-test/CMakeFiles/test-force.dir/build.make:49: recipe for target 'mysql-test/CMakeFiles/test-force' failed
make[5]: Leaving directory '/«PKGBUILDDIR»/builddir'
make[4]: *** [mysql-test/CMakeFiles/test-force.dir/all] Error 2
CMakeFiles/Makefile2:9073: recipe for target 'mysql-test/CMakeFiles/test-force.dir/all' failed
make[4]: Leaving directory '/«PKGBUILDDIR»/builddir'
make[3]: *** [mysql-test/CMakeFiles/test-force.dir/rule] Error 2
CMakeFiles/Makefile2:9081: recipe for target 'mysql-test/CMakeFiles/test-force.dir/rule' failed
make[3]: Leaving directory '/«PKGBUILDDIR»/builddir'
make[2]: *** [test-force] Error 2
Makefile:2907: recipe for target 'test-force' failed
make[2]: Leaving directory '/«PKGBUILDDIR»/builddir'
make[1]: *** [override_dh_auto_test] Error 1
debian/rules:138: recipe for target 'override_dh_auto_test' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [build] Error 2
debian/rules:213: recipe for target 'build' failed
dpkg-buildpackage: error: debian/rules build gave error exit status 2

I was surprised to see tokudb tests here, I thought part of the packaging changes was to disable it entirely.

Is there any chance you could provide a diff for the utopic package that would bring it up to 5.5.40? At this point I've learned that mariadb is subtle and I wouldn't necessarily trust a package that I prepare even if it does pass the build tests and our simple smoke tests. I believe my only change after your most recent diff was to change the version number line in the changelog:

mariadb-5.5 (5.5.40-0ubuntu0.14.10.1) utopic-security; urgency=medium

Thanks