Hi Henkel,
I've finally succeed rpmbuild-ing samba, but this time it's the newest
release of samba, the 3.2.6 version. To handle the cifs.upcall.8.gz thing, I
added
%{_mandir}/man8/cifs.upcall.8*
in the respective line in samba.spec. I also installed ccache so I don't
have to uncomment the ccache part in samba.spece. I have simulated the
installation (upgrade) and they work. :) Hope this can help.
Regards,
On Mon, Dec 8, 2008 at 10:11 PM, Henkel Henning <[EMAIL PROTECTED]>wrote:
> Hi,
> I had the same problem building, you need to alter the samba.spec file:
>
> gcc -c -o mount.cifs $RPM_OPT_FLAGS -D_GNU_SOURCE -Wall -D_GNU_SOURCE
> -D_LARGEFILE64_SOURCE mount.cifs.c
> gcc -o mount.cifs mount.cifs.o mtab.o
> gcc -c -o umount.cifs $RPM_OPT_FLAGS -D_GNU_SOURCE -Wall -D_GNU_SOURCE
> -D_LARGEFILE64_SOURCE umount.cifs.c
> gcc -o umount.cifs umount.cifs.o mtab.o
>
> As far as I remember you also get problems when packing the rpms, as there
> are
> two or three files that are not packed in any rpm.
>
> Cheers
>
> Henning
>
>
--
To unsubscribe from this list go to the following URL and read the
instructions: https://lists.samba.org/mailman/listinfo/samba