Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 940170 - dev-libs/date-3.0.1_p20240913 fails tests
Summary: dev-libs/date-3.0.1_p20240913 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Jonas Toth
URL:
Whiteboard:
Keywords: PullRequest, TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-09-23 14:07 UTC by Agostino Sarubbo
Modified: 2024-12-28 14:12 UTC (History)
4 users (show)

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


Attachments
build.log (build.log,70.07 KB, text/plain)
2024-09-23 14:07 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 2024-09-23 14:07:46 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-libs/date-3.0.1_p20240913 fails tests.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-09-23 14:07:47 UTC
CC'ing also the author of the commit (5f26af9a3dddaabf799978636bbe69bd8de708ac)
Comment 2 Agostino Sarubbo gentoo-dev 2024-09-23 14:07:48 UTC
Created attachment 903616 [details]
build.log

build log and emerge --info
Comment 3 Agostino Sarubbo gentoo-dev 2024-09-23 14:07:49 UTC
Error(s) that match a know pattern:


./testit: line 102:   625 Aborted                 ./$TEST_EXE
./testit: line 102:   638 Aborted                 ./$TEST_EXE
./testit: line 102:    65 Aborted                 ./$TEST_EXE
./testit: line 102:   680 Aborted                 ./$TEST_EXE
./testit: line 102:   689 Aborted                 ./$TEST_EXE
./testit: line 102:    74 Aborted                 ./$TEST_EXE
./testit: line 102:    83 Aborted                 ./$TEST_EXE
./testit: line 102:    99 Aborted                 ./$TEST_EXE
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-09-23 14:09:44 UTC
  what():  Timezone database not found at "/var/tmp/portage/dev-libs/date-3.0.1_p20240913/homedir/Downloads/tzdata"
./testit: line 102:   680 Aborted                 ./$TEST_EXE
Comment 5 Vladislav Grudinin 2024-09-27 12:14:28 UTC
I had a problem with loading tzdb locally.
Parsing issue was introduced in
https://github.com/HowardHinnant/date/commit/155c6b9e76e462e1d47ea528ca87f366adccdea3
and fixed two days later in
https://github.com/HowardHinnant/date/commit/51ce7e131079c061533d741be5fe7cca57f2faac.

Right now dev-libs/date-3.0.1_p20240913 references commit 155c6b9e76e462e1d47ea528ca87f366adccdea3 with broken parsing.
Comment 6 Jonas Toth 2024-10-13 19:55:17 UTC
there was a new release of the upstream library. it probably makes sense to add this one now.
Comment 7 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-12-27 18:51:10 UTC
commit 3b722c5ac54a409a9e5920703d079c2b1c95f8c3
Author: Filip Kobierski <fkobi@pm.me>
Date:   Tue Nov 26 10:48:49 2024 +0100

    dev-libs/date: add 3.0.3

    Bug: https://bugs.gentoo.org/846485
    Signed-off-by: Filip Kobierski <fkobi@pm.me>
    Signed-off-by: Sam James <sam@gentoo.org>

done, I think?
Comment 8 Filip Kobierski 2024-12-28 09:57:14 UTC
I thought that bugs should be closed when the issue in question is no longer in the tree.
Should they be closed if a new addition to a tree is free of the bug?
Comment 9 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-12-28 14:12:48 UTC
(In reply to Filip Kobierski from comment #8)
> I thought that bugs should be closed when the issue in question is no longer
> in the tree.
> Should they be closed if a new addition to a tree is free of the bug?

Well, at the very least, should be tagged with `Bug:`. As for when to close, it depends on how user visible it is, I suppose. If you expect dupes, you can keep it open until the last version with it is gone. But the flipside is people often forget.