已关闭
[缺陷]: 组件不支持gcc14.3编译器编译 #3
杨准创建于 6月5日关闭于 6月13日
openUBMC-robot
6月5日 评论:
6月5日 评论:
6月5日 将 loopvoid 设为负责人
6月5日 添加了label:sig/sig-security
openUBMC-robot
6月5日 评论:
6月5日 评论:
欢迎来到 openUBMC 社区
Hey @yangzhun , 感谢你对社区的贡献.
机器人使用手册
有关指令的使用,可以点击 说明文档 或 论坛 查看详情。开发人员可以在每个PR或Issue下方评论特定指令来触发机器人任务。
联系指引
有疑问可以联系 SIG: sig-security ,
维护者是: @TacoJay, @lwj11223344 ,
优秀贡献者是: @Free_Tomato, @loopvoid .


6月5日 关联了看板:openUBMC 26.06 缺陷看板
6月5日 修改标题为 “[缺陷]: 组件不支持gcc14.3编译器编译”,原标题为“[缺陷]: 使用gcc14.3编译器编译失败”
6月5日 issue状态由 待修复 改变为 修复中
openUBMC-robot
6月5日 评论:
6月5日 评论:
Issue 工作流介绍
社区的需求和缺陷的工作流状态处于纳管中。
| 类型 | 上个状态 | 下个状态 | 评论命令 | 谁可以操作 |
|---|---|---|---|---|
| 缺陷 | 待修复 | 修复中 | /todo2fixing | 仓库成员角色: Maintainer, Committer, Contributor, Owner |
| 缺陷 | 修复中 | 待验收 | /fixing2UAT | 仓库成员角色: Maintainer, Committer, Contributor, Owner |
| 缺陷 | 待验收 | 已修复 | /UAT2done | SIG组: sig-QA (maintainer,committer) |
| 缺陷 | 待修复 | 已挂起 | /todo2suspended | 仓库成员角色: Maintainer, Committer, Contributor, Owner |
| 缺陷 | 待修复 | 已拒绝 | /todo2rejected | 仓库成员角色: Maintainer, Committer, Contributor, Owner |


6月5日 issue状态由 修复中 改变为 待验收
6月5日 issue状态由 待验收 改变为 待修复
openUBMC-robot
6月5日 评论:
6月5日 评论:
Issue 工作流介绍
社区的需求和缺陷的工作流状态处于纳管中。
| 类型 | 上个状态 | 下个状态 | 评论命令 | 谁可以操作 |
|---|---|---|---|---|
| 缺陷 | 待修复 | 修复中 | /todo2fixing | 仓库成员角色: Maintainer, Committer, Contributor, Owner |
| 缺陷 | 修复中 | 待验收 | /fixing2UAT | 仓库成员角色: Maintainer, Committer, Contributor, Owner |
| 缺陷 | 待验收 | 已修复 | /UAT2done | SIG组: sig-QA (maintainer,committer) |
| 缺陷 | 待修复 | 已挂起 | /todo2suspended | 仓库成员角色: Maintainer, Committer, Contributor, Owner |
| 缺陷 | 待修复 | 已拒绝 | /todo2rejected | 仓库成员角色: Maintainer, Committer, Contributor, Owner |


6月10日 issue状态由 待修复 改变为 修复中
6月10日 issue状态由 修复中 改变为 待验收
zhoumingyi4
6月13日 评论:
6月13日 评论:
/UAT2done


6月13日 issue状态由 待验收 改变为 已修复
6月13日 关闭了 issue
openUBMC-robot
6月13日 评论:
6月13日 评论:
6月13日 将 loopvoid 设为负责人
感谢您为社区报告缺陷!请按照以下提示提供详细信息,以便我们更好地理解并跟进。
版本分支
openUBMC main
环境信息
问题详细描述
预置条件
操作步骤
安装gcc14.3编译器,执行bingo build
结果描述
[ 93%] Building CXX object src/luaclib/CMakeFiles/spdm_core.dir/transfer/MctpTransfer.cpp.o
/root/.conan2/p/b/spdm263a93bb2c170/b/src/luaclib/responder/ResponderCollection.cpp: In member function 'Responder* ResponderCollection::GetResponderByName(const std::string&)':
/root/.conan2/p/b/spdm263a93bb2c170/b/src/luaclib/responder/ResponderCollection.cpp:31:15: error: 'find_if' was not declared in this scope
31 | auto it = find_if(responderCollection.begin(), responderCollection.end(),
| ^~~~~~~
gmake[2]: *** [src/luaclib/CMakeFiles/spdm_core.dir/build.make:202: src/luaclib/CMakeFiles/spdm_core.dir/responder/ResponderCollection.cpp.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
gmake[1]: *** [CMakeFiles/Makefile2:98: src/luaclib/CMakeFiles/spdm_core.dir/all] Error 2
gmake: *** [Makefile:136: all] Error 2
spdm/1.0.16@openubmc.dev/dev: ERROR:
Package 'fb0e91c2416f86d56fb4a1b2b1034fb450d0e509' build failed
spdm/1.0.16@openubmc.dev/dev: WARN: Build folder /root/.conan2/p/b/spdm263a93bb2c170/b/.build/Debug
ERROR:
ConanException: Error 2 while executing
预期结果
构建成功
问题定位情况
组件未适配gcc14.3