From: Chandan Babu R <chandanbabu@kernel.org>
To: Daniel Gomez <da.gomez@kernel.org>
Cc: kdevops@lists.linux.dev
Subject: Re: [PATCH] devconfig/redhat: Install gcc-c++ package
Date: Fri, 04 Jul 2025 19:12:38 +0530 [thread overview]
Message-ID: <87plegvzpf.fsf@debian-BULLSEYE-live-builder-AMD64> (raw)
In-Reply-To: <fdc4c83c-a7e6-42fb-b13b-c9a191faf115@kernel.org>
On Wed, Jul 02, 2025 at 01:42:53 PM +0200, Daniel Gomez wrote:
> 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.
You are right. I have written a new patch and will send it soon.
--
Chandan
prev parent reply other threads:[~2025-07-04 13:43 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
2025-07-04 13:42 ` Chandan Babu R [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=87plegvzpf.fsf@debian-BULLSEYE-live-builder-AMD64 \
--to=chandanbabu@kernel.org \
--cc=da.gomez@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