Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 908580 - sys-auth/pam_mysql-0.8.2-r1 has implicit function declarations in configure logs (MUSL-SYSTEM)
Summary: sys-auth/pam_mysql-0.8.2-r1 has implicit function declarations in configure l...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: implicit-in-configure gcc-14-stable
  Show dependency tree
 
Reported: 2023-06-16 08:09 UTC by Agostino Sarubbo
Modified: 2025-02-10 08:56 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,51.90 KB, text/plain)
2023-06-16 08:09 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 2023-06-16 08:09:10 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: sys-auth/pam_mysql-0.8.2-r1 has implicit function declarations in configure logs (MUSL-SYSTEM).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
(MUSL-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc but this bug MAY or MAY NOT BE related to musl.
See also: https://bugs.gentoo.org/898488#c4.
Comment 1 Agostino Sarubbo gentoo-dev 2023-06-16 08:09:12 UTC
Created attachment 863906 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-06-16 08:09:13 UTC
Found the following implicit function declarations in configure logs:

config.log:938 - md5_calc
Comment 3 NHO 2025-01-24 16:56:47 UTC
Should be fixed in 1.0 - it uses Meson
Failing test:
md5_calc - checking if md5.h is Solaris's - should be put into QA_SKIP
Comment 4 Larry the Git Cow gentoo-dev 2025-02-10 08:56:35 UTC
The bug has been closed via the following commit(s):

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

commit a9f0b606ca5fe3c67e5fb0c2aed62b9a2f16801c
Author:     NHOrus <jy6x2b32pie9@yahoo.com>
AuthorDate: 2025-01-24 17:00:56 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2025-02-10 08:55:53 +0000

    sys-auth/pam_mysql: update EAPI 7 -> 8, Skip QA warning for Solaris function
    
    md5_calc is implicitly declared in "checking if md5.h is Solaris's" test
    
    Closes: https://bugs.gentoo.org/908580
    Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
    Closes: https://github.com/gentoo/gentoo/pull/40290
    Signed-off-by: Sam James <sam@gentoo.org>

 sys-auth/pam_mysql/metadata.xml                                   | 1 +
 .../{pam_mysql-0.8.2-r1.ebuild => pam_mysql-0.8.2-r2.ebuild}      | 8 ++++++--
 2 files changed, 7 insertions(+), 2 deletions(-)