curl-devel broken dep

Elan Ruusamäe glen at delfi.ee
Fri Dec 3 15:59:29 CET 2004


$ grep gssapi /usr/lib/*.la
/usr/lib/libcurl.la:dependency_libs=' 
-L/lib /usr/lib/libgssapi.la /usr/lib/libkrb5.la /usr/lib/libasn1.la 
-lcom_err /usr/lib/libroken.la /usr/lib/libdb4.la -lcrypt -lresolv 
-L/usr/lib /usr/lib/libidn.la -lssl -lcrypto -ldl -lz'

$ rpm -q --requires curl-devel
/bin/sh
curl = 7.12.2-1
libidn-devel >= 0.4.1
openssl-devel >= 0.9.7c
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsBzip2) <= 3.0.5-1
16:48:55 glen[6]@black apache-black-1.3.33/php-5.0.2$ 

and the  /usr/lib/libgssapi.la is contained in heimdal-devel

looking at .spec, then the dep is there. should there be added BuildConflicts 
when compiled without heimdal?

%package devel
%{?with_heimdal:Requires:   heimdal-devel}
%{?with_ssl:Requires:   openssl-devel >= 0.9.7c}

altho the with_heimdal is default, so broken build instead?


-- 
glen




More information about the pld-devel-en mailing list