Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 907137 - [guru] app-text/lizard-1.17.10 fails tests
Summary: [guru] app-text/lizard-1.17.10 fails tests
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: David Roman
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-25 07:27 UTC by Agostino Sarubbo
Modified: 2023-07-27 13:52 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,436.97 KB, text/plain)
2023-05-25 07:27 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-05-25 07:27:32 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-text/lizard-1.17.10 fails tests.
Discovered on: amd64 (internal ref: guru_ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-05-25 07:27:36 UTC
Created attachment 862535 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-05-25 07:27:37 UTC
Error(s) that match a know pattern:


                            except ValueError:
FAILED test/test_languages/testFortran.py::TestFortran::test_complexity - re....
FAILED test/test_languages/testFortran.py::TestFortran::test_composed_tokens
FAILED test/test_languages/testFortran.py::TestFortran::test_empty - re.error...
FAILED test/test_languages/testFortran.py::TestFortran::test_function - re.er...
FAILED test/test_languages/testFortran.py::TestFortran::test_if - re.error: g...
FAILED test/test_languages/testFortran.py::TestFortran::test_if_else - re.err...
FAILED test/test_languages/testFortran.py::TestFortran::test_labeled_do - re....
FAILED test/test_languages/testFortran.py::TestFortran::test_macro_branched
FAILED test/test_languages/testFortran.py::TestFortran::test_module - re.erro...
FAILED test/test_languages/testFortran.py::TestFortran::test_module_procedure
FAILED test/test_languages/testFortran.py::TestFortran::test_subroutine - re....
E                               re.error: global flags not at the start of the expression at position 14
Comment 3 David Roman 2023-07-24 13:09:58 UTC
seems that lizard still depends on python 3.10. I opened an issue upstream: https://github.com/terryyin/lizard/issues/374
Comment 4 Larry the Git Cow gentoo-dev 2023-07-27 13:52:25 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fb3679d5071a1b10333c964b121eab0223cfb803

commit fb3679d5071a1b10333c964b121eab0223cfb803
Author:     David Roman <davidroman96@gmail.com>
AuthorDate: 2023-07-27 13:50:59 +0000
Commit:     David Roman <davidroman96@gmail.com>
CommitDate: 2023-07-27 13:50:59 +0000

    app-text/lizard: add support for python3.11
    
    Closes: https://bugs.gentoo.org/907137
    Signed-off-by: David Roman <davidroman96@gmail.com>

 app-text/lizard/files/lizard-1.17.10-py3.11.patch | 60 +++++++++++++++++++++++
 app-text/lizard/lizard-1.17.10-r1.ebuild          | 28 +++++++++++
 2 files changed, 88 insertions(+)