From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/gloox: fix build on musl
Date: Sat, 6 Jun 2020 00:04:14 +0200 [thread overview]
Message-ID: <20200605220414.GU13972@scaer> (raw)
In-Reply-To: <20200605214016.248017-1-fontaine.fabrice@gmail.com>
Fabrice, All,
On 2020-06-05 23:40 +0200, Fabrice Fontaine spake thusly:
> Fixes:
> - http://autobuild.buildroot.org/results/a61a91bb6e1156eff5fb756f9dccfc2bb6c0f277
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> ...src-connectiontcpserver-cpp-fix-musl.patch | 25 +++++++++++++++++++
> 1 file changed, 25 insertions(+)
> create mode 100644 package/gloox/0001-src-connectiontcpserver-cpp-fix-musl.patch
>
> diff --git a/package/gloox/0001-src-connectiontcpserver-cpp-fix-musl.patch b/package/gloox/0001-src-connectiontcpserver-cpp-fix-musl.patch
> new file mode 100644
> index 0000000000..56a2d4982c
> --- /dev/null
> +++ b/package/gloox/0001-src-connectiontcpserver-cpp-fix-musl.patch
> @@ -0,0 +1,25 @@
> +src/connectiontcpserver.cpp: fix musl build
> +
> +Build on musl fails on:
> +
> +connectiontcpserver.cpp:131:13: error: 'strerror' was not declared in this scope
> + + strerror( err ) + " (errno: " + util::int2string( err ) + ")";
> + ^~~~~~~~
> +
> +Fixes:
> + - http://autobuild.buildroot.org/results/a61a91bb6e1156eff5fb756f9dccfc2bb6c0f277
> +
> +Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> +[Upstream status: https://bugs.camaya.net/ticket/?id=291]
> +
> +diff -Nuar gloox-1.0.23-orig/src/connectiontcpserver.cpp gloox-1.0.23/src/connectiontcpserver.cpp
> +--- gloox-1.0.23-orig/src/connectiontcpserver.cpp 2020-06-05 23:22:59.624018949 +0200
> ++++ gloox-1.0.23/src/connectiontcpserver.cpp 2020-06-05 23:26:20.708027221 +0200
> +@@ -36,6 +36,7 @@
> + # include <resolv.h>
> + # include <netdb.h>
> + # include <arpa/inet.h>
> ++# include <string.h>
> + # include <sys/socket.h>
> + # include <sys/un.h>
> + # include <sys/select.h>
> --
> 2.26.2
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
prev parent reply other threads:[~2020-06-05 22:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-05 21:40 [Buildroot] [PATCH 1/1] package/gloox: fix build on musl Fabrice Fontaine
2020-06-05 22:04 ` Yann E. MORIN [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200605220414.GU13972@scaer \
--to=yann.morin.1998@free.fr \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox