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:
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