without AUR helper..
error: could not perform operation (conflicting files) /usr/share/man/man1/mysqlpump.1.gz exists in both percona-server-clients and mysql
the problem is with that conflict.. one solution would't be to remove this man file?
Search Criteria
Package Details: mysql 9.0.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/mysql.git (read-only, click to copy) |
---|---|
Package Base: | mysql |
Description: | Fast SQL database server, community edition |
Upstream URL: | https://www.mysql.com/products/community/ |
Licenses: | GPL-2.0-only |
Conflicts: | mariadb |
Provides: | mariadb, mysql |
Submitter: | Barthalion |
Maintainer: | Muflone |
Last Packager: | Muflone |
Votes: | 82 |
Popularity: | 0.034019 |
First Submitted: | 2013-04-25 19:13 (UTC) |
Last Updated: | 2024-08-11 14:51 (UTC) |
Dependencies (28)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- icu (icu-gitAUR)
- jemalloc (jemalloc-gitAUR)
- libaio (libaio-gitAUR)
- libevent (libevent-gitAUR)
- libsasl
- libtirpc
- lz4 (lz4-gitAUR)
- mysql-clientsAUR (mysql-clients55AUR, mysql-clients56AUR, mariadb-clients-gitAUR, mysql-clients81AUR, mysql-clients57AUR, mroongaAUR, mysql-clientsAUR, mysql-clients80AUR, mariadb-clients, mariadb-lts-clients, percona-server-clients)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-selinuxAUR, systemd-libs-gitAUR, systemd-libs-fmlAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- zstd (zstd-gitAUR, zstd-staticAUR)
- cmake (cmake-gitAUR) (make)
- icu (icu-gitAUR) (make)
- jemalloc (jemalloc-gitAUR) (make)
- libaio (libaio-gitAUR) (make)
- libedit (make)
- libevent (libevent-gitAUR) (make)
- libfido2 (libfido2-fullAUR) (make)
- libtirpc (make)
- openssl (openssl-gitAUR, openssl-staticAUR) (make)
- rapidjson (rapidjson-gitAUR) (make)
- re2 (re2-gitAUR) (make)
- rpcsvc-proto (make)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-selinuxAUR, systemd-libs-gitAUR, systemd-libs-fmlAUR) (make)
- systemd-tools (systemd-chromiumosAUR, systemd-selinuxAUR, systemd-gitAUR, systemd-fmlAUR, systemd) (make)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat) (make)
- perl-dbd-mysql (optional) – for mysqlhotcopy, mysql_convert_table_format, mysql_setpermission, mysqldumpslow
Required by (208)
- adminer (optional)
- adminer (requires mariadb) (optional)
- adminer-editor (requires mariadb) (optional)
- adminer-git (requires mariadb) (optional)
- aegir (requires mariadb)
- akonadi-git (requires mariadb) (optional)
- akonadi-git (requires mariadb) (make)
- amarok (requires mariadb)
- amarok-git (requires mariadb)
- ampache (requires mariadb)
- anope (requires mariadb) (optional)
- authpuppy
- avantfax (requires mariadb)
- azerothcore (requires mariadb)
- baikal (requires mariadb) (optional)
- baikal-git (requires mariadb) (optional)
- bareos-filedaemon-mariabackup-python-plugin (requires mariadb)
- bgbilling (requires mariadb) (optional)
- bgerp (requires mariadb) (optional)
- bgerp-git (requires mariadb) (optional)
- Show 188 more...
Sources (8)
Latest Comments
« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 19 Next › Last »
ginoboy commented on 2017-10-03 00:13 (UTC)
Muflone commented on 2017-10-01 15:18 (UTC)
I've just rebuilt the package from scratch and installed it using makepkg -i without any issue.
I think your issue is with your AUR helper
ginoboy commented on 2017-09-28 00:42 (UTC)
I have the same problem. :(
Muflone commented on 2017-09-27 19:15 (UTC)
@shsina
What installer do you use to install mysql and its dependencies?
shsina commented on 2017-09-27 16:15 (UTC)
@Muflone
I have same problem but I don't have percona-server-clients installed.
The problem is that the installer installs percona-server-clients instead of mariadb-clients.
Muflone commented on 2017-09-16 18:39 (UTC)
@ricardofunke
Is the percona-server-clients (an alternative mysql) which conflicts with mysql.
Pleaase remove it before installing mysql.
The same could happen for percona-server package
ricardofunke commented on 2017-09-15 15:17 (UTC) (edited on 2017-09-15 15:18 (UTC) by ricardofunke)
Is it conflicting with its own dependency packages?
error: could not perform operation (conflicting files) /usr/share/man/man1/mysqlpump.1.gz exists in both percona-server-clients and mysql
Muflone commented on 2017-09-09 16:11 (UTC)
@gamezelda and GregoD
try to build the package in a clean chroot (extra-x86-build).
I've just built the package again from scratch and it still builds fine.
gregodadone commented on 2017-09-07 12:39 (UTC)
Same error as gamezelda
gamezelda commented on 2017-08-22 22:41 (UTC) (edited on 2017-08-22 22:41 (UTC) by gamezelda)
I get a lot of linker errors when building...:
[ 85%] Built target GenYaccEmbeddedSource
[ 97%] Built target sql_embedded
[ 97%] Built target mysqlserver
[ 97%] Linking CXX executable mysqltest_embedded
CMakeFiles/mysqltest_embedded.dir/__/__/client/mysqltest.cc.o: In function `connection_thread':
/tmp/yaourt-tmp-zealcharm/aur-mysql/src/mysql-5.7.19/client/mysqltest.cc:893: undefined reference to `mysql_thread_init'
/tmp/yaourt-tmp-zealcharm/aur-mysql/src/mysql-5.7.19/client/mysqltest.cc:908: undefined reference to `mysql_send_query'
/tmp/yaourt-tmp-zealcharm/aur-mysql/src/mysql-5.7.19/client/mysqltest.cc:926: undefined reference to `mysql_thread_end'
/tmp/yaourt-tmp-zealcharm/aur-mysql/src/mysql-5.7.19/client/mysqltest.cc:927: undefined reference to `my_thread_exit'
etc. etc. etc.
I have all my system updated to the latest of testing.
Any idea of what could be the cause?
Pinned Comments
Muflone commented on 2023-08-16 17:21 (UTC) (edited on 2023-08-16 20:41 (UTC) by Muflone)
Warning
https://dev.mysql.com/doc/refman/8.1/en/downgrading.html
Downgrade from MySQL 8.1 to MySQL 8.0 or earlier is not supported. The only supported alternative is to restore a backup taken before upgrading. It is therefore imperative that you back up your data before starting the upgrade process.
MySQL 8.0 is available in https://aur.archlinux.org/packages/mysql80