[root@filzbach /]# uname -a
Linux filzbach.lindev.ch 3.8.0 #1 SMP PREEMPT Tue Nov 19 20:39:07 UTC 2013
aarch64 aarch64 aarch64 GNU/Linux


[root@filzbach /]# lsb_release -a
LSB Version:    *
Distributor ID: OpenMandrivaLinux
Description:    OpenMandriva Lx 2014.0
Release:        2014.0
Codename:       oxygen



What's working:
1. repo is ready for 12-15%
2. command 'urpmi basesystem-minimal' will create a minimal working chroot
3. urpmi need a few hacks with perl deps
4. rpm-build working too (see 3 point)

What's not:
1. i created the Suse chroot to build openmandriva's glibc
because i experienced a problems with qemu segfaults at chrooting.
Main culprit it is our's glibc, second culrpit it is gcc (libgcc_s.so.1)

2. /bin/ls does not working with segfault

[root@filzbach /]# /bin/ls
qemu: uncaught target signal 11 (Segmentation fault) - core dumped
Segmentation fault (core dumped)

No clue what's wrong/ (libgcc_s.so ?)
Pcpa, do you have ideas?

3. A small amount of rpms in repo.
4. hacks everywhere

Chroot aarch64
file-store.rosalinux.ru/api/v1/file_stores/806c4bb4d57ec96d3bfb84c8671fce5c3a2c1165

how to use it:
from root:

echo
':aarch64:M::\x7fELF\x02\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\xb7:\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff:/usr/bin/qemu-arm64-static:'
> /proc/sys/fs/binfmt_misc/register

mkdir omv_chroot
sudo tar -xvf aarch64-openmandriva-alpha.minimal.tar.bz2 -C omv_chroot
sudo chroot omv_chroot


Reply via email to