View previous topic :: View next topic |
Author |
Message |
easyname n00b

Joined: 15 Jun 2020 Posts: 9
|
Posted: Sun Jun 21, 2020 10:41 am Post subject: Installing SystemD |
|
|
I'm trying to rescue my install after failing to install systemD
Code: | emerge -v systemd
Warning: File compression unsupported bzip2. Missing package: app-arch/bzip2
[Errno 2] No such file or directory: 'mount':
/bin/bash -c /usr/lib/portage/python3.9/ebuild.sh pretend
Traceback (most recent call last):
File "/usr/lib/python3.9/site-packages/portage/process.py", line 388, in spawn
_exec(binary, mycommand, opt_name, fd_pipes,
File "/usr/lib/python3.9/site-packages/portage/process.py", line 699, in _exec
s = subprocess.Popen(['mount',
File "/usr/lib/python3.9/subprocess.py", line 947, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.9/subprocess.py", line 1819, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'mount'
* The ebuild phase 'pretend' has exited unexpectedly. This type of
* behavior is known to be triggered by things such as failed variable
* assignments (bug #190128) or bad substitution errors (bug #200313).
* Normally, before exiting, bash should have displayed an error message
* above. If bash did not produce an error message above, it's possible
* that the ebuild has called `exit` when it should have called `die`
* instead. This behavior may also be triggered by a corrupt bash binary or
* a hardware problem such as memory or cpu malfunction. If the problem is
* not reproducible or it appears to occur randomly, then it is likely to
* be triggered by a hardware problem. If you suspect a hardware problem
* then you should try some basic hardware diagnostics such as memtest.
* Please do not report this as a bug unless it is consistently
* reproducible and you are sure that your bash binary and hardware are
* functioning properly. |
I get his error on arch/gentoo/sysrecue live usb.
Anyone know what's up? |
|
Back to top |
|
 |
Hu Moderator

Joined: 06 Mar 2007 Posts: 16456
|
Posted: Sun Jun 21, 2020 3:32 pm Post subject: |
|
|
It appears you have no mount, which is usually provided by sys-apps/util-linux. How did you get the system into this state? Portage is also warning that app-arch/bzip2 is missing, which is another package that should always be present. You might be able to get past this if you turn off the feature(s) that cause Portage to want to use mount, but I would suggest first understanding why these packages are missing. |
|
Back to top |
|
 |
mike155 Advocate

Joined: 17 Sep 2010 Posts: 2564 Location: Frankfurt, Germany
|
Posted: Sun Jun 21, 2020 3:59 pm Post subject: |
|
|
A minor nit:
Lennart Poettering wrote:
Quote: | Spelling
Yes, it is written systemd, not system D or System D, or even SystemD. And it isn't system d either. |
|
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|