Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 939732 - app-emacs/ebuild-mode-1.75 fails tests: (error "Specified time is not representable")
Summary: app-emacs/ebuild-mode-1.75 fails tests: (error "Specified time is not represe...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Normal normal
Assignee: GNU Emacs project
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks: time64-migration
  Show dependency tree
 
Reported: 2024-09-16 09:08 UTC by Agostino Sarubbo
Modified: 2024-11-12 19:59 UTC (History)
1 user (show)

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


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

Issue: app-emacs/ebuild-mode-1.75 fails tests.
Discovered on: x86 (internal ref: tinderbox_x86)
System: GCC-15-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-15)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-09-16 09:08:31 UTC
Created attachment 903102 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-09-16 09:08:32 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


   FAILED  15/25  ebuild-mode-test-time-string (0.000087 sec) at test/ebuild-mode-tests.el:64
   FAILED  ebuild-mode-test-time-string
Comment 3 Ulrich Müller gentoo-dev 2024-09-16 10:56:36 UTC
The failing test is:

  (should (string-equal
           (ebuild-mode-time-string "%Y-%m-%d %H:%M:%S" '(33451 44363))
           "2039-06-21 17:11:39"))

Not a problem of ebuild-mode, but of the C library which cannot handle the time 2039-06-21T17:11:39Z.
Comment 4 Ulrich Müller gentoo-dev 2024-11-12 19:59:26 UTC
Function ebuild-mode-time-string and its corresponding test ebuild-mode-test-time-string have been removed:
https://gitweb.gentoo.org/proj/ebuild-mode.git/commit/?id=0f5e5a7288b226594c44cb57c5e8b608916287d8

(Of course, the underlying problem still exists. Closing anyway.)