Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 906150 - media-sound/fluidsynth-2.3.2 fails to compile (MUSL-SYSTEM): fluidsynth_priv.h:258:34: error: implicit declaration of function strcasecmp [-Werror=implicit-function-declaration]
Summary: media-sound/fluidsynth-2.3.2 fails to compile (MUSL-SYSTEM): fluidsynth_priv....
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2023-05-11 15:03 UTC by Agostino Sarubbo
Modified: 2023-05-29 17:53 UTC (History)
0 users

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


Attachments
build.log (build.log,129.23 KB, text/plain)
2023-05-11 15:03 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-05-11 15:03:12 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-sound/fluidsynth-2.3.2 fails to compile (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.
Comment 1 Agostino Sarubbo gentoo-dev 2023-05-11 15:03:15 UTC
Created attachment 861523 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2023-05-11 15:03:16 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) 
-- Could NOT find InstPatch (missing: InstPatch_LIBRARY InstPatch_INCLUDE_DIR) (Required is at least version "1.1.0")
FAILED: src/CMakeFiles/libfluidsynth-OBJ.dir/bindings/fluid_cmd.c.o 
/var/tmp/portage/media-sound/fluidsynth-2.3.2/work/fluidsynth-2.3.2/src/utils/fluidsynth_priv.h:258:34: error: implicit declaration of function 'strcasecmp' [-Werror=implicit-function-declaration]
Comment 3 Larry the Git Cow gentoo-dev 2023-05-11 21:05:33 UTC
The bug has been closed via the following commit(s):

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

commit 182ea990541d25de97602cd9f1935e751f6a94d5
Author:     Brahmajit Das <brahmajit.xyz@gmail.com>
AuthorDate: 2023-05-11 17:53:04 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-05-11 21:05:18 +0000

    media-sound/fluidsynth: Fix implicit declaration of function strcasecmp
    
    Closes: https://bugs.gentoo.org/906150
    Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/30995
    Signed-off-by: Sam James <sam@gentoo.org>

 .../2.3.2-musl-implicit-declaration-fix.patch      |  34 ++++++
 media-sound/fluidsynth/fluidsynth-2.3.2-r1.ebuild  | 123 +++++++++++++++++++++
 2 files changed, 157 insertions(+)
Comment 4 Larry the Git Cow gentoo-dev 2023-05-11 21:41:02 UTC
The bug has been closed via the following commit(s):

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

commit 40481ec6389e57b3ffc87472430b548e88f49d15
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2023-05-11 21:40:41 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-05-11 21:40:41 +0000

    media-sound/fluidsynth: fix typo in CMake check
    
    Closes: https://bugs.gentoo.org/906150
    Signed-off-by: Sam James <sam@gentoo.org>

 media-sound/fluidsynth/files/2.3.2-musl-implicit-declaration-fix.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)