On 06/09/2018 12:37 PM, Paolo Galtieri wrote:
Is there anyway to re-install the libesmtp-devel and net-snmp-devel packages?


yum install mock
cp /etc/mock/epel-7-x86_64.cfg /etc/mock/build-bro.cfg
# Fix the first line (the "root") in /etc/mock/build-bro.cfg
mock -r build-bro --install compat-openssl10-devel

Use "mock -r build-bro --shell" (and then "su - mockbuild" in the mock shell) to build the bro monitor.

Use "mock -r epel-7-x86_64 --shell" to build everything else.

Periodically, mock will decide that the root is too old and will throw it away.  You can manually install it as above, or you can add it to the chroot_setup_cmd line:

config_opts['chroot_setup_cmd'] = 'install @buildsys-build compat-openssl10-devel'
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-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/users@lists.fedoraproject.org/message/XKCBVQ5AYZMY5VFGDDC6NOMBRJ2N5AFN/

Reply via email to