https://bugzilla.redhat.com/show_bug.cgi?id=1252723
Bug ID: 1252723 Summary: git annex addurl fails if quvi is not installed Product: Fedora Version: 22 Component: git-annex Assignee: mathstuf@gmail.com Reporter: dcleal@redhat.com QA Contact: extras-qa@fedoraproject.org CC: haskell-devel@lists.fedoraproject.org, mathstuf@gmail.com
Description of problem: Since Fedora 22, git-annex addurl fails when the video download tool "quvi" is not installed. It appears to try and run "quvi --version" and should handle it being missing, but instead the whole git-annex command fails.
This works correctly on Fedora 21.
Version-Release number of selected component (if applicable): git-annex-5.20140717-6.fc22
How reproducible: Always
Steps to Reproduce: 1. Commit an ordinary file to a git repository. 2. git annex addurl --file test http://example.com
Actual results: git-annex: quvi: createProcess: runInteractiveProcess: exec: does not exist (No such file or directory) failed git-annex: addurl: 1 failed
Expected results: addurl test (downloading http://example.com ...) [..] ok
Additional info: An strace of both F22 and F21 versions shows the same, that it's trying to run the quvi command. I guess something in the exception handling has changed.
2065 execve("/usr/libexec/git-core/quvi", ["quvi", "--version"], [/* 26 vars */]) = -1 ENOENT (No such file or directory) 2065 execve("/usr/local/sbin/quvi", ["quvi", "--version"], [/* 26 vars */]) = -1 ENOENT (No such file or directory) 2065 execve("/usr/local/bin/quvi", ["quvi", "--version"], [/* 26 vars */]) = -1 ENOENT (No such file or directory) 2065 execve("/usr/sbin/quvi", ["quvi", "--version"], [/* 26 vars */]) = -1 ENOENT (No such file or directory) 2065 execve("/usr/bin/quvi", ["quvi", "--version"], [/* 26 vars */]) = -1 ENOENT (No such file or directory) 2065 execve("/root/bin/quvi", ["quvi", "--version"], [/* 26 vars */]) = -1 ENOENT (No such file or directory)
https://bugzilla.redhat.com/show_bug.cgi?id=1252723
--- Comment #1 from Dominic Cleal dcleal@redhat.com --- Created attachment 1061844 --> https://bugzilla.redhat.com/attachment.cgi?id=1061844&action=edit backport fix to dist-git master branch
Seems this has already been fixed in a newer git-annex version: https://github.com/joeyh/git-annex/commit/d3b61d69b10371676d8ef580a108c72210... https://github.com/joeyh/git-annex/commit/6726ce81163d6e8cac398e3489a9160742...
The bug's due to using ghc-process 1.2.0 in F22, while F21 had 1.1.0.
Attached a patch for git-annex's dist-git master (rawhide) branch to backport the fix, which works for me.
https://bugzilla.redhat.com/show_bug.cgi?id=1252723
Fedora End Of Life jkurik@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |EOL Last Closed| |2016-07-19 13:28:58
--- Comment #2 from Fedora End Of Life jkurik@fedoraproject.org --- Fedora 22 changed to end-of-life (EOL) status on 2016-07-19. Fedora 22 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug.
If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug.
Thank you for reporting this bug and we are sorry it could not be fixed.
https://bugzilla.redhat.com/show_bug.cgi?id=1252723
Dominic Cleal dominic@cleal.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |NEW CC| |dominic@cleal.org Version|22 |24 Resolution|EOL |--- Keywords| |Reopened
--- Comment #3 from Dominic Cleal dominic@cleal.org --- Still an issue in Fedora 24.
https://bugzilla.redhat.com/show_bug.cgi?id=1252723
Jens Petersen petersen@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED
--- Comment #4 from Jens Petersen petersen@redhat.com --- I wonder if this is fixed upstream?
Maybe you can https://copr.fedorainfracloud.org/coprs/petersen/git-annex/ which has the latest version.
i think this only affects F24 since quvi support was disabled in F25+ alas.
I could push an update for F24 if it is worthwhile.
https://bugzilla.redhat.com/show_bug.cgi?id=1252723
--- Comment #5 from Fedora End Of Life jkurik@fedoraproject.org --- This message is a reminder that Fedora 24 is nearing its end of life. Approximately 2 (two) weeks from now Fedora will stop maintaining and issuing updates for Fedora 24. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '24'.
Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version.
Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 24 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above.
Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.
https://bugzilla.redhat.com/show_bug.cgi?id=1252723
Fedora End Of Life jkurik@fedoraproject.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution|--- |EOL Last Closed|2016-07-19 13:28:58 |2017-08-08 08:07:41
--- Comment #6 from Fedora End Of Life jkurik@fedoraproject.org --- Fedora 24 changed to end-of-life (EOL) status on 2017-08-08. Fedora 24 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug.
If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug.
Thank you for reporting this bug and we are sorry it could not be fixed.
haskell-devel@lists.stg.fedoraproject.org