[opensuse-buildservice] cross building not working in chroot with 2.3
Any idea what is going wrong here? VM builds just work fine. preinstalling libfile-x86-arm... running bzip2-x86-arm postinstall script chroot: failed to run command `sh': No such file or directory running tar-x86-arm postinstall script chroot: failed to run command `sh': No such file or directory running coreutils-x86-arm postinstall script .. ..
On Sat, Aug 06, 2011 at 09:30:58PM +0900, Nashif, Anas wrote:
Any idea what is going wrong here? VM builds just work fine.
preinstalling libfile-x86-arm... running bzip2-x86-arm postinstall script chroot: failed to run command `sh': No such file or directory running tar-x86-arm postinstall script chroot: failed to run command `sh': No such file or directory running coreutils-x86-arm postinstall script .. ..
The bash RPM is not yet installed at this time? Ciao, Marcus -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
On Sat, Aug 6, 2011 at 9:48 PM, Marcus Meissner <meissner@suse.de> wrote:
On Sat, Aug 06, 2011 at 09:30:58PM +0900, Nashif, Anas wrote:
Any idea what is going wrong here? VM builds just work fine.
preinstalling libfile-x86-arm... running bzip2-x86-arm postinstall script chroot: failed to run command `sh': No such file or directory running tar-x86-arm postinstall script chroot: failed to run command `sh': No such file or directory running coreutils-x86-arm postinstall script .. ..
The bash RPM is not yet installed at this time?
It is installed, this is most likely an issue with how qemu is setup and run now... Anas
Ciao, Marcus -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
turns out binfmt_misc is expecting qemu-arm in the wrong location (the build script copies that to /usr/bin) # cat /proc/sys/fs/binfmt_misc/arm enabled interpreter /usr/local/bin/qemu-arm flags: offset 0 magic 7f454c4601010100000000000000000002002800 mask ffffffffffffff00fffffffffffffffffeffffff Anas On Sun, Aug 7, 2011 at 2:19 AM, Nashif, Anas <anas.nashif@intel.com> wrote:
On Sat, Aug 6, 2011 at 9:48 PM, Marcus Meissner <meissner@suse.de> wrote:
On Sat, Aug 06, 2011 at 09:30:58PM +0900, Nashif, Anas wrote:
Any idea what is going wrong here? VM builds just work fine.
preinstalling libfile-x86-arm... running bzip2-x86-arm postinstall script chroot: failed to run command `sh': No such file or directory running tar-x86-arm postinstall script chroot: failed to run command `sh': No such file or directory running coreutils-x86-arm postinstall script .. ..
The bash RPM is not yet installed at this time?
It is installed, this is most likely an issue with how qemu is setup and run now...
Anas
Ciao, Marcus -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (2)
-
Marcus Meissner
-
Nashif, Anas