Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 912720 - gnome-extra/evolution-data-server-3.48.x fails to parse date because of strict aliasing violation (with gcc 13?)
Summary: gnome-extra/evolution-data-server-3.48.x fails to parse date because of stric...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: gcc-13
  Show dependency tree
 
Reported: 2023-08-21 08:40 UTC by Shiba
Modified: 2023-08-21 12:06 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shiba 2023-08-21 08:40:54 UTC
evolution-data-server fails to parse new email date (possibly with the latest stable GCC?). A fix is available upstream for 3.49.2, but it will not be backportd since no further release is planned for the 3.48 branch.

Related bug reports:
https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/484
https://gitlab.gnome.org/GNOME/evolution/-/issues/2485

Fix:
https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/126
Comment 1 Larry the Git Cow gentoo-dev 2023-08-21 12:06:12 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2291736e5d1f2949b581bb87ce181dc8cb86bafb

commit 2291736e5d1f2949b581bb87ce181dc8cb86bafb
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-08-21 12:05:51 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-08-21 12:06:05 +0000

    gnome-extra/evolution-data-server: backport date parsing fix (strict aliasing)
    
    Closes: https://bugs.gentoo.org/912720
    Signed-off-by: Sam James <sam@gentoo.org>

 .../evolution-data-server-3.48.4-r1.ebuild         | 145 +++++++++++++++++++++
 .../files/3.48.4-aliasing-fix.patch                |  37 ++++++
 2 files changed, 182 insertions(+)