On Sun, Jan 26, 2003 at 11:29:46PM +0530, Dr. Sharukh K. R. Pavri. wrote: > > rpmbuild --rebuild would have have created the binary RPMs in > > /usr/src/redhat/RPMS/<somewhere> > > > > Look in i386 and/or noarch for a start. > > looked under each directory under /usr/src/redhat/RPMS . All of them are > empty.
Strange. Then your RPM build is failing. rpmbuild --rebuild /path/to/your.src.rpm 2>&1 | tee /tmp/build.err and look in /tmp/build.err for likely problems. Mail it to me (not to list) so that I too can take a look. Binand -- Russian Roulette with Unix: while :; do kill $RANDOM &> /dev/null && break || sleep 1; done ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
