All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/crun: fix static build
Date: Sun, 8 Jan 2023 16:43:38 +0100	[thread overview]
Message-ID: <20230108154338.GC151997@scaer> (raw)
In-Reply-To: <20221230174646.409970-1-fontaine.fabrice@gmail.com>

Fabrice, All,

On 2022-12-30 18:46 +0100, Fabrice Fontaine spake thusly:
> Fix the following static build failure raised since bump to version
> 1.7.2 in commit 6987b92da510a8c8b9534a22506850c163d0f035 and
> https://github.com/containers/crun/commit/5837234e9840cd067edd9f6cd2ed9cae9a0e6570:
> 
> src/crun.c:26:10: fatal error: dlfcn.h: No such file or directory
>    26 | #include <dlfcn.h>
>       |          ^~~~~~~~~
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/a5f52a7ee757c92c9571261c0ed884d05caeaf2f
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  ...src-crun.c-fix-build-without-dlfcn.h.patch | 39 +++++++++++++++++++
>  1 file changed, 39 insertions(+)
>  create mode 100644 package/crun/0001-src-crun.c-fix-build-without-dlfcn.h.patch
> 
> diff --git a/package/crun/0001-src-crun.c-fix-build-without-dlfcn.h.patch b/package/crun/0001-src-crun.c-fix-build-without-dlfcn.h.patch
> new file mode 100644
> index 0000000000..3e8d3f4c4b
> --- /dev/null
> +++ b/package/crun/0001-src-crun.c-fix-build-without-dlfcn.h.patch
> @@ -0,0 +1,39 @@
> +From 278b9b447bec3fb81bf252eb2fe2c856892ec802 Mon Sep 17 00:00:00 2001
> +From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> +Date: Fri, 30 Dec 2022 18:40:15 +0100
> +Subject: [PATCH] src/crun.c: fix build without dlfcn.h
> +
> +Fix the following build failure without dlfcn.h raised since version 1.7
> +and
> +https://github.com/containers/crun/commit/5837234e9840cd067edd9f6cd2ed9cae9a0e6570:
> +
> +src/crun.c:26:10: fatal error: dlfcn.h: No such file or directory
> +   26 | #include <dlfcn.h>
> +      |          ^~~~~~~~~
> +
> +Fixes:
> + - http://autobuild.buildroot.org/results/a5f52a7ee757c92c9571261c0ed884d05caeaf2f
> +
> +Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> +[Upstream status: https://github.com/containers/crun/pull/1110]
> +---
> + src/crun.c | 2 ++
> + 1 file changed, 2 insertions(+)
> +
> +diff --git a/src/crun.c b/src/crun.c
> +index cbfe900..af0cc97 100644
> +--- a/src/crun.c
> ++++ b/src/crun.c
> +@@ -23,7 +23,9 @@
> + #include <string.h>
> + #include <libgen.h>
> + 
> ++#ifdef HAVE_DLOPEN
> + #include <dlfcn.h>
> ++#endif
> + 
> + #include "crun.h"
> + #include "libcrun/utils.h"
> +-- 
> +2.35.1
> +
> -- 
> 2.35.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/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.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

      reply	other threads:[~2023-01-08 15:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-30 17:46 [Buildroot] [PATCH 1/1] package/crun: fix static build Fabrice Fontaine
2023-01-08 15:43 ` 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=20230108154338.GC151997@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@buildroot.org \
    --cc=fontaine.fabrice@gmail.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.