Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 912720

Summary: gnome-extra/evolution-data-server-3.48.x fails to parse date because of strict aliasing violation (with gcc 13?)
Product: Gentoo Linux Reporter: Shiba <shibotto>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: normal CC: joakim.tjernlund, pascal.rebreyend, sam
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://gitlab.gnome.org/GNOME/evolution-data-server/-/issues/484
https://gitlab.gnome.org/GNOME/evolution/-/issues/2485
https://gitlab.gnome.org/GNOME/evolution-data-server/-/merge_requests/126
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 865117    

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(+)