Gentoo Archives: gentoo-alt

From: "Егор Гаврилов" <gavrilovegor519@×××××.com>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] Gentoo Prefix installation error.
Date: Sat, 30 Oct 2021 15:45:19
Message-Id: CAA3UnA5n=YHTaL=sD9hJ-MyJ_GU7P+Boguj4EBEbmA0qZhYJeg@mail.gmail.com
1 I am not able install Gentoo Prefix into Termux+Proot+Ubuntu (because
2 Termux not support Glibc without Prooted distribution).
3 Logs:
4
5 >>> /home/egor/gentoo/tmp/usr/aarch64-unknown-linux-gnu/ >>>
6 /home/egor/gentoo/tmp/usr/aarch64-unknown-linux-gnu/binutils-bin/ >>>
7 /home/egor/gentoo/tmp/usr/aarch64-unknown-linux-gnu/binutils-bin/2.37_p1/
8 >>>
9 /home/egor/gentoo/tmp/usr/aarch64-unknown-linux-gnu/binutils-bin/2.37_p1/.l2s.objdump0001
10 Process Process-4: Traceback (most recent call last): File
11 "/home/egor/gentoo/tmp/usr/lib/python3.8/multiprocessing/process.py", line
12 315, in _bootstrap self.run() File
13 "/home/egor/gentoo/tmp/usr/lib/python3.8/multiprocessing/process.py", line
14 108, in run self._target(*self._args, **self._kwargs) File
15 "/home/egor/gentoo/tmp/usr/lib/python3.8/portage/util/_async/ForkProcess.py",
16 line 156, in _bootstrap sys.exit(self._run()) File
17 "/home/egor/gentoo/tmp/usr/lib/python3.8/portage/dbapi/_MergeProcess.py",
18 line 193, in _run rval = mylink.merge(self.pkgloc, self.infloc, File
19 "/home/egor/gentoo/tmp/usr/lib/python3.8/portage/dbapi/vartree.py", line
20 1766, in wrapper return f(self, *args, **kwargs) File
21 "/home/egor/gentoo/tmp/usr/lib/python3.8/portage/dbapi/vartree.py", line
22 5394, in merge retval = self.treewalk(mergeroot, myroot, inforoot,
23 myebuild, File
24 "/home/egor/gentoo/tmp/usr/lib/python3.8/portage/dbapi/vartree.py", line
25 4536, in treewalk rval = self._merge_contents(srcroot, destroot,
26 cfgfiledict) File
27 "/home/egor/gentoo/tmp/usr/lib/python3.8/portage/dbapi/vartree.py", line
28 4815, in _merge_contents if self.mergeme(srcroot, destroot, outfile,
29 secondhand, File
30 "/home/egor/gentoo/tmp/usr/lib/python3.8/portage/dbapi/vartree.py", line
31 4922, in mergeme mystat = os.lstat(mysrc) File
32 "/home/egor/gentoo/tmp/usr/lib/python3.8/portage/__init__.py", line 244, in
33 __call__ rval = self._func(*wrapped_args, **wrapped_kwargs)
34 PermissionError: [Errno 1] Operation not permitted:
35 b'/home/egor/gentoo/tmp/var/tmp/portage/sys-devel/binutils-2.37_p1/image/home/egor/gentoo/tmp/usr/aarch64-unknown-linux-gnu/binutils-bin/2.37_p1/objdump'
36
37 Script: bootstrap-prefix.sh
38
39 How to solve?