| Summary: | Many bzr commands fail due to a change in python2 | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Frédéric "LpSolit" Buclin <LpSolit> |
| Component: | RPM Packages | Assignee: | QA Team <qa-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | Normal | CC: | andrewsfarm, geiger.david68210, mageia, sysadmin-bugs, tmb |
| Version: | 6 | Keywords: | PATCH, advisory, validated_update |
| Target Milestone: | Mageia 6 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| URL: | https://bugs.launchpad.net/bzr/+bug/1644003 | ||
| Whiteboard: | MGA6-64-OK | ||
| Source RPM: | bzr-2.7.0-1.2.mga6.src.rpm | CVE: | |
| Status comment: | |||
| Attachments: | patch for bzrlib/lazy_regex.py | ||
|
Description
Frédéric "LpSolit" Buclin
2019-04-26 11:07:11 CEST
Done for mga6 and Cauldron too! Thanks Frédéric! CC:
(none) =>
geiger.david68210 Works fine (tested on Mageia 6). Thanks! :) Assigning to QA, Advisory: ======================== Since some change in python 2.7.13 and later bzr doesn't work properly anymore. e.g: it fails with commands such as 'bzr commit' So this update fixes this issue. ======================== Packages in 6/core/updates_testing: ======================== bzr-2.7.0-1.3.mga6.i586.rpm bzr-2.7.0-1.3.mga6.x86_64.rpm Source RPM: ======================== bzr-2.7.0-1.3.mga6.src.rpm Assignee:
bugsquad =>
qa-bugs Installed and tested without issues. System: Mageia 6, x86_64, Intel CPU. Tested commands: init, whoami, commit, status, add, mv, diff, check, log. $ uname -a Linux marte 4.14.106-desktop-1.mga6 #1 SMP Thu Mar 14 18:01:29 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux $ rpm -q bzr bzr-2.7.0-1.3.mga6 $ bzr init test Criou um standalone tree (formato: 2a) $ cd test/ $ bzr whoami "test <test@example.com>" $ echo "test 1 2 3\n" >> test.txt $ bzr status unknown: test.txt $ bzr add adding test.txt $ bzr commit -m "test" Submetendo to: /tmp/test/ adicionado test.txt Revisão submetida 1. $ bzr log ------------------------------------------------------------ revno: 1 committer: test <test@example.com> branch nick: test timestamp: Sun 2019-04-28 10:13:52 +0100 message: test $ bzr check Verificando árvore de trabalho em '/tmp/test'. Verificando ramo em 'file:///tmp/test/'. Verificando repositório em 'file:///tmp/test/'. verificando repositório file:///tmp/test/ formato RepositoryFormat2a() 1 versões 2 ids dos arquivos verificado o ramo file:///tmp/test/ formato Branch format 7 $ bzr status $ echo "test 1 2 3\n" >> test.txt $ bzr status modified: test.txt $ bzr diff === modified file 'test.txt' --- test.txt 2019-04-28 09:13:52 +0000 +++ test.txt 2019-04-28 09:14:51 +0000 @@ -1,1 +1,2 @@ test 1 2 3\n +test 1 2 3\n $ bzr commit -m "test 2" Submetendo to: /tmp/test/ modificado test.txt Revisão submetida 2. $ bzr log ------------------------------------------------------------ revno: 2 committer: test <test@example.com> branch nick: test timestamp: Sun 2019-04-28 10:15:08 +0100 message: test 2 ------------------------------------------------------------ revno: 1 committer: test <test@example.com> branch nick: test timestamp: Sun 2019-04-28 10:13:52 +0100 message: test $ bzr mv test.txt .bzr/ test.txt $ bzr mv test.txt test2.txt test.txt => test2.txt $ bzr commit -m "test 3" Submetendo to: /tmp/test/ renomeado test.txt => test2.txt Revisão submetida 3. $ bzr log ------------------------------------------------------------ revno: 3 committer: test <test@example.com> branch nick: test timestamp: Sun 2019-04-28 10:18:16 +0100 message: test 3 ------------------------------------------------------------ revno: 2 committer: test <test@example.com> branch nick: test timestamp: Sun 2019-04-28 10:15:08 +0100 message: test 2 ------------------------------------------------------------ revno: 1 committer: test <test@example.com> branch nick: test timestamp: Sun 2019-04-28 10:13:52 +0100 message: test CC:
(none) =>
mageia Validating. Advisory in Comment 3. Keywords:
(none) =>
validated_update
Thomas Backlund
2019-05-12 10:40:04 CEST
Keywords:
(none) =>
advisory An update for this issue has been pushed to the Mageia Updates repository. https://advisories.mageia.org/MGAA-2019-0033.html Resolution:
(none) =>
FIXED |