Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 674930 - sys-apps/portage: mount command missing during catalyst stage2
Summary: sys-apps/portage: mount command missing during catalyst stage2
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Portage team
URL:
Whiteboard:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2019-01-09 02:48 UTC by Zac Medico
Modified: 2019-01-09 04:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zac Medico gentoo-dev 2019-01-09 02:48:49 UTC
[Errno 2] No such file or directory: 'mount': 'mount':
   /bin/bash -c /var/tmp/portage/._portage_reinstall_.cohflaxn/bin/ebuild.sh pretend
Traceback (most recent call last):
  File "/usr/lib/python3.6/site-packages/portage/process.py", line 380, in spawn
    unshare_flags, cgroup)
  File "/usr/lib/python3.6/site-packages/portage/process.py", line 589, in _exec
    '--make-slave', '/proc'])
  File "/usr/lib/python3.6/subprocess.py", line 709, in __init__
    restore_signals, start_new_session)
  File "/usr/lib/python3.6/subprocess.py", line 1344, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'mount': 'mount'
Comment 1 Larry the Git Cow gentoo-dev 2019-01-09 04:01:58 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38159877ecb71c85e6855e7ee0a49deba8fed07

commit c38159877ecb71c85e6855e7ee0a49deba8fed07
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2019-01-09 03:56:42 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2019-01-09 04:01:37 +0000

    sys-apps/portage: add util-linux dep
    
    Closes: https://bugs.gentoo.org/674930
    Package-Manager: Portage-2.3.54, Repoman-2.3.12
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 sys-apps/portage/{portage-2.3.54.ebuild => portage-2.3.54-r1.ebuild} | 1 +
 sys-apps/portage/portage-9999.ebuild                                 | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)