Bug 140244 - Error in spec-file.
Summary: Error in spec-file.
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: libxslt
Version: 3
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Daniel Veillard
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-11-21 18:41 UTC by Peter (Zebar) Astakhov
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version: 2.6.18
Clone Of:
Environment:
Last Closed: 2005-03-14 10:40:22 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Peter (Zebar) Astakhov 2004-11-21 18:41:11 UTC
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:

Comment 1 Than Ngo 2004-11-23 13:38:35 UTC
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'


Comment 2 Daniel Veillard 2004-11-23 23:00:17 UTC
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

Comment 3 Daniel Veillard 2005-03-14 10:40:22 UTC
libxslt-devel now requires libgcrypt-devel, fixed in rawhise,

Daniel


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