Summary: | dev-python/mypy-1.14.0 [native-extensions]: sets -Werror and forces -O3 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Sam James <sam> |
Component: | Current packages | Assignee: | Python Gentoo Team <python> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | eschwartz, esigra, tgyt, toralf |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 59506, 260867 | ||
Attachments: | build.log.xz |
Description
Sam James
![]() ![]() ![]() ![]() Created attachment 873779 [details]
build.log.xz
ci has reproduced this issue with version 1.8.0 - Updating summary. Note that I think GCC also recommends -O1 for large machine-generated code nowadays. ci has reproduced this issue with version 1.9.0 - Updating summary. ci has reproduced this issue with version 1.10.0 - Updating summary. ci has reproduced this issue with version 1.10.1 - Updating summary. ci has reproduced this issue with version 1.11.0 - Updating summary. ci has reproduced this issue with version 1.11.1 - Updating summary. ci has reproduced this issue with version 1.11.2 - Updating summary. ci has reproduced this issue with version 1.12.0 - Updating summary. ci has reproduced this issue with version 1.12.1 - Updating summary. ci has reproduced this issue with version 1.13.0 - Updating summary. *** Bug 945063 has been marked as a duplicate of this bug. *** The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd9fbe99c67b8b0399a8af212b36308d44b36d54 commit bd9fbe99c67b8b0399a8af212b36308d44b36d54 Author: Sam James <sam@gentoo.org> AuthorDate: 2024-12-22 00:33:30 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-12-22 00:33:30 +0000 dev-python/mypy: don't pass -Werror Closes: https://bugs.gentoo.org/916577 Closes: https://bugs.gentoo.org/944118 Signed-off-by: Sam James <sam@gentoo.org> dev-python/mypy/files/mypy-1.14.0-no-werror.patch | 11 +++++++++++ dev-python/mypy/mypy-1.14.0.ebuild | 4 ++++ 2 files changed, 15 insertions(+) The -O3 issue remains. ci has reproduced this issue with version 1.14.0 - Updating summary. It used more than 14 gigabytes before I terminated it. USE=-native-extensions helped. |