Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 894354 - app-crypt/signify-31 fails to compile (MUSL-CLANG-SYSTEM): signify.c:144:6: error: call to undeclared function b64_pton; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
Summary: app-crypt/signify-31 fails to compile (MUSL-CLANG-SYSTEM): signify.c:144:6: e...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2023-02-14 08:55 UTC by Agostino Sarubbo
Modified: 2023-07-30 03:14 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,49.31 KB, text/plain)
2023-02-14 08:55 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-02-14 08:55:03 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-crypt/signify-31 fails to compile (MUSL-CLANG-SYSTEM).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
(MUSL-CLANG-SYSTEM) in the summary means that bug was found on a machine that runs MUSL libc + clang16 but this bug MAY or MAY NOT BE related to musl/clang16.
Comment 1 Agostino Sarubbo gentoo-dev 2023-02-14 08:55:06 UTC
Created attachment 851074 [details]
build.log

build log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2023-07-30 03:14:28 UTC
The bug has been closed via the following commit(s):

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

commit 56c155995df9431293a7908427287288c29c61a1
Author:     Brahmajit Das <brahmajit.xyz@gmail.com>
AuthorDate: 2023-07-29 20:17:58 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2023-07-30 03:13:07 +0000

    app-crypt/signify: Fix call to undeclared function b64_pton
    
    Upstream PR: https://github.com/aperezdc/signify/pull/43
    
    Closes: https://bugs.gentoo.org/894354
    Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/32097
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 .../files/signify-31-fix-build-clang-16.patch      | 35 ++++++++++++++++++++++
 app-crypt/signify/signify-31.ebuild                | 24 ++++++++++-----
 2 files changed, 52 insertions(+), 7 deletions(-)