Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 927801 - [guru] dev-embedded/qdl-1.0 fails to compile: patch.c:49:16: error: implicit declaration of function strtoul [-Wimplicit-function-declaration]
Summary: [guru] dev-embedded/qdl-1.0 fails to compile: patch.c:49:16: error: implicit ...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Quincy Fleming
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-25 11:59 UTC by Agostino Sarubbo
Modified: 2024-04-09 23:46 UTC (History)
2 users (show)

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


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

Issue: dev-embedded/qdl-1.0 fails to compile.
Discovered on: amd64 (internal ref: guru_tinderbox)
System: GCC-14-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-14)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0002
Comment 1 Agostino Sarubbo gentoo-dev 2024-03-25 11:59:19 UTC
Created attachment 888527 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2024-03-25 23:15:37 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f261dc848b22ac3987b5ad1277339dd17916a9fa

commit f261dc848b22ac3987b5ad1277339dd17916a9fa
Author:     Quincy Fleming <quincyf467@protonmail.com>
AuthorDate: 2024-03-25 20:11:48 +0000
Commit:     Quincy Fleming <quincyf467@protonmail.com>
CommitDate: 2024-03-25 20:11:48 +0000

    dev-embedded/qdl: Fix gcc-14 compile errors
    
    Bug: https://bugs.gentoo.org/927801
    Signed-off-by: Quincy Fleming <quincyf467@protonmail.com>

 dev-embedded/qdl/files/include_stdlib-1.0.patch  | 23 +++++++++++++++++
 dev-embedded/qdl/files/include_stdlib-9999.patch | 33 ++++++++++++++++++++++++
 dev-embedded/qdl/qdl-1.0.ebuild                  |  5 +++-
 dev-embedded/qdl/qdl-9999.ebuild                 |  5 +++-
 4 files changed, 64 insertions(+), 2 deletions(-)
Comment 3 Quincy Fleming 2024-04-09 23:46:40 UTC
patch has been merged upstream
https://github.com/linux-msm/qdl/pull/55