[EPEL-devel] Re: Broken EPEL7 builds

2020-12-06 Thread Kevin Fenzi
On Sun, Dec 06, 2020 at 07:51:13PM +0100, Antonio T. sagitter wrote:
> https://koji.fedoraproject.org/koji/taskinfo?taskID=56903884
> 
> I opened a ticket about:
> https://pagure.io/releng/issue/9887

Should be fixed now. 

Please reopen the ticket if you see any further issues...

kevin


signature.asc
Description: PGP signature
___
epel-devel mailing list -- epel-devel@lists.fedoraproject.org
To unsubscribe send an email to epel-devel-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/epel-devel@lists.fedoraproject.org


[EPEL-devel] Re: Broken EPEL7 builds

2020-12-06 Thread Antonio T. sagitter

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

I opened a ticket about:
https://pagure.io/releng/issue/9887


On 06/12/20 19:46, Stephen John Smoogen wrote:



On Sun, 6 Dec 2020 at 10:08, Antonio T. sagitter 
mailto:sagit...@fedoraproject.org>> wrote:


Hi everyone.

EPEL7 builds are not executed due to this error:


I am guessing  you are talking about building packages in Fedora 
Infrastructure? Do you have a koji job we can point developers to?



DEBUG util.py:634:  Traceback (most recent call last):

DEBUG util.py:634:    File "/usr/bin/dnf", line 57, in 

DEBUG util.py:634:      from dnf.cli import main

DEBUG util.py:634:    File
"/usr/lib/python2.7/site-packages/dnf/__init__.py", line 30, in 

DEBUG util.py:634:      import dnf.base

DEBUG util.py:634:    File
"/usr/lib/python2.7/site-packages/dnf/base.py", line 29, in 

DEBUG util.py:634:      import libdnf.transaction

DEBUG util.py:634:    File
"/usr/lib64/python2.7/site-packages/libdnf/__init__.py", line 3, in


DEBUG util.py:634:      from . import conf

DEBUG util.py:634:    File
"/usr/lib64/python2.7/site-packages/libdnf/conf.py", line 17, in


DEBUG util.py:634:      _conf = swig_import_helper()

DEBUG util.py:634:    File
"/usr/lib64/python2.7/site-packages/libdnf/conf.py", line 16, in
swig_import_helper

DEBUG util.py:634:      return importlib.import_module('_conf')

DEBUG util.py:634:    File
"/usr/lib64/python2.7/importlib/__init__.py",
line 37, in import_module

DEBUG util.py:634:      __import__(name)

DEBUG util.py:634:  ImportError: No module named _conf

DEBUG util.py:787:  Child return code was: 1

It's happening randomly but often on x86_64

-- 
---

Antonio Trande
Fedora Project
mailto: sagit...@fedoraproject.org 
GPG key: 0x29FBC85D7A51CC2F
GPG key server: https://keys.gnupg.net/ 
___
epel-devel mailing list -- epel-devel@lists.fedoraproject.org

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





--
Stephen J Smoogen.


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



--
---
Antonio Trande
Fedora Project
mailto: sagit...@fedoraproject.org
GPG key: 0x29FBC85D7A51CC2F
GPG key server: https://keys.gnupg.net/


OpenPGP_0x29FBC85D7A51CC2F.asc
Description: application/pgp-keys


OpenPGP_signature
Description: OpenPGP digital signature
___
epel-devel mailing list -- epel-devel@lists.fedoraproject.org
To unsubscribe send an email to epel-devel-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/epel-devel@lists.fedoraproject.org


[EPEL-devel] Re: Broken EPEL7 builds

2020-12-06 Thread Stephen John Smoogen
On Sun, 6 Dec 2020 at 10:08, Antonio T. sagitter 
wrote:

> Hi everyone.
>
> EPEL7 builds are not executed due to this error:
>
>
I am guessing  you are talking about building packages in Fedora
Infrastructure? Do you have a koji job we can point developers to?




> DEBUG util.py:634:  Traceback (most recent call last):
>
> DEBUG util.py:634:File "/usr/bin/dnf", line 57, in 
>
> DEBUG util.py:634:  from dnf.cli import main
>
> DEBUG util.py:634:File
> "/usr/lib/python2.7/site-packages/dnf/__init__.py", line 30, in 
>
> DEBUG util.py:634:  import dnf.base
>
> DEBUG util.py:634:File
> "/usr/lib/python2.7/site-packages/dnf/base.py", line 29, in 
>
> DEBUG util.py:634:  import libdnf.transaction
>
> DEBUG util.py:634:File
> "/usr/lib64/python2.7/site-packages/libdnf/__init__.py", line 3, in
> 
>
> DEBUG util.py:634:  from . import conf
>
> DEBUG util.py:634:File
> "/usr/lib64/python2.7/site-packages/libdnf/conf.py", line 17, in 
>
> DEBUG util.py:634:  _conf = swig_import_helper()
>
> DEBUG util.py:634:File
> "/usr/lib64/python2.7/site-packages/libdnf/conf.py", line 16, in
> swig_import_helper
>
> DEBUG util.py:634:  return importlib.import_module('_conf')
>
> DEBUG util.py:634:File "/usr/lib64/python2.7/importlib/__init__.py",
> line 37, in import_module
>
> DEBUG util.py:634:  __import__(name)
>
> DEBUG util.py:634:  ImportError: No module named _conf
>
> DEBUG util.py:787:  Child return code was: 1
>
> It's happening randomly but often on x86_64
>
> --
> ---
> Antonio Trande
> Fedora Project
> mailto: sagit...@fedoraproject.org
> GPG key: 0x29FBC85D7A51CC2F
> GPG key server: https://keys.gnupg.net/
> ___
> epel-devel mailing list -- epel-devel@lists.fedoraproject.org
> To unsubscribe send an email to epel-devel-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/epel-devel@lists.fedoraproject.org
>


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