Re: Is build node 8 broken?

[email protected] Sat, 21 Jan 2012 07:13:53 -0200 (BRST)
Newsgroups gmane.linux.mandrake.cooker.devel
Message-ID <[email protected]>
> I tried 3 times to build packages for ed 1.6. And all 3 times 32 bit
> build failed with
>
> ------
> F: [iurt2] [iurt2] Command failed: sudo chroot
> /export/home/mandrake//chroot_tmp/mandrake/chroot_cooker.0.20120121081506 su
> mandrake -c "rpmbuild --nodeps -bs  /home/mandrake/rpm/SPECS/ed.spec"
> ------
>
> Latest fail log:
> http://kenobi.mandriva.com/bs//package.php?key=20120121081437.abondrov.kenobi.1947
>
>
> But I see that other packages don't have this problem. Is it better not
> to submit any packages until build system is fixed?

  It is caused by rpmlint on the srpm, and fails when attempting
to generate the source rpm.

  You probably should remove the:
%define	_exec_prefix	/
and add "--exec-prefix=/" after --bindir=/bin in %configure2_5x

Paulo