abrt 1.1.1 detected a crash. architecture: x86_64 Attached file: backtrace cmdline: /usr/bin/python /usr/bin/fedpkg clone epylog comment: First attempt to use fedpkg -- somewhat discouraging. :) component: fedora-packager executable: /usr/bin/fedpkg kernel: 2.6.33.6-147.fc13.x86_64 package: fedora-packager-0.4.2.3-1.fc13 reason: subprocess.py:1126:_execute_child:OSError: [Errno 2] No such file or directory release: Fedora release 13 (Goddard) How to reproduce ----- 1. Trying to do "fedpkg clone epylog" 2. 3.
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