On Tue, 2004-03-30 at 20:58, Israel Fdez Cabrera wrote: > Hi.. I'm building a shared object's package and I get the following > error and I don't know what to do in order to solve it: > > Checking for unpackaged file(s): /usr/lib/rpm/check-files > /var/tmp/savlib-root > error: Installed (but unpackaged) file(s) found: > > /opt/sav/lib/libmac.a > /opt/sav/lib/libmac.la > /opt/sav/lib/libsav.a > /opt/sav/lib/libsav.la > /opt/sav/lib/libsav_win32.a > /opt/sav/lib/libsav_win32.la > > The result is that the package never gets generated. I spect only > shared objects gets copied but make install include all the libraries > extentions. Depends.. the options are - include those missing files (probably into -devel package along with headers of the software) - nuke the unneeded files from buildroot - %exclude them in %files section - last and dirtiest: set %_unpackaged_files_terminate_build to 0 to make rpm ignore the fact that installed but unpackaged files exist in the buildroot - Panu - _______________________________________________ Rpm-list mailing list Rpm-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/rpm-list