From: Mick <michaelkintzios@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] cross-compile attempt
Date: Mon, 01 Aug 2016 17:21:52 +0100 [thread overview]
Message-ID: <5723964.0T9jYVJXPS@dell_xps> (raw)
In-Reply-To: <1741521.Dge7ti9OX5@dell_xps>
[-- Attachment #1: Type: text/plain, Size: 2650 bytes --]
On Monday 01 Aug 2016 16:49:15 Mick wrote:
> Thank you Peter, I seem to have posted a few seconds before I received your
> message. From what you're showing above I seem to have not performed a
> correct mount of the chroot fs. I better rinse and repeat ...
Hmm ... I followed the handbook this time to make sure all is correctly
mounted:
gentoo-32bit # mount | grep 32bit
proc on /mnt/iso/gentoo-32bit/proc type proc (rw,relatime)
sysfs on /mnt/iso/gentoo-32bit/sys type sysfs
(rw,nosuid,nodev,noexec,relatime)
debugfs on /mnt/iso/gentoo-32bit/sys/kernel/debug type debugfs
(rw,nosuid,nodev,noexec,relatime)
fusectl on /mnt/iso/gentoo-32bit/sys/fs/fuse/connections type fusectl
(rw,nosuid,nodev,noexec,relatime)
efivarfs on /mnt/iso/gentoo-32bit/sys/firmware/efi/efivars type efivarfs
(rw,nosuid,nodev,noexec,relatime)
cgroup_root on /mnt/iso/gentoo-32bit/sys/fs/cgroup type tmpfs
(rw,nosuid,nodev,noexec,relatime,size=10240k,mode=755)
openrc on /mnt/iso/gentoo-32bit/sys/fs/cgroup/openrc type cgroup
(rw,nosuid,nodev,noexec,relatime,release_agent=/lib64/rc/sh/cgroup-release-
agent.sh,name=openrc)
cpuset on /mnt/iso/gentoo-32bit/sys/fs/cgroup/cpuset type cgroup
(rw,nosuid,nodev,noexec,relatime,cpuset)
cpu on /mnt/iso/gentoo-32bit/sys/fs/cgroup/cpu type cgroup
(rw,nosuid,nodev,noexec,relatime,cpu)
cpuacct on /mnt/iso/gentoo-32bit/sys/fs/cgroup/cpuacct type cgroup
(rw,nosuid,nodev,noexec,relatime,cpuacct)
blkio on /mnt/iso/gentoo-32bit/sys/fs/cgroup/blkio type cgroup
(rw,nosuid,nodev,noexec,relatime,blkio)
freezer on /mnt/iso/gentoo-32bit/sys/fs/cgroup/freezer type cgroup
(rw,nosuid,nodev,noexec,relatime,freezer)
net_cls on /mnt/iso/gentoo-32bit/sys/fs/cgroup/net_cls type cgroup
(rw,nosuid,nodev,noexec,relatime,net_cls)
net_prio on /mnt/iso/gentoo-32bit/sys/fs/cgroup/net_prio type cgroup
(rw,nosuid,nodev,noexec,relatime,net_prio)
pids on /mnt/iso/gentoo-32bit/sys/fs/cgroup/pids type cgroup
(rw,nosuid,nodev,noexec,relatime,pids)
dev on /mnt/iso/gentoo-32bit/dev type devtmpfs
(rw,nosuid,relatime,size=10240k,nr_inodes=1915538,mode=755)
mqueue on /mnt/iso/gentoo-32bit/dev/mqueue type mqueue
(rw,nosuid,nodev,noexec,relatime)
devpts on /mnt/iso/gentoo-32bit/dev/pts type devpts
(rw,nosuid,noexec,relatime,gid=5,mode=620)
shm on /mnt/iso/gentoo-32bit/dev/shm type tmpfs
(rw,nosuid,nodev,noexec,relatime)
I must be doing some newbie error ... because I still get:
gentoo-32bit # linux32 chroot /mnt/iso/gentoo-32bit /bin/bash
chroot: failed to run command ‘/bin/bash’: No such file or directory
what would this error be? :-/
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
next prev parent reply other threads:[~2016-08-01 16:21 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-31 18:40 [gentoo-user] cross-compile attempt Mick
2016-07-31 20:15 ` Jeremi Piotrowski
2016-07-31 20:18 ` Andrew Savchenko
2016-07-31 22:31 ` Mick
2016-08-01 13:51 ` Mick
2016-08-01 15:31 ` Peter Humphrey
2016-08-01 15:49 ` Mick
2016-08-01 16:21 ` Mick [this message]
2016-08-02 8:46 ` Peter Humphrey
2016-08-02 11:56 ` Neil Bothwick
2016-08-03 0:26 ` [gentoo-user] " Ian Zimmerman
2016-08-03 8:20 ` Neil Bothwick
2016-08-03 17:26 ` james
2016-08-03 20:11 ` R0b0t1
2016-07-31 20:36 ` [gentoo-user] " james
2016-08-01 15:23 ` waltdnes
2016-08-01 15:46 ` [gentoo-user] Re: [was cross-compile attempt] 32bit chroot Mick
2016-08-01 16:19 ` waltdnes
2016-08-01 16:32 ` Mick
2016-08-01 17:57 ` Mick
2016-08-01 21:21 ` Mick
2016-08-01 23:11 ` Jeremi Piotrowski
2016-08-02 4:33 ` waltdnes
2016-08-02 5:29 ` Mick
2016-08-02 9:22 ` Peter Humphrey
2016-08-02 14:33 ` Neil Bothwick
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=5723964.0T9jYVJXPS@dell_xps \
--to=michaelkintzios@gmail.com \
--cc=gentoo-user@lists.gentoo.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox