合并受阻
Welcome To openEuler Community
Hey @wanminghu , thanks for your contribution to the community.
Bot Usage Manual
I'm the Bot here serving you. You can find the instructions on how to interact with me at Here . That means you can comment below every pull request or issue to trigger Bot Commands.
Contact Guide
If you have any questions, please contact the SIG: sig-ROS ,
and any of the maintainers: @anchuanxu1, @davidhan008, @simonaxi, @wuwei_kubuds, @xiao_yun_wang ,


当前仓库存在以下 保护分支 :
| Protected Branch | Version | Release |
|---|---|---|
| master | 1.9.13 | 1%{?dist}%{?release_suffix} |
| noetic | 1.9.13 | 1%{?dist}%{?release_suffix} |
| humble | 1.15.0 | 1%{?dist}%{?release_suffix} |
| Multi-Version_ros-noetic_openEuler-24.09 | 1.9.13 | 1%{?dist}%{?release_suffix} |
| Multi-Version_ros-noetic_openEuler-24.03-LTS-Next | 1.9.13 | 1%{?dist}%{?release_suffix} |
| Multi-Version_ros-noetic_openEuler-24.03-LTS | 1.9.13 | 1%{?dist}%{?release_suffix} |
| Multi-Version_ros-humble_openEuler-24.09 | 1.15.0 | 1%{?dist}%{?release_suffix} |
| Multi-Version_ros-humble_openEuler-24.03-LTS-Next | 1.15.0 | 1%{?dist}%{?release_suffix} |
| Multi-Version_ros-humble_openEuler-24.03-LTS | 1.15.0 | 1%{?dist}%{?release_suffix} |
| Multi-Version_ros-humble_openEuler-23.09 | 1.15.0 | 1%{?dist}%{?release_suffix} |
| Multi-Version_ros-humble_openEuler-22.03-LTS-SP4 | 1.15.0 | 1%{?dist}%{?release_suffix} |
| Multi-Version_ros-humble_openEuler-22.03-LTS-SP2 | 1.15.0 | 1%{?dist}%{?release_suffix} |
| Multi-Version_ros-humble_openEuler-22.03-LTS-Next | 1.15.0 | 1%{?dist}%{?release_suffix} |
评论 /sync <branch1> <branch2> ... 可将当前 PR 修改同步到其它分支(创建同步 PR):
a) 如果当前 PR 是 Open 状态,同步操作将延迟到 PR 被合并时执行
b) 如果当前 PR 已经 Merged,将立即执行同步操作
注意:
- /sync 命令可以指定同步到多个分支,仅最后一个 /sync 命令生效
- 如果创建的同步 PR 不正确,可通过向同步 PR 的源分支提交轻量级 PR 完善,或使用 /close 命令关闭


门禁正在运行, 您可以通过以下链接查看实时门禁检查结果.
若您对门禁结果含义不清晰或者遇到问题不知如何解决,可参考门禁指导手册
门禁入口及编码规范检查: multiarch/src-openeuler/trigger/angles/1/console


x86_64架构构建及构建后检查:multiarch/src-openeuler/x86-64/angles/1/console


aarch64架构构建及构建后检查:multiarch/src-openeuler/aarch64/angles/1/console


看着不太对。


升级内容
将
angles软件包更新至 1.15.0 版本,并修复ament_cmake构建系统的兼容性问题。详细修改点
orig.tar.gz源码包,同步并使用标准命名的angles-1.15.0.tar.gz。ament_cmake类型的包使用了系统默认的%make_build和%make_install,这在某些隔离环境下会导致 CMake 路径透传失败。本次修改退回至使用最纯净的make %{?_smp_mflags}与make install,确保 ROS_DISTRO 相关路径不会被覆盖。%build阶段多余的PYTHONPATH环境变量声明,不再依赖硬编码路径,而是交由setup.sh标准引导,保证隔离构建环境的纯净度和健壮性。