Bug 619763
| Summary: | [abrt] crash in fedora-packager-0.4.2.3-1.fc13: subprocess.py:1126:_execute_child:OSError: [Errno 2] No such file or directory | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Konstantin Ryabitsev <icon> | ||||
| Component: | fedora-packager | Assignee: | Dennis Gilmore <dennis> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 13 | CC: | chwang, dcantrell, dennis, luya, mschmidt, stijn | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | abrt_hash:b60b5002 | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2010-08-12 06:11:18 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Konstantin Ryabitsev
2010-07-30 13:20:24 UTC
Created attachment 435550 [details]
File: backtrace
Please update to 0.5.1.0-1.fc13 Hmm.. abrt is actually incorrect reporting the version.
$ rpm -qf /usr/bin/fedpkg
fedora-packager-0.5.1.0-1.fc13.noarch
$ fedpkg clone epylog
Traceback (most recent call last):
File "/usr/bin/fedpkg", line 959, in <module>
args.command(args)
File "/usr/bin/fedpkg", line 409, in clone
pyfedpkg.clone(args.module[0], args.user, args.path, args.branch)
File "/usr/lib/python2.6/site-packages/pyfedpkg/__init__.py", line 302, in clone
_run_command(cmd)
File "/usr/lib/python2.6/site-packages/pyfedpkg/__init__.py", line 115, in _run_command
stderr=sys.stderr, shell=shell)
File "/usr/lib64/python2.6/subprocess.py", line 483, in check_call
retcode = call(*popenargs, **kwargs)
File "/usr/lib64/python2.6/subprocess.py", line 470, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib64/python2.6/subprocess.py", line 621, in __init__
errread, errwrite)
File "/usr/lib64/python2.6/subprocess.py", line 1126, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
[dennis@pegasus fedora]$ fedpkg clone epylog Cloning into epylog... remote: Counting objects: 153, done. remote: Compressing objects: 100% (61/61), done. remote: Total 153 (delta 82), reused 153 (delta 82) Receiving objects: 100% (153/153), 19.46 KiB, done. Resolving deltas: 100% (82/82), done. [dennis@pegasus fedora]$ rpm -q fedora-packager fedora-packager-0.5.0.1-3.fc13.noarch That doesn't really help me. Konstantin, may be a simple question, but do you have git installed? Ding. I guess someone forgot to add it as a dep to fedora-packager. :) It works now (at least as far as "fedpkg co"). I expected to get a git dep through our dep on GitPython, but that didn't seem to happen. We should explicitly depend on git as well I suppose. Package: fedora-packager-0.5.1.0-1.fc13 Architecture: i686 OS Release: Fedora release 13 (Goddard) How to reproduce ----- 1. Update fedora-packager to 0.5.1 2. fedkpg clone eclipse-mylyn 3. fedpkg clone -B eclipse-mylyn (Both commands fail) Comment ----- Fedora-cvs presently works on this machine, I believe any required certificate files are all right. Ah, it was indeed the lack of git on this machine that was causing the error. Installing it makes the crashes go away. Package: fedora-packager-0.5.1.0-1.fc13 Architecture: i686 OS Release: Fedora release 13 (Goddard) How to reproduce ----- 1. Use the command: fedpkg clone <yourpackage> 2. 3. Comment ----- Crash happened when attempting to clone a package GitPython update will solve this. https://admin.fedoraproject.org/updates/GitPython-0.2.0-0.3.beta1.fc13 |