Description of problem: We would like to ask you to obsolete following packages in Fedora30 (rawhide) or later: python2-hawkey < 0.20.0 python2-hawkey-debuginfo < 0.20.0 python2-libdnf < 0.20.0 python2-libdnf-debuginfo < 0.20.0 python2-dnf < 3.6.0 python2-dnf-plugin-leaves < 3.0.4 python2-dnf-plugin-local < 3.0.4 python2-dnf-plugin-migrate < 3.0.4 python2-dnf-plugins-core < 3.0.4 python2-dnf-plugin-show-leaves < 3.0.4 python2-dnf-plugin-versionlock < 3.0.4 python2-dnf-plugin-kickstart < 3.0.2 python2-dnf-plugins-extras-common < 3.0.2 python2-dnf-plugin-snapper < 3.0.2 python2-dnf-plugin-system-upgrade < 3.0.2 python2-dnf-plugin-tracer < 3.0.2 Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
*** Bug 1632963 has been marked as a duplicate of this bug. ***
I am sorry, the versions in obsolete should be different. Probably would be better: python2-hawkey < 1.0.0 python2-hawkey-debuginfo < 1.0.0 python2-libdnf < 1.0.0 python2-libdnf-debuginfo < 1.0.0 python2-dnf < 5.0.0 python2-dnf-plugin-leaves < 5.0.0 python2-dnf-plugin-local < 5.0.0 python2-dnf-plugin-migrate < 5.0.0 python2-dnf-plugins-core < 5.0.0 python2-dnf-plugin-show-leaves < 5.0.0 python2-dnf-plugin-versionlock < 5.0.0 python2-dnf-plugin-kickstart < 5.0.0 python2-dnf-plugins-extras-common < 5.0.0 python2-dnf-plugin-snapper < 5.0.0 python2-dnf-plugin-system-upgrade < 5.0.0 python2-dnf-plugin-tracer < 5.0.0 Additionally we requires: python2-solv < 1.0.0 python2-solv-debuginfo 1.0.0 I also would like to solve the issue as soon as possible due to broken rawhide. Thanks a lot.
So, Fedora releng still uses appliance-tools in koji to make appliance images, and it needs python2-dnf. ;( Hopefully one of these two things will happen soon: * appliance-tools is ported to python3 (it's close) or * koji adds support for using livemedia-creator to make appliance images. (Hopefully this will be in their next version). So, if you could hold off until one of those happens, we would really appreciate it.
*** Bug 1705493 has been marked as a duplicate of this bug. ***
What's the status here? fedora-obsolete-packages-30 currently obsoletes: python2-hawkey < 0.30-1 python2-dnf < 5.0-1 python2-dnf-plugin-kickstart < 5.0-1 python2-dnf-plugin-leaves < 5.0-1 python2-dnf-plugin-local < 5.0-1 python2-dnf-plugin-migrate < 5.0-1 python2-dnf-plugin-show-leaves < 5.0-1 python2-dnf-plugin-snapper < 5.0-1 python2-dnf-plugin-system-upgrade < 5.0-1 python2-dnf-plugin-tracer < 5.0-1 python2-dnf-plugin-versionlock < 5.0-1 python2-dnf-plugins-core < 5.0-1 python2-dnf-plugins-extras-common < 5.0-1 python2-dnfdaemon < 0.3.19-5 python2-libdnf < 0.30-1 python2-solv < 0.6.35-4 But based on bz1705493, that is not enough. Theis BZ suggest to updating the version to 1.0.0 and 5.0.0. I don't understand why 1.0.0 when libdnf in Fedora 30 is 0.28.1-1 and in Fedora 29 it is 0.31.0-2 (downgrade?). > So, if you could hold off until one of those happens, we would really appreciate it. I suspect that obsoleting this properly won't change the fact that python2-dnf is gone, right?
Same issue for me when updating my machine, so I manually removed the packages first.
Just curious how something like this gets past basic upgrade regression testing during the F30 development and testing cycle. This seems like a pretty basic and fundamental issue.
> Just curious how something like this gets past basic upgrade regression testing during the F30 development and testing cycle. It was fine during the development and testing cycle and than dnf was updated in F29. ---- As there seem to be no response by the DNF team, I'm juts gonna obsolete the current F29 version-release+10.
Miro, please could you considered obsoletes version from Comment 2? I am not sure and cannot ensure whatever version-release+10 cannot be overload (I believe that it will be fine but only for 90%).
fedora-obsolete-packages-30-42 has been submitted as an update to Fedora 30. https://bodhi.fedoraproject.org/updates/FEDORA-2019-961ce43c70
As said in comment #5 - this BZ suggest to updating the version to 1.0.0 and 5.0.0. I don't understand why 1.0.0 when libdnf in Fedora 30 is 0.28.1-1 and in Fedora 29 it is 0.31.0-2 (downgrade?). Why 1.0.0?
Hi team -- How do I solve this? I understand that it was fixed? Cheers, [root@L_OverFlow yum]# dnf update Traceback (most recent call last): File "/usr/bin/dnf", line 58, in <module> main.user_main(sys.argv[1:], exit_code=True) File "/usr/lib/python3.7/site-packages/dnf/cli/main.py", line 192, in user_main errcode = main(args) File "/usr/lib/python3.7/site-packages/dnf/cli/main.py", line 64, in main return _main(base, args, cli_class, option_parser_class) File "/usr/lib/python3.7/site-packages/dnf/cli/main.py", line 95, in _main cli.configure(list(map(ucd, args)), option_parser()) File "/usr/lib/python3.7/site-packages/dnf/cli/cli.py", line 948, in configure self._configure_repos(opts) File "/usr/lib/python3.7/site-packages/dnf/cli/cli.py", line 732, in _configure_repos self.base.read_all_repos(opts) File "/usr/lib/python3.7/site-packages/dnf/base.py", line 490, in read_all_repos for repo in reader: File "/usr/lib/python3.7/site-packages/dnf/conf/read.py", line 48, in __iter__ for r in self._get_repos(repofn): File "/usr/lib/python3.7/site-packages/dnf/conf/read.py", line 101, in _get_repos thisrepo = self._build_repo(parser, ucd(section), repofn) File "/usr/lib/python3.7/site-packages/dnf/conf/read.py", line 57, in _build_repo repo = dnf.repo.Repo(id_, self.conf) File "/usr/lib/python3.7/site-packages/dnf/repo.py", line 439, in __init__ self._hawkey_repo = self._init_hawkey_repo() File "/usr/lib/python3.7/site-packages/dnf/repo.py", line 497, in _init_hawkey_repo hrepo = hawkey.Repo(self.id) AttributeError: module 'hawkey' has no attribute 'Repo'
Hi Luis. That's a completely different problem reported at https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org/thread/433LMDYOSO76ZOV44FIT2IH6D25YVTJP/
(In reply to Miro Hrončok from comment #13) > Hi Luis. That's a completely different problem reported at > https://lists.fedoraproject.org/archives/list/infrastructure@lists. > fedoraproject.org/thread/433LMDYOSO76ZOV44FIT2IH6D25YVTJP/ oh sorry! Thanks Miro. Cheers,
fedora-obsolete-packages-30-42 has been pushed to the Fedora 30 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2019-961ce43c70
I still get $ dnf system-upgrade download --releasever=30 ... Problem 2: package python2-hawkey-0.31.0-2.fc29.x86_64 requires libdnf(x86-64) = 0.31.0-2.fc29, but none of the providers can be installed - libdnf-0.31.0-2.fc29.x86_64 does not belong to a distupgrade repository - problem with installed package python2-hawkey-0.31.0-2.fc29.x86_64 (this is actually just *one* of *25* problems listed. wow!)
It will take some time before this is propagated as a fix, but tis should work: https://src.fedoraproject.org/rpms/fedora-obsolete-packages/c/c8da513d5e6c01019d5dd4906108e11b0d8c1490?branch=f30 Could you please share the entire list of problems you get?
My full list (I guess, as you said, some fixes are already available for testing, but not available for general users): Error: Problem 1: package libibcm-16.2-3.fc28.x86_64 requires rdma-core(x86-64) = 16.2-3.fc28, but none of the providers can be installed - rdma-core-16.2-3.fc28.x86_64 does not belong to a distupgrade repository - problem with installed package libibcm-16.2-3.fc28.x86_64 Problem 2: package python2-hawkey-0.31.0-2.fc29.x86_64 requires libdnf(x86-64) = 0.31.0-2.fc29, but none of the providers can be installed - libdnf-0.31.0-2.fc29.x86_64 does not belong to a distupgrade repository - problem with installed package python2-hawkey-0.31.0-2.fc29.x86_64 Problem 3: problem with installed package ant-junit5-1.10.5-2.fc29.noarch - package ant-junit5-1.10.5-4.fc30.noarch requires ant = 1.10.5-4.fc30, but none of the providers can be installed - ant-junit5-1.10.5-2.fc29.noarch does not belong to a distupgrade repository - package ant-1.10.5-4.fc30.noarch is excluded Problem 4: package eclipse-platform-1:4.11-4.fc30.x86_64 requires ant-junit5, but none of the providers can be installed - package eclipse-fedorapackager-0.6.0-4.fc28.noarch requires eclipse-platform >= 3.7.0, but none of the providers can be installed - package ant-junit5-1.10.5-2.fc29.noarch requires ant = 1.10.5-2.fc29, but none of the providers can be installed - package ant-junit5-1.10.5-4.fc30.noarch requires ant = 1.10.5-4.fc30, but none of the providers can be installed - eclipse-platform-1:4.10.0-2.fc29.x86_64 does not belong to a distupgrade repository - ant-1.10.5-2.fc29.noarch does not belong to a distupgrade repository - problem with installed package eclipse-fedorapackager-0.6.0-4.fc28.noarch - package ant-1.10.5-4.fc30.noarch is excluded Problem 5: problem with installed package system-config-firewall-1.2.29-21.fc29.noarch - package system-config-firewall-1.2.29-21.fc29.noarch requires python2-slip-dbus >= 0.2.7, but none of the providers can be installed - python2-slip-dbus-0.6.4-12.fc29.noarch does not belong to a distupgrade repository Problem 6: package eclipse-platform-1:4.11-4.fc30.x86_64 requires ant-junit5, but none of the providers can be installed - package eclipse-abrt-0.0.3-9.fc30.noarch requires eclipse-platform >= 1:4.3.2, but none of the providers can be installed - package ant-junit5-1.10.5-2.fc29.noarch requires ant = 1.10.5-2.fc29, but none of the providers can be installed - package eclipse-platform-1:4.10.0-2.fc29.x86_64 requires eclipse-equinox-osgi = 1:4.10.0-2.fc29, but none of the providers can be installed - package eclipse-platform-1:4.10.0-2.fc29.x86_64 requires osgi(org.eclipse.osgi) = 3.13.200, but none of the providers can be installed - package eclipse-platform-1:4.10.0-2.fc29.x86_64 requires osgi(org.eclipse.osgi.services) = 3.7.100, but none of the providers can be installed - problem with installed package eclipse-abrt-0.0.3-7.fc29.noarch - package ant-1.10.5-2.fc29.noarch requires ant-lib = 1.10.5-2.fc29, but none of the providers can be installed - package ant-junit5-1.10.5-4.fc30.noarch requires ant = 1.10.5-4.fc30, but none of the providers can be installed - eclipse-equinox-osgi-1:4.10.0-2.fc29.x86_64 does not belong to a distupgrade repository - eclipse-abrt-0.0.3-7.fc29.noarch does not belong to a distupgrade repository - ant-lib-1.10.5-2.fc29.noarch does not belong to a distupgrade repository - package ant-1.10.5-4.fc30.noarch is excluded Problem 7: problem with installed package python3-libdnf-0.31.0-2.fc29.x86_64 - package python3-libdnf-0.31.0-3.fc30.x86_64 requires libdnf(x86-64) = 0.31.0-3.fc30, but none of the providers can be installed - package python3-libdnf-0.28.1-1.fc30.x86_64 requires libdnf(x86-64) = 0.28.1-1.fc30, but none of the providers can be installed - cannot install both libdnf-0.31.0-3.fc30.x86_64 and libdnf-0.31.0-2.fc29.x86_64 - cannot install both libdnf-0.28.1-1.fc30.x86_64 and libdnf-0.31.0-2.fc29.x86_64 - package python2-libdnf-0.31.0-2.fc29.x86_64 requires libdnf(x86-64) = 0.31.0-2.fc29, but none of the providers can be installed - python3-libdnf-0.31.0-2.fc29.x86_64 does not belong to a distupgrade repository - problem with installed package python2-libdnf-0.31.0-2.fc29.x86_64 Problem 8: package eclipse-platform-1:4.11-4.fc30.x86_64 requires ant-xz, but none of the providers can be installed - package ant-xz-1.10.5-1.module_f28+3873+06cd63fa.noarch requires ant = 1.10.5-1.module_f28+3873+06cd63fa, but none of the providers can be installed - cannot install both ant-1.10.5-1.module_f28+3873+06cd63fa.noarch and ant-1.10.5-2.fc29.noarch - package ant-junit5-1.10.5-2.fc29.noarch requires ant = 1.10.5-2.fc29, but none of the providers can be installed - package eclipse-platform-1:4.11-4.fc30.x86_64 requires ant-junit5, but none of the providers can be installed - package eclipse-cdt-native-2:9.7.0-1.fc30.x86_64 requires eclipse-platform, but none of the providers can be installed - package eclipse-platform-1:4.10.0-2.fc29.x86_64 requires eclipse-swt = 1:4.10.0-2.fc29, but none of the providers can be installed - package eclipse-platform-1:4.10.0-2.fc29.x86_64 requires osgi(org.eclipse.swt) = 3.109.0, but none of the providers can be installed - problem with installed package eclipse-cdt-native-2:9.6.0-4.fc29.x86_64 - package ant-junit5-1.10.5-4.fc30.noarch requires ant = 1.10.5-4.fc30, but none of the providers can be installed - eclipse-swt-1:4.10.0-2.fc29.x86_64 does not belong to a distupgrade repository - eclipse-cdt-native-2:9.6.0-4.fc29.x86_64 does not belong to a distupgrade repository - ant-xz-1.10.5-2.fc29.noarch does not belong to a distupgrade repository - package ant-1.10.5-4.fc30.noarch is excluded - package ant-xz-1.10.5-4.fc30.noarch is excluded Problem 9: package eclipse-platform-1:4.11-4.fc30.x86_64 requires ant-testutil, but none of the providers can be installed - package ant-testutil-1.10.5-1.module_f28+3873+06cd63fa.noarch requires ant = 1.10.5-1.module_f28+3873+06cd63fa, but none of the providers can be installed - cannot install both ant-1.10.5-1.module_f28+3873+06cd63fa.noarch and ant-1.10.5-2.fc29.noarch - package ant-junit5-1.10.5-2.fc29.noarch requires ant = 1.10.5-2.fc29, but none of the providers can be installed - package eclipse-platform-1:4.11-4.fc30.x86_64 requires ant-junit5, but none of the providers can be installed - package eclipse-jdt-1:4.11-4.fc30.noarch requires eclipse-platform = 1:4.11-4.fc30, but none of the providers can be installed - package eclipse-mdt-uml2-5.2.3-3.fc28.noarch requires osgi(org.eclipse.jdt.core), but none of the providers can be installed - package ant-junit5-1.10.5-4.fc30.noarch requires ant = 1.10.5-4.fc30, but none of the providers can be installed - eclipse-jdt-1:4.10.0-2.fc29.noarch does not belong to a distupgrade repository - ant-testutil-1.10.5-2.fc29.noarch does not belong to a distupgrade repository - problem with installed package eclipse-mdt-uml2-5.2.3-3.fc28.noarch - package ant-1.10.5-4.fc30.noarch is excluded - package ant-testutil-1.10.5-4.fc30.noarch is excluded Problem 10: package eclipse-platform-1:4.11-4.fc30.x86_64 requires ant-swing, but none of the providers can be installed - package ant-swing-1.10.5-1.module_f28+3873+06cd63fa.noarch requires ant = 1.10.5-1.module_f28+3873+06cd63fa, but none of the providers can be installed - cannot install both ant-1.10.5-1.module_f28+3873+06cd63fa.noarch and ant-1.10.5-2.fc29.noarch - package ant-junit5-1.10.5-2.fc29.noarch requires ant = 1.10.5-2.fc29, but none of the providers can be installed - package eclipse-platform-1:4.11-4.fc30.x86_64 requires ant-junit5, but none of the providers can be installed - package eclipse-p2-discovery-1:4.11-4.fc30.noarch requires eclipse-platform = 1:4.11-4.fc30, but none of the providers can be installed - problem with installed package eclipse-p2-discovery-1:4.10.0-2.fc29.noarch - package ant-junit5-1.10.5-4.fc30.noarch requires ant = 1.10.5-4.fc30, but none of the providers can be installed - eclipse-p2-discovery-1:4.10.0-2.fc29.noarch does not belong to a distupgrade repository - ant-swing-1.10.5-2.fc29.noarch does not belong to a distupgrade repository - package ant-1.10.5-4.fc30.noarch is excluded - package ant-swing-1.10.5-4.fc30.noarch is excluded Problem 11: package eclipse-platform-1:4.11-4.fc30.x86_64 requires ant-junit, but none of the providers can be installed - package ant-junit-1.10.5-1.module_f28+3873+06cd63fa.noarch requires ant = 1.10.5-1.module_f28+3873+06cd63fa, but none of the providers can be installed - cannot install both ant-1.10.5-1.module_f28+3873+06cd63fa.noarch and ant-1.10.5-2.fc29.noarch - package ant-junit5-1.10.5-2.fc29.noarch requires ant = 1.10.5-2.fc29, but none of the providers can be installed - package eclipse-platform-1:4.11-4.fc30.x86_64 requires ant-junit5, but none of the providers can be installed - package eclipse-pde-1:4.11-4.fc30.x86_64 requires eclipse-platform = 1:4.11-4.fc30, but none of the providers can be installed - problem with installed package eclipse-pde-1:4.10.0-2.fc29.x86_64 - package ant-junit5-1.10.5-4.fc30.noarch requires ant = 1.10.5-4.fc30, but none of the providers can be installed - eclipse-pde-1:4.10.0-2.fc29.x86_64 does not belong to a distupgrade repository - ant-junit-1.10.5-2.fc29.noarch does not belong to a distupgrade repository - package ant-1.10.5-4.fc30.noarch is excluded - package ant-junit-1.10.5-4.fc30.noarch is excluded Problem 12: package eclipse-platform-1:4.11-4.fc30.x86_64 requires ant-jsch, but none of the providers can be installed - package ant-jsch-1.10.5-1.module_f28+3873+06cd63fa.noarch requires ant = 1.10.5-1.module_f28+3873+06cd63fa, but none of the providers can be installed - cannot install both ant-1.10.5-1.module_f28+3873+06cd63fa.noarch and ant-1.10.5-2.fc29.noarch - package ant-junit5-1.10.5-2.fc29.noarch requires ant = 1.10.5-2.fc29, but none of the providers can be installed - package eclipse-platform-1:4.11-4.fc30.x86_64 requires ant-junit5, but none of the providers can be installed - package eclipse-jdt-1:4.11-4.fc30.noarch requires eclipse-platform = 1:4.11-4.fc30, but none of the providers can be installed - problem with installed package eclipse-recommenders-2.5.4-2.fc29.noarch - package ant-junit5-1.10.5-4.fc30.noarch requires ant = 1.10.5-4.fc30, but none of the providers can be installed - eclipse-recommenders-2.5.4-2.fc29.noarch does not belong to a distupgrade repository - ant-jsch-1.10.5-2.fc29.noarch does not belong to a distupgrade repository - package ant-1.10.5-4.fc30.noarch is excluded - package ant-jsch-1.10.5-4.fc30.noarch is excluded Problem 13: problem with installed package ant-jmf-1.10.5-2.fc29.noarch - package ant-jmf-1.10.5-1.module_f28+3873+06cd63fa.noarch requires ant = 1.10.5-1.module_f28+3873+06cd63fa, but none of the providers can be installed - cannot install both ant-1.10.5-1.module_f28+3873+06cd63fa.noarch and ant-1.10.5-2.fc29.noarch - package ant-junit5-1.10.5-2.fc29.noarch requires ant = 1.10.5-2.fc29, but none of the providers can be installed - package eclipse-cdt-native-2:9.7.0-1.fc30.x86_64 requires eclipse-platform, but none of the providers can be installed - package eclipse-platform-1:4.10.0-2.fc29.x86_64 requires ant-junit5, but none of the providers can be installed - package eclipse-platform-1:4.11-4.fc30.x86_64 requires ant-junit5, but none of the providers can be installed - package eclipse-cdt-2:9.7.0-1.fc30.x86_64 requires osgi(org.eclipse.cdt.core) = 6.7.0.201903141504, but none of the providers can be installed - package eclipse-cdt-2:9.7.0-1.fc30.x86_64 requires osgi(org.eclipse.cdt.native.serial) = 1.1.100.201903141504, but none of the providers can be installed - package eclipse-cdt-2:9.7.0-1.fc30.x86_64 requires osgi(org.eclipse.cdt.core.native) = 5.10.1.201903141504, but none of the providers can be installed - problem with installed package eclipse-cdt-2:9.6.0-4.fc29.x86_64 - package ant-junit5-1.10.5-4.fc30.noarch requires ant = 1.10.5-4.fc30, but none of the providers can be installed - eclipse-cdt-2:9.6.0-4.fc29.x86_64 does not belong to a distupgrade repository - package ant-1.10.5-4.fc30.noarch is excluded - ant-jmf-1.10.5-2.fc29.noarch does not belong to a distupgrade repository - package ant-jmf-1.10.5-4.fc30.noarch is excluded Problem 14: problem with installed package ant-jdepend-1.10.5-2.fc29.noarch - package ant-jdepend-1.10.5-1.module_f28+3873+06cd63fa.noarch requires ant = 1.10.5-1.module_f28+3873+06cd63fa, but none of the providers can be installed - cannot install both ant-1.10.5-1.module_f28+3873+06cd63fa.noarch and ant-1.10.5-2.fc29.noarch - package ant-junit5-1.10.5-2.fc29.noarch requires ant = 1.10.5-2.fc29, but none of the providers can be installed - package eclipse-cdt-native-2:9.7.0-1.fc30.x86_64 requires eclipse-platform, but none of the providers can be installed - package eclipse-platform-1:4.10.0-2.fc29.x86_64 requires ant-junit5, but none of the providers can be installed - package eclipse-platform-1:4.11-4.fc30.x86_64 requires ant-junit5, but none of the providers can be installed - package eclipse-cdt-llvm-2:9.7.0-1.fc30.x86_64 requires osgi(org.eclipse.cdt.core) = 6.7.0.201903141504, but none of the providers can be installed - problem with installed package eclipse-cdt-llvm-2:9.6.0-4.fc29.x86_64 - package ant-junit5-1.10.5-4.fc30.noarch requires ant = 1.10.5-4.fc30, but none of the providers can be installed - eclipse-cdt-llvm-2:9.6.0-4.fc29.x86_64 does not belong to a distupgrade repository - package ant-1.10.5-4.fc30.noarch is excluded - ant-jdepend-1.10.5-2.fc29.noarch does not belong to a distupgrade repository - package ant-jdepend-1.10.5-4.fc30.noarch is excluded Problem 15: problem with installed package ant-javamail-1.10.5-2.fc29.noarch - package ant-javamail-1.10.5-1.module_f28+3873+06cd63fa.noarch requires ant = 1.10.5-1.module_f28+3873+06cd63fa, but none of the providers can be installed - cannot install both ant-1.10.5-1.module_f28+3873+06cd63fa.noarch and ant-1.10.5-2.fc29.noarch - package ant-junit5-1.10.5-2.fc29.noarch requires ant = 1.10.5-2.fc29, but none of the providers can be installed - package eclipse-cdt-native-2:9.7.0-1.fc30.x86_64 requires eclipse-platform, but none of the providers can be installed - package eclipse-platform-1:4.10.0-2.fc29.x86_64 requires ant-junit5, but none of the providers can be installed - package eclipse-platform-1:4.11-4.fc30.x86_64 requires ant-junit5, but none of the providers can be installed - package eclipse-cdt-parsers-2:9.7.0-1.fc30.x86_64 requires osgi(org.eclipse.cdt.core) = 6.7.0.201903141504, but none of the providers can be installed - problem with installed package eclipse-cdt-parsers-2:9.6.0-4.fc29.x86_64 - package ant-junit5-1.10.5-4.fc30.noarch requires ant = 1.10.5-4.fc30, but none of the providers can be installed - eclipse-cdt-parsers-2:9.6.0-4.fc29.x86_64 does not belong to a distupgrade repository - package ant-1.10.5-4.fc30.noarch is excluded - ant-javamail-1.10.5-2.fc29.noarch does not belong to a distupgrade repository - package ant-javamail-1.10.5-4.fc30.noarch is excluded Problem 16: problem with installed package ant-commons-net-1.10.5-2.fc29.noarch - package ant-commons-net-1.10.5-1.module_f28+3873+06cd63fa.noarch requires ant = 1.10.5-1.module_f28+3873+06cd63fa, but none of the providers can be installed - cannot install both ant-1.10.5-1.module_f28+3873+06cd63fa.noarch and ant-1.10.5-2.fc29.noarch - package ant-junit5-1.10.5-2.fc29.noarch requires ant = 1.10.5-2.fc29, but none of the providers can be installed - package eclipse-cdt-native-2:9.7.0-1.fc30.x86_64 requires eclipse-platform, but none of the providers can be installed - package eclipse-platform-1:4.10.0-2.fc29.x86_64 requires ant-junit5, but none of the providers can be installed - package eclipse-platform-1:4.11-4.fc30.x86_64 requires ant-junit5, but none of the providers can be installed - package eclipse-cdt-qt-2:9.7.0-1.fc30.x86_64 requires osgi(org.eclipse.cdt.core) = 6.7.0.201903141504, but none of the providers can be installed - problem with installed package eclipse-cdt-qt-2:9.6.0-4.fc29.x86_64 - package ant-junit5-1.10.5-4.fc30.noarch requires ant = 1.10.5-4.fc30, but none of the providers can be installed - eclipse-cdt-qt-2:9.6.0-4.fc29.x86_64 does not belong to a distupgrade repository - package ant-1.10.5-4.fc30.noarch is excluded - ant-commons-net-1.10.5-2.fc29.noarch does not belong to a distupgrade repository - package ant-commons-net-1.10.5-4.fc30.noarch is excluded Problem 17: problem with installed package ant-commons-logging-1.10.5-2.fc29.noarch - package ant-commons-logging-1.10.5-1.module_f28+3873+06cd63fa.noarch requires ant = 1.10.5-1.module_f28+3873+06cd63fa, but none of the providers can be installed - cannot install both ant-1.10.5-1.module_f28+3873+06cd63fa.noarch and ant-1.10.5-2.fc29.noarch - package ant-junit5-1.10.5-2.fc29.noarch requires ant = 1.10.5-2.fc29, but none of the providers can be installed - package eclipse-egit-5.3.0-2.fc30.noarch requires eclipse-platform >= 1:4.6.0, but none of the providers can be installed - package eclipse-platform-1:4.10.0-2.fc29.x86_64 requires ant-junit5, but none of the providers can be installed - package eclipse-platform-1:4.11-4.fc30.x86_64 requires ant-junit5, but none of the providers can be installed - problem with installed package eclipse-egit-5.2.0-1.fc29.noarch - package ant-junit5-1.10.5-4.fc30.noarch requires ant = 1.10.5-4.fc30, but none of the providers can be installed - eclipse-egit-5.2.0-1.fc29.noarch does not belong to a distupgrade repository - package ant-1.10.5-4.fc30.noarch is excluded - ant-commons-logging-1.10.5-2.fc29.noarch does not belong to a distupgrade repository - package ant-commons-logging-1.10.5-4.fc30.noarch is excluded Problem 18: problem with installed package ant-apache-xalan2-1.10.5-2.fc29.noarch - package ant-apache-xalan2-1.10.5-1.module_f28+3873+06cd63fa.noarch requires ant = 1.10.5-1.module_f28+3873+06cd63fa, but none of the providers can be installed - cannot install both ant-1.10.5-1.module_f28+3873+06cd63fa.noarch and ant-1.10.5-2.fc29.noarch - package ant-junit5-1.10.5-2.fc29.noarch requires ant = 1.10.5-2.fc29, but none of the providers can be installed - package eclipse-epp-logging-2.0.7-8.fc30.noarch requires eclipse-platform >= 1:4.6.0, but none of the providers can be installed - package eclipse-platform-1:4.10.0-2.fc29.x86_64 requires ant-junit5, but none of the providers can be installed - package eclipse-platform-1:4.11-4.fc30.x86_64 requires ant-junit5, but none of the providers can be installed - problem with installed package eclipse-epp-logging-2.0.7-5.fc29.noarch - package ant-junit5-1.10.5-4.fc30.noarch requires ant = 1.10.5-4.fc30, but none of the providers can be installed - eclipse-epp-logging-2.0.7-5.fc29.noarch does not belong to a distupgrade repository - package ant-1.10.5-4.fc30.noarch is excluded - ant-apache-xalan2-1.10.5-2.fc29.noarch does not belong to a distupgrade repository - package ant-apache-xalan2-1.10.5-4.fc30.noarch is excluded Problem 19: problem with installed package ant-apache-resolver-1.10.5-2.fc29.noarch - package ant-apache-resolver-1.10.5-1.module_f28+3873+06cd63fa.noarch requires ant = 1.10.5-1.module_f28+3873+06cd63fa, but none of the providers can be installed - cannot install both ant-1.10.5-1.module_f28+3873+06cd63fa.noarch and ant-1.10.5-2.fc29.noarch - package ant-junit5-1.10.5-2.fc29.noarch requires ant = 1.10.5-2.fc29, but none of the providers can be installed - package eclipse-gef-3.11.0-9.fc30.noarch requires eclipse-platform >= 1:4.4.0, but none of the providers can be installed - package eclipse-platform-1:4.10.0-2.fc29.x86_64 requires ant-junit5, but none of the providers can be installed - package eclipse-platform-1:4.11-4.fc30.x86_64 requires ant-junit5, but none of the providers can be installed - problem with installed package eclipse-gef-3.11.0-7.fc29.noarch - package ant-junit5-1.10.5-4.fc30.noarch requires ant = 1.10.5-4.fc30, but none of the providers can be installed - eclipse-gef-3.11.0-7.fc29.noarch does not belong to a distupgrade repository - package ant-1.10.5-4.fc30.noarch is excluded - ant-apache-resolver-1.10.5-2.fc29.noarch does not belong to a distupgrade repository - package ant-apache-resolver-1.10.5-4.fc30.noarch is excluded Problem 20: problem with installed package ant-apache-regexp-1.10.5-2.fc29.noarch - package ant-apache-regexp-1.10.5-1.module_f28+3873+06cd63fa.noarch requires ant = 1.10.5-1.module_f28+3873+06cd63fa, but none of the providers can be installed - cannot install both ant-1.10.5-1.module_f28+3873+06cd63fa.noarch and ant-1.10.5-2.fc29.noarch - package ant-junit5-1.10.5-2.fc29.noarch requires ant = 1.10.5-2.fc29, but none of the providers can be installed - package eclipse-jgit-5.3.0-5.fc30.noarch requires eclipse-platform, but none of the providers can be installed - package eclipse-platform-1:4.10.0-2.fc29.x86_64 requires ant-junit5, but none of the providers can be installed - package eclipse-platform-1:4.11-4.fc30.x86_64 requires ant-junit5, but none of the providers can be installed - problem with installed package eclipse-jgit-5.2.0-4.fc29.noarch - package ant-junit5-1.10.5-4.fc30.noarch requires ant = 1.10.5-4.fc30, but none of the providers can be installed - eclipse-jgit-5.2.0-4.fc29.noarch does not belong to a distupgrade repository - package ant-1.10.5-4.fc30.noarch is excluded - ant-apache-regexp-1.10.5-2.fc29.noarch does not belong to a distupgrade repository - package ant-apache-regexp-1.10.5-4.fc30.noarch is excluded Problem 21: problem with installed package ant-apache-oro-1.10.5-2.fc29.noarch - package ant-apache-oro-1.10.5-1.module_f28+3873+06cd63fa.noarch requires ant = 1.10.5-1.module_f28+3873+06cd63fa, but none of the providers can be installed - cannot install both ant-1.10.5-1.module_f28+3873+06cd63fa.noarch and ant-1.10.5-2.fc29.noarch - package ant-junit5-1.10.5-2.fc29.noarch requires ant = 1.10.5-2.fc29, but none of the providers can be installed - package eclipse-launchbar-1:2.2.3-1.fc30.noarch requires eclipse-platform, but none of the providers can be installed - package eclipse-platform-1:4.10.0-2.fc29.x86_64 requires ant-junit5, but none of the providers can be installed - package eclipse-platform-1:4.11-4.fc30.x86_64 requires ant-junit5, but none of the providers can be installed - problem with installed package eclipse-launchbar-1:2.2.2-1.fc29.noarch - package ant-junit5-1.10.5-4.fc30.noarch requires ant = 1.10.5-4.fc30, but none of the providers can be installed - eclipse-launchbar-1:2.2.2-1.fc29.noarch does not belong to a distupgrade repository - package ant-1.10.5-4.fc30.noarch is excluded - ant-apache-oro-1.10.5-2.fc29.noarch does not belong to a distupgrade repository - package ant-apache-oro-1.10.5-4.fc30.noarch is excluded Problem 22: problem with installed package ant-apache-log4j-1.10.5-2.fc29.noarch - package ant-apache-log4j-1.10.5-1.module_f28+3873+06cd63fa.noarch requires ant = 1.10.5-1.module_f28+3873+06cd63fa, but none of the providers can be installed - cannot install both ant-1.10.5-1.module_f28+3873+06cd63fa.noarch and ant-1.10.5-2.fc29.noarch - package ant-junit5-1.10.5-2.fc29.noarch requires ant = 1.10.5-2.fc29, but none of the providers can be installed - package eclipse-mpc-1.7.5-2.fc30.noarch requires eclipse-platform, but none of the providers can be installed - package eclipse-platform-1:4.10.0-2.fc29.x86_64 requires ant-junit5, but none of the providers can be installed - package eclipse-platform-1:4.11-4.fc30.x86_64 requires ant-junit5, but none of the providers can be installed - problem with installed package eclipse-mpc-1.7.3-1.fc29.noarch - package ant-junit5-1.10.5-4.fc30.noarch requires ant = 1.10.5-4.fc30, but none of the providers can be installed - eclipse-mpc-1.7.3-1.fc29.noarch does not belong to a distupgrade repository - package ant-1.10.5-4.fc30.noarch is excluded - ant-apache-log4j-1.10.5-2.fc29.noarch does not belong to a distupgrade repository - package ant-apache-log4j-1.10.5-4.fc30.noarch is excluded Problem 23: problem with installed package ant-apache-bsf-1.10.5-2.fc29.noarch - package ant-apache-bsf-1.10.5-1.module_f28+3873+06cd63fa.noarch requires ant = 1.10.5-1.module_f28+3873+06cd63fa, but none of the providers can be installed - cannot install both ant-1.10.5-1.module_f28+3873+06cd63fa.noarch and ant-1.10.5-2.fc29.noarch - package ant-junit5-1.10.5-2.fc29.noarch requires ant = 1.10.5-2.fc29, but none of the providers can be installed - package eclipse-mylyn-3.25.0-0.6.fc30.noarch requires eclipse-platform, but none of the providers can be installed - package eclipse-platform-1:4.10.0-2.fc29.x86_64 requires ant-junit5, but none of the providers can be installed - package eclipse-platform-1:4.11-4.fc30.x86_64 requires ant-junit5, but none of the providers can be installed - problem with installed package eclipse-mylyn-3.25.0-0.4.fc29.noarch - package ant-junit5-1.10.5-4.fc30.noarch requires ant = 1.10.5-4.fc30, but none of the providers can be installed - eclipse-mylyn-3.25.0-0.4.fc29.noarch does not belong to a distupgrade repository - package ant-1.10.5-4.fc30.noarch is excluded - ant-apache-bsf-1.10.5-2.fc29.noarch does not belong to a distupgrade repository - package ant-apache-bsf-1.10.5-4.fc30.noarch is excluded Problem 24: problem with installed package ant-apache-bcel-1.10.5-2.fc29.noarch - package ant-apache-bcel-1.10.5-1.module_f28+3873+06cd63fa.noarch requires ant = 1.10.5-1.module_f28+3873+06cd63fa, but none of the providers can be installed - cannot install both ant-1.10.5-1.module_f28+3873+06cd63fa.noarch and ant-1.10.5-2.fc29.noarch - package ant-junit5-1.10.5-2.fc29.noarch requires ant = 1.10.5-2.fc29, but none of the providers can be installed - package eclipse-mylyn-3.25.0-0.6.fc30.noarch requires eclipse-platform, but none of the providers can be installed - package eclipse-platform-1:4.10.0-2.fc29.x86_64 requires ant-junit5, but none of the providers can be installed - package eclipse-platform-1:4.11-4.fc30.x86_64 requires ant-junit5, but none of the providers can be installed - package eclipse-mylyn-context-cdt-3.25.0-0.6.fc30.noarch requires osgi(org.eclipse.mylyn.commons.core) = 3.25.0.v20190316.2127, but none of the providers can be installed - package eclipse-mylyn-context-cdt-3.25.0-0.6.fc30.noarch requires osgi(org.eclipse.mylyn.commons.ui) = 3.25.0.v20190316.2127, but none of the providers can be installed - package eclipse-mylyn-context-cdt-3.25.0-0.6.fc30.noarch requires osgi(org.eclipse.mylyn.context.core) = 3.25.0.v20190316.2127, but none of the providers can be installed - package eclipse-mylyn-context-cdt-3.25.0-0.6.fc30.noarch requires osgi(org.eclipse.mylyn.context.ui) = 3.25.0.v20190316.2127, but none of the providers can be installed - package eclipse-mylyn-context-cdt-3.25.0-0.6.fc30.noarch requires osgi(org.eclipse.mylyn.monitor.core) = 3.25.0.v20190316.2127, but none of the providers can be installed - package eclipse-mylyn-context-cdt-3.25.0-0.6.fc30.noarch requires osgi(org.eclipse.mylyn.monitor.ui) = 3.25.0.v20190316.2127, but none of the providers can be installed - problem with installed package eclipse-mylyn-context-cdt-3.25.0-0.4.fc29.noarch - package ant-junit5-1.10.5-4.fc30.noarch requires ant = 1.10.5-4.fc30, but none of the providers can be installed - eclipse-mylyn-context-cdt-3.25.0-0.4.fc29.noarch does not belong to a distupgrade repository - package ant-1.10.5-4.fc30.noarch is excluded - ant-apache-bcel-1.10.5-2.fc29.noarch does not belong to a distupgrade repository - package ant-apache-bcel-1.10.5-4.fc30.noarch is excluded Problem 25: problem with installed package ant-antlr-1.10.5-2.fc29.noarch - package ant-antlr-1.10.5-1.module_f28+3873+06cd63fa.noarch requires ant = 1.10.5-1.module_f28+3873+06cd63fa, but none of the providers can be installed - cannot install both ant-1.10.5-1.module_f28+3873+06cd63fa.noarch and ant-1.10.5-2.fc29.noarch - package ant-junit5-1.10.5-2.fc29.noarch requires ant = 1.10.5-2.fc29, but none of the providers can be installed - package eclipse-mylyn-3.25.0-0.6.fc30.noarch requires eclipse-platform, but none of the providers can be installed - package eclipse-platform-1:4.10.0-2.fc29.x86_64 requires ant-junit5, but none of the providers can be installed - package eclipse-platform-1:4.11-4.fc30.x86_64 requires ant-junit5, but none of the providers can be installed - package eclipse-mylyn-context-java-3.25.0-0.6.fc30.noarch requires osgi(org.eclipse.mylyn.commons.core) = 3.25.0.v20190316.2127, but none of the providers can be installed - package eclipse-mylyn-context-java-3.25.0-0.6.fc30.noarch requires osgi(org.eclipse.mylyn.commons.ui) = 3.25.0.v20190316.2127, but none of the providers can be installed - package eclipse-mylyn-context-java-3.25.0-0.6.fc30.noarch requires osgi(org.eclipse.mylyn.tasks.core) = 3.25.0.v20190316.2127, but none of the providers can be installed - package eclipse-mylyn-context-java-3.25.0-0.6.fc30.noarch requires osgi(org.eclipse.mylyn.tasks.ui) = 3.25.0.v20190316.2127, but none of the providers can be installed - package eclipse-mylyn-context-java-3.25.0-0.6.fc30.noarch requires osgi(org.eclipse.mylyn.commons.workbench) = 3.25.0.v20190316.2127, but none of the providers can be installed - package eclipse-mylyn-context-java-3.25.0-0.6.fc30.noarch requires osgi(org.eclipse.mylyn.context.core) = 3.25.0.v20190316.2127, but none of the providers can be installed - package eclipse-mylyn-context-java-3.25.0-0.6.fc30.noarch requires osgi(org.eclipse.mylyn.context.ui) = 3.25.0.v20190316.2127, but none of the providers can be installed - package eclipse-mylyn-context-java-3.25.0-0.6.fc30.noarch requires osgi(org.eclipse.mylyn.monitor.core) = 3.25.0.v20190316.2127, but none of the providers can be installed - package eclipse-mylyn-context-java-3.25.0-0.6.fc30.noarch requires osgi(org.eclipse.mylyn.monitor.ui) = 3.25.0.v20190316.2127, but none of the providers can be installed - package eclipse-mylyn-context-java-3.25.0-0.6.fc30.noarch requires osgi(org.eclipse.mylyn.ide.ui) = 3.25.0.v20190316.2127, but none of the providers can be installed - package eclipse-mylyn-context-java-3.25.0-0.6.fc30.noarch requires osgi(org.eclipse.mylyn.resources.ui) = 3.25.0.v20190316.2127, but none of the providers can be installed - problem with installed package eclipse-mylyn-context-java-3.25.0-0.4.fc29.noarch - package ant-junit5-1.10.5-4.fc30.noarch requires ant = 1.10.5-4.fc30, but none of the providers can be installed - eclipse-mylyn-context-java-3.25.0-0.4.fc29.noarch does not belong to a distupgrade repository - package ant-1.10.5-4.fc30.noarch is excluded - ant-antlr-1.10.5-2.fc29.noarch does not belong to a distupgrade repository - package ant-antlr-1.10.5-4.fc30.noarch is excluded (try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages)
fedora-obsolete-packages-30-42 has been pushed to the Fedora 30 stable repository. If problems still persist, please make note of it in this bug report.