Bug 572024
| Summary: | ksh process substitution is broken | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jeff Frontz <jeff.frontz> |
| Component: | ksh | Assignee: | Michal Hlavinka <mhlavink> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | low | ||
| Version: | 12 | CC: | mhlavink |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | ksh-20100309-1.fc13 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2010-03-27 00:55:46 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
Jeff Frontz
2010-03-10 02:14:42 UTC
this is odd, I can reproduce this bug with ksh-20100202-1.fc12.x86_64 but can't reproduce it with local build a)some patch breaks this b)some hidden buildrequire looking into this... b) is correct and it's pretty well hidden, I've tried to specify ALL -devel packages I have as buildrequires and it still does not work. It was broken with mock containing older libraries then on my system (reported package) and is broken with actual mock (scratch rebuild), so problem is not caused by package version differencies. ldd shows no differencies, build log shows no differencies and also strace shows nothing usable. Still, something is different here I need to experiment little more. and the winner is... mock chroot this feature is enabled only if /dev/fd/ directory exists and works as expected. Tested with following command: ls /dev/fd/9 9<&0 >/dev/null 2>&1 but it does not work in chroot. building fix... fixed since ksh-20100309-1.fc12 detection of /dev/fd/X was changed to /proc/self/fd/X which works in mock ksh-20100309-1.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/ksh-20100309-1.fc12 ksh-20100309-1.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/ksh-20100309-1.fc13 ksh-20100309-1.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/ksh-20100309-1.fc11 ksh-20100309-1.fc13 has been pushed to the Fedora 13 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update ksh'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/ksh-20100309-1.fc13 ksh-20100309-1.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update ksh'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/ksh-20100309-1.fc11 ksh-20100309-1.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update ksh'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/ksh-20100309-1.fc12 ksh-20100309-1.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. ksh-20100309-1.fc12 has been pushed to the Fedora 12 stable repository. If problems still persist, please make note of it in this bug report. ksh-20100309-1.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. |