Re: Koji: builds fails with "error retrieving sources"

2018-09-21 Thread Tomas Mraz
On Fri, 2018-09-21 at 10:33 -0400, Scott Talbert wrote:
> On Fri, 21 Sep 2018, Scott Talbert wrote:
> 
> > > https://koji.fedoraproject.org/koji/taskinfo?taskID=29796611
> > > 
> > > It's not very clear what the actual error is, but I am fairly
> > > sure
> > > that I have uploaded the correct sources for this:
> > > 
> > > $ fedpkg new-sources libguestfs-1.39.10.tar.gz
> > > /usr/lib/python2.7/site-packages/fedora/client/bodhi.py:48: 
> > > DeprecationWarning: fedora.client.bodhi has been deprecated.
> > > Please use 
> > > bodhi.client.bindings instead.
> > >  DeprecationWarning)
> > > File already uploaded: libguestfs-1.39.10.tar.gz
> > > Source upload succeeded. Don't forget to commit the sources file
> > 
> > It looks like there is some problem keeping 'fedpkg' from being
> > installed:
> > DEBUG util.py:439: 
> > ===
> > =
> > DEBUG util.py:439:   Group   Packages
> > DEBUG util.py:439: 
> > ===
> > =
> > DEBUG util.py:439:  Marking packages as installed by the group:
> > DEBUG util.py:439:   @srpm-build shadow-utils fedora-
> > release 
> > bash
> > DEBUG util.py:439:   Problem 1: package gnupg2-2.2.9-1.fc29.armv7hl 
> > requires 
> > libgnutls.so.30, but none of the providers can be installed
> > DEBUG util.py:439:- package gnutls-3.6.3-4.fc30.armv7hl
> > requires 
> > crypto-policies, but none of the providers can be installed
> > DEBUG util.py:439:- conflicting requests
> > DEBUG util.py:439:- nothing provides /usr/bin/grubby needed by 
> > crypto-policies-20180921-1.git391ed9f.fc30.noarch
> > DEBUG util.py:439:   Problem 2: package rpm-libs-4.14.2-
> > 1.fc30.armv7hl 
> > requires libcrypto.so.1.1, but none of the providers can be
> > installed
> > DEBUG util.py:439:- package rpm-build-4.14.2-1.fc30.armv7hl
> > requires 
> > librpm.so.8, but none of the providers can be installed
> > DEBUG util.py:439:- package openssl-libs-1:1.1.1-3.fc30.armv7hl 
> > requires 
> > crypto-policies >= 20180730, but none of the providers can be
> > installed
> > DEBUG util.py:439:- conflicting requests
> > DEBUG util.py:439:- nothing provides /usr/bin/grubby needed by 
> > crypto-policies-20180921-1.git391ed9f.fc30.noarch
> > DEBUG util.py:439:   Problem 3: package rpm-4.14.2-1.fc30.armv7hl
> > requires 
> > libarchive.so.13, but none of the providers can be installed
> > DEBUG util.py:439:- package libarchive-3.3.2-2.fc29.armv7hl
> > requires 
> > libcrypto.so.1.1, but none of the providers can be installed
> > DEBUG util.py:439:- package redhat-rpm-config-120-1.fc30.noarch 
> > requires 
> > rpm >= 4.11.0, but none of the providers can be installed
> > DEBUG util.py:439:- package openssl-libs-1:1.1.1-3.fc30.armv7hl 
> > requires 
> > crypto-policies >= 20180730, but none of the providers can be
> > installed
> > DEBUG util.py:439:- conflicting requests
> > DEBUG util.py:439:- nothing provides /usr/bin/grubby needed by 
> > crypto-policies-20180921-1.git391ed9f.fc30.noarch
> > DEBUG util.py:439:   Problem 4: package fedpkg-minimal-1.1.0-
> > 11.fc29.noarch 
> > requires curl, but none of the providers can be installed
> > DEBUG util.py:439:- package curl-minimal-7.61.1-1.fc30.armv7hl
> > requires 
> > libcurl.so.4, but none of the providers can be installed
> > DEBUG util.py:439:- package curl-7.61.1-1.fc30.armv7hl
> > requires 
> > libcrypto.so.1.1, but none of the providers can be installed
> > DEBUG util.py:439:- package libcurl-7.61.1-1.fc30.armv7hl
> > requires 
> > libcrypto.so.1.1, but none of the providers can be installed
> > DEBUG util.py:439:- package libcurl-minimal-7.61.1-
> > 1.fc30.armv7hl 
> > requires libcrypto.so.1.1, but none of the providers can be
> > installed
> > DEBUG util.py:439:- package openssl-libs-1:1.1.1-3.fc30.armv7hl 
> > requires 
> > crypto-policies >= 20180730, but none of the providers can be
> > installed
> > DEBUG util.py:439:- conflicting requests
> > DEBUG util.py:439:- nothing provides /usr/bin/grubby needed by 
> > crypto-policies-20180921-1.git391ed9f.fc30.noarch
> 
> It looks like the problem is in crypto-policies and has been fixed
> in 
> crypto-policies-20180921-2, but needs to be built in rawhide.  Can
> someone 
> do that?

I've asked for untagging the bad build however it took a little while
before the buildroot was regenerated. Now it should work fine.

-- 
Tomáš Mráz
No matter how far down the wrong road you've gone, turn back.
  Turkish proverb
[You'll know whether the road is wrong if you carefully listen to your
conscience.]
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List 

Re: Koji: builds fails with "error retrieving sources"

2018-09-21 Thread Scott Talbert

On Fri, 21 Sep 2018, Scott Talbert wrote:


https://koji.fedoraproject.org/koji/taskinfo?taskID=29796611

It's not very clear what the actual error is, but I am fairly sure
that I have uploaded the correct sources for this:

$ fedpkg new-sources libguestfs-1.39.10.tar.gz
/usr/lib/python2.7/site-packages/fedora/client/bodhi.py:48: 
DeprecationWarning: fedora.client.bodhi has been deprecated. Please use 
bodhi.client.bindings instead.

 DeprecationWarning)
File already uploaded: libguestfs-1.39.10.tar.gz
Source upload succeeded. Don't forget to commit the sources file


It looks like there is some problem keeping 'fedpkg' from being installed:
DEBUG util.py:439: 


DEBUG util.py:439:   Group   Packages
DEBUG util.py:439: 


DEBUG util.py:439:  Marking packages as installed by the group:
DEBUG util.py:439:   @srpm-build shadow-utils fedora-release 
bash
DEBUG util.py:439:   Problem 1: package gnupg2-2.2.9-1.fc29.armv7hl requires 
libgnutls.so.30, but none of the providers can be installed
DEBUG util.py:439:- package gnutls-3.6.3-4.fc30.armv7hl requires 
crypto-policies, but none of the providers can be installed

DEBUG util.py:439:- conflicting requests
DEBUG util.py:439:- nothing provides /usr/bin/grubby needed by 
crypto-policies-20180921-1.git391ed9f.fc30.noarch
DEBUG util.py:439:   Problem 2: package rpm-libs-4.14.2-1.fc30.armv7hl 
requires libcrypto.so.1.1, but none of the providers can be installed
DEBUG util.py:439:- package rpm-build-4.14.2-1.fc30.armv7hl requires 
librpm.so.8, but none of the providers can be installed
DEBUG util.py:439:- package openssl-libs-1:1.1.1-3.fc30.armv7hl requires 
crypto-policies >= 20180730, but none of the providers can be installed

DEBUG util.py:439:- conflicting requests
DEBUG util.py:439:- nothing provides /usr/bin/grubby needed by 
crypto-policies-20180921-1.git391ed9f.fc30.noarch
DEBUG util.py:439:   Problem 3: package rpm-4.14.2-1.fc30.armv7hl requires 
libarchive.so.13, but none of the providers can be installed
DEBUG util.py:439:- package libarchive-3.3.2-2.fc29.armv7hl requires 
libcrypto.so.1.1, but none of the providers can be installed
DEBUG util.py:439:- package redhat-rpm-config-120-1.fc30.noarch requires 
rpm >= 4.11.0, but none of the providers can be installed
DEBUG util.py:439:- package openssl-libs-1:1.1.1-3.fc30.armv7hl requires 
crypto-policies >= 20180730, but none of the providers can be installed

DEBUG util.py:439:- conflicting requests
DEBUG util.py:439:- nothing provides /usr/bin/grubby needed by 
crypto-policies-20180921-1.git391ed9f.fc30.noarch
DEBUG util.py:439:   Problem 4: package fedpkg-minimal-1.1.0-11.fc29.noarch 
requires curl, but none of the providers can be installed
DEBUG util.py:439:- package curl-minimal-7.61.1-1.fc30.armv7hl requires 
libcurl.so.4, but none of the providers can be installed
DEBUG util.py:439:- package curl-7.61.1-1.fc30.armv7hl requires 
libcrypto.so.1.1, but none of the providers can be installed
DEBUG util.py:439:- package libcurl-7.61.1-1.fc30.armv7hl requires 
libcrypto.so.1.1, but none of the providers can be installed
DEBUG util.py:439:- package libcurl-minimal-7.61.1-1.fc30.armv7hl 
requires libcrypto.so.1.1, but none of the providers can be installed
DEBUG util.py:439:- package openssl-libs-1:1.1.1-3.fc30.armv7hl requires 
crypto-policies >= 20180730, but none of the providers can be installed

DEBUG util.py:439:- conflicting requests
DEBUG util.py:439:- nothing provides /usr/bin/grubby needed by 
crypto-policies-20180921-1.git391ed9f.fc30.noarch


It looks like the problem is in crypto-policies and has been fixed in 
crypto-policies-20180921-2, but needs to be built in rawhide.  Can someone 
do that?


Scott
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@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/devel@lists.fedoraproject.org


Re: Koji: builds fails with "error retrieving sources"

2018-09-21 Thread Scott Talbert

On Fri, 21 Sep 2018, Richard W.M. Jones wrote:



https://koji.fedoraproject.org/koji/taskinfo?taskID=29796611

It's not very clear what the actual error is, but I am fairly sure
that I have uploaded the correct sources for this:

$ fedpkg new-sources libguestfs-1.39.10.tar.gz
/usr/lib/python2.7/site-packages/fedora/client/bodhi.py:48: DeprecationWarning: 
fedora.client.bodhi has been deprecated. Please use bodhi.client.bindings 
instead.
 DeprecationWarning)
File already uploaded: libguestfs-1.39.10.tar.gz
Source upload succeeded. Don't forget to commit the sources file


It looks like there is some problem keeping 'fedpkg' from being installed:
DEBUG util.py:439: 


DEBUG util.py:439:   Group   Packages
DEBUG util.py:439: 


DEBUG util.py:439:  Marking packages as installed by the group:
DEBUG util.py:439:   @srpm-build shadow-utils 
fedora-releasebash
DEBUG util.py:439:   Problem 1: package gnupg2-2.2.9-1.fc29.armv7hl 
requires libgnutls.so.30, but none of the providers can be installed
DEBUG util.py:439:- package gnutls-3.6.3-4.fc30.armv7hl requires 
crypto-policies, but none of the providers can be installed

DEBUG util.py:439:- conflicting requests
DEBUG util.py:439:- nothing provides /usr/bin/grubby needed by 
crypto-policies-20180921-1.git391ed9f.fc30.noarch
DEBUG util.py:439:   Problem 2: package rpm-libs-4.14.2-1.fc30.armv7hl 
requires libcrypto.so.1.1, but none of the providers can be installed
DEBUG util.py:439:- package rpm-build-4.14.2-1.fc30.armv7hl requires 
librpm.so.8, but none of the providers can be installed
DEBUG util.py:439:- package openssl-libs-1:1.1.1-3.fc30.armv7hl 
requires crypto-policies >= 20180730, but none of the providers can be 
installed

DEBUG util.py:439:- conflicting requests
DEBUG util.py:439:- nothing provides /usr/bin/grubby needed by 
crypto-policies-20180921-1.git391ed9f.fc30.noarch
DEBUG util.py:439:   Problem 3: package rpm-4.14.2-1.fc30.armv7hl requires 
libarchive.so.13, but none of the providers can be installed
DEBUG util.py:439:- package libarchive-3.3.2-2.fc29.armv7hl requires 
libcrypto.so.1.1, but none of the providers can be installed
DEBUG util.py:439:- package redhat-rpm-config-120-1.fc30.noarch 
requires rpm >= 4.11.0, but none of the providers can be installed
DEBUG util.py:439:- package openssl-libs-1:1.1.1-3.fc30.armv7hl 
requires crypto-policies >= 20180730, but none of the providers can be 
installed

DEBUG util.py:439:- conflicting requests
DEBUG util.py:439:- nothing provides /usr/bin/grubby needed by 
crypto-policies-20180921-1.git391ed9f.fc30.noarch
DEBUG util.py:439:   Problem 4: package 
fedpkg-minimal-1.1.0-11.fc29.noarch requires curl, but none of the 
providers can be installed
DEBUG util.py:439:- package curl-minimal-7.61.1-1.fc30.armv7hl 
requires libcurl.so.4, but none of the providers can be installed
DEBUG util.py:439:- package curl-7.61.1-1.fc30.armv7hl requires 
libcrypto.so.1.1, but none of the providers can be installed
DEBUG util.py:439:- package libcurl-7.61.1-1.fc30.armv7hl requires 
libcrypto.so.1.1, but none of the providers can be installed
DEBUG util.py:439:- package libcurl-minimal-7.61.1-1.fc30.armv7hl 
requires libcrypto.so.1.1, but none of the providers can be installed
DEBUG util.py:439:- package openssl-libs-1:1.1.1-3.fc30.armv7hl 
requires crypto-policies >= 20180730, but none of the providers can be 
installed

DEBUG util.py:439:- conflicting requests
DEBUG util.py:439:- nothing provides /usr/bin/grubby needed by 
crypto-policies-20180921-1.git391ed9f.fc30.noarch

___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@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/devel@lists.fedoraproject.org


Re: Koji: builds fails with "error retrieving sources"

2018-09-21 Thread Kalev Lember

On 09/21/2018 04:17 PM, Richard W.M. Jones wrote:


https://koji.fedoraproject.org/koji/taskinfo?taskID=29796611

It's not very clear what the actual error is, but I am fairly sure
that I have uploaded the correct sources for this:

$ fedpkg new-sources libguestfs-1.39.10.tar.gz
/usr/lib/python2.7/site-packages/fedora/client/bodhi.py:48: DeprecationWarning: 
fedora.client.bodhi has been deprecated. Please use bodhi.client.bindings 
instead.
   DeprecationWarning)
File already uploaded: libguestfs-1.39.10.tar.gz
Source upload succeeded. Don't forget to commit the sources file


https://kojipkgs.fedoraproject.org//work/tasks/6613/29796613/mock_output.log 
has this:


FileNotFoundError: [Errno 2] No such file or directory: 'fedpkg': 'fedpkg'

Looks like fedpkg has somehow gone missing on the builders?

--
Kalev
___
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@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/devel@lists.fedoraproject.org


Koji: builds fails with "error retrieving sources"

2018-09-21 Thread Richard W.M. Jones

https://koji.fedoraproject.org/koji/taskinfo?taskID=29796611

It's not very clear what the actual error is, but I am fairly sure
that I have uploaded the correct sources for this:

$ fedpkg new-sources libguestfs-1.39.10.tar.gz 
/usr/lib/python2.7/site-packages/fedora/client/bodhi.py:48: DeprecationWarning: 
fedora.client.bodhi has been deprecated. Please use bodhi.client.bindings 
instead.
  DeprecationWarning)
File already uploaded: libguestfs-1.39.10.tar.gz
Source upload succeeded. Don't forget to commit the sources file

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 -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@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/devel@lists.fedoraproject.org