public inbox for kdevops@lists.linux.dev
 help / color / mirror / Atom feed
From: Daniel Gomez <da.gomez@kernel.org>
To: Chandan Babu R <chandanbabu@kernel.org>, kdevops@lists.linux.dev
Subject: Re: [PATCH] devconfig/redhat: Install gcc-c++ package
Date: Wed, 2 Jul 2025 13:42:53 +0200	[thread overview]
Message-ID: <fdc4c83c-a7e6-42fb-b13b-c9a191faf115@kernel.org> (raw)
In-Reply-To: <20250702054639.894638-1-chandanbabu@kernel.org>

On 02/07/2025 07.46, Chandan Babu R wrote:
> Building xfsprogs on Oracle Linux 9 is failing due to the non-availability of
> a C++ compiler. Hence, this commit adds gcc-c++ to the list of packages to be
> installed during the provisioning phase.
> 
> Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
> ---
>  playbooks/roles/devconfig/tasks/install-deps/redhat/main.yml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/playbooks/roles/devconfig/tasks/install-deps/redhat/main.yml b/playbooks/roles/devconfig/tasks/install-deps/redhat/main.yml
> index 39ef0ef5..6b748b2a 100644
> --- a/playbooks/roles/devconfig/tasks/install-deps/redhat/main.yml
> +++ b/playbooks/roles/devconfig/tasks/install-deps/redhat/main.yml
> @@ -70,6 +70,7 @@
>        - xfsdump
>        - lvm2
>        - gcc
> +      - gcc-c++
>        - make
>        - gawk
>        - bc

There's an Ansible distro-based task "Install dependencies for building
xfsprogs" in fstests/tasks/install-deps/*. I think this build dependency belongs
there.

  reply	other threads:[~2025-07-02 11:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-02  5:46 [PATCH] devconfig/redhat: Install gcc-c++ package Chandan Babu R
2025-07-02 11:42 ` Daniel Gomez [this message]
2025-07-04 13:42   ` Chandan Babu R

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=fdc4c83c-a7e6-42fb-b13b-c9a191faf115@kernel.org \
    --to=da.gomez@kernel.org \
    --cc=chandanbabu@kernel.org \
    --cc=kdevops@lists.linux.dev \
    /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