Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-6330

Cannot build package @ubuntu 14.04 x64

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Won't Fix
    • Affects Version/s: 5.5.38
    • Fix Version/s: None
    • Component/s: None
    • Labels:
      None
    • Environment:
      ubuntu 14.04 x64

      Description

      after applying patch from MDEV-5591, trying to rebuild package from deb-src
      but got some strange error, after running all tests (dunno how to make a spoiler):

      # install Apport hook
      install -D -m 644 debian/mariadb-server-5.5.py /home/karp/maria/38/mariadb-5.5-5.5.38+maria/debian/tmp//usr/share/apport/package-hooks/source_mariadb-5.5.py
      autorm=debian/autorm-file;                                      \
      	rm -f $autorm;                                                 \
      	ignore='';                                                      \
      	for p in $MARIADB_OPTIONAL_DEBS; do                            \
      	  p=mariadb-$p-5.5;                                            \
      	  dh_movefiles --package=$p || echo "../$p*.deb" >> $autorm; \
      	  ignore="$ignore --no-package=$p";                           \
      	done;                                                           \
      	sh -c "dh_movefiles $ignore"
      	rm -f debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/lib/libmysqlclient.so.18 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/lib/libmysqlclient.so.18.0.0 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/lib/libmysqlclient_r.so.18 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/lib/libmysqlclient_r.so.18.0.0 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/lib/mysql/plugin/mysql_clear_password.so ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/lib/mysql/plugin/dialog.so ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; tar --create --files-from=/home/karp/maria/38/mariadb-5.5-5.5.38+maria/debian/movelist --file -) | (cd debian/libmariadbclient18 >/dev/null ;tar xpf -)
      	(cd debian/tmp >/dev/null ; tr '\n' '\0' < /home/karp/maria/38/mariadb-5.5-5.5.38+maria/debian/movelist | xargs -0 rm -f)
      	rm -f debian/movelist
      	rm -f debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/mysql_config ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/include/mysql ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/lib/libmysqlclient.a ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/lib/libmysqlclient_r.a ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/lib/libmysqlservices.a ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/aclocal/mysql.m4 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/mysql_config.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; tar --create --files-from=/home/karp/maria/38/mariadb-5.5-5.5.38+maria/debian/movelist --file -) | (cd debian/libmariadbclient-dev >/dev/null ;tar xpf -)
      	(cd debian/tmp >/dev/null ; tr '\n' '\0' < /home/karp/maria/38/mariadb-5.5-5.5.38+maria/debian/movelist | xargs -0 rm -f)
      	rm -f debian/movelist
      	rm -f debian/movelist
      	(cd debian/tmp >/dev/null ; find etc/mysql/my.cnf ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/mysql-common/internal-use-only ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/lintian/overrides/mysql-common ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; tar --create --files-from=/home/karp/maria/38/mariadb-5.5-5.5.38+maria/debian/movelist --file -) | (cd debian/mysql-common >/dev/null ;tar xpf -)
      	(cd debian/tmp >/dev/null ; tr '\n' '\0' < /home/karp/maria/38/mariadb-5.5-5.5.38+maria/debian/movelist | xargs -0 rm -f)
      	rm -f debian/movelist
      	rm -f debian/movelist
      	(cd debian/tmp >/dev/null ; find etc/mysql/conf.d/mariadb.cnf ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; tar --create --files-from=/home/karp/maria/38/mariadb-5.5-5.5.38+maria/debian/movelist --file -) | (cd debian/mariadb-common >/dev/null ;tar xpf -)
      	(cd debian/tmp >/dev/null ; tr '\n' '\0' < /home/karp/maria/38/mariadb-5.5-5.5.38+maria/debian/movelist | xargs -0 rm -f)
      	rm -f debian/movelist
      	rm -f debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/mysql ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/mysqlcheck ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/mysql.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/mysqlcheck.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; tar --create --files-from=/home/karp/maria/38/mariadb-5.5-5.5.38+maria/debian/movelist --file -) | (cd debian/mariadb-client-core-5.5 >/dev/null ;tar xpf -)
      	(cd debian/tmp >/dev/null ; tr '\n' '\0' < /home/karp/maria/38/mariadb-5.5-5.5.38+maria/debian/movelist | xargs -0 rm -f)
      	rm -f debian/movelist
      	rm -f debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/innochecksum ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/innotop ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/mysqlaccess ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/mysqladmin ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/mysqlbug ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/mysqldump ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/mysqldumpslow ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/mysql_find_rows ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/mysql_fix_extensions ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/mysqlimport ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/mysqlreport ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/mysqlshow ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/mysqlslap ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/mysql_waitpid ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/lintian/overrides/mariadb-client-5.5 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/innotop.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/mysqlaccess.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/mysqladmin.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/mysqlbug.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/mysqldump.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/mysqldumpslow.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/mysql_find_rows.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/mysql_fix_extensions.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/mysqlimport.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/mysqlreport.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/mysqlshow.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/mysqlslap.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/mysql_waitpid.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; tar --create --files-from=/home/karp/maria/38/mariadb-5.5-5.5.38+maria/debian/movelist --file -) | (cd debian/mariadb-client-5.5 >/dev/null ;tar xpf -)
      	(cd debian/tmp >/dev/null ; tr '\n' '\0' < /home/karp/maria/38/mariadb-5.5-5.5.38+maria/debian/movelist | xargs -0 rm -f)
      	rm -f debian/movelist
      	rm -f debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/sbin/mysqld ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man8/mysqld.8 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/mysql/charsets ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/mysql/czech ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/mysql/danish ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/mysql/dutch ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/mysql/english ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/mysql/estonian ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/mysql/french ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/mysql/german ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/mysql/greek ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/mysql/hungarian ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/mysql/italian ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/mysql/japanese ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/mysql/korean ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/mysql/norwegian ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/mysql/norwegian-ny ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/mysql/polish ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/mysql/portuguese ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/mysql/romanian ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/mysql/russian ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/mysql/serbian ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/mysql/slovak ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/mysql/spanish ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/mysql/swedish ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/mysql/ukrainian ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; tar --create --files-from=/home/karp/maria/38/mariadb-5.5-5.5.38+maria/debian/movelist --file -) | (cd debian/mariadb-server-core-5.5 >/dev/null ;tar xpf -)
      	(cd debian/tmp >/dev/null ; tr '\n' '\0' < /home/karp/maria/38/mariadb-5.5-5.5.38+maria/debian/movelist | xargs -0 rm -f)
      	rm -f debian/movelist
      	rm -f debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/lib/mysql/plugin/dialog_examples.so ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/lib/mysql/plugin/auth_test_plugin.so ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/lib/mysql/plugin/qa_auth_interface.so ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/lib/mysql/plugin/qa_auth_server.so ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/lib/mysql/plugin/qa_auth_client.so ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/lib/mysql/plugin/auth_0x0100.so ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/lib/mysql/plugin/mypluglib.so ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/lib/mysql/plugin/daemon_example.ini ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/lib/mysql/plugin/libdaemon_example.so ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/lib/mysql/plugin/adt_null.so ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/mysql_client_test ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/mysql_client_test_embedded ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/mysqltest_embedded ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/mysql_client_test.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/mysql_client_test_embedded.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/mysqltest ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/mysqltest.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/mysqltest_embedded.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/mysql/mysql-test ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; tar --create --files-from=/home/karp/maria/38/mariadb-5.5-5.5.38+maria/debian/movelist --file -) | (cd debian/mariadb-test-5.5 >/dev/null ;tar xpf -)
      	(cd debian/tmp >/dev/null ; tr '\n' '\0' < /home/karp/maria/38/mariadb-5.5-5.5.38+maria/debian/movelist | xargs -0 rm -f)
      	rm -f debian/movelist
      	rm -f debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/lib/mysql/plugin/ha_innodb.so ! -type d -print || true) >> debian/movelist
      dh_movefiles: debian/tmp/usr/lib/mysql/plugin/ha_oqgraph.so not found (supposed to put it in mariadb-server-5.5)
      	(cd debian/tmp >/dev/null ; find usr/lib/mysql/plugin/sphinx.so ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/lib/mysql/plugin/auth_socket.so ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/lib/mysql/plugin/auth_pam.so ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/lib/mysql/plugin/semisync_master.so ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/lib/mysql/plugin/semisync_slave.so ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/lib/mysql/plugin/handlersocket.so ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/lib/mysql/plugin/sql_errlog.so ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/lib/mysql/plugin/server_audit.so ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find etc/apparmor.d/usr.sbin.mysqld ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/apport/package-hooks/source_mariadb-5.5.py ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find etc/mysql/debian-start ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find etc/mysql/conf.d/mysqld_safe_syslog.cnf ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/msql2mysql ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/my_print_defaults ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/myisamchk ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/myisam_ftdump ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/myisamlog ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/myisampack ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/aria_pack ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/aria_read_log ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/aria_ftdump ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/aria_chk ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/aria_dump_log ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/mysql_convert_table_format ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/mysql_install_db ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/mysql_plugin ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/mysql_secure_installation ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/mysql_setpermission ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/mysql_tzinfo_to_sql ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/mysql_upgrade ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/mysql_zap ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/mysqlbinlog ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/mysqld_multi ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/mysqld_safe ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/mysqlhotcopy ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/perror ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/replace ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/resolve_stack_dump ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/resolveip ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/doc/mariadb-server-5.5/mysqld.sym.gz ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/doc/mariadb-server-5.5/INFO_SRC ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/doc/mariadb-server-5.5/INFO_BIN ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/lintian/overrides/mariadb-server-5.5 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/msql2mysql.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/myisamchk.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/myisam_ftdump.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/myisamlog.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/myisampack.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/my_print_defaults.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/mysqlbinlog.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/mysql_convert_table_format.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/mysqld_multi.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/mysqld_safe.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/mysqlhotcopy.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/mysql_install_db.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/mysql_secure_installation.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/mysql_setpermission.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/mysql_upgrade.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/mysql_zap.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/perror.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/replace.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/resolveip.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/resolve_stack_dump.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/innochecksum.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/man/man1/mysql_tzinfo_to_sql.1 ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/mysql/debian-start.inc.sh ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/mysql/echo_stderr ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/mysql/errmsg-utf8.txt ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/mysql/fill_help_tables.sql ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/mysql/mysql_system_tables_data.sql ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/mysql/mysql_system_tables.sql ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/mysql/mysql_performance_tables.sql ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/mysql/mysql_test_data_timezone.sql ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/lib/mysql/plugin/ha_tokudb.so ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find etc/mysql/conf.d/tokudb.cnf ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/bin/tokuftdump ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/doc/mariadb-server-5.5/README-TOKUDB ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; find usr/share/doc/mariadb-server-5.5/README.md ! -type d -print || true) >> debian/movelist
      	(cd debian/tmp >/dev/null ; tar --create --files-from=/home/karp/maria/38/mariadb-5.5-5.5.38+maria/debian/movelist --file -) | (cd debian/mariadb-server-5.5 >/dev/null ;tar xpf -)
      	(cd debian/tmp >/dev/null ; tr '\n' '\0' < /home/karp/maria/38/mariadb-5.5-5.5.38+maria/debian/movelist | xargs -0 rm -f)
      	rm -f debian/movelist
      make: *** [install] Ошибка 1
      dpkg-buildpackage: ошибка: fakeroot debian/rules binary возвратил код ошибки 2
      

        Gliffy Diagrams

          Attachments

            Activity

            Hide
            serg Sergei Golubchik added a comment -

            As you can see, the error is

            dh_movefiles: debian/tmp/usr/lib/mysql/plugin/ha_oqgraph.so not found (supposed to put it in mariadb-server-5.5)
            

            and oqgraph wasn't built (see the output of cmake) because

            -- Performing Test BOOST_OK
            -- Performing Test BOOST_OK - Failed
            

            As the manual says

            To compile OQGraph v2 you need to have the boost library with the versions not earlier than 1.40 and not later than 1.55

            Show
            serg Sergei Golubchik added a comment - As you can see, the error is dh_movefiles: debian/tmp/usr/lib/mysql/plugin/ha_oqgraph.so not found (supposed to put it in mariadb-server-5.5) and oqgraph wasn't built (see the output of cmake) because -- Performing Test BOOST_OK -- Performing Test BOOST_OK - Failed As the manual says To compile OQGraph v2 you need to have the boost library with the versions not earlier than 1.40 and not later than 1.55
            Hide
            serg Sergei Golubchik added a comment -

            This cannot be made a proper build dependency, because it'll never be satisfied, Ubuntu 14.04 has newer boost (afaik).

            Show
            serg Sergei Golubchik added a comment - This cannot be made a proper build dependency, because it'll never be satisfied, Ubuntu 14.04 has newer boost (afaik).
            Hide
            karpa13a Mihail Karp added a comment - - edited

            ubuntu 14.04 have boost libboost1.54-dev, libboost1.55-dev
            but, after installing libboost1.55-dev i got:

             
            -- Boost version: 1.55.0
            -- Performing Test BOOST_OK
            -- Performing Test BOOST_OK - Failed
            

            Performing C++ SOURCE FILE Test BOOST_OK failed with the following output:

             
            Change Dir: /home/karp/maria/38/mariadb-5.5-5.5.38+maria/builddir/CMakeFiles/CMakeTmp
            
            Run Build Command:/usr/bin/make "cmTryCompileExec2604431851/fast"
            make[1]: Вход в каталог `/home/karp/maria/38/mariadb-5.5-5.5.38+maria/builddir/CMakeFiles/CMakeTmp'
            /usr/bin/make -f CMakeFiles/cmTryCompileExec2604431851.dir/build.make CMakeFiles/cmTryCompileExec2604431851.dir/build
            make[2]: Вход в каталог `/home/karp/maria/38/mariadb-5.5-5.5.38+maria/builddir/CMakeFiles/CMakeTmp'
            /usr/bin/cmake -E cmake_progress_report /home/karp/maria/38/mariadb-5.5-5.5.38+maria/builddir/CMakeFiles/CMakeTmp/CMakeFiles 1
            Building CXX object CMakeFiles/cmTryCompileExec2604431851.dir/src.cxx.o
            /usr/bin/g++   -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MA
            CROS -D__STDC_LIMIT_MACROS -Wall -O2 -fno-omit-frame-pointer -g -pipe -Wall -Wno-uninitialized  -Wno-unused-parameter   -fno-rtti -W
            no-deprecated -fno-strict-aliasing -DBOOST_OK  -Wno-error   -o CMakeFiles/cmTryCompileExec2604431851.dir/src.cxx.o -c /home/karp/mar
            ia/38/mariadb-5.5-5.5.38+maria/builddir/CMakeFiles/CMakeTmp/src.cxx
            In file included from /usr/include/boost/property_map/property_map.hpp:16:0,
                             from /home/karp/maria/38/mariadb-5.5-5.5.38+maria/builddir/CMakeFiles/CMakeTmp/src.cxx:3:
            /usr/include/boost/graph/named_graph.hpp: In instantiation of ‘void boost::graph::named_graph<Graph, Vertex, VertexProperty>::removing_vertex(Vertex, VertexIterStability) [with VertexIterStability = boost::graph_detail::unstable_tag; Graph = boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, VertexInfo>; Vertex = long unsigned int; VertexProperty = VertexInfo]’:
            /usr/include/boost/graph/detail/adjacency_list.hpp:2202:7:   required from ‘void boost::remove_vertex(typename Config::vertex_descriptor, boost::vec_adj_list_impl<G, C, B>&) [with Graph = boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, VertexInfo>; Config = boost::detail::adj_list_gen<boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, VertexInfo>, boost::vecS, boost::vecS, boost::bidirectionalS, VertexInfo, boost::no_property, boost::no_property, boost::listS>::config; Base = boost::bidirectional_graph_helper_with_property<boost::detail::adj_list_gen<boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, VertexInfo>, boost::vecS, boost::vecS, boost::bidirectionalS, VertexInfo, boost::no_property, boost::no_property, boost::listS>::config>; typename Config::vertex_descriptor = long unsigned int]’
            /home/karp/maria/38/mariadb-5.5-5.5.38+maria/builddir/CMakeFiles/CMakeTmp/src.cxx:23:26:   required from here
            /usr/include/boost/graph/named_graph.hpp:318:3: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE<false>’
               BOOST_STATIC_ASSERT_MSG ((boost::is_base_of<boost::graph_detail::stable_tag, VertexIterStability>::value), "Named graphs cannot use vecS as vertex container and remove vertices; the lack of vertex descriptor stability (which iterator stability is a proxy for) means that the name -> vertex mapping would need to be completely rebuilt after each deletion.  See https://svn.boost.org/trac/boost/ticket/7863 for more information and a test case.");
               ^
            make[2]: Выход из каталога `/home/karp/maria/38/mariadb-5.5-5.5.38+maria/builddir/CMakeFiles/CMakeTmp'
            make[2]: *** [CMakeFiles/cmTryCompileExec2604431851.dir/src.cxx.o] Ошибка 1
            make[1]: Выход из каталога `/home/karp/maria/38/mariadb-5.5-5.5.38+maria/builddir/CMakeFiles/CMakeTmp'
            make[1]: *** [cmTryCompileExec2604431851/fast] Ошибка 2
            
            Source file was:
            ...
            

            how did u build packages for ubuntu 14.04?

            Show
            karpa13a Mihail Karp added a comment - - edited ubuntu 14.04 have boost libboost1.54-dev, libboost1.55-dev but, after installing libboost1.55-dev i got: -- Boost version: 1.55.0 -- Performing Test BOOST_OK -- Performing Test BOOST_OK - Failed Performing C++ SOURCE FILE Test BOOST_OK failed with the following output: Change Dir: /home/karp/maria/38/mariadb-5.5-5.5.38+maria/builddir/CMakeFiles/CMakeTmp Run Build Command:/usr/bin/make "cmTryCompileExec2604431851/fast" make[1]: Вход в каталог `/home/karp/maria/38/mariadb-5.5-5.5.38+maria/builddir/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTryCompileExec2604431851.dir/build.make CMakeFiles/cmTryCompileExec2604431851.dir/build make[2]: Вход в каталог `/home/karp/maria/38/mariadb-5.5-5.5.38+maria/builddir/CMakeFiles/CMakeTmp' /usr/bin/cmake -E cmake_progress_report /home/karp/maria/38/mariadb-5.5-5.5.38+maria/builddir/CMakeFiles/CMakeTmp/CMakeFiles 1 Building CXX object CMakeFiles/cmTryCompileExec2604431851.dir/src.cxx.o /usr/bin/g++ -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE=1 -D_LARGEFILE_SOURCE -D_LARGE_FILES -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MA CROS -D__STDC_LIMIT_MACROS -Wall -O2 -fno-omit-frame-pointer -g -pipe -Wall -Wno-uninitialized -Wno-unused-parameter -fno-rtti -W no-deprecated -fno-strict-aliasing -DBOOST_OK -Wno-error -o CMakeFiles/cmTryCompileExec2604431851.dir/src.cxx.o -c /home/karp/mar ia/38/mariadb-5.5-5.5.38+maria/builddir/CMakeFiles/CMakeTmp/src.cxx In file included from /usr/include/boost/property_map/property_map.hpp:16:0, from /home/karp/maria/38/mariadb-5.5-5.5.38+maria/builddir/CMakeFiles/CMakeTmp/src.cxx:3: /usr/include/boost/graph/named_graph.hpp: In instantiation of ‘void boost::graph::named_graph<Graph, Vertex, VertexProperty>::removing_vertex(Vertex, VertexIterStability) [with VertexIterStability = boost::graph_detail::unstable_tag; Graph = boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, VertexInfo>; Vertex = long unsigned int; VertexProperty = VertexInfo]’: /usr/include/boost/graph/detail/adjacency_list.hpp:2202:7: required from ‘void boost::remove_vertex(typename Config::vertex_descriptor, boost::vec_adj_list_impl<G, C, B>&) [with Graph = boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, VertexInfo>; Config = boost::detail::adj_list_gen<boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, VertexInfo>, boost::vecS, boost::vecS, boost::bidirectionalS, VertexInfo, boost::no_property, boost::no_property, boost::listS>::config; Base = boost::bidirectional_graph_helper_with_property<boost::detail::adj_list_gen<boost::adjacency_list<boost::vecS, boost::vecS, boost::bidirectionalS, VertexInfo>, boost::vecS, boost::vecS, boost::bidirectionalS, VertexInfo, boost::no_property, boost::no_property, boost::listS>::config>; typename Config::vertex_descriptor = long unsigned int]’ /home/karp/maria/38/mariadb-5.5-5.5.38+maria/builddir/CMakeFiles/CMakeTmp/src.cxx:23:26: required from here /usr/include/boost/graph/named_graph.hpp:318:3: error: invalid application of ‘sizeof’ to incomplete type ‘boost::STATIC_ASSERTION_FAILURE<false>’ BOOST_STATIC_ASSERT_MSG ((boost::is_base_of<boost::graph_detail::stable_tag, VertexIterStability>::value), "Named graphs cannot use vecS as vertex container and remove vertices; the lack of vertex descriptor stability (which iterator stability is a proxy for) means that the name -> vertex mapping would need to be completely rebuilt after each deletion. See https://svn.boost.org/trac/boost/ticket/7863 for more information and a test case."); ^ make[2]: Выход из каталога `/home/karp/maria/38/mariadb-5.5-5.5.38+maria/builddir/CMakeFiles/CMakeTmp' make[2]: *** [CMakeFiles/cmTryCompileExec2604431851.dir/src.cxx.o] Ошибка 1 make[1]: Выход из каталога `/home/karp/maria/38/mariadb-5.5-5.5.38+maria/builddir/CMakeFiles/CMakeTmp' make[1]: *** [cmTryCompileExec2604431851/fast] Ошибка 2 Source file was: ... how did u build packages for ubuntu 14.04?
            Hide
            serg Sergei Golubchik added a comment - - edited

            I've installed an older boost in /usr/local.

            Alternatively, use MariaDB-10.0, should compile fine with newer boost.

            Show
            serg Sergei Golubchik added a comment - - edited I've installed an older boost in /usr/local . Alternatively, use MariaDB-10.0, should compile fine with newer boost.

              People

              • Assignee:
                Unassigned
                Reporter:
                karpa13a Mihail Karp
              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: