On 5/19/22 06:12, Robert McBroom via users wrote:
On 5/19/22 01:32, Samuel Sieb wrote:
On 5/17/22 21:16, Robert McBroom via users wrote:
Followed the thread on libreoffice-base and noted that I did not have libreoffice-base and libreoffice-math installed.

Tried manual install on F35 system

sudo dnf install libreoffice-base libreoffice-math

and got this strange result

Error:
Problem: conflicting requests
  - package libreoffice-base-1:7.2.1.2-1.fc35.x86_64 requires postgresql-jdbc, but none of the p
roviders can be installed
  - package libreoffice-base-1:7.2.6.2-1.fc35.x86_64 requires postgresql-jdbc, but none of the p
roviders can be installed
  - package postgresql-jdbc-42.2.23-2.fc35.noarch requires mvn(com.ongres.scram:client), but non
e of the providers can be installed
  - package postgresql-jdbc-42.2.25-1.fc35.noarch requires mvn(com.ongres.scram:client), but non
e of the providers can be installed
  - package ongres-scram-client-2.1-3.fc35.noarch requires mvn(com.ongres.scram:common) = 2.1, b
ut none of the providers can be installed
  - package ongres-scram-2.1-3.fc35.noarch requires mvn(com.ongres.stringprep:saslprep), but non
e of the providers can be installed
  - package ongres-stringprep-1.1-2.fc35.noarch requires mvn(org.apache.velocity:velocity), but
none of the providers can be installed
  - package velocity-1.7-36.fc35.noarch requires mvn(org.apache.commons:commons-lang3), but none
of the providers can be installed
  - package apache-commons-lang3-3.12.0-3.fc35.noarch is filtered out by modular filtering

What are these missing requirements?

There is only one missing dependency here.  The whole chain comes down to that last line.  According to a man page, that most likely indicates that some module is overriding that package.

What does "dnf module list --enabled" show?
# dnf module list --enabled
Last metadata expiration check: 2:06:42 ago on Thu 19 May 2022 06:24:39 AM EDT.
@modulefailsafe
Name       Stream        Profiles     Summary
ant        1.10 [e]      default      Java build tool
maven      3.5 [e]       default      Java project management and project comprehension tool

Hint: [d]efault, [e]nabled, [x]disabled, [i]nstalled

No modules show as installed. I don't use apache that I know about unless some components are pulled by other rpm.

They are enabled, so they override the default repo.
Run "dnf module reset \*" and then try the original install again.
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to