Gentoo Archives: gentoo-user

From: Ashley Dixon <ash@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: [gentoo-user] PORTAGE_BUILDDIR does not exist
Date: Tue, 21 Apr 2020 20:58:38
Message-Id: 20200421205809.rnvkmdyevpm5gnwf@ad-gentoo-main.Home
1 Hi,
2
3 I've been getting this build message for every package that I attempt to emerge.
4 I'm starting to become concerned that my Portage installation is corrupt,
5 although I want to make sure before I try and embark on the lengthy
6 Portage-rescue process.
7
8 For example, if I try to emerge app-editors/emacs (a package I have never had
9 installed), I get the following error, both from emerge and a raw Python crash:
10
11 Calculating dependencies ... done!
12
13 >>> Verifying ebuild manifests
14
15 >>> Emerging (1 of 5) net-libs/liblockfile-1.16::gentoo
16 * Fetching files in the background.
17 * To view fetch progress, run in another terminal:
18 * tail -f /var/log/emerge-fetch.log
19 [Errno 2] No such file or directory: 'mount': 'mount':
20 /bin/bash -c /usr/lib/portage/python3.6/ebuild.sh clean
21 Traceback (most recent call last):
22 File "/usr/lib64/python3.6/site-packages/portage/process.py", line 382, in spawn
23 unshare_flags, cgroup)
24 File "/usr/lib64/python3.6/site-packages/portage/process.py", line 691, in _exec
25 '--make-slave', '/proc'])
26 File "/usr/lib64/python3.6/subprocess.py", line 729, in __init__
27 restore_signals, start_new_session)
28 File "/usr/lib64/python3.6/subprocess.py", line 1364, in _execute_child
29 raise child_exception_type(errno_num, err_msg, err_filename)
30 FileNotFoundError: [Errno 2] No such file or directory: 'mount': 'mount'
31 * The ebuild phase 'die_hooks' has been aborted since PORTAGE_BUILDDIR
32 * does not exist: '/var/tmp/portage/net-libs/liblockfile-1.16'
33
34 >>> Failed to emerge net-libs/liblockfile-1.16
35 * Messages for package net-libs/liblockfile-1.16:
36
37 <This is the end of the output; there are no messages from liblockfile.>
38
39 Does anyone know if anything can be done, short of re-installing and
40 re-configuring Portage ?
41
42 --
43
44 Ashley Dixon
45 suugaku.co.uk
46
47 2A9A 4117
48 DA96 D18A
49 8A7B B0D2
50 A30E BF25
51 F290 A8AA

Attachments

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

Replies

Subject Author
Re: [gentoo-user] PORTAGE_BUILDDIR does not exist Jack <ostroffjh@×××××××××××××××××.net>
Re: [gentoo-user] PORTAGE_BUILDDIR does not exist Neil Bothwick <neil@××××××××××.uk>