[walnascar]{noetic} Fixed Errors about QA Issue for noetic#1528
[walnascar]{noetic} Fixed Errors about QA Issue for noetic#1528hmxf wants to merge 1 commit intoros:walnascar-nextfrom
Conversation
…contains reference to TMPDIR [buildpaths] Signed-off-by: hmxf <gouych13@icloud.com>
|
Hi @hmxf. Thanks for reporting this. This was a great test for the CI system that I'm bring online. I have reproduced the problem and also identified some other packages that are affected by buildpaths as well: https://gitlab.com/oeros/meta-ros/-/jobs/11109146455 As a temporary workaround you can do: ERROR_QA:remove:layer-ros1-noetic-layer = "buildpaths" Thanks for submitting the PR as well. It is very tedious to fix the buildpath issues, so I really appreciate it. Running sed directly on the binary file is not ideal. Would it be possible to change the fix to modify the .py file? This is how I have done it on other packages: In some cases the RECIPE_SYSROOT is in the .py directly and can be removed with sed. In other cases you have to manually invoke python3 to recompile the bytecode to strip out the directory with the -s ${D} option. |
3c7a3dd to
af07d9c
Compare
af07d9c to
c1f9bcc
Compare
Fixed Errors about QA Issue with package topic-tools and sensor-msgs contains reference to TMPDIR [buildpaths]
Error log contains these two lines: