Description of problem: There are dependencies missing for this package to install correctly. Version-Release number of selected component (if applicable): fusioninventory-agent-2.5.1-4.el8.x86_64 How reproducible: Always Steps to Reproduce: 1. yum install fusioninventory-agent Actual results: yum install fusioninventory-agent --enablerepo epel-testing Last metadata expiration check: 0:04:23 ago on Mon 14 Oct 2019 12:16:58 PM UTC. Error: Problem: package fusioninventory-agent-2.5.1-4.el8.x86_64 requires perl(FusionInventory::Agent), but none of the providers can be installed - package fusioninventory-agent-2.5.1-4.el8.x86_64 requires perl-FusionInventory-Agent = 2.5.1-4.el8, but none of the providers can be installed - conflicting requests - nothing provides perl(Net::CUPS) needed by perl-FusionInventory-Agent-2.5.1-4.el8.noarch - nothing provides perl(Parallel::ForkManager) needed by perl-FusionInventory-Agent-2.5.1-4.el8.noarch - nothing provides perl(Net::SNMP) needed by perl-FusionInventory-Agent-2.5.1-4.el8.noarch - nothing provides perl(Proc::Daemon) needed by perl-FusionInventory-Agent-2.5.1-4.el8.noarch - nothing provides perl(Socket::GetAddrInfo) needed by perl-FusionInventory-Agent-2.5.1-4.el8.noarch Expected results: completed install Additional info:
Hi, We are working on it.
FTR, fusioninventory-agent can be installed from the epel-testing repo and limited testing shows no problem.
I believe the issue is not resolved yet Without epel-testing repo, there are 4 packages missing: # yum install perl-FusionInventory-Agent Last metadata expiration check: 0:38:09 ago on Thu 21 Nov 2019 11:21:25 AM UTC. Error: Problem: conflicting requests - nothing provides perl(HTTP::Daemon) needed by perl-FusionInventory-Agent-2.5.1-4.el8.noarch - nothing provides perl(File::Copy::Recursive) needed by perl-FusionInventory-Agent-2.5.1-4.el8.noarch - nothing provides perl(Parallel::ForkManager) needed by perl-FusionInventory-Agent-2.5.1-4.el8.noarch - nothing provides perl(Proc::Daemon) needed by perl-FusionInventory-Agent-2.5.1-4.el8.noarch (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) # And with epel-testing and epel-playground enabled, there are still 2 packages missing: # yum --enablerepo=epel-testing,epel-playground install perl-FusionInventory-Agent Last metadata expiration check: 0:01:10 ago on Thu 21 Nov 2019 11:58:30 AM UTC. Error: Problem: cannot install the best candidate for the job - nothing provides perl(HTTP::Daemon) needed by perl-FusionInventory-Agent-2.5.1-4.epel8.playground.noarch - nothing provides perl(File::Copy::Recursive) needed by perl-FusionInventory-Agent-2.5.1-4.epel8.playground.noarch (try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages) #
The two dependencies are provided by PowerTools repository that you need to enable <https://fedoraproject.org/wiki/EPEL#How_can_I_use_these_extra_packages.3F>.
Thanks, I was able to install perl-FusionInventory-Agent now
fusioninventory-agent is now in stable and can be installed without problems.