Bug 1350393
| Summary: | setup-ds.pl fails on F24 if perl-Errno is not updated | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Petr Vobornik <pvoborni> |
| Component: | 389-ds-base | Assignee: | Rich Megginson <rmeggins> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 24 | CC: | edewata, mreynolds, nhosoi, nkinder, rmeggins |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 389-ds-base-1.3.5.15-1.fc24 389-ds-base-1.3.5.15-1.fc25 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-11-06 00:25:55 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Upstream ticket: https://fedorahosted.org/389/ticket/48901 389-ds-base-1.3.5.15-1.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2016-8660c7656f 389-ds-base-1.3.5.15-1.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2016-8f9d466bcc 389-ds-base-1.3.5.15-1.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-8660c7656f 389-ds-base-1.3.5.15-1.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-8f9d466bcc 389-ds-base-1.3.5.15-1.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report. 389-ds-base-1.3.5.15-1.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: Installing FreeIPA 4.3.1 on F24 with perl-Errno-1.23-358.fc24.x86_64 fails in setup-ds.pl. Updating perl-Errno to solves the issue. Some component needs to perl-Errno-1.23-360.fc24.x86_64 raise its dependency, either 389-ds or some Perl one. 2016-06-27T10:20:48Z DEBUG calling setup-ds.pl 2016-06-27T10:20:48Z DEBUG Starting external process 2016-06-27T10:20:48Z DEBUG args=/usr/sbin/setup-ds.pl --silent --logfile - -f /tmp/tmp_NZb9C 2016-06-27T10:20:48Z DEBUG Process finished, return code=255 2016-06-27T10:20:48Z DEBUG stdout= 2016-06-27T10:20:48Z DEBUG stderr=Errno architecture (x86_64-linux-thread-multi-4.3.5-300.fc23.x86_64) does not match executable architecture (x86_64-linux-thread-multi-4.4.9-300.fc23.x86_64) at /usr/lib64/perl5 /Errno.pm line 11. Compilation failed in require at /usr/share/perl5/vendor_perl/File/Temp.pm line 17. BEGIN failed--compilation aborted at /usr/share/perl5/vendor_perl/File/Temp.pm line 17. Compilation failed in require at /usr/lib64/dirsrv/perl/SetupLog.pm line 20. BEGIN failed--compilation aborted at /usr/lib64/dirsrv/perl/SetupLog.pm line 20. Compilation failed in require at /usr/lib64/dirsrv/perl/Setup.pm line 37. BEGIN failed--compilation aborted at /usr/lib64/dirsrv/perl/Setup.pm line 37. Compilation failed in require at /usr/sbin/setup-ds.pl line 15. BEGIN failed--compilation aborted at /usr/sbin/setup-ds.pl line 15. 2016-06-27T10:20:48Z DEBUG Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/ipaserver/install/service.py", line 447, in start_creation run_step(full_msg, method) File "/usr/lib/python2.7/site-packages/ipaserver/install/service.py", line 437, in run_step method() File "/usr/lib/python2.7/site-packages/ipaserver/install/dsinstance.py", line 547, in __create_instance raise RuntimeError("failed to create ds instance %s" % e) RuntimeError: failed to create ds instance Command '/usr/sbin/setup-ds.pl --silent --logfile - -f /tmp/tmp_NZb9C' returned non-zero exit status 255 Version-Release number of selected component (if applicable): perl-Errno-1.23-358.fc24.x86_64 freeipa-server-4.3.1-1.fc24.x86_64 389-ds-base-1.3.5.6-1.fc24.x86_64 Expected result: `dnf install 389-ds-base` will pull all required dependencies with proper versions.