Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 925268 - dev-lang/php-8.3.3 has implicit function declarations in configure logs
Summary: dev-lang/php-8.3.3 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 (vote)
Assignee: PHP Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: implicit-in-configure
  Show dependency tree
 
Reported: 2024-02-22 15:46 UTC by Agostino Sarubbo
Modified: 2024-02-22 20:19 UTC (History)
1 user (show)

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


Attachments
build.log.xz (build.log.xz,32.89 KB, application/x-xz)
2024-02-22 15:46 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-22 15:46:10 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-lang/php-8.3.3 has implicit function declarations in configure logs.
Discovered on: amd64 (internal ref: tinderbox_musl)
System: MUSL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#MUSL)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0072
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-22 15:46:11 UTC
Created attachment 885725 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2024-02-22 15:46:13 UTC
Found the following implicit function declarations in configure logs:

config.log:2785 - iconv_ccs_init
config.log:3064 - cstoccsid
config.log:7816 - iconv_ccs_init
config.log:8080 - cstoccsid
Comment 3 Michael Orlitzky gentoo-dev 2024-02-22 20:19:09 UTC
Thanks. For posterity, these are tests for alternate iconv implementations. The functions shouldn't exist because we're not using those iconv implementations.
Comment 4 Larry the Git Cow gentoo-dev 2024-02-22 20:19:38 UTC
The bug has been closed via the following commit(s):

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

commit 5e22a3e7f0ceb1f050498bde29d3d2885a47c51e
Author:     Michael Orlitzky <mjo@gentoo.org>
AuthorDate: 2024-02-22 20:15:24 +0000
Commit:     Michael Orlitzky <mjo@gentoo.org>
CommitDate: 2024-02-22 20:18:16 +0000

    dev-lang/php: whitelist more implicitly defined functions in ./configure
    
    Closes: https://bugs.gentoo.org/925268
    Signed-off-by: Michael Orlitzky <mjo@gentoo.org>

 dev-lang/php/php-8.2.16.ebuild | 8 +++++++-
 dev-lang/php/php-8.3.3.ebuild  | 8 +++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)