mariadb-scripts conflict with mariadb-server

Jim Ballantine j.ballantine at gmail.com
Thu May 23 17:45:02 UTC 2013


When trying to do a clean/new install of mariadb, I first install
mariadb-server (which installs cleanly), and try to install mariadb-scripts
which fails with:
# make install
===>  Installing for mariadb-scripts-5.3.12
===>   mariadb-scripts-5.3.12 depends on file: /usr/local/bin/perl5.16.2 -
found
===>   mariadb-scripts-5.3.12 depends on shared library: mysqlclient.16 -
found
===>   Generating temporary packing list
===>  Checking if databases/mariadb-scripts already installed
Making install in scripts
make  install-am
test -z "/usr/local/bin" || /bin/mkdir -p "/usr/local/bin"
 install  -o root -g wheel -m 555 msql2mysql mysql_fix_extensions
mysql_setpermission mysql_secure_installation mysql_zap mysqlaccess
mysql_convert_table_format mysql_find_rows mysqlhotcopy mytop mysqldumpslow
mysqld_multi '/usr/local/bin'
Making install in man
test -z "/usr/local/man/man1" || /bin/mkdir -p "/usr/local/man/man1"
 install  -o root -g wheel -m 444 msql2mysql.1 mysql_convert_table_format.1
mysql_find_rows.1 mysql_fix_extensions.1 mysql_secure_installation.1
mysql_setpermission.1 mysql_zap.1 mysqlaccess.1 mysqldumpslow.1
mysqlhotcopy.1 mysqld_multi.1 '/usr/local/man/man1'
make  install-data-hook
rm -f /usr/local/man/man1/make_win_*
make abi_headers="" do_abi_check
set -ex;  for file in ; do  cc -E -nostdinc -dI -DMYSQL_ABI_CHECK
-I./include  -I./include/mysql  -I./sql  -I./include  -I./include/mysql
-I./sql  $file 2>/dev/null |  /usr/bin/sed -e '/^# /d'  -e '/^[   ]*$/d'
-e '/^#pragma GCC set_debug_pwd/d'  -e '/^#ident/d' >  ./abi_check.out;
/usr/bin/diff -w $file.pp ./abi_check.out;  /bin/rm ./abi_check.out;  done
===>   Compressing manual pages for mariadb-scripts-5.3.12
===>   Registering installation for mariadb-scripts-5.3.12
Installing mariadb-scripts-5.3.12...pkg: mariadb-scripts-5.3.12 conflicts
with mariadb-server-5.3.12 (installs files into the same place).
Problematic file: /usr/local/bin/mysql_convert_table_format
*** [fake-pkg] Error code 70

Stop in /usr/ports/databases/mariadb-scripts.


More information about the freebsd-questions mailing list