Package: mysql-5.5 Version: 5.5.17-4 Severity: wishlist Tags: patch Hi,
currently, building mysql-5.5 gives just lines with the file being compiled, linked or generated, and this could cause issues if you want to troubleshoot a failed build on a Debian buildd. For this reason, it should be better to make CMake enable the verbose mode by default, which will print also any command being run. (This is also coherent with how dh7 and cdbs invoke CMake.) Thanks, -- Pino
--- a/debian/rules +++ b/debian/rules @@ -79,6 +79,7 @@ CXX=$${MYSQL_BUILD_CXX:-g++} \ CXXFLAGS=$${MYSQL_BUILD_CXXFLAGS:-"-O3 -DBIG_JOINS=1 -felide-constructors -fno-exceptions -fno-rtti ${FORCE_FPIC_CFLAGS} -fno-strict-aliasing"} \ cmake -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_VERBOSE_MAKEFILE=ON \ \ $(FORCE_FPIC) \ -DMYSQL_UNIX_ADDR=/var/run/mysqld/mysqld.sock \