[opensuse-packaging] ibelf/gelf API requested but not found or not usable
What am I missing in the spec file line to fix this message checking if libelf.h conflicts with _LARGEFILE_SOURCE... no checking if gelf.h conflicts with _LARGEFILE_SOURCE... no configure: error: libelf/gelf API requested but not found or not usable The configure line reads as follows: %configure --verbose --prefix=/usr --with-db=internal --with-db-tools-integrated --with-zlib=internal --with-file=internal --with-lua=internal --with-sqlite=external --with-beecrypt=external --with-nss=external --with-neon=external --with-pcre=external --with-uuid=external --with-xar=internal --with-bzip2=external --with-popt=external --with-keyutils=external --with-libelf --with-python --with-perl --with-build-extlibdep --with-build-maxextlibdep --enable-build-pic --enable-build-pie --enable-build-versionscript --enable-build-warnings --enable-build-debug Full log -> https://build.opensuse.org/package/rawlog?arch=x86_64&package=rpm-5.2.0&proj... Spec file -> https://build.opensuse.org/package/view_file?file=rpm-5.2.0.spec&package=rpm... project -> https://build.opensuse.org/package/show?package=rpm-5.2.0&project=home%3Adoi... Thanks Glenn -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
On Thu, Apr 08, 2010 at 09:53:18AM +0000, doiggl@velocitynet.com.au wrote:
What am I missing in the spec file line to fix this message
checking if libelf.h conflicts with _LARGEFILE_SOURCE... no checking if gelf.h conflicts with _LARGEFILE_SOURCE... no configure: error: libelf/gelf API requested but not found or not usable
The configure line reads as follows: %configure --verbose --prefix=/usr --with-db=internal --with-db-tools-integrated --with-zlib=internal --with-file=internal --with-lua=internal --with-sqlite=external --with-beecrypt=external --with-nss=external --with-neon=external --with-pcre=external --with-uuid=external --with-xar=internal --with-bzip2=external --with-popt=external --with-keyutils=external --with-libelf --with-python --with-perl --with-build-extlibdep --with-build-maxextlibdep --enable-build-pic --enable-build-pie --enable-build-versionscript --enable-build-warnings --enable-build-debug
Full log -> https://build.opensuse.org/package/rawlog?arch=x86_64&package=rpm-5.2.0&proj... Spec file -> https://build.opensuse.org/package/view_file?file=rpm-5.2.0.spec&package=rpm... project -> https://build.opensuse.org/package/show?package=rpm-5.2.0&project=home%3Adoi...
Frankly, if you want to build RPM itself you should be able to resolve this conflict. Why do you want to build RPM at all, we have a nice one already? Alternatively, add either libelf-devel or libelf0-devel (different libelf versions). Ciao, Marcus -- To unsubscribe, e-mail: opensuse-packaging+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-packaging+help@opensuse.org
participants (2)
-
doiggl@velocitynet.com.au
-
Marcus Meissner