Bug 99143
| Summary: | gtk-doc-1.1-1.src.rpm needs docbook-style-xsl as prereq | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | Ken MacFarlane <ksm> |
| Component: | gtk-doc | Assignee: | Owen Taylor <otaylor> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.0 | CC: | sangu.fedora |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i586 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2003-07-25 05:12:16 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: | |||
Added, will be in next build. Actually, Requires: was needed for these packages as well ... the configure
script is checking to see if they are there to make sure they are there
when gtk-doc is used.
* Thu Aug 28 2003 Owen Taylor <otaylor> 1.1-3.0
- Move gtk-doc.pc file to %{_datadir}/pkgconfig (#98595)
- Require: /usr/bin/cmp (#88763, Thomas Vander Stichele)
- Added libxslt docbook-style-xsl to Require: and BuildPrereq
(#99143, Ken MacFarlane)
Is it right "/usr/lib/pkgconfig" than "/usr/share/pkgconfig" ? |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.2.1) Gecko/20030315 Description of problem: rpmbuild --rebuild gtk-doc-1.1-1.src.rpm fails if docbook-style-xsl is not installed. Once installed, rpmbuild completes successfully. Version-Release number of selected component (if applicable): gtk-doc-1.1-1 How reproducible: Always Steps to Reproduce: 1. rpm -e docbook-style-xsl 2. rpmbuild --rebuild gtk-doc-1.1-1.src.rpm Actual Results: checking for DocBook XML DTD V4.1.2 in XML catalog... found checking for DocBook XSL Stylesheets in XML catalog... not found configure: error: could not find DocBook XSL Stylesheets in XML catalog error: Bad exit status from /var/tmp/rpm-tmp.61348 (%build) Expected Results: error: Failed build dependencies: docbook-style-xsl is needed by gtk-doc-1.1-1 Additional info: