Re: Is build node 8 broken?
Andrey Bondrov <[email protected]> Sat, 21 Jan 2012 21:39:38 +1100
| Newsgroups | gmane.linux.mandrake.cooker.devel |
|---|---|
| Message-ID | <[email protected]> |
21.01.2012 20:13, [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 Thanx for the hint. :-) Don't know why x86_64 build worked then...