>>> On 10/28/2009 at 08:42 PM, in message <[email protected]>, "David Magda" <[email protected]> wrote: > Hello, > > Trying to compile Samba 3.2.15 on a RHEL AS 4u2 (i686) and I'm getting the > following result from 'sh makerpms.sh': > > > Provides: samba-doc = 3.2.15-1 > > Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 > rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(VersionedDependencies) <= > 3.0.3-1 > > > RPM build errors: > > File not found: /var/tmp/samba-3.2.15-root/usr/sbin/cifs.upcall > > File not found by glob: > /var/tmp/samba-3.2.15-root/usr/share/man/man8/cifs.upcall.8.* > > makerpms.sh: Done. > > Is this an issue with the samba.spec file, or am i missing something?
Look at the configure output, maybe you're missing the dependency for keyutils-devel (SuSE's RPM name, no idea what it's called on RHEL) which is required for cifs.upcall? At least that helped building latest git version... # Required to build cifs.upcall: BuildRequires: keyutils-devel Bye, Marcel -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/options/samba
