All of lore.kernel.org
 help / color / mirror / Atom feed
* building rpm distro
@ 2012-10-04  9:35 Alexander Khryukin
  2012-10-04 10:24 ` Richard Purdie
  0 siblings, 1 reply; 6+ messages in thread
From: Alexander Khryukin @ 2012-10-04  9:35 UTC (permalink / raw)
  To: poky

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?





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-10-04 10:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-04  9:35 building rpm distro Alexander Khryukin
2012-10-04 10:24 ` 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

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.