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

Bug 938289

Summary: gui-libs/wpebackend-fdo-1.14.2-r1 fails to compile: ipc.h:36:36: error: uint32_t has not been declared
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/40582
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 932474    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2024-08-21 21:42:43 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: gui-libs/wpebackend-fdo-1.14.2-r1 fails to compile.
Discovered on: amd64 (internal ref: gcc15_tinderbox)
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#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-08-21 21:42:44 UTC
Created attachment 900904 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-08-21 21:42:45 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


FAILED: libWPEBackend-fdo-1.0.so.1.9.4.p/src_ipc.cpp.o 
FAILED: libWPEBackend-fdo-1.0.so.1.9.4.p/src_view-backend-private.cpp.o 
../wpebackend-fdo-1.14.2/src/ipc.h:36:36: error: ‘uint32_t’ has not been declared
Comment 3 Larry the Git Cow gentoo-dev 2025-03-05 18:12:30 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d6ccff4d73341474d6746167101b94d09ceb709

commit 0d6ccff4d73341474d6746167101b94d09ceb709
Author:     Solegaiter <meartzheast877@gmail.com>
AuthorDate: 2025-02-15 12:02:06 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2025-03-05 18:12:06 +0000

    gui-libs/wpebackend-fdo: add 1.14.3 and fix to use C23.
    
    This pull request bumps this package and fixes 'ipc.h:36:36: error:
    uint32_t has not been declared' which made it impossible to compile the
    program in gcc 15.
    
    Closes: https://bugs.gentoo.org/938289
    Signed-off-by: Solegaiter <meartzheast877@gmail.com>
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>

 gui-libs/wpebackend-fdo/Manifest                   |  1 +
 .../files/wpebackend-fdo-1.14.2-c23-fix.patch      | 13 ++++++++
 .../wpebackend-fdo/wpebackend-fdo-1.14.2-r1.ebuild |  6 +++-
 .../wpebackend-fdo/wpebackend-fdo-1.14.3.ebuild    | 39 ++++++++++++++++++++++
 4 files changed, 58 insertions(+), 1 deletion(-)