Ok, found a .rpmmacros file which seemed to be affecting things. So I removed that and we get this result: tar -cf dist/openerp-server-5.0.0-rc1.tar openerp-server-5.0.0-rc1 gzip -f9 dist/openerp-server-5.0.0-rc1.tar removing 'openerp-server-5.0.0-rc1' (and everything under it) copying dist/openerp-server-5.0.0-rc1.tar.gz -> build/bdist.linux-i686/rpm/SOURCES building RPMs rpmbuild -ba --define _topdir /home/greno/build/python-dist/openerp-server-5.0.0-rc1.1/build/bdist.linux-i686/rpm --clean build/bdist.linux-i686/rpm/SPECS/openerp-server.spec error: File /home/greno/build/python-dist/openerp-server-5.0.0-rc1.1/build/bdist.linux-i686/rpm/SOURCES/openerp-server-5.0.0_rc1.tar.gz: No such file or directory error: command 'rpmbuild' failed with exit status 1 So now you can see that distutils is now looking in the right directory. However it still cannot find the file. Why? Look close. It is looking for openerp-server-5.0.0_rc1.tar.gz. The tarball that it generated is named openerp-server-5.0.0-rc1.tar.gz. So where should we look to fix this?
Regards, Gerry -------------------- m2f -------------------- -- http://www.openerp.com/forum/viewtopic.php?p=27523#27523 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
