Bug 593240
Summary: | sometimes mock hang in setup phase | ||
---|---|---|---|
Product: | [Fedora] Fedora EPEL | Reporter: | Levente Farkas <lfarkas> |
Component: | mock | Assignee: | David Cantrell <dcantrell> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | el5 | CC: | dcantrell, mebrown, williams |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-08-17 10:10:51 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Levente Farkas
2010-05-18 09:46:38 UTC
another example package: sblim-1-40.el5.src.rpm What output do you get when you add the -v option to the mock command line? (and what command line are you using?) it's mo longer happened with 1.1.1 (although sblim-1-40.el5.src.rpm still not build) Would you attach a link to your sblim-1-40.el5.src.rpm to the BZ? I'd like to try and see if it's a mock issue or something else. I have a modified version of mock that does an os.setsid() in the chroot to start a new session and get rid of the controlling terminal. I just tried building your sblim package and it failed with this error: DEBUG: Binary file /var/tmp/sblim-1-40.el5-root-mockbuild/usr/lib/debug/usr/lib64/libRaToolsDns.so.0.0.0.debug matches DEBUG: Found '/var/tmp/sblim-1-40.el5-root-mockbuild' in installed files; aborting DEBUG: RPM build errors: DEBUG: error: Bad exit status from /var/tmp/rpm-tmp.25019 (%install) DEBUG: Bad exit status from /var/tmp/rpm-tmp.25019 (%install) DEBUG: Child returncode was: 1 INFO: EXCEPTION: Command failed. See logs for output. That was at the very end of the rpmbuild process. Is this the failure you're seeing? this is s result of another mock bug #695298 but it was fixed in 1.1.10. which version did you try? It was a pre-release version of 1.1.10/1.0.17. Let me try again with my current tree I just rebuilt sblim-1-40.el5.src.rpm on a RHEL5 system using mock-1.0.17. No hang observed. Are you still seeing a hang with 1.1.12? no longer:-) |