The script
samba-3.0.23a/packaging/RedHat-9/makerpms.sh
doesn't work on a Redhat 9 machine.
It has:
VERSION='3.0.23a'
REVISION='a'
and later:
chown -R ${USERID}.${GRPID} samba-${VERSION}${REVISION}
This would refer to a folder samba-3.0.23aa which doesn't exist.
The attached patch fixes this problem.
Mogens
--
Mogens Kjaer, Carlsberg A/S, Computer Department
Gamle Carlsberg Vej 10, DK-2500 Valby, Denmark
Phone: +45 33 27 53 25, Fax: +45 33 27 47 08
Email: mk@crc.dk Homepage: http://www.crc.dk
Mogens Kjaer wrote: ...> The attached patch fixes this problem.- and breaks other things (bugzilla 3955). Use it only if you're in a hurry to get 3.0.23a to compile on rh9. Mogens -- Mogens Kjaer, Carlsberg A/S, Computer Department Gamle Carlsberg Vej 10, DK-2500 Valby, Denmark Phone: +45 33 27 53 25, Fax: +45 33 27 47 08 Email: mk@crc.dk Homepage: http://www.crc.dk