rpm --rebuild

2003-01-20 Thread Tibbetts, Ric
Ok, I know, it's been discussed. But I'm an idiot, and ignored the thread when it was around, and now I can't find it. So, would someone please refresh me on this. I need to rebuild a .src.rpm Used to be trivial: rpm --rebuild name.src.rpm But some kind person(s) decided that must have been

RE: rpm --rebuild

2003-01-20 Thread Rigler, S C (Steve)
If you're on RedHat 8 it will now be: rpmbuild --rebuild package.src.rpm [--target=target platform] -Steve -Original Message- From: Tibbetts, Ric [mailto:[EMAIL PROTECTED]] Sent: Monday, January 20, 2003 10:18 AM To: [EMAIL PROTECTED] Subject: rpm --rebuild Ok, I know, it's been

Re: rpm --rebuild

2003-01-20 Thread Emmanuel Seyman
On Mon, Jan 20, 2003 at 11:17:42AM -0500, Tibbetts, Ric wrote: So, would someone please refresh me on this. I need to rebuild a .src.rpm Used to be trivial: rpm --rebuild name.src.rpm It's now: rpmbuild -bb name.src.rpm You'll need the rpm-build rpm installed first. But some kind person

Re: rpm --rebuild

2003-01-20 Thread R P Herrold
On Mon, 20 Jan 2003, Tibbetts, Ric wrote: Ok, I know, it's been discussed. Used to be trivial: rpm --rebuild name.src.rpm But some kind person(s) decided that must have been to easy, and it It has been 30 months. It still is tribial. About time to make the change: http://www.rpm.org

Re: rpm --rebuild

2003-01-20 Thread Tibbetts, Ric
Emmanuel Seyman wrote: On Mon, Jan 20, 2003 at 11:17:42AM -0500, Tibbetts, Ric wrote: So, would someone please refresh me on this. I need to rebuild a .src.rpm Used to be trivial: rpm --rebuild name.src.rpm It's now: rpmbuild -bb name.src.rpm You'll need the rpm-build rpm installed first

rpm --rebuild

2002-11-30 Thread Bo Peng
Hi, I just upgraded to redhat 8.0 and need to rebuild some of my own rpms from source. However, when I use rpm --rebuild ... I got unknown option. I could not get all '-b' options either. I checked my rpm but it is the newest version 4.1, I also installed rpm-devel, rpm-build but none

Re: rpm --rebuild

2002-11-30 Thread Josep M.
Hi! Use : rpmbuild -ba ,now is in rpmbuild,yes,changed without notice!%/$/ Josep Begin of Quote Bo Peng : Hi, I just upgraded to redhat 8.0 and need to rebuild some of my own rpms from source. However, when I use rpm --rebuild ... I got unknown option. I could not get all '-b' options

Re: rpm --rebuild

2002-11-30 Thread ABrady
On Sat, 30 Nov 2002 11:33:53 -0600 Bo Peng [EMAIL PROTECTED] wrote: Hi, I just upgraded to redhat 8.0 and need to rebuild some of my own rpms from source. However, when I use rpm --rebuild ... I got unknown option. I could not get all '-b' options either. I checked my rpm

Re: rpm --rebuild

2002-11-30 Thread R P Herrold
On Sat, 30 Nov 2002, Josep M. wrote: Use : rpmbuild -ba ,now is in rpmbuild,yes,changed without notice!%/$/ rpmbuild changed without notice!%/$/ ? It had a 30 month phase-in. The matter was noted when it first appeared -- rpm-3.0.4 (March 2000); became preferred at rpm-4.0.3 (Devember

Re: rpm --rebuild

2002-11-30 Thread Bo Peng
On Sat, Nov 30, 2002 at 01:06:25PM -0500, R P Herrold wrote: On Sat, 30 Nov 2002, Josep M. wrote: Use : rpmbuild -ba ,now is in rpmbuild,yes,changed without notice!%/$/ rpmbuild changed without notice!%/$/ ? Wouldn't life be easier if rpm says: rpm --rebuild is obsolete. Use rpmbuild

Re: rpm --rebuild

2002-11-30 Thread Mike Burger
You now have to use rpmbuild On Sat, 30 Nov 2002, Bo Peng wrote: Hi, I just upgraded to redhat 8.0 and need to rebuild some of my own rpms from source. However, when I use rpm --rebuild ... I got unknown option. I could not get all '-b' options either. I checked my rpm

Re: rpm --rebuild

2002-11-30 Thread R P Herrold
On Sat, 30 Nov 2002, Bo Peng wrote: On Sat, Nov 30, 2002 at 01:06:25PM -0500, R P Herrold wrote: Wouldn't life be easier if rpm says: rpm --rebuild is obsolete. Use rpmbuild instead. instead of an ice-cold error message (while there are instructions about 'rpm --rebuild' all over

rpm rebuild with conditional

2002-10-18 Thread Stefano Bagnara
How can I rebuild an srpm changing default conditional build values? E.g: I downloaded a courier-imap src package and in the SPEC file i see it say: # Conditional build: # _without_ldap - without LDAP support # _without_mysql - without MySQL support # _without_postgresql - without PostgreSQL

Error??: on Redhat 6.2: rpm --rebuild bind-9.2.1-0.7x.src.rpm

2002-07-10 Thread Wolfgang Pfeiffer
Hi all, On a Redhat 6.2 I --rebuilt a bind-9.2.1-0.7x.src.rpm: so far everything went well: rpm --rebuild bind-9.2.1-0.7x.src.rpm I have now this: ls /usr/src/redhat/RPMS/i386/bind* /usr/src/redhat/RPMS/i386/bind-9.2.1-0.7x.i386.rpm /usr/src/redhat/RPMS/i386/bind-utils-9.2.1-0.7x.i386.rpm /usr

rpm --rebuild vs --recompile

2001-04-07 Thread rpjday
i asked on a local mailing list and didn't get a response, so i'll try here. what exactly is the difference between rebuilding a src.rpm with --rebuild versus --recompile? i've done both and, for the life of me, the output and results are absolutely identical. so what's the diff? both

Re: rpm --rebuild vs --recompile

2001-04-07 Thread John Aldrich
On Sat, 07 Apr 2001, rpjday wrote: i asked on a local mailing list and didn't get a response, so i'll try here. what exactly is the difference between rebuilding a src.rpm with --rebuild versus --recompile? i've done both and, for the life of me, the output and results are absolutely

Global RPM rebuild

2001-01-19 Thread Warren Melnick
Is there a way to globally have your system rebuild all installed RPMs from the SRPMs so that the system is better tuned for the processor(s) you are running? Warren Melnick Director of Research and Development Astata Corporation

Re: Global RPM rebuild

2001-01-19 Thread Thornton Prime
On Fri, 19 Jan 2001, Warren Melnick wrote: Is there a way to globally have your system rebuild all installed RPMs from the SRPMs so that the system is better tuned for the processor(s) you are running? Yes. rpm --rebuild --target i686 *.src.rpm Please note, though, that this will only

rpm --rebuild

2000-09-06 Thread plamb
When I try to update or install a new package I get an error that I have run out of memory for rpm, then I get a message that out memory for init . So I tried to do a rpm --rebuilddb I get messages of duplicate entries. So I tried 3.0.5 I get the same errors. So what can I do to fic the problem