Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 941973 - net-news/liferea-1.15.8 fails to compile: date.c:485:19: error: passing argument 1 of gmtime_r from incompatible pointer type [-Wincompatible-pointer-types]
Summary: net-news/liferea-1.15.8 fails to compile: date.c:485:19: error: passing argum...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: nE0sIghT
URL: https://github.com/lwindolf/liferea/i...
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: c99-porting gcc-14-stable 953708
  Show dependency tree
 
Reported: 2024-10-22 15:05 UTC by Agostino Sarubbo
Modified: 2025-05-25 08:22 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,209.50 KB, text/plain)
2024-10-22 15:05 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-10-22 15:05:42 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: net-news/liferea-1.15.8 fails to compile.
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#CF0003
Comment 1 Agostino Sarubbo gentoo-dev 2024-10-22 15:05:43 UTC
Created attachment 906585 [details]
build.log

build log and emerge --info
Comment 2 nE0sIghT 2024-10-25 19:35:12 UTC
As for now Debian added `-Wno-error=incompatible-pointer-types` for i386: https://salsa.debian.org/debian/liferea/-/commit/a0fd8fe74434ef4b501f140d683533bea9c1a9cc
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-10-25 20:19:56 UTC
(In reply to nE0sIghT from comment #2)
> As for now Debian added `-Wno-error=incompatible-pointer-types` for i386:
> https://salsa.debian.org/debian/liferea/-/commit/
> a0fd8fe74434ef4b501f140d683533bea9c1a9cc

This is really not a good fix and it means it remains broken for 32-bit time_t.
Comment 4 nE0sIghT 2025-04-14 08:11:14 UTC
Since there is no upstream fix for this issue for more than a half of year I going to drop `x86` keyword.

Are there any objections?
Comment 5 Larry the Git Cow gentoo-dev 2025-05-25 08:22:26 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93a3499d2f81845504fad20ecff0747245fa45c8

commit 93a3499d2f81845504fad20ecff0747245fa45c8
Author:     Yuri Konotopov <ykonotopov@gnome.org>
AuthorDate: 2025-04-14 16:50:22 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-05-25 08:21:29 +0000

    net-news/liferea: drop x86 keyword
    
    Closes: https://bugs.gentoo.org/941973
    Signed-off-by: Yuri Konotopov <ykonotopov@gnome.org>
    Part-of: https://github.com/gentoo/gentoo/pull/40506
    Closes: https://github.com/gentoo/gentoo/pull/40506
    Signed-off-by: Sam James <sam@gentoo.org>

 net-news/liferea/liferea-1.15.5-r1.ebuild | 4 ++--
 net-news/liferea/liferea-1.15.8.ebuild    | 2 +-
 net-news/liferea/liferea-1.16_rc3.ebuild  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)