STR-740: rpmbuild -tb aterm-2.5.tar.gz fails on x86_64
rpmbuild -tb aterm-2.5.tar.gz fails on the current Integration Build aterm.
http://buildfarm.st.ewi.tudelft.nl/releases/meta-environment/aterm-2.5pre21238-l2q7rg38/I don’t see a way to attach files in JIRA. So here is just the end of the rpmbuild output:
…
Processing files: aterm-2.5-1
error: File not found by glob: /var/tmp/aterm-2.5-buildroot/usr/lib64/*
Processing files: aterm-debuginfo-2.5-1
Provides: libATerm.so.debug()(64bit)
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: libATerm.so()(64bit)
Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/aterm-2.5-buildroot
error: Installed (but unpackaged) file(s) found:
/usr/lib/libATerm.a
/usr/lib/libATerm.la
/usr/lib/libATerm.so
/usr/lib/pkgconfig/aterm.pcRPM build errors:
Submitted on 29 February 2008 at 18:13
File not found by glob: /var/tmp/aterm-2.5-buildroot/usr/lib64/*
Installed (but unpackaged) file(s) found:
/usr/lib/libATerm.a
/usr/lib/libATerm.la
/usr/lib/libATerm.so
/usr/lib/pkgconfig/aterm.pc
Issue Log
STR-740, martin:
First guess: libraries are installed in lib64 (i.e. libdir in the spec file is lib64), but lib_LTLIBRARIES get installed in lib?This is a bit difficult to fix without having a 64-bit system …
STR-740, martin:
The problem is here that we need to pass the RPM %{_libdir} to configure.
STR-740, martin:
(in the spec file)
Log in to post comments