
Axel.Thimm at ATrpms
Nov 24, 2009, 8:13 PM
Post #2 of 2
(445 views)
Permalink
|
|
Re: building gsm rpms fails: can't find some manpages. find-devel.sh to blame?
[In reply to]
|
|
On Tue, Nov 24, 2009 at 09:31:56PM +0100, Ron Arts wrote: > Using gsm-1.0.13-2.src.rpm to rebuild the rpms fails: > > RPM build errors: > InstallSourcePackage: Header V4 DSA signature: NOKEY, key ID 66534c2b > File not found: /var/tmp/gsm-1.0.13-2.RHL5-root-nnrelman/usr/share/man/man3/gsm.3 > File not found: /var/tmp/gsm-1.0.13-2.RHL5-root-nnrelman/usr/share/man/man3/gsm_explode.3 > File not found: /var/tmp/gsm-1.0.13-2.RHL5-root-nnrelman/usr/share/man/man3/gsm_option.3 > File not found: /var/tmp/gsm-1.0.13-2.RHL5-root-nnrelman/usr/share/man/man3/gsm_print.3 > > that's because those manpages are gzipped by rpm. > > But there also is a gzipped manpage in man1, and rpm doesn't complain about that one. > I found out that in the file /usr/lib/rpm/atrpms/find-devel.sh there is a line: > > find_files_in '' /usr/share/aclocal /usr/lib/pkgconfig /usr/lib64/pkgconfig /usr/share/gtk-doc /usr/share/man/man3 > > If I comment out the last directory, the gsm rpm builds fine. > But I don't know if that's the proper solution though. Looking at the code I could imagine where the bug is, but I wonder why it is not biting my builds. I'll check this put, thanks! -- Axel.Thimm at ATrpms.net
|