hi, it seems that centos-vault/5.9/os/SRPMS/anaconda-11.1.2.259-1.src.rpm is not the real src.rpm from which centos build the anaconda rpm. this package contains patches which can not even be applied (actually the patch is the anaconda-centos-installclasses-2.patch). it seems it's a fake src.rpm and the real source of the anaconda-11.1.2.259-1.
On 02/12/2013 01:47 PM, Farkas Levente wrote:
hi, it seems that centos-vault/5.9/os/SRPMS/anaconda-11.1.2.259-1.src.rpm is not the real src.rpm from which centos build the anaconda rpm. this package contains patches which can not even be applied (actually the patch is the anaconda-centos-installclasses-2.patch). it seems it's a fake src.rpm and the real source of the anaconda-11.1.2.259-1.
That sounds quite strange, since all the srpms are actually done from the same source. So i dont know what a 'fake src.rpm' might be. But happy to investigate in a bit
- KB
On 02/12/2013 04:16 PM, Karanbir Singh wrote:
On 02/12/2013 01:47 PM, Farkas Levente wrote:
hi, it seems that centos-vault/5.9/os/SRPMS/anaconda-11.1.2.259-1.src.rpm is not the real src.rpm from which centos build the anaconda rpm. this package contains patches which can not even be applied (actually the patch is the anaconda-centos-installclasses-2.patch). it seems it's a fake src.rpm and the real source of the anaconda-11.1.2.259-1.
That sounds quite strange, since all the srpms are actually done from the same source. So i dont know what a 'fake src.rpm' might be. But happy to investigate in a bit
a simple rpmbuild --rebuild anaconda-11.1.2.259-1.src.rpm will fail at patch part...
On Wed, Feb 13, 2013 at 3:41 AM, Farkas Levente lfarkas@lfarkas.org wrote:
a simple rpmbuild --rebuild anaconda-11.1.2.259-1.src.rpm will fail at patch part...
Builds fine for me in mock. Perhaps something is wrong with your build environment?
-Jeff
[jeff@build1 ~]$ mock -r epel-5-x86_64 anaconda-11.1.2.259-1.src.rpm INFO: mock.py version 1.1.21 starting... State Changed: init plugins INFO: selinux enabled State Changed: start INFO: Start(anaconda-11.1.2.259-1.src.rpm) Config(epel-5-x86_64) State Changed: lock buildroot State Changed: clean INFO: chroot (/var/lib/mock/epel-5-x86_64) unlocked and deleted State Changed: unlock buildroot State Changed: init State Changed: lock buildroot Mock Version: 1.1.21 INFO: Mock Version: 1.1.21 INFO: calling preinit hooks INFO: enabled root cache INFO: root cache aged out! cache will be rebuilt INFO: enabled yum cache State Changed: cleaning yum metadata INFO: enabled ccache State Changed: running yum State Changed: creating cache State Changed: unlock buildroot INFO: Installed packages: State Changed: setup State Changed: build INFO: Done(anaconda-11.1.2.259-1.src.rpm) Config(epel-5-x86_64) 1 minutes 40 seconds INFO: Results and/or logs in: /var/lib/mock/epel-5-x86_64/result
On 02/13/2013 05:41 AM, Farkas Levente wrote:
On 02/12/2013 04:16 PM, Karanbir Singh wrote:
On 02/12/2013 01:47 PM, Farkas Levente wrote:
hi, it seems that centos-vault/5.9/os/SRPMS/anaconda-11.1.2.259-1.src.rpm is not the real src.rpm from which centos build the anaconda rpm. this package contains patches which can not even be applied (actually the patch is the anaconda-centos-installclasses-2.patch). it seems it's a fake src.rpm and the real source of the anaconda-11.1.2.259-1.
That sounds quite strange, since all the srpms are actually done from the same source. So i dont know what a 'fake src.rpm' might be. But happy to investigate in a bit
a simple rpmbuild --rebuild anaconda-11.1.2.259-1.src.rpm will fail at patch part...
Are you trying to do this on CentOS-5.9 ... or on CentOS-6?
I have a problem getting the patch to apply on CentOS-6 because of the default fuzz settings for patch ... but it works fine on CentOS-5.
On 02/13/2013 04:29 PM, Johnny Hughes wrote:
On 02/13/2013 05:41 AM, Farkas Levente wrote:
On 02/12/2013 04:16 PM, Karanbir Singh wrote:
On 02/12/2013 01:47 PM, Farkas Levente wrote:
hi, it seems that centos-vault/5.9/os/SRPMS/anaconda-11.1.2.259-1.src.rpm is not the real src.rpm from which centos build the anaconda rpm. this package contains patches which can not even be applied (actually the patch is the anaconda-centos-installclasses-2.patch). it seems it's a fake src.rpm and the real source of the anaconda-11.1.2.259-1.
That sounds quite strange, since all the srpms are actually done from the same source. So i dont know what a 'fake src.rpm' might be. But happy to investigate in a bit
a simple rpmbuild --rebuild anaconda-11.1.2.259-1.src.rpm will fail at patch part...
Are you trying to do this on CentOS-5.9 ... or on CentOS-6?
I have a problem getting the patch to apply on CentOS-6 because of the default fuzz settings for patch ... but it works fine on CentOS-5.
ohh sorry, you've got right!