* [PATCH V2] fstests/redhat: Install gcc-c++ package
@ 2025-07-04 13:46 Chandan Babu R
2025-07-04 14:29 ` Daniel Gomez
2025-08-21 8:41 ` Daniel Gomez
0 siblings, 2 replies; 4+ messages in thread
From: Chandan Babu R @ 2025-07-04 13:46 UTC (permalink / raw)
To: kdevops; +Cc: Chandan Babu R, Daniel Gomez
Building xfsprogs on OL 9 is failing due to the non-availability of a C++
compiler. Hence, this commit adds gcc-c++ to the list of packages required to
build xfsprogs.
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
Suggested-by: Daniel Gomez <da.gomez@kernel.org>
---
playbooks/roles/fstests/tasks/install-deps/redhat/main.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/playbooks/roles/fstests/tasks/install-deps/redhat/main.yml b/playbooks/roles/fstests/tasks/install-deps/redhat/main.yml
index f4f9161e..4e3825fc 100644
--- a/playbooks/roles/fstests/tasks/install-deps/redhat/main.yml
+++ b/playbooks/roles/fstests/tasks/install-deps/redhat/main.yml
@@ -127,4 +127,5 @@
- libselinux-devel
- libsepol-devel
- pcre2-devel
+ - gcc-c++
when: 'fstests_xfs_build_custom_xfsprogs|bool'
--
2.45.2
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH V2] fstests/redhat: Install gcc-c++ package
2025-07-04 13:46 [PATCH V2] fstests/redhat: Install gcc-c++ package Chandan Babu R
@ 2025-07-04 14:29 ` Daniel Gomez
2025-08-21 8:41 ` Daniel Gomez
1 sibling, 0 replies; 4+ messages in thread
From: Daniel Gomez @ 2025-07-04 14:29 UTC (permalink / raw)
To: Chandan Babu R, kdevops
On 04/07/2025 15.46, Chandan Babu R wrote:
> Building xfsprogs on OL 9 is failing due to the non-availability of a C++
> compiler. Hence, this commit adds gcc-c++ to the list of packages required to
> build xfsprogs.
>
> Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
> Suggested-by: Daniel Gomez <da.gomez@kernel.org>
Reviewed-by: Daniel Gomez <da.gomez@samsung.com>
> ---
> playbooks/roles/fstests/tasks/install-deps/redhat/main.yml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/playbooks/roles/fstests/tasks/install-deps/redhat/main.yml b/playbooks/roles/fstests/tasks/install-deps/redhat/main.yml
> index f4f9161e..4e3825fc 100644
> --- a/playbooks/roles/fstests/tasks/install-deps/redhat/main.yml
> +++ b/playbooks/roles/fstests/tasks/install-deps/redhat/main.yml
> @@ -127,4 +127,5 @@
> - libselinux-devel
> - libsepol-devel
> - pcre2-devel
> + - gcc-c++
> when: 'fstests_xfs_build_custom_xfsprogs|bool'
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH V2] fstests/redhat: Install gcc-c++ package
2025-07-04 13:46 [PATCH V2] fstests/redhat: Install gcc-c++ package Chandan Babu R
2025-07-04 14:29 ` Daniel Gomez
@ 2025-08-21 8:41 ` Daniel Gomez
2025-08-22 11:38 ` Chandan Babu R
1 sibling, 1 reply; 4+ messages in thread
From: Daniel Gomez @ 2025-08-21 8:41 UTC (permalink / raw)
To: kdevops, Chandan Babu R; +Cc: Daniel Gomez, Daniel Gomez
From: Daniel Gomez <da.gomez@samsung.com>
On Fri, 04 Jul 2025 19:16:15 +0530, Chandan Babu R wrote:
> Building xfsprogs on OL 9 is failing due to the non-availability of a C++
> compiler. Hence, this commit adds gcc-c++ to the list of packages required to
> build xfsprogs.
>
>
Sorry for the delay. I thought you'd push.
Applied, thanks!
[1/1] fstests/redhat: Install gcc-c++ package
commit: 32d22bc035e472b047c00407f5cc3e97bd7cac15
Best regards,
--
Daniel Gomez <da.gomez@samsung.com>
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH V2] fstests/redhat: Install gcc-c++ package
2025-08-21 8:41 ` Daniel Gomez
@ 2025-08-22 11:38 ` Chandan Babu R
0 siblings, 0 replies; 4+ messages in thread
From: Chandan Babu R @ 2025-08-22 11:38 UTC (permalink / raw)
To: Daniel Gomez; +Cc: kdevops, Daniel Gomez
On Thu, Aug 21, 2025 at 10:41:50 AM +0200, Daniel Gomez wrote:
> From: Daniel Gomez <da.gomez@samsung.com>
>
>
> On Fri, 04 Jul 2025 19:16:15 +0530, Chandan Babu R wrote:
>> Building xfsprogs on OL 9 is failing due to the non-availability of a C++
>> compiler. Hence, this commit adds gcc-c++ to the list of packages required to
>> build xfsprogs.
>>
>>
>
> Sorry for the delay. I thought you'd push.
Sorry, I had forgotten about this patch. I indeed had planned to push it to
the repository.
Thanks for pushing the patch.
--
Chandan
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-08-22 11:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-04 13:46 [PATCH V2] fstests/redhat: Install gcc-c++ package Chandan Babu R
2025-07-04 14:29 ` Daniel Gomez
2025-08-21 8:41 ` Daniel Gomez
2025-08-22 11:38 ` 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