Re: rebuilding rpms

2002-12-16 Thread Rick Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mertens Bram wrote: | Hi, | | Most rpms are build for the i386 architecture, I run my RH7.3 on an | i686, does it make much sense to rebuild rpms before installing them? | | If I understand the manual correctly I would have to download the | src.rpm th

Re: rebuilding rpms

2002-12-16 Thread Ben Russo
http://www.rpm.org/ On Mon, 2002-12-16 at 13:31, Michael Peters wrote: > On Monday, Dec 16, 2002, at 10:59AM, Mertens Bram <[EMAIL PROTECTED]> wrote: > > >Hi, > > > >The "Maximum rpm" document contains only very little information about > >rebu

Re: rebuilding rpms

2002-12-16 Thread Samuel Flory
Mertens Bram wrote: Hi, The "Maximum rpm" document contains only very little information about rebuilding rpms. Most rpms are build for the i386 architecture, I run my RH7.3 on an i686, does it make much sense to rebuild rpms before installing them? The i686, and i386 are s

Re: rebuilding rpms

2002-12-16 Thread Michael Peters
On Monday, Dec 16, 2002, at 10:59AM, Mertens Bram <[EMAIL PROTECTED]> wrote: >Hi, > >The "Maximum rpm" document contains only very little information about >rebuilding rpms. /usr/share/doc has MUCH more current information. At least that is what I found. > &g

rebuilding rpms

2002-12-16 Thread Mertens Bram
Hi, The "Maximum rpm" document contains only very little information about rebuilding rpms. Most rpms are build for the i386 architecture, I run my RH7.3 on an i686, does it make much sense to rebuild rpms before installing them? If I understand the manual correctly I would have to do

Rebuilding RPMS optimized for architecture

2002-11-27 Thread Rick Johnson
To those that were following the "rebuild" thread last week: Just wanted to share with the list that I was able to rebuild most of the SRPMS for Red Hat 7.3 as optimized for the i686 platform. Took me a few days to get it done. I skipped a few packages due to previous experience stating that they

RE: Rebuilding RPMS

2000-07-05 Thread Juha Saarinen
%-> > gcc-2.95 installed, so I believe I can take advantage of the pentium %-> > optimizations. %-> compilation. There is however one catch. The only change that I could %-> make is to the "-O" flag. You can change it to -O3 (better %-> optimization). I could not change -m486 to -m586. I believe

Re: Rebuilding RPMS

2000-07-05 Thread Steve Manuel
"Michael J. McGillick" wrote: > > Afternoon: > > Does anyone out there have experience rebuilding RPMS? I'm thinking of > recompiling some of the RPMS I have to i586 or i686 status. I've got > gcc-2.95 installed, so I believe I can take advantage o

Rebuilding RPMS

2000-07-01 Thread Michael J. McGillick
Afternoon: Does anyone out there have experience rebuilding RPMS? I'm thinking of recompiling some of the RPMS I have to i586 or i686 status. I've got gcc-2.95 installed, so I believe I can take advantage of the pentium optimizations. My understanding is that there is a config

Re: Rebuilding RPMS (fwd) - Take II :)

1999-12-13 Thread Hal Burgiss
On Mon, Dec 13, 1999 at 09:34:22AM -0500, Michael J. McGillick wrote: > I've been playing around with rebuilding RPMS for the past 2 weeks. > Some have gone smoothly, with absolutely no warnings, errors, etc. > I'm trying to optimize these and compile them as i686 instead of &g

Rebuilding RPMS (fwd) - Take II :)

1999-12-13 Thread Michael J. McGillick
Morning: didn't see any replies to this previous post, so I thought I would try again. :) - Mike - Morning Everyone: I've been playing around with rebuilding RPMS for the past 2 weeks. Some have gone smoo

Rebuilding RPMS

1999-12-11 Thread Michael J. McGillick
Morning Everyone: I've been playing around with rebuilding RPMS for the past 2 weeks. Some have gone smoothly, with absolutely no warnings, errors, etc. I'm trying to optimize these and compile them as i686 instead of i386 binaries. The steps I've done so far are this: 1

RE: Rebuilding RPMs

1999-11-28 Thread Juha Saarinen
> Now when I simply enter "rpm --rebuild... > the default is to use i686 optimizing flags AND it > allows XFree86 to be compiled for an i686 without it > complaining. It does work as I am now running XFree86- > 3.3.5-15 compiled with i686 optimizations. No problems > thus far. I'm curious if ma

RE: Rebuilding RPMs

1999-11-28 Thread Bernhard Rosenkraenzer
On Sun, 28 Nov 1999, patrick wrote: > You may run into some src that doesn't like any target > other than i386. XFree86 didn't like my use of target > i686, indicating that it wasn't an arch that was > supported for optimizing. Not related to optimizing. XFree86 uses ExclusiveArch to prevent y

RE: Rebuilding RPMs

1999-11-28 Thread patrick
l Message- From: Adrian [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 27, 1999 11:26 PM To: [EMAIL PROTECTED] Cc: recipient.list.not.shown Subject: Re: Rebuilding RPMs what is the syntax for a i586? - Original Message - From: "patrick" <[EMAIL PROTECTED]> To: &l

Re: Rebuilding RPMs

1999-11-27 Thread Adrian
what is the syntax for a i586? - Original Message - From: "patrick" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, November 27, 1999 12:25 PM Subject: RE: Rebuilding RPMs > You simply add a new string of optimization flags to the > /u

RE: Rebuilding RPMs

1999-11-27 Thread patrick
]] Sent: Saturday, November 27, 1999 7:05 AM To: [EMAIL PROTECTED] Cc: recipient.list.not.shown Subject: Re: Rebuilding RPMs On Sat, Nov 27, 1999 at 03:01:30AM -0500, Michael J. McGillick wrote: : I'm intrigued with rebuilding the SRPMS for Red Hat 6.1 to all i686. Is : this process as straightfo

Re: Rebuilding RPMs

1999-11-27 Thread Steven W. Orr
I have an idea. Let's just answer the question. rpm -ba will rebuild the src.rpm -Time flies like the wind. Fruit flies like a banana. [EMAIL PROTECTED] -Stranger things have happened but none stranger than this. Steven W. Orr- Does your driver's license say Organ Donor?Black holes are where G

Re: Rebuilding RPMs

1999-11-27 Thread Jason Costomiris
On Sat, Nov 27, 1999 at 03:01:30AM -0500, Michael J. McGillick wrote: : I'm intrigued with rebuilding the SRPMS for Red Hat 6.1 to all i686. Is : this process as straightforward as installing the source rpm, and then : typing: : :rebuild -bb --target=i686 All this frenzy about rebuilding ou

Re: Rebuilding RPMs

1999-11-27 Thread Hal Burgiss
On Sat, Nov 27, 1999 at 03:01:30AM -0500, Michael J. McGillick wrote: > Evening: > > I'm intrigued with rebuilding the SRPMS for Red Hat 6.1 to all i686. Is > this process as straightforward as installing the source rpm, and then > typing: > >rebuild -bb --target=i686 rebuild -bb --target

Re: Rebuilding RPMs

1999-11-26 Thread lloy0076
"Michael J. McGillick" wrote: > > Ummm ... > > Was this an answer to my original question or just a viewpoint on SRPMS? > :) > Firstly your manual pages should tell you about how to rebuild SRPMS, so check them for the flags. Secondly I can't see any sensible reason why it wouldn't work UNLESS

Re: Rebuilding RPMs

1999-11-26 Thread Michael J. McGillick
Ummm ... Was this an answer to my original question or just a viewpoint on SRPMS? :) - Mike On Sat, 27 Nov 1999, lloy0076 wrote: > > I find (S)RPMs quite good but a nuisance as well. Trying to get it to > recompile things like you want them is sometimes not difficult. I await > the day when

Rebuilding RPMs

1999-11-26 Thread Michael J. McGillick
Evening: I'm intrigued with rebuilding the SRPMS for Red Hat 6.1 to all i686. Is this process as straightforward as installing the source rpm, and then typing: rebuild -bb --target=i686 or is there other things that need to be done? If the first step can be done, is it as simple as replaci

Re: Rebuilding RPMs

1999-11-26 Thread lloy0076
I find (S)RPMs quite good but a nuisance as well. Trying to get it to recompile things like you want them is sometimes not difficult. I await the day when ALL developers include an uninstall option in their make files :-) DL -- Don't forget about the Linux C Mailing Lists! mailto:[EMAIL PROTE