On Wed, 2020-03-18 at 20:16 -0500, Richard Shaw wrote: On Thu, 2020-03-19 at 00:55 +0000, Sérgio Basto wrote: On Wed, 2020-03-18 at 19:45 -0500, Richard Shaw wrote: Things have been somewhat rough with building packages lately between configs that don't work and such..
Now all the logs I see using "fedpkg mockbuild" have all the log lines doubled. I searched the mailing list and didn't find anything.
Am I the only one seeing this?
Correct, uncheck "Enable mock's use_bootstrap_container experimental feature" and no more double lines in build.log.gz .
That sounds like the COPR option... I'm just using plain "mock" or "fedpkg mockbuild".
Meanwhile trying to do a test build of fail2ban for EPEL 7 via fedpkg mockbuild...
Traceback (most recent call last): File "/usr/bin/dnf", line 57, in <module> from dnf.cli import main File "/usr/lib/python2.7/site-packages/dnf/__init__.py", line 30, in <module> import dnf.base File "/usr/lib/python2.7/site-packages/dnf/base.py", line 29, in <module> import libdnf.transaction File "/usr/lib64/python2.7/site-packages/libdnf/__init__.py", line 3, in <module> from . import conf File "/usr/lib64/python2.7/site-packages/libdnf/conf.py", line 17, in <module> _conf = swig_import_helper() File "/usr/lib64/python2.7/site-packages/libdnf/conf.py", line 16, in swig_import_helper return importlib.import_module('_conf') File "/usr/lib64/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) ImportError: No module named _conf
Now we can't use `config_opts['package_manager'] = 'dnf'` to build on epel 7 ,
it is working for me , maybe just after add config_opts['use_bootstrap_image'] = True on ~/.config/mock.cfg
_______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx
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/devel@xxxxxxxxxxxxxxxxxxxxxxx
|