Hi Friends,
I downloaded the cvsnt 2.5.04.2047 version from achrives. I using Centos 4.4 and I am trying to install cvsnt through cvsnt.spec file. When I run the command
rpmbuild --bb cvsnt.spec
I get the below error at the end. I don't know the reason why the rpmbuilding is failing . What package or rpm do I need to install to fulfill this dependency or get rid of this error ?
Processing files: cvsnt-debuginfo-2.5.04.2471-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/cvsnt-root error: Installed (but unpackaged) file(s) found: /usr/lib/cvsnt/protocols/sync.la /usr/lib/cvsnt/protocols/sync.so
RPM build errors: Installed (but unpackaged) file(s) found: /usr/lib/cvsnt/protocols/sync.la /usr/lib/cvsnt/protocols/sync.so
Thanks & Regards
Ankush Grover
On 4/5/07, ankush grover ankushcentos@gmail.com wrote:
I get the below error at the end. I don't know the reason why the rpmbuilding is failing . What package or rpm do I need to install to fulfill this dependency or get rid of this error ?
None. It's not that type of error.
Processing files: cvsnt-debuginfo-2.5.04.2471-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/cvsnt-root error: Installed (but unpackaged) file(s) found: /usr/lib/cvsnt/protocols/sync.la /usr/lib/cvsnt/protocols/sync.so
This error is telling you that these two files are built by the rpmbuild process, and are installed via the install mechanism in the spec file, but they're not listed in the %files section of the spec file. You need to modify the spec file your build process is using.