Found 2 issues with source-rpm (downloaded from SerNet: samba3-3.2.8-38.src.rpm) - first rpmbuild on my RHEL 4.7 system complains about missing keyutils-libs-devel package (which is available only on RHEL 5.x) seems that calculation of "rhel_ver" is wrong as the used "%define rhel_ver %(grep "release" %{releasefile} | sed "s/[^0-9]//g")" gives "47" on my RHEL 4.7 system - when (dirty) fixing the above problem (simply changing version at check of rhel_ver at line 190 to "50") then I'm running into the following problems at creating rpms: Installing bin/CP437.so as /var/tmp/samba3-3.2.8-build//usr/lib/samba/charset/CP437.so Installing bin/script.so as /var/tmp/samba3-3.2.8-build//usr/lib/samba/auth/script.so Linking rfc2307.so to ../idmap/ad.so ln: `rfc2307.so': File exists Linking sfu.so to ../idmap/ad.so ln: `sfu.so': File exists Linking sfu20.so to ../idmap/ad.so ln: `sfu20.so': File exists make: Leaving directory `/export/rpm/BUILD/samba-3.2.8/source' + mkdir -p /var/tmp/samba3-3.2.8-build//usr/lib/krb5/plugins/libkrb5 + cp -p source/bin/winbind_krb5_locator.so /var/tmp/samba3-3.2.8-build//usr/lib/krb5/plugins/libkrb5 cp: cannot stat `source/bin/winbind_krb5_locator.so': No such file or directory error: Bad exit status from /var/tmp/rpm-tmp.13339 (%install) same sourc-rpm builds fine on a RHEL 5.2 system. christian
For sure your RPM says # rpm -qi samba3 |grep Packager Packager : SerNet Samba Team <Samba@SerNet.DE> so, this is not a work of the Samba team and no issue for bugzilla. But we at SerNet will have a look at the issue soon. If you need an urgent fix, please send us a mail to the above mail address.