Summary | src/connectiontcpserver.cpp: build failure on musl |
Queue | gloox |
Queue Version | 1.0.23 |
Type | Bug |
State | Unconfirmed |
Priority | 3. High |
Owners | |
Requester | fontaine.fabrice (at) gmail (dot) com |
Created | 06/05/2020 (757 days ago) |
Due | |
Updated | 06/05/2020 (757 days ago) |
Assigned | |
Resolved |
State ⇒ Unconfirmed
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ src/connectiontcpserver.cpp: build failure on musl
Queue ⇒ gloox
New Attachment: 0001-src-connectiontcpserver-cpp-fix-musl.patch
connectiontcpserver.cpp:131:13: error: 'strerror' was not declared in
this scope
+ strerror( err ) + " (errno: " + util::int2string( err ) + ")";
^~~~~~~~
Full log can be found here:
-
http://autobuild.buildroot.org/results/a61a91bb6e1156eff5fb756f9dccfc2bb6c0f277
Please, find attached a patch that fix this build failure