https://bugzilla.redhat.com/show_bug.cgi?id=1644194 --- Comment #1 from Qixiang Wan <qwan@xxxxxxxxxx> --- Scratch builds: F28: https://koji.fedoraproject.org/koji/taskinfo?taskID=30564843 F29: https://koji.fedoraproject.org/koji/taskinfo?taskID=30564858 rawhide: https://koji.fedoraproject.org/koji/taskinfo?taskID=30564840 Above tasks are all passed. But epel7 build failed with an error of missing dependency of cairo: https://koji.fedoraproject.org/koji/taskinfo?taskID=30568210 error is: DEBUG util.py:439: --> pytest-2.7.0-2.el7.noarch DEBUG util.py:439: --> python2-mock-1.0.1-9.el7.noarch DEBUG util.py:439: Error: Package: cairo-1.15.12-3.el7.x86_64 (build) DEBUG util.py:439: Requires: libEGL.so.1()(64bit) DEBUG util.py:439: Error: Package: cairo-1.15.12-3.el7.x86_64 (build) DEBUG util.py:439: Requires: libGL.so.1()(64bit) DEBUG util.py:439: You could try using --skip-broken to work around the problem DEBUG util.py:439: You could try running: rpm -Va --nofiles --nodigest DEBUG util.py:577: Child return code was: 1 DEBUG util.py:188: kill orphans I mock build it on my local box with 'epel-7-x86_64' config, and it goes well, rpms are built successfully, and no issue with installing the build dependencies: $ mock -r epel-7-x86_64 --shell # <mock-chroot> sh-4.2# rpm -qa | grep cairo cairo-1.14.8-2.el7.x86_64 pycairo-1.8.10-8.el7.x86_64 <mock-chroot> sh-4.2# whereis libEGL.so.1 libEGL.so: /usr/lib64/libEGL.so.1 <mock-chroot> sh-4.2# rpm -qf /usr/lib64/libEGL.so.1 mesa-libEGL-17.2.3-8.20171019.el7.x86_64 <mock-chroot> sh-4.2# whereis libGL.so.1 libGL.so: /usr/lib64/libGL.so.1 <mock-chroot> sh-4.2# rpm -qf /usr/lib64/libGL.so.1 mesa-libGL-17.2.3-8.20171019.el7.x86_64 How should I fix this? -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx 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/package-review@xxxxxxxxxxxxxxxxxxxxxxx