Summary: | Ugly traceback on binpkg creation failure | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Sam James <sam> |
Component: | Binary packages support | Assignee: | Portage team <dev-portage> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | zmedico |
Priority: | Normal | Keywords: | InVCS |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: |
https://bugs.gentoo.org/show_bug.cgi?id=932749 https://github.com/gentoo/portage/pull/1337 |
||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 930802 | ||
Bug Blocks: | |||
Attachments: | llvm-17.0.6:20240602-002452.log.xz |
Description
Sam James
![]() ![]() ![]() ![]() Note that we *did* handle the failure okay: """ >>> Completed (92 of 892) dev-lang/python-3.12.3-r1::gentoo >>> Emerging (93 of 892) sys-devel/llvm-17.0.6::gentoo >>> Jobs: 92 of 892 complete, 1 running Load avg: 19.5, 18.9, 15.6 >>> Jobs: 92 of 892 complete, 1 running Load avg: 19.4, 18.9, 15.7 >>> Failed to emerge sys-devel/llvm-17.0.6, Log file: >>> '/var/log/portage/build/sys-devel/llvm-17.0.6:20240602-002452.log' >>> Jobs: 92 of 892 complete, 1 failed Load avg: 43.4, 40.9, 49.4 *** Resuming merge... [...] """ I just filed because the traceback looks like we may need to give it attention anyway. The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/proj/portage.git/commit/?id=eb855b8cd1248f49649003dcfb9bf009b70e88cb commit eb855b8cd1248f49649003dcfb9bf009b70e88cb Author: Zac Medico <zmedico@gentoo.org> AuthorDate: 2024-06-02 17:56:44 +0000 Commit: Zac Medico <zmedico@gentoo.org> CommitDate: 2024-06-02 18:05:35 +0000 tar_stream_writer: Add missing error attribute This attribute was previously initialized only in an exception handler. Fixes: b8c3f38ec5ee ("Add more error handling for binpkgs") Bug: https://bugs.gentoo.org/933385 Signed-off-by: Zac Medico <zmedico@gentoo.org> lib/portage/gpkg.py | 1 + 1 file changed, 1 insertion(+) The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd08f05355b14c7594d0e0ccf46cdb2b1486cbe commit 1dd08f05355b14c7594d0e0ccf46cdb2b1486cbe Author: Sam James <sam@gentoo.org> AuthorDate: 2024-06-04 01:31:07 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2024-06-04 01:31:07 +0000 sys-apps/portage: add 3.0.65 Closes: https://bugs.gentoo.org/930802 Closes: https://bugs.gentoo.org/787623 Closes: https://bugs.gentoo.org/922629 Closes: https://bugs.gentoo.org/927241 Closes: https://bugs.gentoo.org/930992 Closes: https://bugs.gentoo.org/932739 Closes: https://bugs.gentoo.org/932804 Closes: https://bugs.gentoo.org/933297 Closes: https://bugs.gentoo.org/933385 Closes: https://bugs.gentoo.org/933442 Signed-off-by: Sam James <sam@gentoo.org> sys-apps/portage/Manifest | 1 + sys-apps/portage/portage-3.0.65.ebuild | 242 +++++++++++++++++++++++++++++++++ 2 files changed, 243 insertions(+) |