Bug 746366 - graphviz FTBFS in F15, problem for arm secondary arch
Summary: graphviz FTBFS in F15, problem for arm secondary arch
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: graphviz
Version: 15
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Patrick Laughton
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-10-14 23:12 UTC by Henrik Nordström
Modified: 2011-11-25 02:07 UTC (History)
4 users (show)

Fixed In Version: graphviz-2.26.3-5.fc15
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-11-25 02:07:03 UTC
Type: ---


Attachments (Terms of Use)

Description Henrik Nordström 2011-10-14 23:12:06 UTC
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.

Comment 1 Jaroslav Škarvada 2011-10-16 17:41:24 UTC
Henrik, no problem. I will backport from F16.

Comment 2 Fedora Update System 2011-10-16 18:25:19 UTC
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

Comment 3 Fedora Update System 2011-10-18 22:13:50 UTC
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).

Comment 4 Fedora Update System 2011-11-25 02:07:03 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.