* [PATCH] devconfig/redhat: Install gcc-c++ package
@ 2025-07-02 5:46 Chandan Babu R
2025-07-02 11:42 ` Daniel Gomez
0 siblings, 1 reply; 3+ messages in thread
From: Chandan Babu R @ 2025-07-02 5:46 UTC (permalink / raw)
To: kdevops; +Cc: Chandan Babu R
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
--
2.45.2
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] devconfig/redhat: Install gcc-c++ package
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
0 siblings, 1 reply; 3+ messages in thread
From: Daniel Gomez @ 2025-07-02 11:42 UTC (permalink / raw)
To: Chandan Babu R, kdevops
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.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] devconfig/redhat: Install gcc-c++ package
2025-07-02 11:42 ` Daniel Gomez
@ 2025-07-04 13:42 ` Chandan Babu R
0 siblings, 0 replies; 3+ messages in thread
From: Chandan Babu R @ 2025-07-04 13:42 UTC (permalink / raw)
To: Daniel Gomez; +Cc: kdevops
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-07-04 13:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox