All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Brandon Maier <brandon.maier@gmail.com>
Cc: Bagas Sanjaya <bagasdotme@gmail.com>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH] package/git: require wchar
Date: Thu, 10 Oct 2024 10:08:14 +0200	[thread overview]
Message-ID: <20241010100814.6a3e9100@windsurf> (raw)
In-Reply-To: <20241009-git-2-47-0-wchar-v1-1-23c261a5fdc7@gmail.com>

Hello Brandon,

On Wed, 09 Oct 2024 20:44:24 -0500
Brandon Maier <brandon.maier@gmail.com> wrote:

> The latest release of git ported its unit-testing framework to a new
> library that uses wchar.
> 
> Commit that added wchar: https://github.com/git/git/commit/9b7caa2809cba618f2af702d35b12bc99535f2b9
> Fixes: http://autobuild.buildroot.org/results/15e/15e2f470ae6ba0c9c4bf40f306955aaa317bf87e//
> 
> Signed-off-by: Brandon Maier <brandon.maier@gmail.com>
> ---
>  package/git/Config.in | 1 +
>  1 file changed, 1 insertion(+)

Thanks for the fix! But it needs some improvements:

- You need to update the Config.in comment in package/git/Config.in to
  mention this wchar dependency

- You need to look at reverse dependencies that "select
  BR2_PACKAGE_GIT" and propagate this wchar dependency. For example
  package/git-crypt/ will need it. And also the reverse dependencies of
  the reverse dependencies, if any;

Did you look at a way of disabling building the test suite? I very
quickly glanced through the git Makefile, and it didn't seem like there
was such a possibility. But if there was such a possibility, it would
be an alternative solution to the addition of the wchar dependency.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

      reply	other threads:[~2024-10-10  8:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-10  1:44 [Buildroot] [PATCH] package/git: require wchar Brandon Maier
2024-10-10  8:08 ` Thomas Petazzoni via buildroot [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=20241010100814.6a3e9100@windsurf \
    --to=buildroot@buildroot.org \
    --cc=bagasdotme@gmail.com \
    --cc=brandon.maier@gmail.com \
    --cc=thomas.petazzoni@bootlin.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.