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

Cannot build package @ubuntu 14.04 x64

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Won't Fix
    • 5.5.38
    • None
    • None
    • None
    • 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

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.