From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.mezon.ru (mail.mezon.ru [188.127.253.33]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 64CD8E00717 for ; Thu, 4 Oct 2012 02:36:48 -0700 (PDT) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.mezon.ru (Postfix) with ESMTP id AB8AD1CD775 for ; Thu, 4 Oct 2012 13:36:42 +0400 (MSK) X-Virus-Scanned: amavisd-new at mezon.ru Received: from mail.mezon.ru ([127.0.0.1]) by localhost (stream2.mezon.ru [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id It7Lk00dH0p8 for ; Thu, 4 Oct 2012 13:36:42 +0400 (MSK) Received: from gate-obit.mezon.ru (gate-obit.mezon.ru [37.77.135.198]) by mail.mezon.ru (Postfix) with ESMTP id 023501CD710 for ; Thu, 4 Oct 2012 13:36:42 +0400 (MSK) Received: from [192.168.0.206] (fdkit.mezon.lan [192.168.0.206]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by gate-obit.mezon.ru (Postfix) with ESMTP id E47E2D70041 for ; Thu, 4 Oct 2012 13:36:41 +0400 (MSK) Message-ID: <1349343340.6218.4.camel@localhost> From: Alexander Khryukin To: poky@yoctoproject.org. Date: Thu, 04 Oct 2012 13:35:40 +0400 Organization: mezon.ru X-Mailer: Evolution 3.2.3 Mime-Version: 1.0 Subject: building rpm distro X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: alexander@mezon.ru List-Id: Poky build system developer discussion & patch submission for meta-yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Oct 2012 09:36:48 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Hello. I'm trying to build mandriva distro for arm cortex-a8 device I succesfully built image via "bitbake core-image-sato" and i can chroot into. Next step it's i want to build some packages on my arm board via rpmbuild tool rpmbuild --rebuild ed-1.6-5.src.rpm Installing ed-1.6-5.src.rpm Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.20532 + umask 022 + cd /usr/src/rpm/BUILD + cd /usr/src/rpm/BUILD + rm -rf ed-1.6 + /bin/gzip -dc /usr/src/rpm/SOURCES/ed-1.6.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd ed-1.6 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.20532 + umask 022 + cd /usr/src/rpm/BUILD + cd ed-1.6 + %configure2_5x --bindir=/bin --exec-prefix=/ CFLAGS=-O2 CXXFLAGS=-O2 LDFLAGS= /var/tmp/rpm-tmp.20532: line 22: fg: no job control error: Bad exit status from /var/tmp/rpm-tmp.20532 (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.20532 (%build) It's not happens because gcc, make, and other buid-essential packages not installed and poky not generates gcc.rpm package. Might someone have any solution?