On 2020-04-22 07:34, stan via users wrote:
On Tue, 21 Apr 2020 22:45:02 -0700
ToddAndMargo via users <users@lists.fedoraproject.org> wrote:

Hi All,

Fedora 30

How do I fix this?

# dnf upgrade --refresh --disablerepo=brave*
Fedora Modular 30 - x86_64                      2.9 kB/s |  16 kB
00:05
Fedora Modular 30 - x86_64 - Updates             32 kB/s |  14 kB
00:00
Fedora 30 - x86_64 - Updates                     34 kB/s |  15 kB
00:00
Fedora 30 - x86_64                               60 kB/s |  16 kB
00:00
Bus error (core dumped)

Three things to try.

1.  From the error messages, there is something seriously wrong in the
integrity of the dnf databases.  Try
dnf clean all
Does the update run correctly now?

2.  Run the command
dnf module reset '*'
before the update to reset modules in case they are causing the problem.
Does the update run correctly now?

# dnf clean all
40 files removed

# dnf module reset '*'
created by dnf config-manager from https://brav 14 kB/s | 8.5 kB 00:00 Fedora Modular 30 - x86_64 1.7 MB/s | 2.7 MB 00:01 Fedora Modular 30 - x86_64 - Updates 223 kB/s | 4.1 MB 00:18 Fedora 30 - x86_64 - Updates 2.4 MB/s | 24 MB 00:10 Fedora 30 - x86_64 3.6 MB/s | 70 MB 00:19
Bus error (core dumped)

badwordbadwordbadword (not an admission that I cuss)

3. If that fails, go to https://koji.fedoraproject.org/koji/buildinfo?buildID=1487421
and
https://koji.fedoraproject.org/koji/buildinfo?buildID=1487494
and download all the dnf and libdnf rpms that you have installed.  Then,
in the directory where they are, run
dnf -C update dnf libdnf
Once that completes, run the regular update again.
If it doesn't complete, force the install of the packages using rpm.
rpm -Uvh [package name(s)]
See man rpm for complete details.

If the regular update still doesn't work, post further details.


# cd Documents/rpms/dnf/

[root@server dnf]# ls
dnf-4.2.21-1.fc31.noarch.rpm
dnf-automatic-4.2.21-1.fc31.noarch.rpm
dnf-data-4.2.21-1.fc31.noarch.rpm
libdnf-0.47.0-1.fc31.x86_64.rpm
libdnf-debuginfo-0.47.0-1.fc31.x86_64.rpm
libdnf-debugsource-0.47.0-1.fc31.x86_64.rpm
libdnf-devel-0.47.0-1.fc31.x86_64.rpm
python3-dnf-4.2.21-1.fc31.noarch.rpm
python3-hawkey-0.47.0-1.fc31.x86_64.rpm
python3-hawkey-debuginfo-0.47.0-1.fc31.x86_64.rpm
python3-libdnf-0.47.0-1.fc31.x86_64.rpm
python3-libdnf-debuginfo-0.47.0-1.fc31.x86_64.rpm
yum-4.2.21-1.fc31.noarch.rpm

[root@server dnf]# rpm -Uvf *.rpm
error: Failed dependencies:
        python3-dnf-plugins-core < 4.0.12 conflicts with 
dnf-4.2.21-1.fc31.noarch
        librepo(x86-64) >= 1.11.3 is needed by libdnf-0.47.0-1.fc31.x86_64
        librpm.so.9()(64bit) is needed by libdnf-0.47.0-1.fc31.x86_64
        librpmio.so.9()(64bit) is needed by libdnf-0.47.0-1.fc31.x86_64
libsolv-devel(x86-64) >= 0.7.7 is needed by libdnf-devel-0.47.0-1.fc31.x86_64
        pkgconfig(glib-2.0) is needed by libdnf-devel-0.47.0-1.fc31.x86_64
        pkgconfig(librepo) is needed by libdnf-devel-0.47.0-1.fc31.x86_64
        pkgconfig(libsolv) is needed by libdnf-devel-0.47.0-1.fc31.x86_64
        pkgconfig(libsolvext) is needed by libdnf-devel-0.47.0-1.fc31.x86_64
        pkgconfig(rpm) is needed by libdnf-devel-0.47.0-1.fc31.x86_64
        pkgconfig(sqlite3) is needed by libdnf-devel-0.47.0-1.fc31.x86_64

What next, force remove the offenders and then do
an "ivh"?

Thank you for the help!

-T
_______________________________________________
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

Reply via email to