rock-simulation / pybob

Python build scripts
4 stars 7 forks source link

Patching urdfdom and console_bridge fails #17

Open AlexanderFabisch opened 6 years ago

AlexanderFabisch commented 6 years ago

urdfdom:

check for patches patch -N -p0 -d /home/afabisch/tmp/bolero-test/bolero-dev/control/urdfdom -i /home/afabisch/tmp/bolero-test/bolero-dev/pybob/patches/urdfdom.patch
patching file CMakeLists.txt
Hunk #1 succeeded at 27 (offset -2 lines).
Hunk #2 FAILED at 58.
1 out of 2 hunks FAILED -- saving rejects to file CMakeLists.txt.rej
patching file urdf_parser/CMakeLists.txt
Hunk #1 succeeded at 30 with fuzz 2 (offset -3 lines).
patching file urdf_parser/include/urdf_parser/exportdecl.h

Building MARS still succeeds so it is not critical...

console bridge:

check for patches patch -N -p0 -d /home/afabisch/tmp/bolero-test/bolero-dev/base/console_bridge -i /home/afabisch/tmp/bolero-test/bolero-dev/pybob/patches/console_bridge.patch
patching file CMakeLists.txt
Hunk #1 FAILED at 33.
1 out of 1 hunk FAILED -- saving rejects to file CMakeLists.txt.rej
malter commented 6 years ago

I think the patch is only for Windows important. We should load the patches from the package_set and remove them from pybob. I will check that.