Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upGit Cola crash on repo open #991
Comments
This comment has been minimized.
This comment has been minimized.
Please test the latest in master (which has a workaround for this). I would recommend using python3 for openSUSE (simplest is to tweak the I'll be tagging a new release this weekend. The openSUSE maintainers should probably pickup that version as soon as it's released, and they can prepare for it by switching their packaging to use |
This comment has been minimized.
This comment has been minimized.
Thanks! Will do. |
This comment has been minimized.
This comment has been minimized.
@davvid any news about new release? |
This comment has been minimized.
This comment has been minimized.
|
This comment has been minimized.
This comment has been minimized.
Thanks! Will ask Suse maintainers to update: |
This comment has been minimized.
This comment has been minimized.
@akontsevich Latest stable version has been submitted to review. |
This comment has been minimized.
This comment has been minimized.
@mbajor still crashes:
Do You use |
This comment has been minimized.
This comment has been minimized.
@akontsevich I do not use python3. Git Cola declares compatibility with Python 2.6 and above, and 3.
Build steps:
|
This comment has been minimized.
This comment has been minimized.
@akontsevich Could you check one more time? |
This comment has been minimized.
This comment has been minimized.
@mbajor thanks, this one works like a charm! |
This comment has been minimized.
This comment has been minimized.
@akontsevich Thanks for test. Submitting to the repository. |
This comment has been minimized.
This comment has been minimized.
Thanks for updating to python3. Yes, while I still use 2.7 for most development on debian, the opensuse py2 PyQt5 modules don't seem to be working as well as the py3 ones, so we might as well go with those, which is what you've done. cheers As you noted there's still one remaining concern. We have to patch the Doing something simple like:
in the install step should do the trick. Minor tweak -- dos2unix shouldn't be needed anymore. I'm adding an official fix for the rebase editor into the build system but it won't be available until the next release at the earliest (unless you take cherry-pick the change into the src.rpm). A tweak in the spec might be simpler until then. Thanks for the heads-up. I'll mention this issue in the commit so that you can pickup the patch if needed. |
Add distutils commands to handle fixing up the #! lines for our private share/git-cola/bin scripts (specifically, git-xbase). This ensures that the #! lines are updated for git-xbase when building with alternate pythons. Previously, this script would retain the original `env python`, which may not be the same python as was used during installation. Related-to: #991 Signed-off-by: David Aguilar <davvid@gmail.com>
This comment has been minimized.
This comment has been minimized.
Began to crash on repo open again:
|
git-cola starts fine, however when try to open any repo crash happen:
Started recently in openSUSE Tumbleweed, previously worked fine. How to fix?