Bug 726637
| Summary: | crash on 'be init' in mercurial repo | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | alberth289346 |
| Component: | be | Assignee: | Michel Lind <michel> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 15 | CC: | michel |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | be-1.0.1-2.el6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-08-13 02:25:45 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: | |||
Reported upstream: be --repo http://bugs.bugseverywhere.org/ show bea/fbe be-1.0.1-2.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/be-1.0.1-2.fc15 be-1.0.1-2.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/be-1.0.1-2.fc16 be-1.0.1-2.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/be-1.0.1-2.el6 be-1.0.1-2.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/be-1.0.1-2.fc14 Package be-1.0.1-2.fc16: * should fix your issue, * was pushed to the Fedora 16 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing be-1.0.1-2.fc16' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/be-1.0.1-2.fc16 then log in and leave karma (feedback). Details of the fix say "Remove currently broken support for arch, hg and monotone". Obviously, this does not make be work for a HG repository. Despite the update system giving me wrong fedora release, and pointing me to an non-usable site, I downloaded and installed the new version. A quick repeat of the testcase confirmed my suspicion, it says No revision control detected. BE repository initialized. now. My conclusion is that it does not fix my issue. I am sad the support was dropped. It does also mean that their documentation is wrong now (it still says that mercurial is supported. Also the fedora rpm blurb says that. be-1.0.1-2.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. be-1.0.1-2.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. be-1.0.1-2.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report. be-1.0.1-2.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report. |
Reproduction: $ hg init foo $ cd foo $ be init Traceback (most recent call last): File "/usr/bin/be", line 26, in <module> sys.exit(libbe.ui.command_line.main()) File "/usr/lib/python2.7/site-packages/libbe/ui/command_line.py", line 333, in main ret = dispatch(ui, command, args) File "/usr/lib/python2.7/site-packages/libbe/ui/command_line.py", line 265, in dispatch ret = ui.run(command, options, args) File "/usr/lib/python2.7/site-packages/libbe/command/base.py", line 535, in run return command.run(options, args) File "/usr/lib/python2.7/site-packages/libbe/command/base.py", line 263, in run self.status = self._run(**params) File "/usr/lib/python2.7/site-packages/libbe/command/init.py", line 91, in _run storage.connect() File "/usr/lib/python2.7/site-packages/libbe/storage/base.py", line 217, in connect self._connect() File "/usr/lib/python2.7/site-packages/libbe/storage/vcs/base.py", line 614, in _connect self.root() File "/usr/lib/python2.7/site-packages/libbe/storage/vcs/base.py", line 577, in root root = self._vcs_root(self.repo) File "/usr/lib/python2.7/site-packages/libbe/storage/vcs/hg.py", line 109, in _vcs_root return self._u_invoke_client('root', cwd=path) File "/usr/lib/python2.7/site-packages/libbe/storage/vcs/hg.py", line 90, in _u_invoke_client mercurial.dispatch.dispatch(fullargs) File "/usr/lib64/python2.7/site-packages/mercurial/dispatch.py", line 31, in dispatch if req.ferr: AttributeError: 'list' object has no attribute 'ferr' $ yum list mercurial be Installed Packages be.noarch 1.0.1-1.fc15 mercurial.x86_64 1.9-2.fc15