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: CONFIRMED
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:
Depends on:
Blocks: c99-porting gcc-14-stable
  Show dependency tree
 
Reported: 2024-10-22 15:05 UTC by Agostino Sarubbo
Modified: 2024-10-25 20:19 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.