Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Package installation error #2227

Closed
PavelShilin89 opened this issue May 24, 2024 · 3 comments
Closed

Package installation error #2227

PavelShilin89 opened this issue May 24, 2024 · 3 comments
Assignees
Labels

Comments

@PavelShilin89
Copy link
Contributor

Package installation error in nightly tests

MRE

wget -q https://repo.manticoresearch.com/manticore-dev-repo.noarch.deb
dpkg -i manticore-dev-repo.noarch.deb > /dev/null; echo $?
apt-get update -y > /dev/null; echo $?
apt-get install -y manticore manticore-extra
Reading package lists... Done
Building dependency tree... 50%%
Reading state information... Done
+ Some packages could not be installed. This may mean that you have
+ requested an impossible situation or if you are using the unstable
+ distribution that some required packages have not yet been created
+ or been moved out of Incoming.
+ The following information may help to resolve the situation:
+ The following packages have unmet dependencies:
+ manticore : Depends: manticore-server (= 6.3.1-24052407-ffb424fa1) but it is not going to be installed
+ E: Unable to correct problems, you have held broken packages.
@sanikolaev
Copy link
Collaborator

Fixed in bc8b773

@PavelShilin89
Copy link
Contributor Author

I have fixed all the bugs, but there is another problem, also related to package updates.

MRE

docker run -it almalinux:9
yum install -y -q https://repo.manticoresearch.com/manticore-repo.noarch.rpm
yum install -y -q manticore manticore-extra
yum -y --enablerepo manticore-dev update manticore manticore-extra manticore-common manticore-server manticore-server-core manticore-tools manticore-executor manticore-buddy manticore-backup manticore-columnar-lib manticore-server-core-debuginfo manticore-tools-debuginfo manticore-columnar-lib-debuginfo  manticore-icudata manticore-galera
----------------
Upgraded:
  manticore-6.3.1_24052507.19bbf5644-1.el9.aarch64            manticore-backup-1.3.9_24052309.fa1fecd-1.noarch             manticore-buddy-2.3.11_24052309.2874682-1.noarch
  manticore-columnar-lib-2.3.1_24052309.4383a90-1.el9.aarch64 manticore-common-6.3.1_24052507.19bbf5644-1.el9.noarch       manticore-devel-6.3.1_24052507.19bbf5644-1.el9.noarch
  manticore-executor-1.1.7_24052309.460c43e-1.el7.aarch64     manticore-extra-1.1.7_24052309.460c43e-1.noarch              manticore-galera-3.38-1.el9.aarch64
  manticore-server-6.3.1_24052507.19bbf5644-1.el9.aarch64     manticore-server-core-6.3.1_24052507.19bbf5644-1.el9.aarch64 manticore-tools-6.3.1_24052507.19bbf5644-1.el9.aarch64
  manticore-tzdata-1.0.1_240523.e65e94d-1.noarch
Failed:
  manticore-tools-6.3.0_24052209.1811a9efb-1.el9.aarch64

Error: Transaction failed

@sanikolaev
Copy link
Collaborator

I have fixed all the bugs, but there is another problem, also related to package updates.

I've created a separate issue about it #2231

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants