Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] cross-compile attempt
Date: Mon, 01 Aug 2016 16:21:58
Message-Id: 5723964.0T9jYVJXPS@dell_xps
In Reply to: Re: [gentoo-user] cross-compile attempt by Mick
1 On Monday 01 Aug 2016 16:49:15 Mick wrote:
2
3 > Thank you Peter, I seem to have posted a few seconds before I received your
4 > message. From what you're showing above I seem to have not performed a
5 > correct mount of the chroot fs. I better rinse and repeat ...
6
7 Hmm ... I followed the handbook this time to make sure all is correctly
8 mounted:
9
10 gentoo-32bit # mount | grep 32bit
11 proc on /mnt/iso/gentoo-32bit/proc type proc (rw,relatime)
12 sysfs on /mnt/iso/gentoo-32bit/sys type sysfs
13 (rw,nosuid,nodev,noexec,relatime)
14 debugfs on /mnt/iso/gentoo-32bit/sys/kernel/debug type debugfs
15 (rw,nosuid,nodev,noexec,relatime)
16 fusectl on /mnt/iso/gentoo-32bit/sys/fs/fuse/connections type fusectl
17 (rw,nosuid,nodev,noexec,relatime)
18 efivarfs on /mnt/iso/gentoo-32bit/sys/firmware/efi/efivars type efivarfs
19 (rw,nosuid,nodev,noexec,relatime)
20 cgroup_root on /mnt/iso/gentoo-32bit/sys/fs/cgroup type tmpfs
21 (rw,nosuid,nodev,noexec,relatime,size=10240k,mode=755)
22 openrc on /mnt/iso/gentoo-32bit/sys/fs/cgroup/openrc type cgroup
23 (rw,nosuid,nodev,noexec,relatime,release_agent=/lib64/rc/sh/cgroup-release-
24 agent.sh,name=openrc)
25 cpuset on /mnt/iso/gentoo-32bit/sys/fs/cgroup/cpuset type cgroup
26 (rw,nosuid,nodev,noexec,relatime,cpuset)
27 cpu on /mnt/iso/gentoo-32bit/sys/fs/cgroup/cpu type cgroup
28 (rw,nosuid,nodev,noexec,relatime,cpu)
29 cpuacct on /mnt/iso/gentoo-32bit/sys/fs/cgroup/cpuacct type cgroup
30 (rw,nosuid,nodev,noexec,relatime,cpuacct)
31 blkio on /mnt/iso/gentoo-32bit/sys/fs/cgroup/blkio type cgroup
32 (rw,nosuid,nodev,noexec,relatime,blkio)
33 freezer on /mnt/iso/gentoo-32bit/sys/fs/cgroup/freezer type cgroup
34 (rw,nosuid,nodev,noexec,relatime,freezer)
35 net_cls on /mnt/iso/gentoo-32bit/sys/fs/cgroup/net_cls type cgroup
36 (rw,nosuid,nodev,noexec,relatime,net_cls)
37 net_prio on /mnt/iso/gentoo-32bit/sys/fs/cgroup/net_prio type cgroup
38 (rw,nosuid,nodev,noexec,relatime,net_prio)
39 pids on /mnt/iso/gentoo-32bit/sys/fs/cgroup/pids type cgroup
40 (rw,nosuid,nodev,noexec,relatime,pids)
41 dev on /mnt/iso/gentoo-32bit/dev type devtmpfs
42 (rw,nosuid,relatime,size=10240k,nr_inodes=1915538,mode=755)
43 mqueue on /mnt/iso/gentoo-32bit/dev/mqueue type mqueue
44 (rw,nosuid,nodev,noexec,relatime)
45 devpts on /mnt/iso/gentoo-32bit/dev/pts type devpts
46 (rw,nosuid,noexec,relatime,gid=5,mode=620)
47 shm on /mnt/iso/gentoo-32bit/dev/shm type tmpfs
48 (rw,nosuid,nodev,noexec,relatime)
49
50
51 I must be doing some newbie error ... because I still get:
52
53 gentoo-32bit # linux32 chroot /mnt/iso/gentoo-32bit /bin/bash
54 chroot: failed to run command ‘/bin/bash’: No such file or directory
55
56
57 what would this error be? :-/
58
59 --
60 Regards,
61 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] cross-compile attempt Peter Humphrey <peter@××××××××××××.uk>