Discussion:
Rawhide buildroot broken by dnf or dnf-plugins-core
Richard W.M. Jones
2018-11-22 10:56:36 UTC
Permalink
DEBUG util.py:439: Error:
DEBUG util.py:439: Problem: package dnf-plugins-core-4.0.0-2.fc30.noarch requires python3-dnf-plugins-core = 4.0.0-2.fc30, but none of the providers can be installed
DEBUG util.py:439: - package dnf-4.0.9-1.fc30.noarch conflicts with python3-dnf-plugins-core < 4.0.2 provided by python3-dnf-plugins-core-4.0.0-2.fc30.noarch
DEBUG util.py:439: - package supermin-5.1.19-5.fc29.x86_64 requires dnf-plugins-core, but none of the providers can be installed
DEBUG util.py:439: - package supermin-5.1.19-5.fc29.x86_64 requires dnf, but none of the providers can be installed
DEBUG util.py:439: - package libguestfs-1:1.39.11-2.fc30.x86_64 requires supermin >= 5.1.18, but none of the providers can be installed
DEBUG util.py:439: - package libguestfs-devel-1:1.39.11-2.fc30.x86_64 requires libguestfs.so.0()(64bit), but none of the providers can be installed
DEBUG util.py:439: - conflicting requests
DEBUG util.py:439: (try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages)

Rich.

--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
Fedora Windows cross-compiler. Compile Windows programs, test, and
build Windows installers. Over 100 libraries supported.
http://fedoraproject.org/wiki/MinGW
_______________________________________________
devel mailing list -- ***@lists.fedoraproject.org
To unsubscribe send an email to devel-***@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/***@lists.fedoraproject.
Jaroslav Mracek
2018-11-22 11:21:04 UTC
Permalink
The update of dnf-plugins-core and dnf-plugins-extras is ready for rawhide.
But I cannot make fedpkg build due to error:
Kerberos authentication fails: unable to obtain a session
Could not execute build: Could not login to
https://koji.fedoraproject.org/kojihub

I will ask a college to do it for me.

Jaroslav
Post by Richard W.M. Jones
DEBUG util.py:439: Problem: package dnf-plugins-core-4.0.0-2.fc30.noarch
requires python3-dnf-plugins-core = 4.0.0-2.fc30, but none of the providers
can be installed
DEBUG util.py:439: - package dnf-4.0.9-1.fc30.noarch conflicts with
python3-dnf-plugins-core < 4.0.2 provided by
python3-dnf-plugins-core-4.0.0-2.fc30.noarch
DEBUG util.py:439: - package supermin-5.1.19-5.fc29.x86_64 requires
dnf-plugins-core, but none of the providers can be installed
DEBUG util.py:439: - package supermin-5.1.19-5.fc29.x86_64 requires
dnf, but none of the providers can be installed
DEBUG util.py:439: - package libguestfs-1:1.39.11-2.fc30.x86_64
requires supermin >= 5.1.18, but none of the providers can be installed
DEBUG util.py:439: - package libguestfs-devel-1:1.39.11-2.fc30.x86_64
requires libguestfs.so.0()(64bit), but none of the providers can be
installed
DEBUG util.py:439: - conflicting requests
DEBUG util.py:439: (try to add '--allowerasing' to command line to
replace conflicting packages or '--skip-broken' to skip uninstallable
packages)
Rich.
--
Richard Jones, Virtualization Group, Red Hat
http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
Fedora Windows cross-compiler. Compile Windows programs, test, and
build Windows installers. Over 100 libraries supported.
http://fedoraproject.org/wiki/MinGW
_______________________________________________
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
Richard W.M. Jones
2018-11-22 11:24:24 UTC
Permalink
Post by Jaroslav Mracek
The update of dnf-plugins-core and dnf-plugins-extras is ready for rawhide.
Kerberos authentication fails: unable to obtain a session
Could not execute build: Could not login to
https://koji.fedoraproject.org/kojihub
I will ask a college to do it for me.
I can probably do it. Is it just those two packages,
dnf-plugins-{core,extras}? Do they need to be built in a particular
order?

Rich.

--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-top is 'top' for virtual machines. Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://people.redhat.com/~rjones/virt-top
_______________________________________________
devel mailing list -- ***@lists.fedoraproject.org
To unsubscribe send an email to devel-***@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/***@lists.fedorapro
Neal Gompa
2018-11-22 11:36:46 UTC
Permalink
Post by Richard W.M. Jones
Post by Jaroslav Mracek
The update of dnf-plugins-core and dnf-plugins-extras is ready for rawhide.
Kerberos authentication fails: unable to obtain a session
Could not execute build: Could not login to
https://koji.fedoraproject.org/kojihub
I will ask a college to do it for me.
I can probably do it. Is it just those two packages,
dnf-plugins-{core,extras}? Do they need to be built in a particular
order?
If the buildroot is broken, then you won't be able to do it, since
dnf-plugins-core is required for mock.

But ordinarily, no, they only require DNF, so they can be built in parallel.



--
真実はいつも一つ!/ Always, there's only one truth!
_______________________________________________
devel mailing list -- ***@lists.fedoraproject.org
To unsubscribe send an email to devel-***@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives
Jaroslav Mracek
2018-11-22 12:14:18 UTC
Permalink
Thanks for your offer, but builds have been finished. Hope that it solved
all of issues.
libdnf-0.22.3-1.fc30
<https://koji.fedoraproject.org/koji/buildinfo?buildID=1166242>
dnf-4.0.9-1.fc30
<https://koji.fedoraproject.org/koji/buildinfo?buildID=1166277>
dnf-plugins-core-4.0.2-1.fc30
<https://koji.fedoraproject.org/koji/buildinfo?buildID=1166293>
dnf-plugins-extras-4.0.0-1.fc30
<https://koji.fedoraproject.org/koji/buildinfo?buildID=1166301>

Jaroslav
Post by Jaroslav Mracek
Post by Jaroslav Mracek
The update of dnf-plugins-core and dnf-plugins-extras is ready for
rawhide.
Post by Jaroslav Mracek
Kerberos authentication fails: unable to obtain a session
Could not execute build: Could not login to
https://koji.fedoraproject.org/kojihub
I will ask a college to do it for me.
I can probably do it. Is it just those two packages,
dnf-plugins-{core,extras}? Do they need to be built in a particular
order?
Rich.
--
Richard Jones, Virtualization Group, Red Hat
http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-top is 'top' for virtual machines. Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://people.redhat.com/~rjones/virt-top
_______________________________________________
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
Richard W.M. Jones
2018-11-22 12:57:07 UTC
Permalink
Post by Jaroslav Mracek
Thanks for your offer, but builds have been finished. Hope that it solved
all of issues.
Can confirm it's all working now, thanks.

Rich.

--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-df lists disk usage of guests without needing to install any
software inside the virtual machine. Supports Linux and Windows.
http://people.redhat.com/~rjones/virt-df/
_______________________________________________
devel mailing list -- ***@lists.fedoraproject.org
To unsubscribe send an email to devel-***@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/

Loading...