Bug 140244
| Summary: | Error in spec-file. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Peter (Zebar) Astakhov <astakhovp> |
| Component: | libxslt | Assignee: | Daniel Veillard <veillard> |
| Status: | CLOSED RAWHIDE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 2.6.18 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-03-14 10:40:22 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: | |||
it's a bug in libxslt. The libexslt-devel should have the requires libgcrypt-devel. cat /usr/lib/libexslt.la # Libraries that this one depends upon. dependency_libs=' -L/usr/lib -lgcrypt -lgpg-error /usr/lib/libxslt.la /usr/lib/libxml2.la -lz -lpthread -lm' Unclear ... how do you get libxslt libs command line. You must use xslt-config --libs to get the required list. The libxslt package autodetect libgcrypt availability, and set those informations accordingly. If you don't use xslt-config --libs then kdewebdev is broken, if not, then provide the exact link error you get. Daniel libxslt-devel now requires libgcrypt-devel, fixed in rawhise, Daniel |
From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041117 Firefox/1.0 Description of problem: Maintainer must add BuildRequires: libgcrypt-devel W/o this package kdewebdev not build. Version-Release number of selected component (if applicable): kdewebdev-3.3.1-1 How reproducible: Always Steps to Reproduce: 1.rpm -e libgcrypt-devel 2. rpmbuild --rebuild kdewebdev-3.3.1-1.src.rpm - you do net get message libgcrypt-devel needed for this package, but compilling will finish with error Additional info: