Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1481952 Details for
Bug 1626879
[abrt] mock: _execute_child(): subprocess.py:1344:_execute_child:FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/yum-builddep': '/usr/bin/yum-builddep'
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
File: backtrace
backtrace (text/plain), 4.41 KB, created by
Robin Lee
on 2018-09-10 01:51:54 UTC
(
hide
)
Description:
File: backtrace
Filename:
MIME Type:
Creator:
Robin Lee
Created:
2018-09-10 01:51:54 UTC
Size:
4.41 KB
patch
obsolete
>subprocess.py:1344:_execute_child:FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/yum-builddep': '/usr/bin/yum-builddep' > >Traceback (most recent call last): > File "/usr/libexec/mock/mock", line 977, in <module> > main() > File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 96, in trace > result = func(*args, **kw) > File "/usr/libexec/mock/mock", line 766, in main > run_command(options, args, config_opts, commands, buildroot, state) > File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 96, in trace > result = func(*args, **kw) > File "/usr/libexec/mock/mock", line 861, in run_command > do_rebuild(config_opts, commands, buildroot, options, args) > File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 96, in trace > result = func(*args, **kw) > File "/usr/libexec/mock/mock", line 541, in do_rebuild > post=post_build, clean=clean) > File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 96, in trace > result = func(*args, **kw) > File "/usr/libexec/mock/mock", line 482, in rebuild_generic > ret = cmd(item) > File "/usr/libexec/mock/mock", line 522, in build > check=config_opts['check'], spec=options.spec) > File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 96, in trace > result = func(*args, **kw) > File "/usr/lib/python3.6/site-packages/mockbuild/backend.py", line 275, in build > self.installSrpmDeps(rebuilt_srpm) > File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 96, in trace > result = func(*args, **kw) > File "/usr/lib/python3.6/site-packages/mockbuild/backend.py", line 203, in installSrpmDeps > self.buildroot.pkg_manager.builddep(*srpms, check=True) > File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 96, in trace > result = func(*args, **kw) > File "/usr/lib/python3.6/site-packages/mockbuild/package_manager.py", line 159, in builddep > return self.execute('builddep', returnOutput=1, *args) > File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 96, in trace > result = func(*args, **kw) > File "/usr/lib/python3.6/site-packages/mockbuild/package_manager.py", line 129, in execute > out = util.do(invocation, env=env, **kwargs) > File "/usr/lib/python3.6/site-packages/mockbuild/trace_decorator.py", line 96, in trace > result = func(*args, **kw) > File "/usr/lib/python3.6/site-packages/mockbuild/util.py", line 589, in do > preexec_fn=preexec, > File "/usr/lib64/python3.6/subprocess.py", line 709, in __init__ > restore_signals, start_new_session) > File "/usr/lib64/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: '/usr/bin/yum-builddep': '/usr/bin/yum-builddep' > >Local variables in innermost frame: >err_filename: '/usr/bin/yum-builddep' >child_exec_never_called: False >errno_num: 2 >child_exception_type: <class 'OSError'> >err_msg: "No such file or directory: '/usr/bin/yum-builddep'" >hex_errno: bytearray(b'2') >exception_name: bytearray(b'OSError') >sts: 65280 >pid: 27895 >part: b'' >errpipe_data: bytearray(b'OSError:2:') >devnull_fd: None >fds_to_keep: {19} >executable_list: (b'/usr/bin/yum-builddep',) >v: 'C.UTF-8' >k: b'LC_MESSAGES' >env_list: [b'TERM=vt100', b'SHELL=/bin/bash', b'HOME=/builddir', b'HOSTNAME=mock', b'PATH=/usr/bin:/bin:/usr/sbin:/sbin', b'PROMPT_COMMAND=printf "\\033]0;<mock-chroot>\\007"', b'PS1=<mock-chroot> \\s-\\v\\$ ', b'LANG=en_US.UTF-8', b'LC_MESSAGES=C.UTF-8'] >low_fds_to_close: [] >errpipe_write: 19 >errpipe_read: 18 >orig_executable: '/usr/bin/yum-builddep' >start_new_session: False >restore_signals: True >errwrite: 17 >errread: 16 >c2pwrite: 14 >c2pread: -1 >p2cwrite: -1 >p2cread: 15 >shell: False >creationflags: 0 >startupinfo: None >env: {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"', 'PS1': '<mock-chroot> \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8', 'LC_MESSAGES': 'C.UTF-8'} >cwd: None >pass_fds: () >close_fds: True >preexec_fn: <mockbuild.util.ChildPreExec object at 0x7f69ef144898> >args: ['/usr/bin/yum-builddep', '--installroot', '/var/lib/mock/epel-7-x86_64/root/', '--releasever', '7', '/var/lib/mock/epel-7-x86_64/root//builddir/build/SRPMS/dpkg-1.18.25-3.el7.src.rpm'] >self: <subprocess.Popen object at 0x7f69ef144ac8> >executable: b'/usr/bin/yum-builddep'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1626879
: 1481952 |
1481953
|
1481954
|
1481955
|
1481956
|
1481957
|
1481958