All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Khryukin <alexander@mezon.ru>
To: poky@yoctoproject.org.
Subject: building rpm distro
Date: Thu, 04 Oct 2012 13:35:40 +0400	[thread overview]
Message-ID: <1349343340.6218.4.camel@localhost> (raw)

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?





             reply	other threads:[~2012-10-04  9:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-04  9:35 Alexander Khryukin [this message]
2012-10-04 10:24 ` building rpm distro Richard Purdie
2012-10-04 10:26   ` Alexander Khryukin
2012-10-04 10:33     ` Alexander Khryukin
2012-10-04 10:40       ` Richard Purdie
2012-10-04 10:39     ` Richard Purdie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1349343340.6218.4.camel@localhost \
    --to=alexander@mezon.ru \
    --cc=poky@yoctoproject.org. \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.