| Summary: | graphviz FTBFS in F15, problem for arm secondary arch | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Henrik Nordström <henrik> |
| Component: | graphviz | Assignee: | Patrick Laughton <jima> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 15 | CC: | alex, jima, jskarvad, tremble |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | graphviz-2.26.3-5.fc15 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-11-25 02:07:03 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
Henrik, no problem. I will backport from F16. graphviz-2.26.3-5.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/graphviz-2.26.3-5.fc15 Package graphviz-2.26.3-5.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing graphviz-2.26.3-5.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2011-14537 then log in and leave karma (feedback). graphviz-2.26.3-5.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. |
Due to improvements in rpm graphviz currently fails to build from source in F15. The reason is an incorrect %if statement in the spec file causing a syntax error with current value of php_zend_api and rejected by current F15 versions of rpm. @@ -153,7 +153,7 @@ Perl extension for graphviz. Group: Applications/Multimedia Summary: PHP extension for graphviz Requires: %{name} = %{version}-%{release} -%if %{?php_zend_api}0 +%if 0%{?php_zend_api:1} Requires: php(zend-abi) = %{php_zend_api} Requires: php(api) = %{php_core_api} %else It would be great if this could be fixed in the f15 branch and a new koji build scheduled which the arm secondary arch can refer to.