Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 943734 - sys-libs/lwp-2.8 fails to compile: timer.c:51:23: error: two or more data types in declaration specifiers
Summary: sys-libs/lwp-2.8 fails to compile: timer.c:51:23: error: two or more data typ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
: 943796 (view as bug list)
Depends on:
Blocks: c23-porting
  Show dependency tree
 
Reported: 2024-11-18 08:03 UTC by Agostino Sarubbo
Modified: 2025-02-10 08:50 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,61.79 KB, text/plain)
2024-11-18 08:03 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-11-18 08:03:47 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-libs/lwp-2.8 fails to compile.
Discovered on: amd64 (internal ref: lto_tinderbox)
System: LTO-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#LTO)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-11-18 08:03:48 UTC
Created attachment 908951 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-11-21 08:04:41 UTC
*** Bug 943796 has been marked as a duplicate of this bug. ***
Comment 3 Larry the Git Cow gentoo-dev 2025-02-10 08:50:00 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6542e01818ccf338bff31589365cf3a7a764cc30

commit 6542e01818ccf338bff31589365cf3a7a764cc30
Author:     NHOrus <jy6x2b32pie9@yahoo.com>
AuthorDate: 2025-02-05 19:01:18 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-02-10 08:48:21 +0000

    sys-libs/lwp: update EAPI 7 -> 8, fix bool
    
    As bool definition is very private, replacement with stdbool.h
    doesn't affect ABI or API
    
    Closes: https://bugs.gentoo.org/943734
    Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
    Closes: https://github.com/gentoo/gentoo/pull/40454
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-libs/lwp/files/lwp-2.8-bool.patch | 14 ++++++++++++++
 sys-libs/lwp/lwp-2.8-r1.ebuild        | 22 ++++++++++++++++++++++
 2 files changed, 36 insertions(+)