Bug 6690 - [Anolis 23][nightly][x86/aarch64] mariadb-devel和依赖的包mariadb-connector-c文件路径冲突,无法正常安装
Summary: [Anolis 23][nightly][x86/aarch64] mariadb-devel和依赖的包mariadb-connector-c文件路径冲突...
Status: NEW
Alias: None
Product: Anolis OS 23
Classification: Anolis OS
Component: BaseOS Packages (show other bugs) BaseOS Packages
Version: 23.0
Hardware: All Linux
: P3-Medium S3-normal
Target Milestone: ---
Assignee: happy_orange
QA Contact: bolong_tbl
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-26 11:31 UTC by yunmeng365524
Modified: 2023-09-26 11:31 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description yunmeng365524 2023-09-26 11:31:07 UTC
Description of problem:
mariadb-devel和依赖的包mariadb-connector-c文件路径冲突,无法正常安装

Version-Release number of selected component (if applicable):
[root@localhost ~]# cat /etc/os-release
NAME="Anolis OS"
VERSION="23"
ID="anolis"
VERSION_ID="23"
PLATFORM_ID="platform:an23"
PRETTY_NAME="Anolis OS 23"
ANSI_COLOR="0;31"
HOME_URL="https://openanolis.cn/"
BUG_REPORT_URL="https://bugzilla.openanolis.cn/"

How reproducible:

[root@localhost ~]# yum install mariadb-devel
Last metadata expiration check: 3:06:22 ago on Tue 26 Sep 2023 08:16:57 AM CST.
Dependencies resolved.
==============================================================================================================================
 Package                                    Architecture            Version                          Repository          Size
==============================================================================================================================
Installing:
 mariadb-devel                              aarch64                 3:10.6.13-1.an23                 os                 1.1 M
Installing dependencies:
 mariadb-connector-c                        aarch64                 3.2.7-5.an23                     os                 356 k
 mariadb-connector-c-config                 noarch                  3.2.7-5.an23                     os                 8.0 k
 mariadb-connector-c-devel                  aarch64                 3.2.7-5.an23                     os                  52 k
 openssl-devel                              aarch64                 1:3.0.9-1.an23                   os                 2.5 M
 zlib-devel                                 aarch64                 1.2.13-1.an23                    os                  43 k
Installing weak dependencies:
 mariadb-connector-c-doc                    noarch                  3.2.7-5.an23                     os                 7.6 k

Transaction Summary
==============================================================================================================================
Install  7 Packages

Total download size: 4.1 M
Installed size: 15 M
Is this ok [y/N]: y
Downloading Packages:
(1/7): mariadb-connector-c-config-3.2.7-5.an23.noarch.rpm                                     303 kB/s | 8.0 kB     00:00
(2/7): mariadb-connector-c-devel-3.2.7-5.an23.aarch64.rpm                                     1.9 MB/s |  52 kB     00:00
(3/7): mariadb-connector-c-3.2.7-5.an23.aarch64.rpm                                           8.2 MB/s | 356 kB     00:00
(4/7): mariadb-connector-c-doc-3.2.7-5.an23.noarch.rpm                                        421 kB/s | 7.6 kB     00:00
(5/7): zlib-devel-1.2.13-1.an23.aarch64.rpm                                                   6.2 MB/s |  43 kB     00:00
(6/7): mariadb-devel-10.6.13-1.an23.aarch64.rpm                                                30 MB/s | 1.1 MB     00:00
(7/7): openssl-devel-3.0.9-1.an23.aarch64.rpm                                                  55 MB/s | 2.5 MB     00:00
------------------------------------------------------------------------------------------------------------------------------
Total                                                                                          45 MB/s | 4.1 MB     00:00
Running transaction check
Transaction check succeeded.
Running transaction test
The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'yum clean packages'.
Error: Transaction test error:
  file /usr/share/man/man3/mariadb_cancel.3.zst conflicts between attempted installs of mariadb-devel-3:10.6.13-1.an23.aarch64 and mariadb-connector-c-3.2.7-5.an23.aarch64
  file /usr/share/man/man3/mariadb_connection.3.zst conflicts between attempted installs of mariadb-devel-3:10.6.13-1.an23.aarch64 and mariadb-connector-c-3.2.7-5.an23.aarch64
  file /usr/share/man/man3/mariadb_dyncol_check.3.zst conflicts between attempted installs of mariadb-devel-3:10.6.13-1.an23.aarch64 and mariadb-connector-c-3.2.7-5.an23.aarch64
  file /usr/share/man/man3/mariadb_dyncol_column_cmp_named.3.zst conflicts between attempted installs of mariadb-devel-3:10.6.13-1.an23.aarch64 and mariadb-connector-c-3.2.7-5.an23.aarch64
  file /usr/share/man/man3/mariadb_dyncol_column_count.3.zst conflicts between attempted installs of mariadb-devel-3:10.6.13-1.an23.aarch64 and mariadb-connector-c-3.2.7-5.an23.aarch64
  file /usr/share/man/man3/mariadb_dyncol_create_many_named.3.zst conflicts between attempted installs of mariadb-devel-3:10.6.13-1.an23.aarch64 and mariadb-connector-c-3.2.7-5.an23.aarch64
  file /usr/share/man/man3/mariadb_dyncol_create_many_num.3.zst conflicts between attempted installs of mariadb-devel-3:10.6.13-1.an23.aarch64 and mariadb-connector-c-3.2.7-5.an23.aarch64
。。。。

可以看到,mariadb-devel和依赖的包mariadb-connector-c文件路径冲突。

Steps to Reproduce:
如上

Actual results:
正常安装

Expected results:
安装失败

Additional info: