You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling with _FORTIFY_SOURCE, which might standard in some distros, seems to break the compilation process with an error on libc's function vnsprintf().
On Mon, 24 Feb 2020, 20:10 Ankit Karan, ***@***.***> wrote:
i want to look on this issue.
Is this error arose after addition of libraries to make work on all
platform?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#89?email_source=notifications&email_token=ACECBMY5WPEMVOZVA3TGLLDREQLTRA5CNFSM4KO33422YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMZEXLI#issuecomment-590498733>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACECBM7U6QNR35HZHXI6P2TREQLTRANCNFSM4KO3342Q>
.
Compiling with
_FORTIFY_SOURCE
, which might standard in some distros, seems to break the compilation process with an error on libc's functionvnsprintf()
.The following patch can fix the compilation:
Might need more info as alpine uses
musl
.Setup:
Alpine 39
gcc (Alpine 8.3.0) 8.3.0
The text was updated successfully, but these errors were encountered: