Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 924829 - dev-libs/dmalloc-5.6.5-r2 has implicit function declarations in configure logs
Summary: dev-libs/dmalloc-5.6.5-r2 has implicit function declarations in configure logs
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:
Depends on:
Blocks: implicit-in-configure gcc-14-stable
  Show dependency tree
 
Reported: 2024-02-17 19:38 UTC by Agostino Sarubbo
Modified: 2024-11-16 18:21 UTC (History)
0 users

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


Attachments
build.log (build.log,64.58 KB, text/plain)
2024-02-17 19:38 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-02-17 19:38:43 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-libs/dmalloc-5.6.5-r1 has implicit function declarations in configure logs.
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#QA0072
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-17 19:38:44 UTC
Created attachment 885246 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-02-17 19:38:45 UTC
Found the following implicit function declarations in configure logs:

config.log:1101 - GetEnvironmentVariableA
Comment 3 Agostino Sarubbo gentoo-dev 2024-03-26 14:12:32 UTC
ci has reproduced this issue with version 5.6.5-r2 - Updating summary.
Comment 4 Andreas K. Hüttel archtester gentoo-dev 2024-11-16 17:24:03 UTC
(In reply to Agostino Sarubbo from comment #2)
> Found the following implicit function declarations in configure logs:
> 
> config.log:1101 - GetEnvironmentVariableA

This seems to work as intended (the function only exists on Windows).
Comment 5 Larry the Git Cow gentoo-dev 2024-11-16 18:21:26 UTC
The bug has been referenced in the following commit(s):

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

commit d044abb86586f74fa6a3c5335c1c1afd1865883c
Author:     Andreas K. Hüttel <dilfridge@gentoo.org>
AuthorDate: 2024-11-16 17:25:52 +0000
Commit:     Andreas K. Hüttel <dilfridge@gentoo.org>
CommitDate: 2024-11-16 18:20:53 +0000

    dev-libs/dmalloc: GetEnvironmentVariableA implicit in configure is ok
    
    Bug: https://bugs.gentoo.org/924829
    Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>

 dev-libs/dmalloc/dmalloc-5.6.5-r2.ebuild | 4 ++++
 1 file changed, 4 insertions(+)