Re: rpm needs db4-devel(x86_64) on my 32-bit machine

2011-03-05 Thread Jitesh Shah
..snip.. > > Basically you regenerate the srpm on the architecture you're building > on, and then run yum-builddep on it: > 1) yumdownloader --source rpm > 2) rpm -i rpm-4.8.1-5.fc14.src.rpm > 3) rpmbuild -bs ~/rpmbuild/SPECS/rpm.spec > 4) yum-builddep on the srpm resulting from step 3) > 5) final

Re: rpm needs db4-devel(x86_64) on my 32-bit machine

2011-03-05 Thread Panu Matilainen
On 03/05/11 19:49, Jitesh Shah wrote: > I am running Fedora-14 on my 32-bit machine > $ uname -a > Linux localhost.localdomain 2.6.35.9-64.fc14.i686.PAE #1 SMP Fri Dec 3 > 12:28:00 UTC 2010 i686 i686 i386 GNU/Linux > > I was trying to build rpm from source the other day, so I downloaded > the rpm-s

rpm needs db4-devel(x86_64) on my 32-bit machine

2011-03-05 Thread Jitesh Shah
I am running Fedora-14 on my 32-bit machine $ uname -a Linux localhost.localdomain 2.6.35.9-64.fc14.i686.PAE #1 SMP Fri Dec 3 12:28:00 UTC 2010 i686 i686 i386 GNU/Linux I was trying to build rpm from source the other day, so I downloaded the rpm-source using $ yumdownloader --source rpm which gave