On 24.07.2008 17:35, Hans de Goede wrote:
Hi,
The cflags issue is caused by a subtile but important difference between the
plague / mock (dunno where it comes from) configs for i386/x86_64 and ppc/ppc64.
For example if you look at:
http://buildsys.rpmfusion.org/logs/fedora-8-rpmfusion_nonfree/167-lha-1.1...
And then at:
http://buildsys.rpmfusion.org/logs/fedora-8-rpmfusion_nonfree/167-lha-1.1...
You will see the i386 build fills the buildroot using:
"yum install buildsys-build buildsys-macros"
Which is wrong as there is no such package / provides as buildsys-build, not
buildsys-macros
OTOH, ppc correctly uses:
"yum groupinstall buildsys-build"
Can someone with the necessary rights please fix this?
Thx for the hint, but no, it's not that easy. The i386 and x86_64
builders use older yum and rpm versions from Centos4 that don't support
"yum groupinstall buildsys-build" properly; that's why that builder use
the older mechanism for now (¹). Mschwendt's hint OTOH might be the
solution. I did a last minute change a week or two ago and I suppose
it's the reason for this problem.
/me checks now
/me has to leave the keyboard again in 40 minutes
CU
knurd
(¹) the plan is to reinstall the builder once we can shut livna down;