Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 743118 - app-misc/datefudge-1.24 fails to compile: datefudge.c:77:5: error: conflicting types for ‘gettimeofday’
Summary: app-misc/datefudge-1.24 fails to compile: datefudge.c:77:5: error: conflictin...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: s390 Linux
: Normal normal (vote)
Assignee: Zoltan Puskas
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 740582
  Show dependency tree
 
Reported: 2020-09-17 08:21 UTC by Agostino Sarubbo
Modified: 2022-07-21 23:04 UTC (History)
2 users (show)

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


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

Issue: app-misc/datefudge-1.24 fails to compile.
Discovered on: s390 (internal ref: s390_at)
Comment 1 Agostino Sarubbo gentoo-dev 2020-09-17 08:21:31 UTC
Created attachment 660981 [details]
build.log

build log and emerge --info
Comment 2 Zoltan Puskas 2022-07-21 17:05:44 UTC
glibc 2.31 has changed gettimeofday() function signature, and datefudge has been updated to match it. See: https://salsa.debian.org/debian/datefudge/-/commit/508fc0f371a5b056c1b7c9379b3446eb60af774a

This test was run with glibc-2.30 (also a long time ago), thus the failure. However <glibc-2.33 has been masked in portage tree since 2021-06-13, so this bug should not be an issue any more.