-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incremental generation of recipes for latest Dashing (2019-12-12) #654
Commits on Dec 20, 2019
-
ros-generate-{cache,recipes}.sh: write its version in generated files…
… (v1.3.0) Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c2961b1 - Browse repository at this point
Copy the full SHA c2961b1View commit details -
{eloquent} Update cache.yaml and rosdep files for eloquent release 20…
…191122 as of 20191123210819
Configuration menu - View commit details
-
Copy full SHA for ae6b34f - Browse repository at this point
Copy the full SHA ae6b34fView commit details -
{eloquent} Sync to eloquent-cache.yaml as of 20191123210819
Recipes generated by superflore for all packages in ROS distribution eloquent. This pull request was generated by running the following command: superflore-gen-oe-recipes --dry-run --no-branch --ros-distro eloquent --output-repository-path . --upstream-branch HEAD
Configuration menu - View commit details
-
Copy full SHA for a033dd2 - Browse repository at this point
Copy the full SHA a033dd2View commit details -
{crystal} Update cache.yaml and rosdep files for crystal release 2019…
…0919 as of 20190909121320
Configuration menu - View commit details
-
Copy full SHA for 4411ab4 - Browse repository at this point
Copy the full SHA 4411ab4View commit details -
{crystal} Sync to crystal-cache.yaml as of 20190909121320
Recipes generated by superflore for all packages in ROS distribution crystal. This pull request was generated by running the following command: superflore-gen-oe-recipes --dry-run --no-branch --ros-distro crystal --output-repository-path . --upstream-branch HEAD
Configuration menu - View commit details
-
Copy full SHA for 02b8975 - Browse repository at this point
Copy the full SHA 02b8975View commit details -
{dashing} Update cache.yaml and rosdep files for dashing release 2019…
…0531 as of 20190531221551
Configuration menu - View commit details
-
Copy full SHA for 2794310 - Browse repository at this point
Copy the full SHA 2794310View commit details -
{dashing} Sync to dashing-cache.yaml as of 20190531221551
Recipes generated by superflore for all packages in ROS distribution dashing. This pull request was generated by running the following command: superflore-gen-oe-recipes --dry-run --no-branch --ros-distro dashing --output-repository-path . --upstream-branch HEAD Dashing Changes: ================ * yaml-cpp-vendor 5.0.0 --> 6.0.1-1
Configuration menu - View commit details
-
Copy full SHA for 9f68555 - Browse repository at this point
Copy the full SHA 9f68555View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c54c6c - Browse repository at this point
Copy the full SHA 6c54c6cView commit details -
{melodic} Update cache.yaml and rosdep files for melodic release 2019…
…0930 as of 20190925123136
Configuration menu - View commit details
-
Copy full SHA for 4d42f34 - Browse repository at this point
Copy the full SHA 4d42f34View commit details -
{melodic} Sync to melodic-cache.yaml as of 20190925123136
Recipes generated by superflore for all packages in ROS distribution melodic. This pull request was generated by running the following command: superflore-gen-oe-recipes --dry-run --no-branch --ros-distro melodic --output-repository-path . --upstream-branch HEAD --skip-keys catkin_virtualenv flatbuffers iirob_filters grpc nanomsg octovis rosdoc_lite euslisp geneus genlisp roslisp actionlib_lisp cl_tf cl_tf2 cl_transforms cl_transforms_stamped cl_urdf cl_utils roslisp_common roslisp_utilities rosemacs ros_emacs_utils roslisp_repl slime_ros slime_wrapper
Configuration menu - View commit details
-
Copy full SHA for 83e56bc - Browse repository at this point
Copy the full SHA 83e56bcView commit details -
Revert "Drop python*-pyproj_1.9.5.1.bb (no longer used by ROS 1 compo…
…nents)" This reverts commit 93d9860. Now it's used again by geodesy in latest Eloquent release * fixes: NOTE: Resolving any missing task queue dependencies ERROR: Nothing PROVIDES 'UNRESOLVED-python-pyproj' (but /jenkins/mjansa/build-ros/ros2-eloquent-thud/meta-ros/meta-ros2-eloquent/generated-recipes/geographic-info/geodesy_1.0.1-1.bb DEPENDS on or otherwise requires it) NOTE: Runtime target 'geographic-info' is unbuildable, removing... Missing or unbuildable dependency chain was: ['geographic-info', 'geodesy', 'UNRESOLVED-python-pyproj'] NOTE: Runtime target 'packagegroup-ros-world-eloquent' is unbuildable, removing... Missing or unbuildable dependency chain was: ['packagegroup-ros-world-eloquent', 'geographic-info', 'geodesy', 'UNRESOLVED-python-pyproj'] NOTE: Runtime target 'packagegroup-ros-world' is unbuildable, removing... Missing or unbuildable dependency chain was: ['packagegroup-ros-world', 'packagegroup-ros-world-eloquent', 'geographic-info', 'geodesy', 'UNRESOLVED-python-pyproj'] NOTE: Runtime target 'ros-image-world' is unbuildable, removing... Missing or unbuildable dependency chain was: ['ros-image-world', 'packagegroup-ros-world', 'packagegroup-ros-world-eloquent', 'geographic-info', 'geodesy', 'UNRESOLVED-python-pyproj'] NOTE: Runtime target 'geodesy' is unbuildable, removing... Missing or unbuildable dependency chain was: ['geodesy', 'UNRESOLVED-python-pyproj'] Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5a4fe67 - Browse repository at this point
Copy the full SHA 5a4fe67View commit details -
python-pyproj: upgrade to 1.9.6 and use pypi.bbclass
* newer version is needed to fix build with newer python-3.7: _proj.c:7421:21: error: 'PyThreadState' {aka 'struct _ts'} has no member named 'exc_type'; did you mean 'curexc_type'? *type = tstate->exc_type; ^~~~~~~~ curexc_type * see pyproj4/pyproj#138 pyproj4/pyproj#136 * and pypi.bbclass is needed to fetch the source from files.pythonhosted.org, the old pypi.python.org/packages/source doesn't have the new releases * the newest version is 2.1.3, but that needs a bit more changes like: DEPENDS += "${PYTHON_PN}-cython-native" and then it still fails with: | Proj executable not found. Please set PROJ_DIR variable. | ERROR: 'python3 setup.py build ' execution failed. will probably need native pyproj as well, I'll leave that to someone actually using pyproj (I was just fixing the build error detected in bitbake world with Yocto 2.7 Warrior). Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 93ab257 - Browse repository at this point
Copy the full SHA 93ab257View commit details -
meta-ros-backports-warrior: backport python3-pillow used by rosbridge…
…-library Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d6c9ff2 - Browse repository at this point
Copy the full SHA d6c9ff2View commit details -
meta-ros2: python(3)-{botocore,boto3,s3transfer,jmespath}: import fro…
…m meta-iot-clound * as in: intel-iot-devkit/meta-iot-cloud@6cc3190#diff-1ea322f22ce4f70dfe7473328aeca622 Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de65c4e - Browse repository at this point
Copy the full SHA de65c4eView commit details -
meta-ros2: remove all python2 dependencies from gpsd
* ROS2 are python3-only and python(2) is blacklisted there Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc20860 - Browse repository at this point
Copy the full SHA dc20860View commit details -
{dashing} Update cache.yaml and rosdep files for dashing release 2019…
…1213 as of 20191212192634 https://discourse.ros.org/t/new-packages-and-patch-release-for-ros-2-dashing-diademata-2019-12-13/11940 Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d14efca - Browse repository at this point
Copy the full SHA d14efcaView commit details -
{dashing} Sync to dashing-cache.yaml as of 20191212192634
Recipes generated by superflore for all packages in ROS distribution dashing. This pull request was generated by running the following command: superflore-gen-oe-recipes --dry-run --no-branch --ros-distro dashing --output-repository-path . --upstream-branch HEAD Dashing Changes: ================ * ackermann-msgs 2.0.2-1 * action-tutorials 0.7.6-1 --> 0.7.9-1 * ament-clang-format 0.7.3-1 --> 0.7.11-1 * ament-clang-tidy 0.7.11-1 * ament-cmake 0.7.3-1 --> 0.7.4-1 * ament-cmake-auto 0.7.3-1 --> 0.7.4-1 * ament-cmake-clang-format 0.7.3-1 --> 0.7.11-1 * ament-cmake-clang-tidy 0.7.11-1 * ament-cmake-copyright 0.7.3-1 --> 0.7.11-1 * ament-cmake-core 0.7.3-1 --> 0.7.4-1 * ament-cmake-cppcheck 0.7.3-1 --> 0.7.11-1 * ament-cmake-cpplint 0.7.3-1 --> 0.7.11-1 * ament-cmake-export-definitions 0.7.3-1 --> 0.7.4-1 * ament-cmake-export-dependencies 0.7.3-1 --> 0.7.4-1 * ament-cmake-export-include-directories 0.7.3-1 --> 0.7.4-1 * ament-cmake-export-interfaces 0.7.3-1 --> 0.7.4-1 * ament-cmake-export-libraries 0.7.3-1 --> 0.7.4-1 * ament-cmake-export-link-flags 0.7.3-1 --> 0.7.4-1 * ament-cmake-flake8 0.7.3-1 --> 0.7.11-1 * ament-cmake-gmock 0.7.3-1 --> 0.7.4-1 * ament-cmake-gtest 0.7.3-1 --> 0.7.4-1 * ament-cmake-include-directories 0.7.3-1 --> 0.7.4-1 * ament-cmake-libraries 0.7.3-1 --> 0.7.4-1 * ament-cmake-lint-cmake 0.7.3-1 --> 0.7.11-1 * ament-cmake-nose 0.7.3-1 --> 0.7.4-1 * ament-cmake-pclint 0.7.3-1 --> 0.7.11-1 * ament-cmake-pep257 0.7.3-1 --> 0.7.11-1 * ament-cmake-pep8 0.7.3-1 --> 0.7.11-1 * ament-cmake-pyflakes 0.7.3-1 --> 0.7.11-1 * ament-cmake-pytest 0.7.3-1 --> 0.7.4-1 * ament-cmake-python 0.7.3-1 --> 0.7.4-1 * ament-cmake-target-dependencies 0.7.3-1 --> 0.7.4-1 * ament-cmake-test 0.7.3-1 --> 0.7.4-1 * ament-cmake-uncrustify 0.7.3-1 --> 0.7.11-1 * ament-cmake-virtualenv 0.0.4-1 * ament-cmake-xmllint 0.7.3-1 --> 0.7.11-1 * ament-copyright 0.7.3-1 --> 0.7.11-1 * ament-cppcheck 0.7.3-1 --> 0.7.11-1 * ament-cpplint 0.7.3-1 --> 0.7.11-1 * ament-download 0.0.1-1 * ament-flake8 0.7.3-1 --> 0.7.11-1 * ament-index-cpp 0.7.0-1 --> 0.7.2-1 * ament-index-python 0.7.0-1 --> 0.7.2-1 * ament-lint 0.7.11-1 * ament-lint-auto 0.7.3-1 --> 0.7.11-1 * ament-lint-cmake 0.7.3-1 --> 0.7.11-1 * ament-lint-common 0.7.3-1 --> 0.7.11-1 * ament-package 0.7.0 --> 0.7.3-1 * ament-pclint 0.7.3-1 --> 0.7.11-1 * ament-pep257 0.7.3-1 --> 0.7.11-1 * ament-pep8 0.7.3-1 --> 0.7.11-1 * ament-pyflakes 0.7.3-1 --> 0.7.11-1 * ament-uncrustify 0.7.3-1 --> 0.7.11-1 * ament-virtualenv 0.0.4-1 * ament-xmllint 0.7.3-1 --> 0.7.11-1 * apriltag 3.1.0-2 --> 3.1.1-1 * apriltag-msgs 2.0.0-2 * apriltag-ros 2.1.0-1 * async-web-server-cpp 1.0.0-1 * automotive-navigation-msgs 3.0.0-1 * automotive-platform-msgs 3.0.0-1 * aws-common 2.1.0-1 * aws-ros2-common 1.0.0-1 * behaviortree-cpp-v3 3.0.9-1 --> 3.1.1-1 * can-msgs 2.0.0-1 * cartographer-ros 1.0.9000-1 * cartographer-ros-msgs 1.0.9000-1 * class-loader 1.3.1-1 --> 1.3.2-1 * cloudwatch-logger 3.0.0-2 * cloudwatch-logs-common 1.1.2-1 * cloudwatch-metrics-collector 3.0.0-2 * cloudwatch-metrics-common 1.1.2-1 * composition 0.7.6-1 --> 0.7.9-1 * compressed-depth-image-transport 2.1.0-1 * compressed-image-transport 2.1.0-1 * connext-cmake-module 0.7.2-1 --> 0.7.3-1 * control-msgs 2.2.0-1 * costmap-queue 0.2.6-1 * cross-compile 0.1.1-1 * cv-bridge 2.1.2-1 --> 2.1.3-1 * cyclonedds 0.1.0-3 * cyclonedds-cmake-module 0.4.2-1 * dataflow-lite 1.1.2-1 * delphi-esr-msgs 3.0.0-2 * delphi-mrr-msgs 3.0.0-2 * delphi-srr-msgs 3.0.0-2 * demo-nodes-cpp 0.7.6-1 --> 0.7.9-1 * demo-nodes-cpp-rosnative 0.7.6-1 --> 0.7.9-1 * demo-nodes-py 0.7.6-1 --> 0.7.9-1 * depthimage-to-laserscan 2.2.1-1 --> 2.2.5-1 * derived-object-msgs 3.0.0-2 * desktop 0.7.0-1 --> 0.7.3-1 * diagnostic-updater 2.0.0-1 * dummy-map-server 0.7.6-1 --> 0.7.9-1 * dummy-robot-bringup 0.7.6-1 --> 0.7.9-1 * dummy-sensors 0.7.6-1 --> 0.7.9-1 * dwb-controller 0.2.6-1 * dwb-core 0.2.6-1 * dwb-critics 0.2.6-1 * dwb-msgs 0.2.6-1 * dwb-plugins 0.2.6-1 * dynamic-edt-3d 1.9.2-1 * dynamixel-sdk 3.7.20-1 * ecl-build 1.0.2-1 * ecl-command-line 1.0.4-1 * ecl-concepts 1.0.4-1 * ecl-config 1.0.3-2 * ecl-console 1.0.3-2 * ecl-containers 1.0.4-1 * ecl-converters 1.0.4-1 * ecl-converters-lite 1.0.3-2 * ecl-core 1.0.4-1 * ecl-core-apps 1.0.4-1 * ecl-devices 1.0.4-1 * ecl-eigen 1.0.4-1 * ecl-errors 1.0.3-2 * ecl-exceptions 1.0.4-1 * ecl-filesystem 1.0.4-1 * ecl-formatters 1.0.4-1 * ecl-geometry 1.0.4-1 * ecl-io 1.0.3-2 * ecl-ipc 1.0.4-1 * ecl-license 1.0.2-1 * ecl-linear-algebra 1.0.4-1 * ecl-lite 1.0.3-2 * ecl-manipulators 1.0.4-1 * ecl-math 1.0.4-1 * ecl-mobile-robot 1.0.4-1 * ecl-mpl 1.0.4-1 * ecl-sigslots 1.0.4-1 * ecl-sigslots-lite 1.0.3-2 * ecl-statistics 1.0.4-1 * ecl-streams 1.0.4-1 * ecl-threads 1.0.4-1 * ecl-time 1.0.4-1 * ecl-time-lite 1.0.3-2 * ecl-tools 1.0.2-1 * ecl-type-traits 1.0.4-1 * ecl-utilities 1.0.4-1 * eigen-stl-containers 1.0.0-1 * eigen3-cmake-module 0.1.1-1 * examples-rclcpp-minimal-action-client 0.7.3-1 --> 0.7.4-1 * examples-rclcpp-minimal-action-server 0.7.3-1 --> 0.7.4-1 * examples-rclcpp-minimal-client 0.7.3-1 --> 0.7.4-1 * examples-rclcpp-minimal-composition 0.7.3-1 --> 0.7.4-1 * examples-rclcpp-minimal-publisher 0.7.3-1 --> 0.7.4-1 * examples-rclcpp-minimal-service 0.7.3-1 --> 0.7.4-1 * examples-rclcpp-minimal-subscriber 0.7.3-1 --> 0.7.4-1 * examples-rclcpp-minimal-timer 0.7.3-1 --> 0.7.4-1 * examples-rclpy-executors 0.7.3-1 --> 0.7.4-1 * examples-rclpy-minimal-action-client 0.7.3-1 --> 0.7.4-1 * examples-rclpy-minimal-action-server 0.7.3-1 --> 0.7.4-1 * examples-rclpy-minimal-client 0.7.3-1 --> 0.7.4-1 * examples-rclpy-minimal-publisher 0.7.3-1 --> 0.7.4-1 * examples-rclpy-minimal-service 0.7.3-1 --> 0.7.4-1 * examples-rclpy-minimal-subscriber 0.7.3-1 --> 0.7.4-1 * fastcdr 1.0.9-2 --> 1.0.11-1 * fastrtps 1.8.0-2 --> 1.8.2-1 * file-management 1.1.2-1 * fmilibrary-vendor 0.1.0-1 * foonathan-memory-vendor 0.3.0-1 * gazebo-msgs 3.3.1-1 --> 3.3.4-1 * gazebo-plugins 3.3.1-1 --> 3.3.4-1 * gazebo-ros 3.3.1-1 --> 3.3.4-1 * gazebo-ros-pkgs 3.3.1-1 --> 3.3.4-1 * gazebo-rosdev 3.3.1-1 --> 3.3.4-1 * geodesy 1.0.1-1 * geographic-info 1.0.1-1 * geographic-msgs 1.0.1-1 * gps-msgs 1.0.0-1 * gps-tools 1.0.0-1 * gps-umd 1.0.0-1 * gpsd-client 1.0.0-1 * h264-encoder-core 2.0.3-1 * h264-video-encoder 2.0.0-1 * health-metric-collector 3.0.1-1 * hls-lfcd-lds-driver 2.0.0-1 * ibeo-msgs 3.0.0-2 * image-geometry 2.1.2-1 --> 2.1.3-1 * image-tools 0.7.6-1 --> 0.7.9-1 * image-transport-plugins 2.1.0-1 * intra-process-demo 0.7.6-1 --> 0.7.9-1 * joy-teleop 1.0.1 * kartech-linear-actuator-msgs 3.0.0-2 * key-teleop 1.0.1 * kinesis-manager 2.0.1-1 * kinesis-video-msgs 3.1.0-1 * kinesis-video-streamer 3.1.0-1 * launch 0.8.3-1 --> 0.8.7-1 * launch-ros 0.8.4-1 --> 0.8.7-1 * launch-ros-sandbox 0.0.2-4 * launch-testing 0.8.3-1 --> 0.8.7-1 * launch-testing-ament-cmake 0.8.3-1 --> 0.8.7-1 * launch-testing-ros 0.8.4-1 --> 0.8.7-1 * lex-common 1.0.0-1 * lex-common-msgs 3.1.0-1 * lex-node 3.1.0-1 * libcurl-vendor 2.1.0-2 --> 2.1.2-1 * libphidget22 2.0.1-1 * lifecycle 0.7.6-1 --> 0.7.9-1 * logging-demo 0.7.6-1 --> 0.7.9-1 * map-msgs 2.0.1 --> 2.0.2-1 * marti-can-msgs 1.0.0-1 * marti-common-msgs 1.0.0-1 * marti-nav-msgs 1.0.0-1 * marti-perception-msgs 1.0.0-1 * marti-sensor-msgs 1.0.0-1 * marti-status-msgs 1.0.0-1 * marti-visualization-msgs 1.0.0-1 * message-filters 3.1.2-1 --> 3.1.3-1 * ml-classifiers 1.0.1-1 * mobileye-560-660-msgs 3.0.0-2 * mouse-teleop 1.0.1 * move-base-msgs 2.0.2-1 * nav-2d-msgs 0.2.6-1 * nav-2d-utils 0.2.6-1 * nav2-amcl 0.2.6-1 * nav2-behavior-tree 0.2.6-1 * nav2-bringup 0.2.6-1 * nav2-bt-navigator 0.2.6-1 * nav2-common 0.2.6-1 * nav2-costmap-2d 0.2.6-1 * nav2-dwb-controller 0.2.6-1 * nav2-dynamic-params 0.2.6-1 * nav2-lifecycle-manager 0.2.6-1 * nav2-map-server 0.2.6-1 * nav2-msgs 0.2.6-1 * nav2-navfn-planner 0.2.6-1 * nav2-recoveries 0.2.6-1 * nav2-rviz-plugins 0.2.6-1 * nav2-system-tests 0.2.6-1 * nav2-util 0.2.6-1 * nav2-voxel-grid 0.2.6-1 * nav2-world-model 0.2.6-1 * navigation2 0.2.6-1 * neobotix-usboard-msgs 3.0.0-2 * novatel-gps-driver 4.0.2-1 * novatel-gps-msgs 4.0.2-1 * octomap 1.9.2-1 * octovis 1.9.2-1 * ompl 1.4.2-1 --> 1.4.2-2 * opensplice-cmake-module 0.7.1-1 --> 0.7.3-1 * orocos-kdl 3.2.0-1 --> 3.2.1-1 * osrf-pycommon 0.1.7-1 --> 0.1.9-1 * pacmod-msgs 3.0.0-2 * pcl-conversions 2.0.0-1 * pcl-msgs 1.0.0-1 * pendulum-control 0.7.6-1 --> 0.7.9-1 * pendulum-msgs 0.7.6-1 --> 0.7.9-1 * people-msgs 1.3.0-1 * perception-pcl 2.0.0-1 * phidgets-accelerometer 2.0.1-1 * phidgets-analog-inputs 2.0.1-1 * phidgets-api 2.0.1-1 * phidgets-digital-inputs 2.0.1-1 * phidgets-digital-outputs 2.0.1-1 * phidgets-drivers 2.0.1-1 * phidgets-gyroscope 2.0.1-1 * phidgets-high-speed-encoder 2.0.1-1 * phidgets-ik 2.0.1-1 * phidgets-magnetometer 2.0.1-1 * phidgets-motors 2.0.1-1 * phidgets-msgs 2.0.1-1 * phidgets-spatial 2.0.1-1 * phidgets-temperature 2.0.1-1 * pluginlib 2.3.1-1 --> 2.3.3-1 * px4-msgs 2.0.1-1 * py-trees 1.3.0-1 * py-trees-js 0.5.0-1 * py-trees-ros 1.2.1-2 * py-trees-ros-interfaces 1.2.0-1 * py-trees-ros-tutorials 1.0.5-1 * py-trees-ros-viewer 0.1.3-1 * python-cmake-module 0.7.6-1 --> 0.7.10-1 * python-qt-binding 1.0.1-1 --> 1.0.2-1 * qt-dotgraph 1.0.5-1 --> 1.0.7-1 * qt-gui 1.0.5-1 --> 1.0.7-1 * qt-gui-app 1.0.5-1 --> 1.0.7-1 * qt-gui-core 1.0.5-1 --> 1.0.7-1 * qt-gui-cpp 1.0.5-1 --> 1.0.7-1 * qt-gui-py-common 1.0.5-1 --> 1.0.7-1 * quality-of-service-demo-cpp 0.7.6-1 --> 0.7.9-1 * quality-of-service-demo-py 0.7.6-1 --> 0.7.9-1 * radar-msgs 3.0.0-2 * rcl 0.7.4-1 --> 0.7.8-1 * rcl-action 0.7.4-1 --> 0.7.8-1 * rcl-lifecycle 0.7.4-1 --> 0.7.8-1 * rcl-yaml-param-parser 0.7.4-1 --> 0.7.8-1 * rclcpp 0.7.5-1 --> 0.7.12-1 * rclcpp-action 0.7.5-1 --> 0.7.12-1 * rclcpp-components 0.7.5-1 --> 0.7.12-1 * rclcpp-lifecycle 0.7.5-1 --> 0.7.12-1 * rclpy 0.7.3-1 --> 0.7.10-1 * rcpputils 0.1.0-1 --> 0.1.1-1 * rcutils 0.7.3-1 --> 0.7.5-1 * realtime-tools 2.0.0-1 * resource-retriever 2.1.0-2 --> 2.1.2-1 * rmw 0.7.1-1 --> 0.7.2-1 * rmw-connext-cpp 0.7.2-1 --> 0.7.4-1 * rmw-connext-shared-cpp 0.7.2-1 --> 0.7.4-1 * rmw-cyclonedds-cpp 0.4.2-1 * rmw-fastrtps-cpp 0.7.3-1 --> 0.7.6-1 * rmw-fastrtps-dynamic-cpp 0.7.3-1 --> 0.7.6-1 * rmw-fastrtps-shared-cpp 0.7.3-1 --> 0.7.6-1 * rmw-implementation 0.7.1-1 --> 0.7.2-1 * rmw-implementation-cmake 0.7.1-1 --> 0.7.2-1 * rmw-opensplice-cpp 0.7.1-1 --> 0.7.3-1 * robot-state-publisher 2.2.2-1 --> 2.2.5-1 * ros-base 0.7.0-1 --> 0.7.3-1 * ros-core 0.7.0-1 --> 0.7.3-1 * ros-monitoring-msgs 2.0.0-1 * ros-testing 0.1.0-1 --> 0.1.1-1 * ros-workspace 0.7.1-1 --> 0.7.2-1 * ros1-bridge 0.7.2-1 --> 0.7.4-1 * ros1-rosbag-storage-vendor 0.0.6-2 * ros2action 0.7.4-1 --> 0.7.9-1 * ros2bag 0.1.2-1 --> 0.1.8-1 * ros2cli 0.7.4-1 --> 0.7.9-1 * ros2component 0.7.4-1 --> 0.7.9-1 * ros2launch 0.8.4-1 --> 0.8.7-1 * ros2lifecycle 0.7.4-1 --> 0.7.9-1 * ros2msg 0.7.4-1 --> 0.7.9-1 * ros2multicast 0.7.4-1 --> 0.7.9-1 * ros2node 0.7.4-1 --> 0.7.9-1 * ros2param 0.7.4-1 --> 0.7.9-1 * ros2pkg 0.7.4-1 --> 0.7.9-1 * ros2run 0.7.4-1 --> 0.7.9-1 * ros2service 0.7.4-1 --> 0.7.9-1 * ros2srv 0.7.4-1 --> 0.7.9-1 * ros2test 0.1.0-1 --> 0.1.1-1 * ros2topic 0.7.4-1 --> 0.7.9-1 * rosapi 1.0.2-1 * rosauth 2.0.1-1 * rosbag2 0.1.2-1 --> 0.1.8-1 * rosbag2-bag-v2-plugins 0.0.6-2 * rosbag2-converter-default-plugins 0.1.2-1 --> 0.1.8-1 * rosbag2-storage 0.1.2-1 --> 0.1.8-1 * rosbag2-storage-default-plugins 0.1.2-1 --> 0.1.8-1 * rosbag2-test-common 0.1.2-1 --> 0.1.8-1 * rosbag2-tests 0.1.2-1 --> 0.1.8-1 * rosbag2-transport 0.1.2-1 --> 0.1.8-1 * rosbridge-library 1.0.2-1 * rosbridge-msgs 1.0.2-1 * rosbridge-server 1.0.2-1 * rosbridge-suite 1.0.2-1 * rosidl-adapter 0.7.3-1 --> 0.7.8-1 * rosidl-cmake 0.7.3-1 --> 0.7.8-1 * rosidl-generator-c 0.7.3-1 --> 0.7.8-1 * rosidl-generator-cpp 0.7.3-1 --> 0.7.8-1 * rosidl-generator-py 0.7.6-1 --> 0.7.10-1 * rosidl-parser 0.7.3-1 --> 0.7.8-1 * rosidl-runtime-py 0.7.6-1 --> 0.7.10-1 * rosidl-typesupport-connext-c 0.7.2-1 --> 0.7.3-1 * rosidl-typesupport-connext-cpp 0.7.2-1 --> 0.7.3-1 * rosidl-typesupport-interface 0.7.3-1 --> 0.7.8-1 * rosidl-typesupport-introspection-c 0.7.3-1 --> 0.7.8-1 * rosidl-typesupport-introspection-cpp 0.7.3-1 --> 0.7.8-1 * rosidl-typesupport-opensplice-c 0.7.1-1 --> 0.7.3-1 * rosidl-typesupport-opensplice-cpp 0.7.1-1 --> 0.7.3-1 * rqt 1.0.4-1 --> 1.0.5-1 * rqt-common-plugins 1.0.0-1 * rqt-console 1.0.1-1 --> 1.1.0-1 * rqt-graph 1.0.1-1 --> 1.0.2-1 * rqt-gui 1.0.4-1 --> 1.0.5-1 * rqt-gui-cpp 1.0.4-1 --> 1.0.5-1 * rqt-gui-py 1.0.4-1 --> 1.0.5-1 * rqt-plot 1.0.5-1 --> 1.0.7-1 * rqt-publisher 1.0.5-1 --> 1.1.0-1 * rqt-py-common 1.0.4-1 --> 1.0.5-1 * rqt-reconfigure 1.0.4-1 * rqt-robot-steering 1.0.0-1 * rqt-tf-tree 1.0.0-1 * rviz-assimp-vendor 6.1.1-1 --> 6.1.5-1 * rviz-common 6.1.1-1 --> 6.1.5-1 * rviz-default-plugins 6.1.1-1 --> 6.1.5-1 * rviz-ogre-vendor 6.1.1-1 --> 6.1.5-1 * rviz-rendering 6.1.1-1 --> 6.1.5-1 * rviz-rendering-tests 6.1.1-1 --> 6.1.5-1 * rviz-visual-testing-framework 6.1.1-1 --> 6.1.5-1 * rviz2 6.1.1-1 --> 6.1.5-1 * self-test 2.0.0-1 * shared-queues-vendor 0.1.2-1 --> 0.1.8-1 * sick-scan2 0.1.4-1 * slam-toolbox 2.0.2-1 * sophus 1.0.2 * sqlite3-vendor 0.1.2-1 --> 0.1.8-1 * sros2 0.7.0-1 --> 0.7.1-1 * sros2-cmake 0.7.0-1 --> 0.7.1-1 * swri-console-util 3.0.3-1 * swri-dbw-interface 3.0.3-1 * swri-geometry-util 3.0.3-1 * swri-image-util 3.0.3-1 * swri-math-util 3.0.3-1 * swri-opencv-util 3.0.3-1 * swri-prefix-tools 3.0.3-1 * swri-roscpp 3.0.3-1 * swri-route-util 3.0.3-1 * swri-serial-util 3.0.3-1 * swri-system-util 3.0.3-1 * swri-transform-util 3.0.3-1 * system-modes 0.1.4-1 * system-modes-examples 0.1.4-1 * teleop-tools 1.0.1 * teleop-tools-msgs 1.0.1 * teleop-twist-joy 2.2.0-1 --> 2.2.1-1 * teleop-twist-keyboard 2.3.0-1 --> 2.3.1-1 * tf2 0.11.3-1 --> 0.11.6-1 * tf2-eigen 0.11.3-1 --> 0.11.6-1 * tf2-geometry-msgs 0.11.3-1 --> 0.11.6-1 * tf2-kdl 0.11.6-1 * tf2-msgs 0.11.3-1 --> 0.11.6-1 * tf2-ros 0.11.3-1 --> 0.11.6-1 * tf2-sensor-msgs 0.11.3-1 --> 0.11.6-1 * theora-image-transport 2.1.0-1 * topic-monitor 0.7.6-1 --> 0.7.9-1 * tts 2.0.1-1 * tts-interfaces 2.0.1-1 * turtlebot3 2.0.1-1 * turtlebot3-bringup 2.0.1-1 * turtlebot3-cartographer 2.0.1-1 * turtlebot3-description 2.0.1-1 * turtlebot3-gazebo 2.0.1-1 * turtlebot3-msgs 2.2.0-1 * turtlebot3-navigation2 2.0.1-1 * turtlebot3-node 2.0.1-1 * turtlebot3-simulations 2.0.1-1 * turtlebot3-teleop 2.0.1-1 * turtlesim 1.0.1-1 * udp-driver 0.0.3-1 * vision-opencv 2.1.2-1 --> 2.1.3-1 * web-video-server 1.0.0-1 * xacro 2.0.1-2
Configuration menu - View commit details
-
Copy full SHA for 02d3e05 - Browse repository at this point
Copy the full SHA 02d3e05View commit details -
{dashing} geographic-info: override ROS_BUILD_TYPE to ament_cmake
* the generated recipe sets it to catkin, but catkin isn't available in ROS2 layers * fixes: ERROR: ParseError at meta-ros/meta-ros2-dashing/generated-recipes/geographic-info/geographic-info_1.0.1-1.bb:58: Could not inherit file classes/ros_catkin.bbclass Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b598cae - Browse repository at this point
Copy the full SHA b598caeView commit details -
{dashing} gps-umd: override ROS_BUILD_TYPE to ament_cmake
* the generated recipe sets it to catkin, but catkin isn't available in ROS2 layers * fixes: ERROR: ParseError at meta-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/gps-umd/gps-umd_1.0.0-1.bb:52: Could not inherit file classes/ros_catkin.bbclass Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 96d7473 - Browse repository at this point
Copy the full SHA 96d7473View commit details -
{dashing} async-web-server-cpp: override ROS_BUILD_TYPE to ament_cmake
* the generated recipe sets it to catkin, but catkin isn't available in ROS2 layers * fixes: ERROR: ParseError at meta-ros/meta-ros2-dashing/generated-recipes/async-web-server-cpp/async-web-server-cpp_1.0.0-1.bb:58: Could not inherit file classes/ros_catkin.bbclass Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 070b7ed - Browse repository at this point
Copy the full SHA 070b7edView commit details -
{dashing} web-video-server: override ROS_BUILD_TYPE to ament_cmake
* the generated recipe sets it to catkin, but catkin isn't available in ROS2 layers * fixes: ERROR: ParseError at /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/web-video-server/web-video-server_1.0.0-1.bb:63: Could not inherit file classes/ros_catkin.bbclass Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4014d62 - Browse repository at this point
Copy the full SHA 4014d62View commit details -
{dashing} rename bbappends to match new versions
Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7ded0fb - Browse repository at this point
Copy the full SHA 7ded0fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3eb2358 - Browse repository at this point
Copy the full SHA 3eb2358View commit details -
{dashing} ros-distro.inc: use python3-pyproj instead of unresolved py…
…thon-pyproj * python(2) is blacklisted in ROS2 distributions Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 68adb31 - Browse repository at this point
Copy the full SHA 68adb31View commit details -
{dashing} geographic-info: replace python-catkin-pkg with python3-cat…
…kin-pkg * python(2) is blacklisted in ROS2 distributions Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e78c709 - Browse repository at this point
Copy the full SHA e78c709View commit details -
{dashing} packagegroup-ros-world-dashing: remove py-trees-ros-tutoria…
…ls, py-trees-js, py-trees-ros-viewer, turtlesim, nav2-rviz-plugins, slam-toolbox wehn ros-qt5 isn't in DISTRO_FEATURES * fixes: ERROR: Nothing PROVIDES 'UNRESOLVED-qttools5-dev-tools' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/py-trees-ros-viewer/py-trees-ros-viewer_0.1.3-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/py-trees-ros-tutorials/py-trees-ros-tutorials_1.0.5-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/py-trees-js/py-trees-js_0.5.0-1.bb DEPENDS on or otherwise requires it) NOTE: Runtime target 'py-trees-ros-viewer' is unbuildable, removing... Missing or unbuildable dependency chain was: ['py-trees-ros-viewer', 'UNRESOLVED-qttools5-dev-tools'] NOTE: Runtime target 'packagegroup-ros-world-dashing' is unbuildable, removing... Missing or unbuildable dependency chain was: ['packagegroup-ros-world-dashing', 'py-trees-ros-viewer', 'UNRESOLVED-qttools5-dev-tools'] NOTE: Runtime target 'packagegroup-ros-world' is unbuildable, removing... Missing or unbuildable dependency chain was: ['packagegroup-ros-world', 'packagegroup-ros-world-dashing', 'py-trees-ros-viewer', 'UNRESOLVED-qttools5-dev-tools'] NOTE: Runtime target 'ros-image-world' is unbuildable, removing... Missing or unbuildable dependency chain was: ['ros-image-world', 'packagegroup-ros-world', 'packagegroup-ros-world-dashing', 'py-trees-ros-viewer', 'UNRESOLVED-qttools5-dev-tools'] NOTE: Runtime target 'py-trees-ros-tutorials' is unbuildable, removing... Missing or unbuildable dependency chain was: ['py-trees-ros-tutorials', 'UNRESOLVED-qttools5-dev-tools'] NOTE: Runtime target 'py-trees-js' is unbuildable, removing... Missing or unbuildable dependency chain was: ['py-trees-js', 'UNRESOLVED-qttools5-dev-tools'] ERROR: Nothing PROVIDES 'UNRESOLVED-pyqt5-dev-tools' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/py-trees-ros-viewer/py-trees-ros-viewer_0.1.3-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/py-trees-ros-tutorials/py-trees-ros-tutorials_1.0.5-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/py-trees-js/py-trees-js_0.5.0-1.bb DEPENDS on or otherwise requires it) ERROR: Nothing RPROVIDES 'UNRESOLVED-python3-qt5-bindings' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/py-trees-ros-viewer/py-trees-ros-viewer_0.1.3-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/py-trees-ros-tutorials/py-trees-ros-tutorials_1.0.5-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/py-trees-js/py-trees-js_0.5.0-1.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'UNRESOLVED-python3-qt5-bindings' is unbuildable, removing... Missing or unbuildable dependency chain was: ['UNRESOLVED-python3-qt5-bindings'] ERROR: Nothing RPROVIDES 'UNRESOLVED-python3-pyqt5.qtwebengine' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/py-trees-ros-viewer/py-trees-ros-viewer_0.1.3-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/py-trees-js/py-trees-js_0.5.0-1.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'UNRESOLVED-python3-pyqt5.qtwebengine' is unbuildable, removing... Missing or unbuildable dependency chain was: ['UNRESOLVED-python3-pyqt5.qtwebengine'] ERROR: Nothing RPROVIDES 'py-trees-ros-viewer-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/py-trees-ros-viewer/py-trees-ros-viewer_0.1.3-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'py-trees-ros-viewer-dev' NOTE: Runtime target 'py-trees-ros-viewer-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['py-trees-ros-viewer-dev'] ERROR: Nothing RPROVIDES 'py-trees-ros-tutorials-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/py-trees-ros-tutorials/py-trees-ros-tutorials_1.0.5-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'py-trees-ros-tutorials-dev' NOTE: Runtime target 'py-trees-ros-tutorials-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['py-trees-ros-tutorials-dev'] ERROR: Nothing RPROVIDES 'py-trees-js-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/py-trees-js/py-trees-js_0.5.0-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'py-trees-js-dev' NOTE: Runtime target 'py-trees-js-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['py-trees-js-dev'] ERROR: Nothing PROVIDES 'qtbase' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/turtlesim/turtlesim_1.0.1-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/navigation2/nav2-rviz-plugins_0.2.6-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/slam-toolbox/slam-toolbox_2.0.2-1.bb DEPENDS on or otherwise requires it). Close matches: netbase NOTE: Runtime target 'turtlesim' is unbuildable, removing... Missing or unbuildable dependency chain was: ['turtlesim', 'qtbase'] NOTE: Runtime target 'nav2-rviz-plugins' is unbuildable, removing... Missing or unbuildable dependency chain was: ['nav2-rviz-plugins', 'qtbase'] NOTE: Runtime target 'nav2-bringup' is unbuildable, removing... Missing or unbuildable dependency chain was: ['nav2-bringup', 'navigation2', 'nav2-rviz-plugins', 'qtbase'] NOTE: Runtime target 'turtlebot3-navigation2' is unbuildable, removing... Missing or unbuildable dependency chain was: ['turtlebot3-navigation2', 'nav2-bringup', 'navigation2', 'nav2-rviz-plugins', 'qtbase'] NOTE: Runtime target 'turtlebot3' is unbuildable, removing... Missing or unbuildable dependency chain was: ['turtlebot3', 'turtlebot3-navigation2', 'nav2-bringup', 'navigation2', 'nav2-rviz-plugins', 'qtbase'] NOTE: Runtime target 'nav2-system-tests' is unbuildable, removing... Missing or unbuildable dependency chain was: ['nav2-system-tests', 'nav2-bringup', 'navigation2', 'nav2-rviz-plugins', 'qtbase'] NOTE: Runtime target 'navigation2' is unbuildable, removing... Missing or unbuildable dependency chain was: ['navigation2', 'nav2-rviz-plugins', 'qtbase'] NOTE: Runtime target 'slam-toolbox' is unbuildable, removing... Missing or unbuildable dependency chain was: ['slam-toolbox', 'qtbase'] ERROR: Nothing RPROVIDES 'qtbase' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/turtlesim/turtlesim_1.0.1-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/navigation2/nav2-rviz-plugins_0.2.6-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/slam-toolbox/slam-toolbox_2.0.2-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rviz/rviz-default-plugins_6.1.5-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rviz/rviz-common_6.1.5-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rviz/rviz-rendering_6.1.5-1.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'qtbase' is unbuildable, removing... Missing or unbuildable dependency chain was: ['qtbase'] ERROR: Nothing RPROVIDES 'turtlesim-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/turtlesim/turtlesim_1.0.1-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'turtlesim-dev' NOTE: Runtime target 'turtlesim-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['turtlesim-dev'] Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cf0c2be - Browse repository at this point
Copy the full SHA cf0c2beView commit details -
{dashing} packagegroup-ros-world-dashing: remove rqt-reconfigure, rqt…
…-robot-steering when ros-rqt and ros-qt5 isn't in DISTRO_FEATURES * fixes: NOTE: Runtime target 'rqt-py-common' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-py-common'] NOTE: Runtime target 'rqt-common-plugins' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-common-plugins', 'rqt-py-common'] NOTE: Runtime target 'rqt-reconfigure' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-reconfigure', 'rqt-py-common'] NOTE: Runtime target 'rqt-plot' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-plot', 'rqt-py-common'] NOTE: Runtime target 'rqt-publisher' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-publisher', 'rqt-py-common'] NOTE: Runtime target 'rqt-action' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-action'] NOTE: Runtime target 'rqt-image-view' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-image-view'] NOTE: Runtime target 'rqt-service-caller' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-service-caller'] NOTE: Runtime target 'rqt-msg' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-msg'] NOTE: Runtime target 'rqt-srv' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-srv', 'rqt-msg'] ERROR: Nothing RPROVIDES 'rqt-common-plugins-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-common-plugins/rqt-common-plugins_1.0.0-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'rqt-common-plugins-dev' NOTE: Runtime target 'rqt-common-plugins-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-common-plugins-dev'] NOTE: Runtime target 'rqt-console' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-console'] NOTE: Runtime target 'rqt-topic' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-topic'] NOTE: Runtime target 'python-qt-binding' is unbuildable, removing... Missing or unbuildable dependency chain was: ['python-qt-binding'] NOTE: Runtime target 'rqt-robot-steering' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-robot-steering', 'python-qt-binding'] NOTE: Runtime target 'rqt-robot-steering-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-robot-steering-dev', 'python-qt-binding'] NOTE: Runtime target 'rqt-tf-tree' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-tf-tree', 'python-qt-binding'] NOTE: Runtime target 'rqt-py-console' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-py-console', 'python-qt-binding'] NOTE: Runtime target 'rqt-graph' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-graph', 'python-qt-binding'] NOTE: Runtime target 'rqt-top' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-top', 'python-qt-binding'] NOTE: Runtime target 'rqt-shell' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-shell', 'python-qt-binding'] NOTE: Runtime target 'rqt-gui' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-gui', 'python-qt-binding'] NOTE: Runtime target 'rqt-gui-py' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-gui-py'] ERROR: Nothing RPROVIDES 'rqt-tf-tree-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-tf-tree/rqt-tf-tree_1.0.0-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'rqt-tf-tree-dev' NOTE: Runtime target 'rqt-tf-tree-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-tf-tree-dev'] ERROR: Nothing RPROVIDES 'UNRESOLVED-python3-rospkg' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-tf-tree/rqt-tf-tree_1.0.0-1.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'UNRESOLVED-python3-rospkg' is unbuildable, removing... Missing or unbuildable dependency chain was: ['UNRESOLVED-python3-rospkg'] ERROR: Nothing RPROVIDES 'rqt-reconfigure-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-reconfigure/rqt-reconfigure_1.0.4-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'rqt-reconfigure-dev' NOTE: Runtime target 'rqt-reconfigure-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-reconfigure-dev'] ERROR: Nothing PROVIDES 'UNRESOLVED-python3-qt5-bindings' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/python-qt-binding/python-qt-binding_1.0.2-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/qt-gui-core/qt-gui_1.0.7-1.bb DEPENDS on or otherwise requires it). Close matches: python-qt-binding ERROR: Nothing PROVIDES 'rqt-gui' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-image-view/rqt-image-view_1.0.2-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt/rqt-gui-py_1.0.5-1.bb DEPENDS on or otherwise requires it) No eligible PROVIDERs exist for 'rqt-gui' ERROR: Nothing RPROVIDES 'qt-gui' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-py-console/rqt-py-console_1.0.0-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt/rqt-py-common_1.0.5-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-shell/rqt-shell_1.0.0-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt/rqt-gui_1.0.5-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt/rqt-gui-py_1.0.5-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/qt-gui-core/qt-gui-cpp_1.0.7-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt/rqt-gui-cpp_1.0.5-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/qt-gui-core/qt-gui_1.0.7-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'qt-gui' NOTE: Runtime target 'qt-gui' is unbuildable, removing... Missing or unbuildable dependency chain was: ['qt-gui'] ERROR: Nothing RPROVIDES 'rqt-py-console-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-py-console/rqt-py-console_1.0.0-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'rqt-py-console-dev' NOTE: Runtime target 'rqt-py-console-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-py-console-dev'] ERROR: Nothing RPROVIDES 'rqt-publisher-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-publisher/rqt-publisher_1.1.0-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'rqt-publisher-dev' NOTE: Runtime target 'rqt-publisher-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-publisher-dev'] ERROR: Nothing RPROVIDES 'rqt-srv-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-srv/rqt-srv_1.0.1-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'rqt-srv-dev' NOTE: Runtime target 'rqt-srv-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-srv-dev'] ERROR: Nothing RPROVIDES 'rqt-graph-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-graph/rqt-graph_1.0.2-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'rqt-graph-dev' NOTE: Runtime target 'rqt-graph-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-graph-dev'] ERROR: Nothing RPROVIDES 'rqt-action-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-action/rqt-action_1.0.1-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'rqt-action-dev' NOTE: Runtime target 'rqt-action-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-action-dev'] ERROR: Nothing RPROVIDES 'rqt-top-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-top/rqt-top_1.0.0-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'rqt-top-dev' NOTE: Runtime target 'rqt-top-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-top-dev'] ERROR: Nothing RPROVIDES 'rqt-shell-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-shell/rqt-shell_1.0.0-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'rqt-shell-dev' NOTE: Runtime target 'rqt-shell-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-shell-dev'] ERROR: Nothing RPROVIDES 'rqt-gui-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt/rqt-gui_1.0.5-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'rqt-gui-dev' NOTE: Runtime target 'rqt-gui-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-gui-dev'] ERROR: Nothing RPROVIDES 'rqt-gui-py-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt/rqt-gui-py_1.0.5-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'rqt-gui-py-dev' NOTE: Runtime target 'rqt-gui-py-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-gui-py-dev'] ERROR: Nothing RPROVIDES 'qt-dotgraph-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/qt-gui-core/qt-dotgraph_1.0.7-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'qt-dotgraph-dev' NOTE: Runtime target 'qt-dotgraph-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['qt-dotgraph-dev'] ERROR: Nothing RPROVIDES 'qt-gui-py-common-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/qt-gui-core/qt-gui-py-common_1.0.7-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'qt-gui-py-common-dev' NOTE: Runtime target 'qt-gui-py-common-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['qt-gui-py-common-dev'] ERROR: Nothing RPROVIDES 'rqt-plot-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-plot/rqt-plot_1.0.7-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'rqt-plot-dev' NOTE: Runtime target 'rqt-plot-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-plot-dev'] ERROR: Nothing RPROVIDES 'python3-matplotlib' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-plot/rqt-plot_1.0.7-1.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'python3-matplotlib' is unbuildable, removing... Missing or unbuildable dependency chain was: ['python3-matplotlib'] ERROR: Nothing PROVIDES 'python-qt-binding' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/qt-gui-core/qt-gui-cpp_1.0.7-1.bb DEPENDS on or otherwise requires it) No eligible PROVIDERs exist for 'python-qt-binding' Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9ae56c2 - Browse repository at this point
Copy the full SHA 9ae56c2View commit details -
{dashing} ros-distro.inc: use libusb1 instead of unresolved libusb-1.0
* fixes: ERROR: Nothing RPROVIDES 'UNRESOLVED-libusb-1.0' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/phidgets-drivers/libphidget22_2.0.1-1.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'UNRESOLVED-libusb-1.0' is unbuildable, removing... Missing or unbuildable dependency chain was: ['UNRESOLVED-libusb-1.0'] NOTE: Runtime target 'phidgets-digital-outputs' is unbuildable, removing... Missing or unbuildable dependency chain was: ['phidgets-digital-outputs', 'phidgets-api', 'libphidget22', 'UNRESOLVED-libusb-1.0'] NOTE: Runtime target 'phidgets-ik' is unbuildable, removing... Missing or unbuildable dependency chain was: ['phidgets-ik', 'phidgets-digital-outputs', 'phidgets-api', 'libphidget22', 'UNRESOLVED-libusb-1.0'] NOTE: Runtime target 'phidgets-drivers' is unbuildable, removing... Missing or unbuildable dependency chain was: ['phidgets-drivers', 'phidgets-ik', 'phidgets-digital-outputs', 'phidgets-api', 'libphidget22', 'UNRESOLVED-libusb-1.0'] NOTE: Runtime target 'phidgets-digital-outputs-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['phidgets-digital-outputs-dev', 'phidgets-api', 'libphidget22', 'UNRESOLVED-libusb-1.0'] NOTE: Runtime target 'phidgets-temperature' is unbuildable, removing... Missing or unbuildable dependency chain was: ['phidgets-temperature', 'phidgets-api', 'libphidget22', 'UNRESOLVED-libusb-1.0'] NOTE: Runtime target 'phidgets-temperature-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['phidgets-temperature-dev', 'phidgets-api', 'libphidget22', 'UNRESOLVED-libusb-1.0'] NOTE: Runtime target 'phidgets-gyroscope' is unbuildable, removing... Missing or unbuildable dependency chain was: ['phidgets-gyroscope', 'phidgets-api', 'libphidget22', 'UNRESOLVED-libusb-1.0'] NOTE: Runtime target 'phidgets-gyroscope-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['phidgets-gyroscope-dev', 'phidgets-api', 'libphidget22', 'UNRESOLVED-libusb-1.0'] NOTE: Runtime target 'phidgets-motors' is unbuildable, removing... Missing or unbuildable dependency chain was: ['phidgets-motors', 'phidgets-api', 'libphidget22', 'UNRESOLVED-libusb-1.0'] NOTE: Runtime target 'phidgets-magnetometer' is unbuildable, removing... Missing or unbuildable dependency chain was: ['phidgets-magnetometer', 'phidgets-api', 'libphidget22', 'UNRESOLVED-libusb-1.0'] NOTE: Runtime target 'phidgets-digital-inputs' is unbuildable, removing... Missing or unbuildable dependency chain was: ['phidgets-digital-inputs', 'phidgets-api', 'libphidget22', 'UNRESOLVED-libusb-1.0'] NOTE: Runtime target 'phidgets-analog-inputs' is unbuildable, removing... Missing or unbuildable dependency chain was: ['phidgets-analog-inputs', 'phidgets-api', 'libphidget22', 'UNRESOLVED-libusb-1.0'] NOTE: Runtime target 'phidgets-accelerometer' is unbuildable, removing... Missing or unbuildable dependency chain was: ['phidgets-accelerometer', 'phidgets-api', 'libphidget22', 'UNRESOLVED-libusb-1.0'] NOTE: Runtime target 'phidgets-high-speed-encoder' is unbuildable, removing... Missing or unbuildable dependency chain was: ['phidgets-high-speed-encoder', 'phidgets-api', 'libphidget22', 'UNRESOLVED-libusb-1.0'] NOTE: Runtime target 'phidgets-spatial' is unbuildable, removing... Missing or unbuildable dependency chain was: ['phidgets-spatial', 'phidgets-api', 'libphidget22', 'UNRESOLVED-libusb-1.0'] NOTE: Runtime target 'phidgets-api' is unbuildable, removing... Missing or unbuildable dependency chain was: ['phidgets-api', 'libphidget22', 'UNRESOLVED-libusb-1.0'] NOTE: Runtime target 'libphidget22' is unbuildable, removing... Missing or unbuildable dependency chain was: ['libphidget22', 'UNRESOLVED-libusb-1.0'] NOTE: Runtime target 'libphidget22-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['libphidget22-dev', 'UNRESOLVED-libusb-1.0'] Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b816e40 - Browse repository at this point
Copy the full SHA b816e40View commit details -
{dashing} ros-distro.inc: use proj instead of unresolved proj
ERROR: Nothing PROVIDES 'UNRESOLVED-proj' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/marti-common/swri-transform-util_3.0.3-1.bb DEPENDS on or otherwise requires it) NOTE: Runtime target 'swri-transform-util' is unbuildable, removing... Missing or unbuildable dependency chain was: ['swri-transform-util', 'UNRESOLVED-proj'] NOTE: Runtime target 'swri-route-util' is unbuildable, removing... Missing or unbuildable dependency chain was: ['swri-route-util', 'swri-transform-util', 'UNRESOLVED-proj'] ERROR: Nothing RPROVIDES 'UNRESOLVED-proj' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/marti-common/swri-transform-util_3.0.3-1.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'UNRESOLVED-proj' is unbuildable, removing... Missing or unbuildable dependency chain was: ['UNRESOLVED-proj'] ERROR: Nothing RPROVIDES 'swri-transform-util-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/marti-common/swri-transform-util_3.0.3-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'swri-transform-util-dev' NOTE: Runtime target 'swri-transform-util-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['swri-transform-util-dev'] Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee6825e - Browse repository at this point
Copy the full SHA ee6825eView commit details -
{dashing} ros-distro.inc: use python3-pymongo instead of unresolved p…
…ython3-bson * fixes: ERROR: Nothing PROVIDES 'UNRESOLVED-python3-bson' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rosbridge-suite/rosbridge-library_1.0.2-1.bb DEPENDS on or otherwise requires it) NOTE: Runtime target 'rosbridge-library' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rosbridge-library', 'UNRESOLVED-python3-bson'] NOTE: Runtime target 'rosapi' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rosapi', 'rosbridge-library', 'UNRESOLVED-python3-bson'] NOTE: Runtime target 'rosbridge-suite' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rosbridge-suite', 'rosapi', 'rosbridge-library', 'UNRESOLVED-python3-bson'] NOTE: Runtime target 'rosbridge-server' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rosbridge-server', 'rosapi', 'rosbridge-library', 'UNRESOLVED-python3-bson'] ERROR: Nothing RPROVIDES 'UNRESOLVED-python3-bson' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rosbridge-suite/rosbridge-library_1.0.2-1.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'UNRESOLVED-python3-bson' is unbuildable, removing... Missing or unbuildable dependency chain was: ['UNRESOLVED-python3-bson'] Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4347241 - Browse repository at this point
Copy the full SHA 4347241View commit details -
{dashing} packagegroup-ros-world-dashing: drop dependency on octovis
* fixes: ERROR: Nothing PROVIDES 'UNRESOLVED-libqt4-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/octomap/octovis_1.9.2-1.bb DEPENDS on or otherwise requires it) NOTE: Runtime target 'octovis' is unbuildable, removing... Missing or unbuildable dependency chain was: ['octovis', 'UNRESOLVED-libqt4-dev'] NOTE: Runtime target 'packagegroup-ros-world-dashing' is unbuildable, removing... Missing or unbuildable dependency chain was: ['packagegroup-ros-world-dashing', 'octovis', 'UNRESOLVED-libqt4-dev'] NOTE: Runtime target 'packagegroup-ros-world' is unbuildable, removing... Missing or unbuildable dependency chain was: ['packagegroup-ros-world', 'packagegroup-ros-world-dashing', 'octovis', 'UNRESOLVED-libqt4-dev'] NOTE: Runtime target 'ros-image-world' is unbuildable, removing... Missing or unbuildable dependency chain was: ['ros-image-world', 'packagegroup-ros-world', 'packagegroup-ros-world-dashing', 'octovis', 'UNRESOLVED-libqt4-dev'] ERROR: Nothing PROVIDES 'UNRESOLVED-libqt4-opengl-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/octomap/octovis_1.9.2-1.bb DEPENDS on or otherwise requires it) ERROR: Nothing PROVIDES 'UNRESOLVED-libqglviewer-qt4-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/octomap/octovis_1.9.2-1.bb DEPENDS on or otherwise requires it) ERROR: Nothing RPROVIDES 'UNRESOLVED-libqglviewer-qt4' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/octomap/octovis_1.9.2-1.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'UNRESOLVED-libqglviewer-qt4' is unbuildable, removing... Missing or unbuildable dependency chain was: ['UNRESOLVED-libqglviewer-qt4'] ERROR: Nothing RPROVIDES 'UNRESOLVED-libqtgui4' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/octomap/octovis_1.9.2-1.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'UNRESOLVED-libqtgui4' is unbuildable, removing... Missing or unbuildable dependency chain was: ['UNRESOLVED-libqtgui4'] ERROR: Nothing RPROVIDES 'octovis-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/octomap/octovis_1.9.2-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'octovis-dev' NOTE: Runtime target 'octovis-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['octovis-dev'] ERROR: Nothing RPROVIDES 'UNRESOLVED-libqt4-opengl' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/octomap/octovis_1.9.2-1.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'UNRESOLVED-libqt4-opengl' is unbuildable, removing... Missing or unbuildable dependency chain was: ['UNRESOLVED-libqt4-opengl'] Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a12583f - Browse repository at this point
Copy the full SHA a12583fView commit details -
{dashing} ros-distro.inc: use python3-tkinter instead of unresolved p…
…ython-tk * fixes: ERROR: Nothing RPROVIDES 'UNRESOLVED-python-tk' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/teleop-tools/mouse-teleop_1.0.1-1.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'UNRESOLVED-python-tk' is unbuildable, removing... Missing or unbuildable dependency chain was: ['UNRESOLVED-python-tk'] NOTE: Runtime target 'mouse-teleop' is unbuildable, removing... Missing or unbuildable dependency chain was: ['mouse-teleop', 'UNRESOLVED-python-tk'] NOTE: Runtime target 'mouse-teleop-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['mouse-teleop-dev', 'UNRESOLVED-python-tk'] Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3818342 - Browse repository at this point
Copy the full SHA 3818342View commit details -
{dashing} packagegroup-ros-world-dashing: drop dependency on rqt-comm…
…on-plugins when ros-rqt or ros-qt5 isn't in DISTRO_FEATURES * fixes: ERROR: Nothing PROVIDES 'qtbase' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-image-view/rqt-image-view_1.0.3-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt/rqt-py-common_1.0.5-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/qt-gui-core/qt-gui-cpp_1.0.7-1.bb DEPENDS on or otherwise requires it). Close matches: netbase NOTE: Runtime target 'rqt-image-view' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-image-view', 'qtbase'] NOTE: Runtime target 'rqt-common-plugins' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-common-plugins', 'rqt-image-view', 'qtbase'] NOTE: Runtime target 'rqt-common-plugins-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-common-plugins-dev', 'rqt-image-view', 'qtbase'] NOTE: Runtime target 'rqt-py-common' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-py-common', 'qtbase'] NOTE: Runtime target 'rqt-msg' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-msg', 'rqt-py-common', 'qtbase'] NOTE: Runtime target 'rqt-srv' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-srv', 'rqt-msg', 'rqt-py-common', 'qtbase'] NOTE: Runtime target 'rqt-action' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-action', 'rqt-msg', 'rqt-py-common', 'qtbase'] NOTE: Runtime target 'rqt-topic' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-topic', 'rqt-py-common', 'qtbase'] NOTE: Runtime target 'rqt-reconfigure' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-reconfigure', 'rqt-py-common', 'qtbase'] NOTE: Runtime target 'rqt-console' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-console', 'rqt-py-common', 'qtbase'] NOTE: Runtime target 'rqt-service-caller' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-service-caller', 'rqt-py-common', 'qtbase'] NOTE: Runtime target 'rqt-publisher' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-publisher', 'rqt-py-common', 'qtbase'] NOTE: Runtime target 'rqt-plot' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-plot', 'rqt-py-common', 'qtbase'] ERROR: Nothing PROVIDES 'python' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/openembedded-core/meta/recipes-devtools/python-numpy/python-numpy_1.14.5.bb DEPENDS on or otherwise requires it) python was skipped: Recipe is blacklisted: ROS 2 is Python 3 only NOTE: Runtime target 'python-numpy' is unbuildable, removing... Missing or unbuildable dependency chain was: ['python-numpy', 'python'] NOTE: Runtime target 'python-qt-binding' is unbuildable, removing... Missing or unbuildable dependency chain was: ['python-qt-binding'] NOTE: Runtime target 'rqt-shell' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-shell', 'python-qt-binding'] NOTE: Runtime target 'rqt-graph' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-graph', 'python-qt-binding'] NOTE: Runtime target 'rqt-py-console' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-py-console', 'python-qt-binding'] NOTE: Runtime target 'rqt-top' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-top', 'python-qt-binding'] ERROR: Nothing RPROVIDES 'rqt-gui' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-msg/rqt-msg_1.0.2-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-shell/rqt-shell_1.0.0-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-image-view/rqt-image-view_1.0.3-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-topic/rqt-topic_1.1.0-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-graph/rqt-graph_1.0.3-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-py-console/rqt-py-console_1.0.0-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-top/rqt-top_1.0.0-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-reconfigure/rqt-reconfigure_1.0.4-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-console/rqt-console_1.1.0-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-service-caller/rqt-service-caller_1.0.3-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-srv/rqt-srv_1.0.1-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-action/rqt-action_1.0.1-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-publisher/rqt-publisher_1.1.0-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-plot/rqt-plot_1.0.7-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt/rqt-gui_1.0.5-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'rqt-gui' NOTE: Runtime target 'rqt-gui' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-gui'] NOTE: Runtime target 'rqt-gui-py' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-gui-py'] ERROR: Nothing RPROVIDES 'rqt-msg-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-msg/rqt-msg_1.0.2-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'rqt-msg-dev' NOTE: Runtime target 'rqt-msg-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-msg-dev'] ERROR: Nothing RPROVIDES 'rqt-shell-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-shell/rqt-shell_1.0.0-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'rqt-shell-dev' NOTE: Runtime target 'rqt-shell-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-shell-dev'] NOTE: Runtime target 'qt-gui-py-common' is unbuildable, removing... Missing or unbuildable dependency chain was: ['qt-gui-py-common'] NOTE: Runtime target 'qt-gui' is unbuildable, removing... Missing or unbuildable dependency chain was: ['qt-gui'] ERROR: Nothing RPROVIDES 'qt-gui-cpp' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-image-view/rqt-image-view_1.0.3-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/qt-gui-core/qt-gui-cpp_1.0.7-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt/rqt-gui-cpp_1.0.5-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'qt-gui-cpp' NOTE: Runtime target 'qt-gui-cpp' is unbuildable, removing... Missing or unbuildable dependency chain was: ['qt-gui-cpp'] ERROR: Nothing RPROVIDES 'rqt-gui-cpp' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-image-view/rqt-image-view_1.0.3-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt/rqt-gui-cpp_1.0.5-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'rqt-gui-cpp' NOTE: Runtime target 'rqt-gui-cpp' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-gui-cpp'] ERROR: Nothing RPROVIDES 'rqt-image-view-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-image-view/rqt-image-view_1.0.3-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'rqt-image-view-dev' NOTE: Runtime target 'rqt-image-view-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-image-view-dev'] ERROR: Nothing RPROVIDES 'rqt-topic-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-topic/rqt-topic_1.1.0-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'rqt-topic-dev' NOTE: Runtime target 'rqt-topic-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-topic-dev'] NOTE: Runtime target 'qt-dotgraph' is unbuildable, removing... Missing or unbuildable dependency chain was: ['qt-dotgraph'] ERROR: Nothing RPROVIDES 'rqt-graph-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-graph/rqt-graph_1.0.3-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'rqt-graph-dev' NOTE: Runtime target 'rqt-graph-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-graph-dev'] ERROR: Nothing RPROVIDES 'rqt-py-console-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-py-console/rqt-py-console_1.0.0-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'rqt-py-console-dev' NOTE: Runtime target 'rqt-py-console-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-py-console-dev'] ERROR: Nothing RPROVIDES 'rqt-top-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-top/rqt-top_1.0.0-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'rqt-top-dev' NOTE: Runtime target 'rqt-top-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-top-dev'] ERROR: Nothing RPROVIDES 'rqt-reconfigure-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-reconfigure/rqt-reconfigure_1.0.4-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'rqt-reconfigure-dev' NOTE: Runtime target 'rqt-reconfigure-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-reconfigure-dev'] ERROR: Nothing RPROVIDES 'rqt-console-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-console/rqt-console_1.1.0-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'rqt-console-dev' NOTE: Runtime target 'rqt-console-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-console-dev'] ERROR: Nothing RPROVIDES 'rqt-service-caller-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-service-caller/rqt-service-caller_1.0.3-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'rqt-service-caller-dev' NOTE: Runtime target 'rqt-service-caller-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-service-caller-dev'] ERROR: Nothing RPROVIDES 'rqt-py-common-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt/rqt-py-common_1.0.5-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'rqt-py-common-dev' NOTE: Runtime target 'rqt-py-common-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-py-common-dev'] ERROR: Nothing RPROVIDES 'qtbase' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt/rqt-py-common_1.0.5-1.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'qtbase' is unbuildable, removing... Missing or unbuildable dependency chain was: ['qtbase'] ERROR: Nothing RPROVIDES 'rqt-srv-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-srv/rqt-srv_1.0.1-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'rqt-srv-dev' NOTE: Runtime target 'rqt-srv-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-srv-dev'] ERROR: Nothing RPROVIDES 'rqt-action-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-action/rqt-action_1.0.1-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'rqt-action-dev' NOTE: Runtime target 'rqt-action-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-action-dev'] ERROR: Nothing RPROVIDES 'rqt-publisher-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-publisher/rqt-publisher_1.1.0-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'rqt-publisher-dev' NOTE: Runtime target 'rqt-publisher-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-publisher-dev'] ERROR: Nothing RPROVIDES 'python3-matplotlib' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-plot/rqt-plot_1.0.7-1.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'python3-matplotlib' is unbuildable, removing... Missing or unbuildable dependency chain was: ['python3-matplotlib'] ERROR: Nothing RPROVIDES 'rqt-plot-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt-plot/rqt-plot_1.0.7-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'rqt-plot-dev' NOTE: Runtime target 'rqt-plot-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-plot-dev'] ERROR: Nothing RPROVIDES 'python-numpy-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/openembedded-core/meta/recipes-devtools/python-numpy/python-numpy_1.14.5.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'python-numpy-dev' NOTE: Runtime target 'python-numpy-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['python-numpy-dev'] ERROR: Nothing RPROVIDES 'python-subprocess' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/openembedded-core/meta/recipes-devtools/python-numpy/python-numpy_1.14.5.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'python-subprocess' is unbuildable, removing... Missing or unbuildable dependency chain was: ['python-subprocess'] ERROR: Nothing RPROVIDES 'qt-gui-cpp-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/qt-gui-core/qt-gui-cpp_1.0.7-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'qt-gui-cpp-dev' NOTE: Runtime target 'qt-gui-cpp-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['qt-gui-cpp-dev'] ERROR: Nothing RPROVIDES 'rqt-gui-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt/rqt-gui_1.0.5-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'rqt-gui-dev' NOTE: Runtime target 'rqt-gui-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-gui-dev'] ERROR: Nothing PROVIDES 'python-qt-binding' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/qt-gui-core/qt-gui-cpp_1.0.7-1.bb DEPENDS on or otherwise requires it) No eligible PROVIDERs exist for 'python-qt-binding' ERROR: Nothing PROVIDES 'qt-gui' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt/rqt-gui_1.0.5-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt/rqt-gui-cpp_1.0.5-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rqt/rqt-gui-py_1.0.5-1.bb DEPENDS on or otherwise requires it) No eligible PROVIDERs exist for 'qt-gui' ERROR: Nothing PROVIDES 'UNRESOLVED-python3-qt5-bindings' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/python-qt-binding/python-qt-binding_1.0.3-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/qt-gui-core/qt-gui_1.0.7-1.bb DEPENDS on or otherwise requires it). Close matches: python-qt-binding Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d5d4f91 - Browse repository at this point
Copy the full SHA d5d4f91View commit details -
{dashing} ros-distro.inc: use boost instead of unresolved libboost-sy…
…stem-dev and libboost-program-options * fixes: ERROR: Nothing RPROVIDES 'UNRESOLVED-libboost-program-options' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/navigation2/nav2-util_0.2.6-1.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'UNRESOLVED-libboost-program-options' is unbuildable, removing... Missing or unbuildable dependency chain was: ['UNRESOLVED-libboost-program-options'] NOTE: Runtime target 'nav2-world-model' is unbuildable, removing... Missing or unbuildable dependency chain was: ['nav2-world-model', 'nav2-util', 'UNRESOLVED-libboost-program-options'] NOTE: Runtime target 'nav2-world-model-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['nav2-world-model-dev', 'nav2-util', 'UNRESOLVED-libboost-program-options'] NOTE: Runtime target 'nav2-bt-navigator' is unbuildable, removing... Missing or unbuildable dependency chain was: ['nav2-bt-navigator', 'nav2-util', 'UNRESOLVED-libboost-program-options'] NOTE: Runtime target 'nav2-bt-navigator-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['nav2-bt-navigator-dev', 'nav2-util', 'UNRESOLVED-libboost-program-options'] NOTE: Runtime target 'nav2-recoveries' is unbuildable, removing... Missing or unbuildable dependency chain was: ['nav2-recoveries', 'nav2-util', 'UNRESOLVED-libboost-program-options'] NOTE: Runtime target 'nav2-recoveries-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['nav2-recoveries-dev', 'nav2-util', 'UNRESOLVED-libboost-program-options'] NOTE: Runtime target 'nav2-behavior-tree' is unbuildable, removing... Missing or unbuildable dependency chain was: ['nav2-behavior-tree', 'nav2-util', 'UNRESOLVED-libboost-program-options'] NOTE: Runtime target 'nav2-behavior-tree-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['nav2-behavior-tree-dev', 'nav2-util', 'UNRESOLVED-libboost-program-options'] NOTE: Runtime target 'nav2-dwb-controller' is unbuildable, removing... Missing or unbuildable dependency chain was: ['nav2-dwb-controller', 'dwb-core', 'nav-2d-utils', 'nav2-util', 'UNRESOLVED-libboost-program-options'] NOTE: Runtime target 'dwb-critics' is unbuildable, removing... Missing or unbuildable dependency chain was: ['dwb-critics', 'dwb-core', 'nav-2d-utils', 'nav2-util', 'UNRESOLVED-libboost-program-options'] NOTE: Runtime target 'dwb-plugins' is unbuildable, removing... Missing or unbuildable dependency chain was: ['dwb-plugins', 'dwb-core', 'nav-2d-utils', 'nav2-util', 'UNRESOLVED-libboost-program-options'] NOTE: Runtime target 'dwb-controller' is unbuildable, removing... Missing or unbuildable dependency chain was: ['dwb-controller', 'dwb-core', 'nav-2d-utils', 'nav2-util', 'UNRESOLVED-libboost-program-options'] NOTE: Runtime target 'dwb-core' is unbuildable, removing... Missing or unbuildable dependency chain was: ['dwb-core', 'nav-2d-utils', 'nav2-util', 'UNRESOLVED-libboost-program-options'] NOTE: Runtime target 'dwb-core-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['dwb-core-dev', 'nav-2d-utils', 'nav2-util', 'UNRESOLVED-libboost-program-options'] NOTE: Runtime target 'nav-2d-utils' is unbuildable, removing... Missing or unbuildable dependency chain was: ['nav-2d-utils', 'nav2-util', 'UNRESOLVED-libboost-program-options'] NOTE: Runtime target 'nav-2d-utils-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['nav-2d-utils-dev', 'nav2-util', 'UNRESOLVED-libboost-program-options'] NOTE: Runtime target 'nav2-navfn-planner' is unbuildable, removing... Missing or unbuildable dependency chain was: ['nav2-navfn-planner', 'nav2-util', 'UNRESOLVED-libboost-program-options'] NOTE: Runtime target 'nav2-navfn-planner-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['nav2-navfn-planner-dev', 'nav2-util', 'UNRESOLVED-libboost-program-options'] NOTE: Runtime target 'costmap-queue' is unbuildable, removing... Missing or unbuildable dependency chain was: ['costmap-queue', 'nav2-costmap-2d', 'nav2-util', 'UNRESOLVED-libboost-program-options'] NOTE: Runtime target 'nav2-costmap-2d' is unbuildable, removing... Missing or unbuildable dependency chain was: ['nav2-costmap-2d', 'nav2-util', 'UNRESOLVED-libboost-program-options'] NOTE: Runtime target 'nav2-rviz-plugins' is unbuildable, removing... Missing or unbuildable dependency chain was: ['nav2-rviz-plugins', 'nav2-lifecycle-manager', 'nav2-util', 'UNRESOLVED-libboost-program-options'] NOTE: Runtime target 'nav2-lifecycle-manager' is unbuildable, removing... Missing or unbuildable dependency chain was: ['nav2-lifecycle-manager', 'nav2-util', 'UNRESOLVED-libboost-program-options'] NOTE: Runtime target 'nav2-amcl' is unbuildable, removing... Missing or unbuildable dependency chain was: ['nav2-amcl', 'nav2-util', 'UNRESOLVED-libboost-program-options'] NOTE: Runtime target 'nav2-dynamic-params' is unbuildable, removing... Missing or unbuildable dependency chain was: ['nav2-dynamic-params', 'nav2-util', 'UNRESOLVED-libboost-program-options'] NOTE: Runtime target 'nav2-util' is unbuildable, removing... Missing or unbuildable dependency chain was: ['nav2-util', 'UNRESOLVED-libboost-program-options'] NOTE: Runtime target 'nav2-util-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['nav2-util-dev', 'UNRESOLVED-libboost-program-options'] ERROR: Nothing PROVIDES 'UNRESOLVED-libboost-system-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/hls-lfcd-lds-driver/hls-lfcd-lds-driver_2.0.0-1.bb DEPENDS on or otherwise requires it) NOTE: Runtime target 'hls-lfcd-lds-driver' is unbuildable, removing... Missing or unbuildable dependency chain was: ['hls-lfcd-lds-driver', 'UNRESOLVED-libboost-system-dev'] NOTE: Runtime target 'turtlebot3-bringup' is unbuildable, removing... Missing or unbuildable dependency chain was: ['turtlebot3-bringup', 'hls-lfcd-lds-driver', 'UNRESOLVED-libboost-system-dev'] NOTE: Runtime target 'turtlebot3' is unbuildable, removing... Missing or unbuildable dependency chain was: ['turtlebot3', 'turtlebot3-bringup', 'hls-lfcd-lds-driver', 'UNRESOLVED-libboost-system-dev'] ERROR: Nothing RPROVIDES 'UNRESOLVED-libboost-system-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/hls-lfcd-lds-driver/hls-lfcd-lds-driver_2.0.0-1.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'UNRESOLVED-libboost-system-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['UNRESOLVED-libboost-system-dev'] ERROR: Nothing RPROVIDES 'hls-lfcd-lds-driver-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/hls-lfcd-lds-driver/hls-lfcd-lds-driver_2.0.0-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'hls-lfcd-lds-driver-dev' NOTE: Runtime target 'hls-lfcd-lds-driver-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['hls-lfcd-lds-driver-dev'] Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b97c439 - Browse repository at this point
Copy the full SHA b97c439View commit details -
{dashing} packagegroup-ros-world-dashing: drop dependency on rqt-tf-tree
* fixes: ERROR: Nothing RPROVIDES 'UNRESOLVED-python3-rospkg' (but /jenkins/mjansa/build-ros-thud-mcf-herb/meta-ros/meta-ros2-dashing/generated-recipes/rqt-tf-tree/rqt-tf-tree_1.0.0-1.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'UNRESOLVED-python3-rospkg' is unbuildable, removing... Missing or unbuildable dependency chain was: ['UNRESOLVED-python3-rospkg'] NOTE: Runtime target 'rqt-tf-tree' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-tf-tree', 'UNRESOLVED-python3-rospkg'] NOTE: Runtime target 'packagegroup-ros-world-dashing' is unbuildable, removing... Missing or unbuildable dependency chain was: ['packagegroup-ros-world-dashing', 'rqt-tf-tree', 'UNRESOLVED-python3-rospkg'] NOTE: Runtime target 'packagegroup-ros-world' is unbuildable, removing... Missing or unbuildable dependency chain was: ['packagegroup-ros-world', 'packagegroup-ros-world-dashing', 'rqt-tf-tree', 'UNRESOLVED-python3-rospkg'] NOTE: Runtime target 'ros-image-world' is unbuildable, removing... Missing or unbuildable dependency chain was: ['ros-image-world', 'packagegroup-ros-world', 'packagegroup-ros-world-dashing', 'rqt-tf-tree', 'UNRESOLVED-python3-rospkg'] ERROR: Nothing RPROVIDES 'rqt-tf-tree-dev' (but /jenkins/mjansa/build-ros-thud-mcf-herb/meta-ros/meta-ros2-dashing/generated-recipes/rqt-tf-tree/rqt-tf-tree_1.0.0-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'rqt-tf-tree-dev' NOTE: Runtime target 'rqt-tf-tree-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-tf-tree-dev'] ERROR: Nothing PROVIDES 'UNRESOLVED-python3-qt5-bindings' (but /jenkins/mjansa/build-ros-thud-mcf-herb/meta-ros/meta-ros2-dashing/generated-recipes/python-qt-binding/python-qt-binding_1.0.3-1.bb DEPENDS on or otherwise requires it). Close matches: python-qt-binding NOTE: Runtime target 'python-qt-binding' is unbuildable, removing... Missing or unbuildable dependency chain was: ['python-qt-binding', 'UNRESOLVED-python3-qt5-bindings'] NOTE: Runtime target 'rqt-gui' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-gui', 'python-qt-binding', 'UNRESOLVED-python3-qt5-bindings'] NOTE: Runtime target 'rqt-graph' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-graph', 'rqt-gui', 'python-qt-binding', 'UNRESOLVED-python3-qt5-bindings'] NOTE: Runtime target 'rqt-gui-py' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-gui-py', 'rqt-gui', 'python-qt-binding', 'UNRESOLVED-python3-qt5-bindings'] NOTE: Runtime target 'qt-dotgraph' is unbuildable, removing... Missing or unbuildable dependency chain was: ['qt-dotgraph', 'python-qt-binding', 'UNRESOLVED-python3-qt5-bindings'] ERROR: Nothing PROVIDES 'qtbase' (but /jenkins/mjansa/build-ros-thud-mcf-herb/meta-ros/meta-ros2-dashing/generated-recipes/python-qt-binding/python-qt-binding_1.0.3-1.bb DEPENDS on or otherwise requires it). Close matches: netbase ERROR: Nothing PROVIDES 'rqt-gui' (but /jenkins/mjansa/build-ros-thud-mcf-herb/meta-ros/meta-ros2-dashing/generated-recipes/rqt/rqt-gui-py_1.0.5-1.bb DEPENDS on or otherwise requires it) No eligible PROVIDERs exist for 'rqt-gui' ERROR: Nothing RPROVIDES 'UNRESOLVED-python3-qt5-bindings' (but /jenkins/mjansa/build-ros-thud-mcf-herb/meta-ros/meta-ros2-dashing/generated-recipes/python-qt-binding/python-qt-binding_1.0.3-1.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'UNRESOLVED-python3-qt5-bindings' is unbuildable, removing... Missing or unbuildable dependency chain was: ['UNRESOLVED-python3-qt5-bindings'] ERROR: Nothing RPROVIDES 'python-qt-binding-dev' (but /jenkins/mjansa/build-ros-thud-mcf-herb/meta-ros/meta-ros2-dashing/generated-recipes/python-qt-binding/python-qt-binding_1.0.3-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'python-qt-binding-dev' NOTE: Runtime target 'python-qt-binding-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['python-qt-binding-dev'] ERROR: Nothing RPROVIDES 'qt-gui' (but /jenkins/mjansa/build-ros-thud-mcf-herb/meta-ros/meta-ros2-dashing/generated-recipes/rqt/rqt-gui_1.0.5-1.bb, /jenkins/mjansa/build-ros-thud-mcf-herb/meta-ros/meta-ros2-dashing/generated-recipes/rqt/rqt-gui-py_1.0.5-1.bb, /jenkins/mjansa/build-ros-thud-mcf-herb/meta-ros/meta-ros2-dashing/generated-recipes/qt-gui-core/qt-gui_1.0.7-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'qt-gui' NOTE: Runtime target 'qt-gui' is unbuildable, removing... Missing or unbuildable dependency chain was: ['qt-gui'] ERROR: Nothing RPROVIDES 'rqt-gui-dev' (but /jenkins/mjansa/build-ros-thud-mcf-herb/meta-ros/meta-ros2-dashing/generated-recipes/rqt/rqt-gui_1.0.5-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'rqt-gui-dev' NOTE: Runtime target 'rqt-gui-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-gui-dev'] ERROR: Nothing RPROVIDES 'rqt-graph-dev' (but /jenkins/mjansa/build-ros-thud-mcf-herb/meta-ros/meta-ros2-dashing/generated-recipes/rqt-graph/rqt-graph_1.0.3-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'rqt-graph-dev' NOTE: Runtime target 'rqt-graph-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-graph-dev'] ERROR: Nothing RPROVIDES 'rqt-gui-py-dev' (but /jenkins/mjansa/build-ros-thud-mcf-herb/meta-ros/meta-ros2-dashing/generated-recipes/rqt/rqt-gui-py_1.0.5-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'rqt-gui-py-dev' NOTE: Runtime target 'rqt-gui-py-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rqt-gui-py-dev'] ERROR: Nothing RPROVIDES 'qt-dotgraph-dev' (but /jenkins/mjansa/build-ros-thud-mcf-herb/meta-ros/meta-ros2-dashing/generated-recipes/qt-gui-core/qt-dotgraph_1.0.7-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'qt-dotgraph-dev' NOTE: Runtime target 'qt-dotgraph-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['qt-dotgraph-dev']
Configuration menu - View commit details
-
Copy full SHA for 9e4d5ce - Browse repository at this point
Copy the full SHA 9e4d5ceView commit details -
{dashing} packagegroup-ros-world-dashing: remove ament-clang-tidy and…
… ament-cmake-clang-tidy from world * fixes: RROR: Nothing RPROVIDES 'UNRESOLVED-clang-tidy-native' (but virtual:native:/jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/ament-lint/ament-clang-tidy_0.7.11-1.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'UNRESOLVED-clang-tidy-native' is unbuildable, removing... Missing or unbuildable dependency chain was: ['UNRESOLVED-clang-tidy-native'] NOTE: Runtime target 'ament-cmake-clang-tidy' is unbuildable, removing... Missing or unbuildable dependency chain was: ['ament-cmake-clang-tidy', 'ament-clang-tidy-native', 'UNRESOLVED-clang-tidy-native'] NOTE: Runtime target 'ament-cmake-clang-tidy-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['ament-cmake-clang-tidy-dev', 'ament-clang-tidy-native', 'UNRESOLVED-clang-tidy-native'] ERROR: Nothing RPROVIDES 'UNRESOLVED-clang-tidy' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/ament-lint/ament-clang-tidy_0.7.11-1.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'UNRESOLVED-clang-tidy' is unbuildable, removing... Missing or unbuildable dependency chain was: ['UNRESOLVED-clang-tidy'] NOTE: Runtime target 'ament-clang-tidy' is unbuildable, removing... Missing or unbuildable dependency chain was: ['ament-clang-tidy', 'UNRESOLVED-clang-tidy'] NOTE: Runtime target 'ament-clang-tidy-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['ament-clang-tidy-dev', 'UNRESOLVED-clang-tidy'] Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b47d820 - Browse repository at this point
Copy the full SHA b47d820View commit details -
{dashing} packagegroup-ros-world-dashing: drop dependency on nav2-sys…
…tem-tests, turtlebot3-gazebo and turtlebot3-simulations without ros-gazebo * fixes: ERROR: Nothing PROVIDES 'UNRESOLVED-libgazebo9-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/gazebo-ros-pkgs/gazebo-rosdev_3.3.4-1.bb DEPENDS on or otherwise requires it) NOTE: Runtime target 'gazebo-rosdev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['gazebo-rosdev', 'UNRESOLVED-libgazebo9-dev'] NOTE: Runtime target 'gazebo-ros-pkgs' is unbuildable, removing... Missing or unbuildable dependency chain was: ['gazebo-ros-pkgs', 'gazebo-rosdev', 'UNRESOLVED-libgazebo9-dev'] NOTE: Runtime target 'turtlebot3-gazebo' is unbuildable, removing... Missing or unbuildable dependency chain was: ['turtlebot3-gazebo', 'gazebo-ros-pkgs', 'gazebo-rosdev', 'UNRESOLVED-libgazebo9-dev'] NOTE: Runtime target 'turtlebot3-simulations' is unbuildable, removing... Missing or unbuildable dependency chain was: ['turtlebot3-simulations', 'turtlebot3-gazebo', 'gazebo-ros-pkgs', 'gazebo-rosdev', 'UNRESOLVED-libgazebo9-dev'] NOTE: Runtime target 'turtlebot3-simulations-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['turtlebot3-simulations-dev', 'turtlebot3-gazebo', 'gazebo-ros-pkgs', 'gazebo-rosdev', 'UNRESOLVED-libgazebo9-dev'] NOTE: Runtime target 'turtlebot3-gazebo-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['turtlebot3-gazebo-dev', 'gazebo-ros-pkgs', 'gazebo-rosdev', 'UNRESOLVED-libgazebo9-dev'] NOTE: Runtime target 'gazebo-ros-pkgs-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['gazebo-ros-pkgs-dev', 'gazebo-rosdev', 'UNRESOLVED-libgazebo9-dev'] NOTE: Runtime target 'gazebo-plugins' is unbuildable, removing... Missing or unbuildable dependency chain was: ['gazebo-plugins', 'gazebo-rosdev', 'UNRESOLVED-libgazebo9-dev'] NOTE: Runtime target 'gazebo-ros' is unbuildable, removing... Missing or unbuildable dependency chain was: ['gazebo-ros', 'gazebo-rosdev', 'UNRESOLVED-libgazebo9-dev'] ERROR: Nothing PROVIDES 'gazebo-rosdev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/gazebo-ros-pkgs/gazebo-plugins_3.3.4-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/gazebo-ros-pkgs/gazebo-ros_3.3.4-1.bb DEPENDS on or otherwise requires it) No eligible PROVIDERs exist for 'gazebo-rosdev' ERROR: Nothing PROVIDES 'gazebo-ros' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/gazebo-ros-pkgs/gazebo-plugins_3.3.4-1.bb DEPENDS on or otherwise requires it) No eligible PROVIDERs exist for 'gazebo-ros' ERROR: Nothing PROVIDES 'UNRESOLVED-libgazebo9-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/gazebo-ros-pkgs/gazebo-rosdev_3.3.4-1.bb DEPENDS on or otherwise requires it) NOTE: Runtime target 'gazebo-plugins' is unbuildable, removing... Missing or unbuildable dependency chain was: ['gazebo-plugins', 'gazebo-rosdev', 'UNRESOLVED-libgazebo9-dev'] NOTE: Runtime target 'nav2-system-tests' is unbuildable, removing... Missing or unbuildable dependency chain was: ['nav2-system-tests', 'gazebo-ros-pkgs', 'gazebo-plugins', 'gazebo-rosdev', 'UNRESOLVED-libgazebo9-dev'] NOTE: Runtime target 'packagegroup-ros-world-dashing' is unbuildable, removing... Missing or unbuildable dependency chain was: ['packagegroup-ros-world-dashing', 'nav2-system-tests', 'gazebo-ros-pkgs', 'gazebo-plugins', 'gazebo-rosdev', 'UNRESOLVED-libgazebo9-dev'] NOTE: Runtime target 'packagegroup-ros-world' is unbuildable, removing... Missing or unbuildable dependency chain was: ['packagegroup-ros-world', 'packagegroup-ros-world-dashing', 'nav2-system-tests', 'gazebo-ros-pkgs', 'gazebo-plugins', 'gazebo-rosdev', 'UNRESOLVED-libgazebo9-dev'] NOTE: Runtime target 'ros-image-world' is unbuildable, removing... Missing or unbuildable dependency chain was: ['ros-image-world', 'packagegroup-ros-world', 'packagegroup-ros-world-dashing', 'nav2-system-tests', 'gazebo-ros-pkgs', 'gazebo-plugins', 'gazebo-rosdev', 'UNRESOLVED-libgazebo9-dev'] NOTE: Runtime target 'nav2-system-tests-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['nav2-system-tests-dev', 'gazebo-ros-pkgs', 'gazebo-plugins', 'gazebo-rosdev', 'UNRESOLVED-libgazebo9-dev'] NOTE: Runtime target 'gazebo-ros-pkgs' is unbuildable, removing... Missing or unbuildable dependency chain was: ['gazebo-ros-pkgs', 'gazebo-plugins', 'gazebo-rosdev', 'UNRESOLVED-libgazebo9-dev'] NOTE: Runtime target 'gazebo-ros-pkgs-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['gazebo-ros-pkgs-dev', 'gazebo-plugins', 'gazebo-rosdev', 'UNRESOLVED-libgazebo9-dev'] NOTE: Runtime target 'gazebo-ros' is unbuildable, removing... Missing or unbuildable dependency chain was: ['gazebo-ros', 'gazebo-rosdev', 'UNRESOLVED-libgazebo9-dev'] NOTE: Runtime target 'gazebo-rosdev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['gazebo-rosdev', 'UNRESOLVED-libgazebo9-dev'] Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c403319 - Browse repository at this point
Copy the full SHA c403319View commit details -
{dashing} cartographer: remove python-sphinx dependency
* it's python-sphinx not ${PYTHON_PN}-sphinx (python3-sphinx) in the generated recipe * fixes: ERROR: Nothing PROVIDES 'python' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/openembedded-core/meta/recipes-devtools/python-numpy/python-numpy_1.14.5.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-openembedded/meta-python/recipes-devtools/python/python-psutil_5.4.6.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros-common/recipes-devtools/python/python-sphinx_1.6.7.bb DEPENDS on or otherwise requires it) python was skipped: Recipe is blacklisted: ROS 2 is Python 3 only NOTE: Runtime target 'cartographer-ros' is unbuildable, removing... Missing or unbuildable dependency chain was: ['cartographer-ros', 'cartographer', 'python-sphinx', 'python'] NOTE: Runtime target 'turtlebot3-cartographer' is unbuildable, removing... Missing or unbuildable dependency chain was: ['turtlebot3-cartographer', 'cartographer-ros', 'cartographer', 'python-sphinx', 'python'] NOTE: Runtime target 'turtlebot3-cartographer-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['turtlebot3-cartographer-dev', 'cartographer-ros', 'cartographer', 'python-sphinx', 'python'] NOTE: Runtime target 'cartographer-ros-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['cartographer-ros-dev', 'cartographer', 'python-sphinx', 'python'] NOTE: Runtime target 'cartographer' is unbuildable, removing... Missing or unbuildable dependency chain was: ['cartographer', 'python-sphinx', 'python'] NOTE: Runtime target 'cartographer-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['cartographer-dev', 'python-sphinx', 'python'] Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d2d4571 - Browse repository at this point
Copy the full SHA d2d4571View commit details -
{dashing} mouse-teleop: replace python-numpy with python3-numpy
* python(2) is blacklisted in ROS2 distributions * fixes: ERROR: Nothing PROVIDES 'python' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/openembedded-core/meta/recipes-devtools/python-numpy/python-numpy_1.14.5.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-openembedded/meta-python/recipes-devtools/python/python-psutil_5.4.6.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros-common/recipes-devtools/python/python-sphinx_1.6.7.bb DEPENDS on or otherwise requires it) python was skipped: Recipe is blacklisted: ROS 2 is Python 3 only NOTE: Runtime target 'python-numpy' is unbuildable, removing... Missing or unbuildable dependency chain was: ['python-numpy', 'python'] NOTE: Runtime target 'mouse-teleop' is unbuildable, removing... Missing or unbuildable dependency chain was: ['mouse-teleop', 'python-numpy', 'python'] NOTE: Runtime target 'mouse-teleop-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['mouse-teleop-dev', 'python-numpy', 'python'] Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6536d4c - Browse repository at this point
Copy the full SHA 6536d4cView commit details -
{dashing} swri-prefix-tools: replace python-psutil with python3-psutil
* python(2) is blacklisted in ROS2 distributions * fixes: ERROR: Nothing PROVIDES 'python' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/openembedded-core/meta/recipes-devtools/python-numpy/python-numpy_1.14.5.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-openembedded/meta-python/recipes-devtools/python/python-psutil_5.4.6.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros-common/recipes-devtools/python/python-sphinx_1.6.7.bb DEPENDS on or otherwise requires it) python was skipped: Recipe is blacklisted: ROS 2 is Python 3 only NOTE: Runtime target 'python-psutil' is unbuildable, removing... Missing or unbuildable dependency chain was: ['python-psutil', 'python'] NOTE: Runtime target 'swri-prefix-tools' is unbuildable, removing... Missing or unbuildable dependency chain was: ['swri-prefix-tools', 'python-psutil', 'python'] NOTE: Runtime target 'swri-prefix-tools-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['swri-prefix-tools-dev', 'python-psutil', 'python']
Configuration menu - View commit details
-
Copy full SHA for f2f3e11 - Browse repository at this point
Copy the full SHA f2f3e11View commit details -
{dashing} ros-distro.inc: add ament-lint-native to ROS_SUPERFLORE_GEN…
…ERATED_BUILDTOOLS * there are many native BUILDTOOLS already depending on this * fixes: ERROR: Nothing RPROVIDES 'ament-lint-native' (but virtual:native:/jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/ament-lint/ament-copyright_0.7.11-1.bb, virtual:native:/jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/ament-lint/ament-pep257_0.7.11-1.bb, virtual:native:/jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/ament-lint/ament-flake8_0.7.11-1.bb, virtual:native:/jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/ament-lint/ament-xmllint_0.7.11-1.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'ament-lint-native' is unbuildable, removing... Missing or unbuildable dependency chain was: ['ament-lint-native'] NOTE: Runtime target 'ament-cmake-copyright' is unbuildable, removing... Missing or unbuildable dependency chain was: ['ament-cmake-copyright', 'ament-copyright-native', 'ament-lint-native'] NOTE: Runtime target 'ament-cmake-copyright-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['ament-cmake-copyright-dev', 'ament-copyright-native', 'ament-lint-native'] NOTE: Runtime target 'ament-cmake-pep257' is unbuildable, removing... Missing or unbuildable dependency chain was: ['ament-cmake-pep257', 'ament-pep257-native', 'ament-lint-native'] NOTE: Runtime target 'ament-cmake-pep257-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['ament-cmake-pep257-dev', 'ament-pep257-native', 'ament-lint-native'] NOTE: Runtime target 'ament-cmake-flake8' is unbuildable, removing... Missing or unbuildable dependency chain was: ['ament-cmake-flake8', 'ament-flake8-native', 'ament-lint-native'] NOTE: Runtime target 'ament-cmake-flake8-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['ament-cmake-flake8-dev', 'ament-flake8-native', 'ament-lint-native'] NOTE: Runtime target 'ament-cmake-xmllint' is unbuildable, removing... Missing or unbuildable dependency chain was: ['ament-cmake-xmllint', 'ament-xmllint-native', 'ament-lint-native'] NOTE: Runtime target 'ament-cmake-xmllint-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['ament-cmake-xmllint-dev', 'ament-xmllint-native', 'ament-lint-native'] Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc29dd8 - Browse repository at this point
Copy the full SHA cc29dd8View commit details -
{dashing} ros-distro.inc: use geos instead of unresolved libgeos++-dev
* fixes: ERROR: Nothing PROVIDES 'UNRESOLVED-libgeos++-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/marti-common/swri-transform-util_3.0.3-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/marti-common/swri-geometry-util_3.0.3-1.bb DEPENDS on or otherwise requires it) NOTE: Runtime target 'swri-route-util' is unbuildable, removing... Missing or unbuildable dependency chain was: ['swri-route-util', 'swri-transform-util', 'UNRESOLVED-libgeos++-dev'] NOTE: Runtime target 'packagegroup-ros-world-dashing' is unbuildable, removing... Missing or unbuildable dependency chain was: ['packagegroup-ros-world-dashing', 'swri-route-util', 'swri-transform-util', 'UNRESOLVED-libgeos++-dev'] NOTE: Runtime target 'packagegroup-ros-world' is unbuildable, removing... Missing or unbuildable dependency chain was: ['packagegroup-ros-world', 'packagegroup-ros-world-dashing', 'swri-route-util', 'swri-transform-util', 'UNRESOLVED-libgeos++-dev'] NOTE: Runtime target 'ros-image-world' is unbuildable, removing... Missing or unbuildable dependency chain was: ['ros-image-world', 'packagegroup-ros-world', 'packagegroup-ros-world-dashing', 'swri-route-util', 'swri-transform-util', 'UNRESOLVED-libgeos++-dev'] NOTE: Runtime target 'swri-transform-util' is unbuildable, removing... Missing or unbuildable dependency chain was: ['swri-transform-util', 'UNRESOLVED-libgeos++-dev'] NOTE: Runtime target 'swri-image-util' is unbuildable, removing... Missing or unbuildable dependency chain was: ['swri-image-util', 'swri-geometry-util', 'UNRESOLVED-libgeos++-dev'] NOTE: Runtime target 'swri-geometry-util' is unbuildable, removing... Missing or unbuildable dependency chain was: ['swri-geometry-util', 'UNRESOLVED-libgeos++-dev'] Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 575ce18 - Browse repository at this point
Copy the full SHA 575ce18View commit details -
{dashing} ros-distro.inc: use python3-pillow instead of unresolved py…
…thon3-pil * pillow is friendly PIL fork * fixes: ERROR: Nothing PROVIDES 'UNRESOLVED-python3-pil' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rosbridge-suite/rosbridge-library_1.0.2-1.bb DEPENDS on or otherwise requires it) NOTE: Runtime target 'rosbridge-library' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rosbridge-library', 'UNRESOLVED-python3-pil'] NOTE: Runtime target 'rosapi' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rosapi', 'rosbridge-library', 'UNRESOLVED-python3-pil'] NOTE: Runtime target 'rosbridge-server' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rosbridge-server', 'rosapi', 'rosbridge-library', 'UNRESOLVED-python3-pil'] NOTE: Runtime target 'rosbridge-suite' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rosbridge-suite', 'rosbridge-server', 'rosapi', 'rosbridge-library', 'UNRESOLVED-python3-pil'] Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6fb81c5 - Browse repository at this point
Copy the full SHA 6fb81c5View commit details -
{dashing} ros-distro.inc: use log4cplus instead of unresolved log4cplus
* fixes: ERROR: Nothing PROVIDES 'UNRESOLVED-log4cplus' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/kinesis-manager/kinesis-manager_2.0.1-1.bb DEPENDS on or otherwise requires it) NOTE: Runtime target 'kinesis-video-streamer' is unbuildable, removing... Missing or unbuildable dependency chain was: ['kinesis-video-streamer', 'kinesis-manager', 'UNRESOLVED-log4cplus'] NOTE: Runtime target 'kinesis-manager' is unbuildable, removing... Missing or unbuildable dependency chain was: ['kinesis-manager', 'UNRESOLVED-log4cplus'] Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c41111 - Browse repository at this point
Copy the full SHA 1c41111View commit details -
{dashing} ros-distro.inc: use gpsd instead of unresolved libgps
* fixes: ERROR: Nothing PROVIDES 'UNRESOLVED-libgps' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/gps-umd/gpsd-client_1.0.0-1.bb DEPENDS on or otherwise requires it) NOTE: Runtime target 'gpsd-client' is unbuildable, removing... Missing or unbuildable dependency chain was: ['gpsd-client', 'UNRESOLVED-libgps'] NOTE: Runtime target 'gps-umd' is unbuildable, removing... Missing or unbuildable dependency chain was: ['gps-umd', 'gpsd-client', 'UNRESOLVED-libgps'] Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4676492 - Browse repository at this point
Copy the full SHA 4676492View commit details -
{dashing} packagegroup-ros-world-dashing: drop dependency on web-vide…
…o-server, h264-video-encoder and h264-encoder-core without commercial LICENSE_FLAGS_WHITELIST * fixes: ERROR: Nothing PROVIDES 'ffmpeg' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/web-video-server/web-video-server_1.0.0-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/h264-encoder-core/h264-encoder-core_2.0.3-1.bb DEPENDS on or otherwise requires it) ffmpeg was skipped: because it has a restricted license not whitelisted in LICENSE_FLAGS_WHITELIST NOTE: Runtime target 'web-video-server' is unbuildable, removing... Missing or unbuildable dependency chain was: ['web-video-server', 'ffmpeg'] NOTE: Runtime target 'h264-encoder-core' is unbuildable, removing... Missing or unbuildable dependency chain was: ['h264-encoder-core', 'ffmpeg'] ERROR: Nothing PROVIDES 'h264-encoder-core' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/h264-video-encoder/h264-video-encoder_2.0.0-1.bb DEPENDS on or otherwise requires it) No eligible PROVIDERs exist for 'h264-encoder-core' NOTE: Runtime target 'h264-video-encoder' is unbuildable, removing... Missing or unbuildable dependency chain was: ['h264-video-encoder', 'h264-encoder-core'] Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9d79d8f - Browse repository at this point
Copy the full SHA 9d79d8fView commit details -
{dashing} ros-distro.inc: add new recipe and use graphicsmagick inste…
…ad of unresolved graphicsmagick * fixes: ERROR: Nothing PROVIDES 'UNRESOLVED-graphicsmagick' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/navigation2/nav2-map-server_0.2.6-1.bb DEPENDS on or otherwise requires it) NOTE: Runtime target 'nav2-map-server' is unbuildable, removing... Missing or unbuildable dependency chain was: ['nav2-map-server', 'UNRESOLVED-graphicsmagick'] NOTE: Runtime target 'navigation2' is unbuildable, removing... Missing or unbuildable dependency chain was: ['navigation2', 'nav2-map-server', 'UNRESOLVED-graphicsmagick'] NOTE: Runtime target 'nav2-system-tests' is unbuildable, removing... Missing or unbuildable dependency chain was: ['nav2-system-tests', 'navigation2', 'nav2-map-server', 'UNRESOLVED-graphicsmagick'] NOTE: Runtime target 'nav2-bringup' is unbuildable, removing... Missing or unbuildable dependency chain was: ['nav2-bringup', 'navigation2', 'nav2-map-server', 'UNRESOLVED-graphicsmagick'] NOTE: Runtime target 'turtlebot3-navigation2' is unbuildable, removing... Missing or unbuildable dependency chain was: ['turtlebot3-navigation2', 'nav2-bringup', 'navigation2', 'nav2-map-server', 'UNRESOLVED-graphicsmagick'] NOTE: Runtime target 'turtlebot3' is unbuildable, removing... Missing or unbuildable dependency chain was: ['turtlebot3', 'turtlebot3-navigation2', 'nav2-bringup', 'navigation2', 'nav2-map-server', 'UNRESOLVED-graphicsmagick'] Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 12c62c9 - Browse repository at this point
Copy the full SHA 12c62c9View commit details -
{dashing} packagegroup-ros-world-dashing: drop dependency on launch-r…
…os-sandbox and cross-compile * fixes: ERROR: Nothing PROVIDES 'UNRESOLVED-python3-docker' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/cross-compile/cross-compile_0.1.1-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/launch-ros-sandbox/launch-ros-sandbox_0.0.2-4.bb DEPENDS on or otherwise requires it) NOTE: Runtime target 'cross-compile' is unbuildable, removing... Missing or unbuildable dependency chain was: ['cross-compile', 'UNRESOLVED-python3-docker'] NOTE: Runtime target 'packagegroup-ros-world-dashing' is unbuildable, removing... Missing or unbuildable dependency chain was: ['packagegroup-ros-world-dashing', 'cross-compile', 'UNRESOLVED-python3-docker'] NOTE: Runtime target 'packagegroup-ros-world' is unbuildable, removing... Missing or unbuildable dependency chain was: ['packagegroup-ros-world', 'packagegroup-ros-world-dashing', 'cross-compile', 'UNRESOLVED-python3-docker'] NOTE: Runtime target 'ros-image-world' is unbuildable, removing... Missing or unbuildable dependency chain was: ['ros-image-world', 'packagegroup-ros-world', 'packagegroup-ros-world-dashing', 'cross-compile', 'UNRESOLVED-python3-docker'] NOTE: Runtime target 'launch-ros-sandbox' is unbuildable, removing... Missing or unbuildable dependency chain was: ['launch-ros-sandbox', 'UNRESOLVED-python3-docker'] Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f3b80ac - Browse repository at this point
Copy the full SHA f3b80acView commit details -
{dashing} ros-distro.inc: use lcov instead of unresolved lcov
* fixes: ERROR: Nothing RPROVIDES 'UNRESOLVED-lcov' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/navigation2/nav2-system-tests_0.2.6-1.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'UNRESOLVED-lcov' is unbuildable, removing... Missing or unbuildable dependency chain was: ['UNRESOLVED-lcov'] NOTE: Runtime target 'nav2-system-tests' is unbuildable, removing... Missing or unbuildable dependency chain was: ['nav2-system-tests', 'UNRESOLVED-lcov'] NOTE: Runtime target 'packagegroup-ros-world-dashing' is unbuildable, removing... Missing or unbuildable dependency chain was: ['packagegroup-ros-world-dashing', 'nav2-system-tests', 'UNRESOLVED-lcov'] NOTE: Runtime target 'packagegroup-ros-world' is unbuildable, removing... Missing or unbuildable dependency chain was: ['packagegroup-ros-world', 'packagegroup-ros-world-dashing', 'nav2-system-tests', 'UNRESOLVED-lcov'] NOTE: Runtime target 'ros-image-world' is unbuildable, removing... Missing or unbuildable dependency chain was: ['ros-image-world', 'packagegroup-ros-world', 'packagegroup-ros-world-dashing', 'nav2-system-tests', 'UNRESOLVED-lcov'] Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2e24ca7 - Browse repository at this point
Copy the full SHA 2e24ca7View commit details -
{dashing} ros-distro.inc: use python3-twisted instead of unresolved p…
…ython3-twisted * fixes: ERROR: Nothing RPROVIDES 'UNRESOLVED-python3-twisted' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rosbridge-suite/rosbridge-server_1.0.2-1.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'UNRESOLVED-python3-twisted' is unbuildable, removing... Missing or unbuildable dependency chain was: ['UNRESOLVED-python3-twisted'] NOTE: Runtime target 'rosbridge-server' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rosbridge-server', 'UNRESOLVED-python3-twisted'] NOTE: Runtime target 'packagegroup-ros-world-dashing' is unbuildable, removing... Missing or unbuildable dependency chain was: ['packagegroup-ros-world-dashing', 'rosbridge-server', 'UNRESOLVED-python3-twisted'] NOTE: Runtime target 'packagegroup-ros-world' is unbuildable, removing... Missing or unbuildable dependency chain was: ['packagegroup-ros-world', 'packagegroup-ros-world-dashing', 'rosbridge-server', 'UNRESOLVED-python3-twisted'] NOTE: Runtime target 'ros-image-world' is unbuildable, removing... Missing or unbuildable dependency chain was: ['ros-image-world', 'packagegroup-ros-world', 'packagegroup-ros-world-dashing', 'rosbridge-server', 'UNRESOLVED-python3-twisted'] NOTE: Runtime target 'rosbridge-suite' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rosbridge-suite', 'rosbridge-server', 'UNRESOLVED-python3-twisted'] NOTE: Runtime target 'rosbridge-suite-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rosbridge-suite-dev', 'rosbridge-server', 'UNRESOLVED-python3-twisted'] NOTE: Runtime target 'rosbridge-server-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['rosbridge-server-dev', 'UNRESOLVED-python3-twisted'] Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b28abf - Browse repository at this point
Copy the full SHA 5b28abfView commit details -
{dashing} ros-distro.inc: use python3-tornado instead of unresolved p…
…ython3-tornado * fixes: ERROR: Nothing RPROVIDES 'UNRESOLVED-python3-tornado' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rosbridge-suite/rosbridge-server_1.0.2-1.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'UNRESOLVED-python3-tornado' is unbuildable, removing... Missing or unbuildable dependency chain was: ['UNRESOLVED-python3-tornado'] Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1e23c9d - Browse repository at this point
Copy the full SHA 1e23c9dView commit details -
{dashing} ros-distro.inc: use gstreamer1.0-plugins-good, gstreamer1.0…
…, gstreamer1.0-plugins-base, gstreamer1.0-python, python3-boto3 for tts instead of unresolved versions * fixes: ERROR: Nothing RPROVIDES 'UNRESOLVED-gstreamer1.0-plugins-good' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/tts/tts_2.0.1-1.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'UNRESOLVED-gstreamer1.0-plugins-good' is unbuildable, removing... Missing or unbuildable dependency chain was: ['UNRESOLVED-gstreamer1.0-plugins-good'] NOTE: Runtime target 'tts' is unbuildable, removing... Missing or unbuildable dependency chain was: ['tts', 'UNRESOLVED-gstreamer1.0-plugins-good'] NOTE: Runtime target 'packagegroup-ros-world-dashing' is unbuildable, removing... Missing or unbuildable dependency chain was: ['packagegroup-ros-world-dashing', 'tts', 'UNRESOLVED-gstreamer1.0-plugins-good'] NOTE: Runtime target 'packagegroup-ros-world' is unbuildable, removing... Missing or unbuildable dependency chain was: ['packagegroup-ros-world', 'packagegroup-ros-world-dashing', 'tts', 'UNRESOLVED-gstreamer1.0-plugins-good'] NOTE: Runtime target 'ros-image-world' is unbuildable, removing... Missing or unbuildable dependency chain was: ['ros-image-world', 'packagegroup-ros-world', 'packagegroup-ros-world-dashing', 'tts', 'UNRESOLVED-gstreamer1.0-plugins-good'] ERROR: Nothing RPROVIDES 'UNRESOLVED-python-gst-1.0' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/tts/tts_2.0.1-1.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'UNRESOLVED-python-gst-1.0' is unbuildable, removing... Missing or unbuildable dependency chain was: ['UNRESOLVED-python-gst-1.0'] ERROR: Nothing RPROVIDES 'UNRESOLVED-gstreamer1.0' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/tts/tts_2.0.1-1.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'UNRESOLVED-gstreamer1.0' is unbuildable, removing... Missing or unbuildable dependency chain was: ['UNRESOLVED-gstreamer1.0'] ERROR: Nothing RPROVIDES 'UNRESOLVED-python3-boto3' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/tts/tts_2.0.1-1.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'UNRESOLVED-python3-boto3' is unbuildable, removing... Missing or unbuildable dependency chain was: ['UNRESOLVED-python3-boto3'] ERROR: Nothing RPROVIDES 'tts-dev' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/tts/tts_2.0.1-1.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'tts-dev' NOTE: Runtime target 'tts-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['tts-dev'] ERROR: Nothing RPROVIDES 'UNRESOLVED-gstreamer1.0-alsa' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/tts/tts_2.0.1-1.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'UNRESOLVED-gstreamer1.0-alsa' is unbuildable, removing... Missing or unbuildable dependency chain was: ['UNRESOLVED-gstreamer1.0-alsa'] Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7f53411 - Browse repository at this point
Copy the full SHA 7f53411View commit details -
{dashing} navigation2: remove dependency on nav2-rviz-plugins when ro…
…s-qt5 isn't in DISTRO_FEATURES * fixes: ERROR: Nothing PROVIDES 'qtbase' (but /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/navigation2/nav2-rviz-plugins_0.2.6-1.bb, /jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rviz/rviz-rendering_6.1.5-1.bb DEPENDS on or otherwise requires it). Close matches: netbase NOTE: Runtime target 'nav2-rviz-plugins' is unbuildable, removing... Missing or unbuildable dependency chain was: ['nav2-rviz-plugins', 'qtbase'] NOTE: Runtime target 'nav2-bringup' is unbuildable, removing... Missing or unbuildable dependency chain was: ['nav2-bringup', 'navigation2', 'nav2-rviz-plugins', 'qtbase'] NOTE: Runtime target 'packagegroup-ros-world-dashing' is unbuildable, removing... Missing or unbuildable dependency chain was: ['packagegroup-ros-world-dashing', 'nav2-bringup', 'navigation2', 'nav2-rviz-plugins', 'qtbase'] NOTE: Runtime target 'packagegroup-ros-world' is unbuildable, removing... Missing or unbuildable dependency chain was: ['packagegroup-ros-world', 'packagegroup-ros-world-dashing', 'nav2-bringup', 'navigation2', 'nav2-rviz-plugins', 'qtbase'] NOTE: Runtime target 'ros-image-world' is unbuildable, removing... Missing or unbuildable dependency chain was: ['ros-image-world', 'packagegroup-ros-world', 'packagegroup-ros-world-dashing', 'nav2-bringup', 'navigation2', 'nav2-rviz-plugins', 'qtbase'] NOTE: Runtime target 'nav2-system-tests' is unbuildable, removing... Missing or unbuildable dependency chain was: ['nav2-system-tests', 'nav2-bringup', 'navigation2', 'nav2-rviz-plugins', 'qtbase'] NOTE: Runtime target 'nav2-system-tests-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['nav2-system-tests-dev', 'nav2-bringup', 'navigation2', 'nav2-rviz-plugins', 'qtbase'] NOTE: Runtime target 'turtlebot3-navigation2' is unbuildable, removing... Missing or unbuildable dependency chain was: ['turtlebot3-navigation2', 'nav2-bringup', 'navigation2', 'nav2-rviz-plugins', 'qtbase'] NOTE: Runtime target 'turtlebot3' is unbuildable, removing... Missing or unbuildable dependency chain was: ['turtlebot3', 'turtlebot3-navigation2', 'nav2-bringup', 'navigation2', 'nav2-rviz-plugins', 'qtbase'] NOTE: Runtime target 'turtlebot3-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['turtlebot3-dev', 'turtlebot3-navigation2', 'nav2-bringup', 'navigation2', 'nav2-rviz-plugins', 'qtbase'] NOTE: Runtime target 'turtlebot3-navigation2-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['turtlebot3-navigation2-dev', 'nav2-bringup', 'navigation2', 'nav2-rviz-plugins', 'qtbase'] NOTE: Runtime target 'nav2-bringup-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['nav2-bringup-dev', 'navigation2', 'nav2-rviz-plugins', 'qtbase'] NOTE: Runtime target 'navigation2' is unbuildable, removing... Missing or unbuildable dependency chain was: ['navigation2', 'nav2-rviz-plugins', 'qtbase'] NOTE: Runtime target 'navigation2-dev' is unbuildable, removing... Missing or unbuildable dependency chain was: ['navigation2-dev', 'nav2-rviz-plugins', 'qtbase'] Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2efa00e - Browse repository at this point
Copy the full SHA 2efa00eView commit details -
{dashing} dynamic-edt-3d: use -I instead of -isystem
* fixes: | FAILED: src/examples/CMakeFiles/exampleEDT3D.dir/exampleEDT3D.cpp.o | /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/dynamic-edt-3d/1.9.2-1-r0/recipe-sysroot-native/usr/bin/arm-oe-linux-gnueabi/arm-oe-linux-gnueabi-g++ -I/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/dynamic-edt-3d/1.9.2-1-r0/git/include -isystem /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/dynamic-edt-3d/1.9.2-1-r0/recipe-sysroot/usr/include -march=armv7ve -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/dynamic-edt-3d/1.9.2-1-r0/recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/dynamic-edt-3d/1.9.2-1-r0=/usr/src/debug/dynamic-edt-3d/1.9.2-1-r0 -fdebug-prefix-map=/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/dynamic-edt-3d/1.9.2-1-r0/recipe-sysroot= -fdebug-prefix-map=/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/dynamic-edt-3d/1.9.2-1-r0/recipe-sysroot-native= -fvisibility-inlines-hidden -march=armv7ve -mthumb -mfpu=neon-vfpv4 -mfloat-abi=hard -mcpu=cortex-a7 --sysroot=/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/dynamic-edt-3d/1.9.2-1-r0/recipe-sysroot -Wall -Wno-error -O3 -funroll-loops -DNDEBUG -fPIC -MD -MT src/examples/CMakeFiles/exampleEDT3D.dir/exampleEDT3D.cpp.o -MF src/examples/CMakeFiles/exampleEDT3D.dir/exampleEDT3D.cpp.o.d -o src/examples/CMakeFiles/exampleEDT3D.dir/exampleEDT3D.cpp.o -c /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/dynamic-edt-3d/1.9.2-1-r0/git/src/examples/exampleEDT3D.cpp | In file included from /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/dynamic-edt-3d/1.9.2-1-r0/recipe-sysroot/usr/include/c++/8.2.0/ext/string_conversions.h:41, | from /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/dynamic-edt-3d/1.9.2-1-r0/recipe-sysroot/usr/include/c++/8.2.0/bits/basic_string.h:6391, | from /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/dynamic-edt-3d/1.9.2-1-r0/recipe-sysroot/usr/include/c++/8.2.0/string:52, | from /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/dynamic-edt-3d/1.9.2-1-r0/recipe-sysroot/usr/include/c++/8.2.0/stdexcept:39, | from /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/dynamic-edt-3d/1.9.2-1-r0/recipe-sysroot/usr/include/c++/8.2.0/array:39, | from /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/dynamic-edt-3d/1.9.2-1-r0/recipe-sysroot/usr/include/c++/8.2.0/tuple:39, | from /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/dynamic-edt-3d/1.9.2-1-r0/recipe-sysroot/usr/include/c++/8.2.0/bits/stl_map.h:63, | from /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/dynamic-edt-3d/1.9.2-1-r0/recipe-sysroot/usr/include/c++/8.2.0/map:61, | from /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/dynamic-edt-3d/1.9.2-1-r0/git/include/dynamicEDT3D/bucketedqueue.h:46, | from /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/dynamic-edt-3d/1.9.2-1-r0/git/include/dynamicEDT3D/dynamicEDT3D.h:44, | from /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/dynamic-edt-3d/1.9.2-1-r0/git/src/examples/exampleEDT3D.cpp:38: | /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/dynamic-edt-3d/1.9.2-1-r0/recipe-sysroot/usr/include/c++/8.2.0/cstdlib:75:15: fatal error: stdlib.h: No such file or directory | #include_next <stdlib.h> | ^~~~~~~~~~ | compilation terminated. Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d84fa7 - Browse repository at this point
Copy the full SHA 2d84fa7View commit details -
{dashing} octomap: delete useless rpaths and ignore QA issues like de…
…v-so * fixes: WARNING: octomap-1.9.2-1-r0 do_package_qa: QA Issue: octomap: /work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/octomap/1.9.2-1-r0/packages-split/octomap/usr/bin/log2graph contains probably-redundant RPATH /usr/lib octomap: /work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/octomap/1.9.2-1-r0/packages-split/octomap/usr/bin/binvox2bt contains probably-redundant RPATH /usr/lib octomap: /work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/octomap/1.9.2-1-r0/packages-split/octomap/usr/bin/bt2vrml contains probably-redundant RPATH /usr/lib octomap: /work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/octomap/1.9.2-1-r0/packages-split/octomap/usr/bin/eval_octree_accuracy contains probably-redundant RPATH /usr/lib octomap: /work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/octomap/1.9.2-1-r0/packages-split/octomap/usr/bin/graph2tree contains probably-redundant RPATH /usr/lib octomap: /work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/octomap/1.9.2-1-r0/packages-split/octomap/usr/bin/edit_octree contains probably-redundant RPATH /usr/lib octomap: /work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/octomap/1.9.2-1-r0/packages-split/octomap/usr/bin/compare_octrees contains probably-redundant RPATH /usr/lib octomap: /work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/octomap/1.9.2-1-r0/packages-split/octomap/usr/bin/convert_octree contains probably-redundant RPATH /usr/lib octomap: /work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/octomap/1.9.2-1-r0/packages-split/octomap/usr/lib/liboctomath.so.1.9.2 contains probably-redundant RPATH /usr/lib octomap: /work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/octomap/1.9.2-1-r0/packages-split/octomap/usr/lib/liboctomap.so.1.9.2 contains probably-redundant RPATH /usr/lib [useless-rpaths] ERROR: octomap-1.9.2-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: octomap path '/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/octomap/1.9.2-1-r0/packages-split/octomap/usr/lib/liboctomath.so' non -dev/-dbg/nativesdk- package contains symlink .so: octomap path '/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/octomap/1.9.2-1-r0/packages-split/octomap/usr/lib/liboctomap.so' [dev-so] Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd22c3c - Browse repository at this point
Copy the full SHA dd22c3cView commit details -
{dashing} libphidget22: use Unix Makefiles instead of ninja
* fixes: ERROR: libphidget22-2.0.1-1-r0 do_compile: Function failed: do_compile (log file is located at /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/libphidget22/2.0.1-1-r0/temp/log.do_compile.21609) ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/libphidget22/2.0.1-1-r0/temp/log.do_compile.21609 Log data follows: | DEBUG: Executing shell function do_compile | NOTE: VERBOSE=1 cmake --build /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/libphidget22/2.0.1-1-r0/build --target all -- -j 20 | ninja: error: build.ninja:135: bad $-escape (literal $ must be written as $$) | | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_compile (log file is located at /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/libphidget22/2.0.1-1-r0/temp/log.do_compile.21609) NOTE: recipe libphidget22-2.0.1-1-r0: task do_compile: Failed ERROR: Task (/jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/phidgets-drivers/libphidget22_2.0.1-1.bb:do_compile) failed with exit code '1' Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8f30103 - Browse repository at this point
Copy the full SHA 8f30103View commit details -
{dashing} libphidget22: install in regular prefix instead of /usr/opt…
…/libphidget22, fix LICENSE, ignore QA * fixes: WARNING: libphidget22-2.0.1-1-r0 do_package: QA Issue: libphidget22: Files/directories were installed but not shipped in any package: /usr/opt /usr/opt/libphidget22 /usr/opt/libphidget22/lib /usr/opt/libphidget22/include /usr/opt/libphidget22/lib/libphidget22.a /usr/opt/libphidget22/lib/libphidget22.so /usr/opt/libphidget22/lib/libphidget22.so.0.0.0 /usr/opt/libphidget22/lib/libphidget22.so.0 /usr/opt/libphidget22/lib/pkgconfig /usr/opt/libphidget22/lib/pkgconfig/libphidget22.pc /usr/opt/libphidget22/include/libphidget22 /usr/opt/libphidget22/include/libphidget22/phidget22.h /usr/opt/libphidget22/include/libphidget22/mos /usr/opt/libphidget22/include/libphidget22/mos/mos_error-errno.h /usr/opt/libphidget22/include/libphidget22/mos/mos_time.h /usr/opt/libphidget22/include/libphidget22/mos/mos_urlencode.h /usr/opt/libphidget22/include/libphidget22/mos/mos_crc32_impl.h /usr/opt/libphidget22/include/libphidget22/mos/mos_crc32.h /usr/opt/libphidget22/include/libphidget22/mos/mos_random.h /usr/opt/libphidget22/include/libphidget22/mos/mos_basic_types.h /usr/opt/libphidget22/include/libphidget22/mos/bsdqueue.h /usr/opt/libphidget22/include/libphidget22/mos/mos_service.h /usr/opt/libphidget22/include/libphidget22/mos/bsdtree.h /usr/opt/libphidget22/include/libphidget22/mos/mos_urldecode.h /usr/opt/libphidget22/include/libphidget22/mos/mos_basic.h /usr/opt/libphidget22/include/libphidget22/mos/mos_endian-i386.h /usr/opt/libphidget22/include/libphidget22/mos/mos_typeio.h /usr/opt/libphidget22/include/libphidget22/mos/mos_macrocompat.h /usr/opt/libphidget22/include/libphidget22/mos/mos_tlock.h /usr/opt/libphidget22/include/libphidget22/mos/mos_hexdump.h /usr/opt/libphidget22/include/libphidget22/mos/mos_netops.h /usr/opt/libphidget22/include/libphidget22/mos/mos_os.h /usr/opt/libphidget22/include/libphidget22/mos/mos_md5.h /usr/opt/libphidget22/include/libphidget22/mos/mos_stacktrace.h /usr/opt/libphidget22/include/libphidget22/mos/mos_dl.h /usr/opt/libphidget22/include/libphidget22/mos/mos_fileio.h /usr/opt/libphidget22/include/libphidget22/mos/mos_readdir.h /usr/opt/libphidget22/include/libphidget22/mos/pkcs5_pbkdf2.h /usr/opt/libphidget22/include/libphidget22/mos/mos_task.h /usr/opt/libphidget22/include/libphidget22/mos/mos_byteorder.h /usr/opt/libphidget22/include/libphidget22/mos/mos_rwrlock.h /usr/opt/libphidget22/include/libphidget22/mos/mos_atomic.h /usr/opt/libphidget22/include/libphidget22/mos/mos_iop.h /usr/opt/libphidget22/include/libphidget22/mos/mos_assert.h /usr/opt/libphidget22/include/libphidget22/mos/mos_sha1.h /usr/opt/libphidget22/include/libphidget22/mos/mos_fmt.h /usr/opt/libphidget22/include/libphidget22/mos/mos_base64.h /usr/opt/libphidget22/include/libphidget22/mos/mos_os-Linux-user.h /usr/opt/libphidget22/include/libphidget22/mos/mos_readline.h /usr/opt/libphidget22/include/libphidget22/mos/mos_net.h /usr/opt/libphidget22/include/libphidget22/mos/mos_sha2.h /usr/opt/libphidget22/include/libphidget22/mos/mos_lock.h /usr/opt/libphidget22/include/libphidget22/mos/mos_getpasswd.h /usr/opt/libphidget22/include/libphidget22/mos/init_daemon.h /usr/opt/libphidget22/include/libphidget22/mos/kv /usr/opt/libphidget22/include/libphidget22/mos/kv/parse.h /usr/opt/libphidget22/include/libphidget22/mos/kv/kv.h /usr/opt/libphidget22/include/libphidget22/mos/kv/scan.h Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. libphidget22: 58 installed and not shipped files. [installed-vs-shipped] * lets resolve this properly once we start using ros_opt_prefix for ROS2 Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d286503 - Browse repository at this point
Copy the full SHA d286503View commit details -
{dashing} libphidget22: add separate recipe for upstream libphidget22…
… and wrap that * instead of fetching and building it as ExternalProject inside ROS libphidget22 * because for rpi3 (or any other crosscompilation) it fails to build: the "nested" libphidget22 isn't correctly configured by libphidget22 ROS package: | checking whether we are cross compiling... configure: error: in `/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/libphidget22/2.0.1-1-r0/build/EP_libphidget22-prefix/src/EP_libphidget22-build': | configure: error: cannot run C compiled programs. and reading config.log inside shows: configure:3308: ./conftest /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/libphidget22/2.0.1-1-r0/build/libphidget22-src/configure: line 3310: ./conftest: cannot execute binary file: Exec format error using autotools.bbclass in separate recipe, correctly configures it for cross compilation * use the same version and apply the patch from ROS wrapper as well Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7c88c4d - Browse repository at this point
Copy the full SHA 7c88c4dView commit details -
{dashing} dynamic-edt-3d: fix and ignore QA issues
* fixes: WARNING: dynamic-edt-3d-1.9.2-1-r0 do_package: QA Issue: dynamic-edt-3d: Files/directories were installed but not shipped in any package: /usr/share/dynamicEDT3D /usr/share/dynamicEDT3D/dynamicEDT3DConfig-version.cmake /usr/share/dynamicEDT3D/dynamicEDT3DConfig.cmake /usr/share/dynamicEDT3D/dynamicEDT3DTargets-release.cmake /usr/share/dynamicEDT3D/dynamicEDT3DTargets.cmake Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. dynamic-edt-3d: 5 installed and not shipped files. [installed-vs-shipped] WARNING: dynamic-edt-3d-1.9.2-1-r0 do_package_qa: QA Issue: dynamic-edt-3d: /work/i586-oe-linux/dynamic-edt-3d/1.9.2-1-r0/packages-split/dynamic-edt-3d/usr/lib/libdynamicedt3d.so.1.9.2 contains probably-redundant RPATH /usr/lib [useless-rpaths] ERROR: dynamic-edt-3d-1.9.2-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: dynamic-edt-3d path '/work/i586-oe-linux/dynamic-edt-3d/1.9.2-1-r0/packages-split/dynamic-edt-3d/usr/lib/libdynamicedt3d.so' [dev-so] ERROR: dynamic-edt-3d-1.9.2-1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. ERROR: dynamic-edt-3d-1.9.2-1-r0 do_package_qa: Function failed: do_package_qa ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/dynamic-edt-3d/1.9.2-1-r0/temp/log.do_package_qa.23312 Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 644a449 - Browse repository at this point
Copy the full SHA 644a449View commit details -
{dashing} fmilibrary-vendor: add standalone fmilibrary recipe and use…
… that * -DFMILIB_BUILD_TESTS=OFF is needed when cross-compiling otherwise build fails with: | [1/111] Generating Testing/BouncingBall2_malformed_mf.fmu | FAILED: Testing/BouncingBall2_malformed_mf.fmu | cd /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-webos-dashing-thud.mcf/work/raspberrypi3-webos-linux-gnueabi/fmilibrary-vendor/0.1.1-1-r0/build/FMILibraryProject-prefix/src/FMILibraryProject-build/Testing/BouncingBall2_malformed_mf && /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-webos-dashing-thud.mcf/work/raspberrypi3-webos-linux-gnueabi/fmilibrary-vendor/0.1.1-1-r0/recipe-sysroot-native/usr/bin/cmake -E remove -f /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-webos-dashing-thud.mcf/work/raspberrypi3-webos-linux-gnueabi/fmilibrary-vendor/0.1.1-1-r0/build/FMILibraryProject-prefix/src/FMILibraryProject-build/Testing/BouncingBall2_malformed_mf.fmu && /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-webos-dashing-thud.mcf/work/raspberrypi3-webos-linux-gnueabi/fmilibrary-vendor/0.1.1-1-r0/recipe-sysroot-native/usr/bin/cmake -E copy /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-webos-dashing-thud.mcf/work/raspberrypi3-webos-linux-gnueabi/fmilibrary-vendor/0.1.1-1-r0/build/FMILibraryProject-prefix/src/FMILibraryProject/Test/FMI2/fmu_dummy/modelDescription_malformed.xml /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-webos-dashing-thud.mcf/work/raspberrypi3-webos-linux-gnueabi/fmilibrary-vendor/0.1.1-1-r0/build/FMILibraryProject-prefix/src/FMILibraryProject-build/Testing/BouncingBall2_malformed_mf/modelDescription.xml && /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-webos-dashing-thud.mcf/work/raspberrypi3-webos-linux-gnueabi/fmilibrary-vendor/0.1.1-1-r0/recipe-sysroot-native/usr/bin/cmake -E copy /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-webos-dashing-thud.mcf/work/raspberrypi3-webos-linux-gnueabi/fmilibrary-vendor/0.1.1-1-r0/build/FMILibraryProject-prefix/src/FMILibraryProject-build/./libfmu2_dll_cs.so /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-webos-dashing-thud.mcf/work/raspberrypi3-webos-linux-gnueabi/fmilibrary-vendor/0.1.1-1-r0/build/FMILibraryProject-prefix/src/FMILibraryProject-build/Testing/BouncingBall2_malformed_mf/binaries/linux32/BouncingBall2_malformed.so && /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-webos-dashing-thud.mcf/work/raspberrypi3-webos-linux-gnueabi/fmilibrary-vendor/0.1.1-1-r0/build/FMILibraryProject-prefix/src/FMILibraryProject-build/compress_test_fmu_zip BouncingBall2_malformed.fmu modelDescription.xml binaries/linux32/BouncingBall2_malformed.so && /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-webos-dashing-thud.mcf/work/raspberrypi3-webos-linux-gnueabi/fmilibrary-vendor/0.1.1-1-r0/recipe-sysroot-native/usr/bin/cmake -E copy /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-webos-dashing-thud.mcf/work/raspberrypi3-webos-linux-gnueabi/fmilibrary-vendor/0.1.1-1-r0/build/FMILibraryProject-prefix/src/FMILibraryProject-build/Testing/BouncingBall2_malformed_mf/BouncingBall2_malformed.fmu /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-webos-dashing-thud.mcf/work/raspberrypi3-webos-linux-gnueabi/fmilibrary-vendor/0.1.1-1-r0/build/FMILibraryProject-prefix/src/FMILibraryProject-build/Testing/BouncingBall2_malformed_mf.fmu | /bin/sh: 1: /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-webos-dashing-thud.mcf/work/raspberrypi3-webos-linux-gnueabi/fmilibrary-vendor/0.1.1-1-r0/build/FMILibraryProject-prefix/src/FMILibraryProject-build/compress_test_fmu_zip: Exec format error Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 074deba - Browse repository at this point
Copy the full SHA 074debaView commit details -
* fixes: ERROR: ecl-command-line-1.0.4-1-r0 do_compile: Function failed: do_compile (log file is located at /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/i586-oe-linux/ecl-command-line/1.0.4-1-r0/temp/log.do_compile.43841) ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/i586-oe-linux/ecl-command-line/1.0.4-1-r0/temp/log.do_compile.43841 | ERROR: Function failed: do_compile (log file is located at /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/i586-oe-linux/ecl-command-line/1.0.4-1-r0/temp/log.do_compile.43841) ERROR: Task (/jenkins/mjansa/build-ros-thud-mcf-herb/meta-ros/meta-ros2-dashing/generated-recipes/ecl-core/ecl-command-line_1.0.4-1.bb:do_compile) failed with exit code '1' ERROR: ecl-statistics-1.0.4-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: ecl-statistics path '/work/i586-oe-linux/ecl-statistics/1.0.4-1-r0/packages-split/ecl-statistics/usr/lib/libecl_statistics.so' [dev-so] ERROR: ecl-linear-algebra-1.0.4-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: ecl-linear-algebra path '/work/i586-oe-linux/ecl-linear-algebra/1.0.4-1-r0/packages-split/ecl-linear-algebra/usr/lib/libecl_linear_algebra.so' [dev-so] ERROR: ecl-statistics-1.0.4-1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. ERROR: ecl-statistics-1.0.4-1-r0 do_package_qa: Function failed: do_package_qa ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/i586-oe-linux/ecl-statistics/1.0.4-1-r0/temp/log.do_package_qa.45143 ERROR: Task (/jenkins/mjansa/build-ros-thud-mcf-herb/meta-ros/meta-ros2-dashing/generated-recipes/ecl-core/ecl-statistics_1.0.4-1.bb:do_package_qa) failed with exit code '1' ERROR: ecl-linear-algebra-1.0.4-1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. ERROR: ecl-linear-algebra-1.0.4-1-r0 do_package_qa: Function failed: do_package_qa ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/i586-oe-linux/ecl-linear-algebra/1.0.4-1-r0/temp/log.do_package_qa.45146 ERROR: Task (/jenkins/mjansa/build-ros-thud-mcf-herb/meta-ros/meta-ros2-dashing/generated-recipes/ecl-core/ecl-linear-algebra_1.0.4-1.bb:do_package_qa) failed with exit code '1' ERROR: ecl-errors-1.0.3-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: ecl-errors path '/work/i586-oe-linux/ecl-errors/1.0.3-1-r0/packages-split/ecl-errors/usr/lib/libecl_errors.so' [dev-so] ERROR: ecl-devices-1.0.4-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: ecl-devices path '/work/i586-oe-linux/ecl-devices/1.0.4-1-r0/packages-split/ecl-devices/usr/lib/libecl_devices.so' [dev-so] ERROR: ecl-formatters-1.0.4-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: ecl-formatters path '/work/i586-oe-linux/ecl-formatters/1.0.4-1-r0/packages-split/ecl-formatters/usr/lib/libecl_formatters.so' [dev-so] ERROR: ecl-errors-1.0.3-1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. ERROR: ecl-errors-1.0.3-1-r0 do_package_qa: Function failed: do_package_qa ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/i586-oe-linux/ecl-errors/1.0.3-1-r0/temp/log.do_package_qa.45156 ERROR: ecl-formatters-1.0.4-1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. ERROR: ecl-formatters-1.0.4-1-r0 do_package_qa: Function failed: do_package_qa ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/i586-oe-linux/ecl-formatters/1.0.4-1-r0/temp/log.do_package_qa.45153 ERROR: Task (/jenkins/mjansa/build-ros-thud-mcf-herb/meta-ros/meta-ros2-dashing/generated-recipes/ecl-lite/ecl-errors_1.0.3-1.bb:do_package_qa) failed with exit code '1' ERROR: Task (/jenkins/mjansa/build-ros-thud-mcf-herb/meta-ros/meta-ros2-dashing/generated-recipes/ecl-core/ecl-formatters_1.0.4-1.bb:do_package_qa) failed with exit code '1' ERROR: ecl-devices-1.0.4-1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. ERROR: ecl-devices-1.0.4-1-r0 do_package_qa: Function failed: do_package_qa ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/i586-oe-linux/ecl-devices/1.0.4-1-r0/temp/log.do_package_qa.45161 ERROR: ecl-mobile-robot-1.0.4-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: ecl-mobile-robot path '/work/i586-oe-linux/ecl-mobile-robot/1.0.4-1-r0/packages-split/ecl-mobile-robot/usr/lib/libecl_mobile_robot.so' [dev-so] ERROR: Task (/jenkins/mjansa/build-ros-thud-mcf-herb/meta-ros/meta-ros2-dashing/generated-recipes/ecl-core/ecl-devices_1.0.4-1.bb:do_package_qa) failed with exit code '1' ERROR: ecl-mobile-robot-1.0.4-1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. ERROR: ecl-mobile-robot-1.0.4-1-r0 do_package_qa: Function failed: do_package_qa ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/i586-oe-linux/ecl-mobile-robot/1.0.4-1-r0/temp/log.do_package_qa.45150 ERROR: Task (/jenkins/mjansa/build-ros-thud-mcf-herb/meta-ros/meta-ros2-dashing/generated-recipes/ecl-core/ecl-mobile-robot_1.0.4-1.bb:do_package_qa) failed with exit code '1' ERROR: ecl-filesystem-1.0.4-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: ecl-filesystem path '/work/i586-oe-linux/ecl-filesystem/1.0.4-1-r0/packages-split/ecl-filesystem/usr/lib/libecl_filesystem.so' [dev-so] ERROR: ecl-filesystem-1.0.4-1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. ERROR: ecl-filesystem-1.0.4-1-r0 do_package_qa: Function failed: do_package_qa ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/i586-oe-linux/ecl-filesystem/1.0.4-1-r0/temp/log.do_package_qa.45192 ERROR: ecl-time-1.0.4-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: ecl-time path '/work/i586-oe-linux/ecl-time/1.0.4-1-r0/packages-split/ecl-time/usr/lib/libecl_time.so' [dev-so] ERROR: Task (/jenkins/mjansa/build-ros-thud-mcf-herb/meta-ros/meta-ros2-dashing/generated-recipes/ecl-core/ecl-filesystem_1.0.4-1.bb:do_package_qa) failed with exit code '1' ERROR: ecl-time-1.0.4-1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. ERROR: ecl-time-1.0.4-1-r0 do_package_qa: Function failed: do_package_qa ERROR: ecl-manipulators-1.0.4-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: ecl-manipulators path '/work/i586-oe-linux/ecl-manipulators/1.0.4-1-r0/packages-split/ecl-manipulators/usr/lib/libecl_manipulators.so' [dev-so] ERROR: ecl-manipulators-1.0.4-1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. ERROR: ecl-manipulators-1.0.4-1-r0 do_package_qa: Function failed: do_package_qa ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/i586-oe-linux/ecl-manipulators/1.0.4-1-r0/temp/log.do_package_qa.45208 ERROR: Task (/jenkins/mjansa/build-ros-thud-mcf-herb/meta-ros/meta-ros2-dashing/generated-recipes/ecl-core/ecl-manipulators_1.0.4-1.bb:do_package_qa) failed with exit code '1' ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/i586-oe-linux/ecl-time/1.0.4-1-r0/temp/log.do_package_qa.45171 ERROR: Task (/jenkins/mjansa/build-ros-thud-mcf-herb/meta-ros/meta-ros2-dashing/generated-recipes/ecl-core/ecl-time_1.0.4-1.bb:do_package_qa) failed with exit code '1' ERROR: ecl-threads-1.0.4-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: ecl-threads path '/work/i586-oe-linux/ecl-threads/1.0.4-1-r0/packages-split/ecl-threads/usr/lib/libecl_threads.so' [dev-so] ERROR: ecl-time-lite-1.0.3-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: ecl-time-lite path '/work/i586-oe-linux/ecl-time-lite/1.0.3-1-r0/packages-split/ecl-time-lite/usr/lib/libecl_time_lite.so' [dev-so] ERROR: ecl-threads-1.0.4-1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. ERROR: ecl-threads-1.0.4-1-r0 do_package_qa: Function failed: do_package_qa ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/i586-oe-linux/ecl-threads/1.0.4-1-r0/temp/log.do_package_qa.45269 ERROR: Task (/jenkins/mjansa/build-ros-thud-mcf-herb/meta-ros/meta-ros2-dashing/generated-recipes/ecl-core/ecl-threads_1.0.4-1.bb:do_package_qa) failed with exit code '1' ERROR: ecl-time-lite-1.0.3-1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. ERROR: ecl-time-lite-1.0.3-1-r0 do_package_qa: Function failed: do_package_qa ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/i586-oe-linux/ecl-time-lite/1.0.3-1-r0/temp/log.do_package_qa.45367 ERROR: Task (/jenkins/mjansa/build-ros-thud-mcf-herb/meta-ros/meta-ros2-dashing/generated-recipes/ecl-lite/ecl-time-lite_1.0.3-1.bb:do_package_qa) failed with exit code '1' ERROR: ecl-exceptions-1.0.4-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: ecl-exceptions path '/work/i586-oe-linux/ecl-exceptions/1.0.4-1-r0/packages-split/ecl-exceptions/usr/lib/libecl_exceptions.so' [dev-so] ERROR: ecl-exceptions-1.0.4-1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. ERROR: ecl-exceptions-1.0.4-1-r0 do_package_qa: Function failed: do_package_qa ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/i586-oe-linux/ecl-exceptions/1.0.4-1-r0/temp/log.do_package_qa.45424 ERROR: Task (/jenkins/mjansa/build-ros-thud-mcf-herb/meta-ros/meta-ros2-dashing/generated-recipes/ecl-core/ecl-exceptions_1.0.4-1.bb:do_package_qa) failed with exit code '1' ERROR: ecl-ipc-1.0.4-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: ecl-ipc path '/work/i586-oe-linux/ecl-ipc/1.0.4-1-r0/packages-split/ecl-ipc/usr/lib/libecl_ipc.so' [dev-so] ERROR: ecl-ipc-1.0.4-1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. ERROR: ecl-ipc-1.0.4-1-r0 do_package_qa: Function failed: do_package_qa ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/i586-oe-linux/ecl-ipc/1.0.4-1-r0/temp/log.do_package_qa.45537 ERROR: Task (/jenkins/mjansa/build-ros-thud-mcf-herb/meta-ros/meta-ros2-dashing/generated-recipes/ecl-core/ecl-ipc_1.0.4-1.bb:do_package_qa) failed with exit code '1' ERROR: ecl-type-traits-1.0.4-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: ecl-type-traits path '/work/i586-oe-linux/ecl-type-traits/1.0.4-1-r0/packages-split/ecl-type-traits/usr/lib/libecl_type_traits.so' [dev-so] ERROR: ecl-type-traits-1.0.4-1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. ERROR: ecl-type-traits-1.0.4-1-r0 do_package_qa: Function failed: do_package_qa ERROR: ecl-io-1.0.3-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: ecl-io path '/work/i586-oe-linux/ecl-io/1.0.3-1-r0/packages-split/ecl-io/usr/lib/libecl_io.so' [dev-so] ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/i586-oe-linux/ecl-type-traits/1.0.4-1-r0/temp/log.do_package_qa.45578 ERROR: Task (/jenkins/mjansa/build-ros-thud-mcf-herb/meta-ros/meta-ros2-dashing/generated-recipes/ecl-core/ecl-type-traits_1.0.4-1.bb:do_package_qa) failed with exit code '1' ERROR: ecl-io-1.0.3-1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. ERROR: ecl-io-1.0.3-1-r0 do_package_qa: Function failed: do_package_qa ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/i586-oe-linux/ecl-io/1.0.3-1-r0/temp/log.do_package_qa.45457 ERROR: Task (/jenkins/mjansa/build-ros-thud-mcf-herb/meta-ros/meta-ros2-dashing/generated-recipes/ecl-lite/ecl-io_1.0.3-1.bb:do_package_qa) failed with exit code '1' ERROR: ecl-geometry-1.0.4-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: ecl-geometry path '/work/i586-oe-linux/ecl-geometry/1.0.4-1-r0/packages-split/ecl-geometry/usr/lib/libecl_geometry.so' [dev-so] ERROR: ecl-streams-1.0.4-1-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: ecl-streams path '/work/i586-oe-linux/ecl-streams/1.0.4-1-r0/packages-split/ecl-streams/usr/lib/libecl_streams.so' [dev-so] ERROR: ecl-geometry-1.0.4-1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. ERROR: ecl-geometry-1.0.4-1-r0 do_package_qa: Function failed: do_package_qa ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/i586-oe-linux/ecl-geometry/1.0.4-1-r0/temp/log.do_package_qa.45800 ERROR: Task (/jenkins/mjansa/build-ros-thud-mcf-herb/meta-ros/meta-ros2-dashing/generated-recipes/ecl-core/ecl-geometry_1.0.4-1.bb:do_package_qa) failed with exit code '1' ERROR: ecl-streams-1.0.4-1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. ERROR: ecl-streams-1.0.4-1-r0 do_package_qa: Function failed: do_package_qa ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/i586-oe-linux/ecl-streams/1.0.4-1-r0/temp/log.do_package_qa.45656 ERROR: Task (/jenkins/mjansa/build-ros-thud-mcf-herb/meta-ros/meta-ros2-dashing/generated-recipes/ecl-core/ecl-streams_1.0.4-1.bb:do_package_qa) failed with exit code '1' Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bcd80d4 - Browse repository at this point
Copy the full SHA bcd80d4View commit details -
{dashing} foonathan-memory: add recipe and depend on it from foonatha…
…n-memory-vendor Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba50b89 - Browse repository at this point
Copy the full SHA ba50b89View commit details -
{dashing} cyclonedds: disable IDLC, fix packaging and ignore QA issues
* fixes: | CMake Error at /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/i586-oe-linux/cyclonedds/0.1.0-6-r0/recipe-sysroot-native/usr/share/cmake-3.12/Modules/FindPackageHandleStandardArgs.cmake:137 (message): | Could NOT find Maven (missing: Maven_EXECUTABLE Maven_VERSION) (Required is | at least version "3.0") | Call Stack (most recent call first): | /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/i586-oe-linux/cyclonedds/0.1.0-6-r0/recipe-sysroot-native/usr/share/cmake-3.12/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE) | cmake/Modules/FindMaven.cmake:77 (find_package_handle_standard_args) | src/idlc/CMakeLists.txt:13 (find_package) and WARNING: cyclonedds-0.1.0-6-r0 do_package: QA Issue: cyclonedds: Files/directories were installed but not shipped in any package: /usr/share /usr/share/CycloneDDS /usr/share/CycloneDDS/CycloneDDSTargets-relwithdebinfo.cmake /usr/share/CycloneDDS/CycloneDDSTargets.cmake /usr/share/CycloneDDS/CycloneDDSConfig.cmake /usr/share/CycloneDDS/CycloneDDSVersion.cmake Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. cyclonedds: 6 installed and not shipped files. [installed-vs-shipped] and ERROR: cyclonedds-0.1.0-6-r0 do_package_qa: QA Issue: non -dev/-dbg/nativesdk- package contains symlink .so: cyclonedds path '/work/i586-oe-linux/cyclonedds/0.1.0-6-r0/packages-split/cyclonedds/usr/lib/libddsc.so' [dev-so] ERROR: cyclonedds-0.1.0-6-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. ERROR: cyclonedds-0.1.0-6-r0 do_package_qa: Function failed: do_package_qa ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/i586-oe-linux/cyclonedds/0.1.0-6-r0/temp/log.do_package_qa.5898 ERROR: Task (/jenkins/mjansa/build-ros-thud-mcf-herb/meta-ros/meta-ros2-dashing/generated-recipes/cyclonedds/cyclonedds_0.1.0-6.bb:do_package_qa) failed with exit code '1' Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 84b2886 - Browse repository at this point
Copy the full SHA 84b2886View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1357373 - Browse repository at this point
Copy the full SHA 1357373View commit details -
{dashing} nav2-msgs: add missing dependencies
Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 713bc1a - Browse repository at this point
Copy the full SHA 713bc1aView commit details -
{dashing} phidgets-msgs: add missing dependencies
* fixes: ERROR: phidgets-msgs-2.0.1-1-r0 do_configure: Function failed: do_configure (log file is located at /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/phidgets-msgs/2.0.1-1-r0/temp/log.do_configure.24717) ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/phidgets-msgs/2.0.1-1-r0/temp/log.do_configure.24717 Log data follows: | DEBUG: Executing shell function do_configure | -- The C compiler identification is GNU 8.2.0 | -- The CXX compiler identification is GNU 8.2.0 | -- Check for working C compiler: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/arm-oe-linux-gnueabi/arm-oe-linux-gnueabi-gcc | -- Check for working C compiler: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/arm-oe-linux-gnueabi/arm-oe-linux-gnueabi-gcc -- works | -- Detecting C compiler ABI info | -- Detecting C compiler ABI info - done | -- Detecting C compile features | -- Detecting C compile features - done | -- Check for working CXX compiler: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/arm-oe-linux-gnueabi/arm-oe-linux-gnueabi-g++ | -- Check for working CXX compiler: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/arm-oe-linux-gnueabi/arm-oe-linux-gnueabi-g++ -- works | -- Detecting CXX compiler ABI info | -- Detecting CXX compiler ABI info - done | -- Detecting CXX compile features | -- Detecting CXX compile features - done | -- Found ament_cmake: 0.8.2 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/share/ament_cmake/cmake) | -- Found PythonInterp: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 (found suitable version "3.7.2", minimum required is "3") | -- Using PYTHON_EXECUTABLE: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 | -- Found rosidl_default_generators: 0.8.0 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_default_generators/cmake) | -- Found OpenSSL: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/lib/libcrypto.so (found version "1.1.1b") | -- Found FastRTPS: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/include | CMake Warning at /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_cmake/cmake/rosidl_cmake-extras.cmake:30 (find_package): | By not providing "Findrosidl_adapter.cmake" in CMAKE_MODULE_PATH this | project has asked CMake to find a package configuration file provided by | "rosidl_adapter", but CMake did not find one. | | Could not find a package configuration file provided by "rosidl_adapter" | with any of the following names: | | rosidl_adapterConfig.cmake | rosidl_adapter-config.cmake | | Add the installation prefix of "rosidl_adapter" to CMAKE_PREFIX_PATH or set | "rosidl_adapter_DIR" to a directory containing one of the above files. If | "rosidl_adapter" provides a separate development package or SDK, be sure it | has been installed. | Call Stack (most recent call first): | /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_cmake/cmake/rosidl_cmakeConfig.cmake:38 (include) | /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_generator_c/cmake/ament_cmake_export_dependencies-extras.cmake:21 (find_package) | /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_generator_c/cmake/rosidl_generator_cConfig.cmake:38 (include) | /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rmw/cmake/ament_cmake_export_dependencies-extras.cmake:21 (find_package) | /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rmw/cmake/rmwConfig.cmake:38 (include) | /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_typesupport_fastrtps_c/cmake/ament_cmake_export_dependencies-extras.cmake:21 (find_package) | /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_typesupport_fastrtps_c/cmake/rosidl_typesupport_fastrtps_cConfig.cmake:38 (include) | /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_default_generators/cmake/rosidl_default_generators-extras.cmake:21 (find_package) | /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_default_generators/cmake/rosidl_default_generatorsConfig.cmake:38 (include) | CMakeLists.txt:14 (find_package) | | | -- Found std_msgs: 0.8.1 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/std_msgs/cmake) | CMake Error at /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_cmake/cmake/rosidl_write_generator_arguments.cmake:61 (message): | rosidl_write_generator_arguments() must be invoked with at least one of the | IDL_TUPLES;NON_IDL_TUPLES;ROS_INTERFACE_FILES arguments | Call Stack (most recent call first): | /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_typesupport_c/cmake/rosidl_typesupport_c_generate_interfaces.cmake:55 (rosidl_write_generator_arguments) | /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/share/ament_cmake_core/cmake/core/ament_execute_extensions.cmake:48 (include) | /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_cmake/cmake/rosidl_generate_interfaces.cmake:286 (ament_execute_extensions) | CMakeLists.txt:25 (rosidl_generate_interfaces) | | | -- Configuring incomplete, errors occurred! | See also "/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/phidgets-msgs/2.0.1-1-r0/build/CMakeFiles/CMakeOutput.log". | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_configure (log file is located at /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/phidgets-msgs/2.0.1-1-r0/temp/log.do_configure.24717) ERROR: phidgets-msgs-2.0.1-1-r0 do_configure: Function failed: do_configure (log file is located at /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/temp/log.do_configure.7798) ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/temp/log.do_configure.7798 Log data follows: | DEBUG: Executing shell function do_configure | -- The C compiler identification is GNU 8.2.0 | -- The CXX compiler identification is GNU 8.2.0 | -- Check for working C compiler: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/i586-oe-linux-gcc | -- Check for working C compiler: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/i586-oe-linux-gcc -- works | -- Detecting C compiler ABI info | -- Detecting C compiler ABI info - done | -- Detecting C compile features | -- Detecting C compile features - done | -- Check for working CXX compiler: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/i586-oe-linux-g++ | -- Check for working CXX compiler: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/i586-oe-linux-g++ -- works | -- Detecting CXX compiler ABI info | -- Detecting CXX compiler ABI info - done | -- Detecting CXX compile features | -- Detecting CXX compile features - done | -- Found ament_cmake: 0.8.2 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/share/ament_cmake/cmake) | -- Found PythonInterp: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 (found suitable version "3.7.2", minimum required is "3") | -- Using PYTHON_EXECUTABLE: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 | -- Found rosidl_default_generators: 0.8.0 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_default_generators/cmake) | -- Found OpenSSL: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/lib/libcrypto.so (found version "1.1.1b") | -- Found FastRTPS: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/include | -- Found rosidl_adapter: 0.8.1 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/share/rosidl_adapter/cmake) | -- Found std_msgs: 0.8.1 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/std_msgs/cmake) | -- Found PythonInterp: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 (found version "3.7.2") | CMake Error at /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/share/rosidl_adapter/cmake/rosidl_adapt_interfaces.cmake:60 (message): | | execute_process(/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 | -m rosidl_adapter --package-name phidgets_msgs --arguments-file | /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build/rosidl_adapter__arguments__phidgets_msgs.json | --output-dir | /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build/rosidl_adapter/phidgets_msgs | --output-file | /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build/rosidl_adapter/phidgets_msgs.idls) | returned error code 1: | | Traceback (most recent call last): | | File "/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/lib/python3.7/runpy.py", line 193, in _run_module_as_main | "__main__", mod_spec) | File "/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/lib/python3.7/runpy.py", line 85, in _run_code | exec(code, run_globals) | File "/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/lib/python3.7/site-packages/rosidl_adapter/__main__.py", line 19, in <module> | sys.exit(main()) | File "/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/lib/python3.7/site-packages/rosidl_adapter/main.py", line 55, in main | pathlib.Path(relative_path), output_dir) | File "/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/lib/python3.7/site-packages/rosidl_adapter/__init__.py", line 23, in convert_to_idl | from rosidl_adapter.srv import convert_srv_to_idl | File "/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/lib/python3.7/site-packages/rosidl_adapter/srv/__init__.py", line 16, in <module> | from rosidl_adapter.resource import expand_template | File "/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/lib/python3.7/site-packages/rosidl_adapter/resource/__init__.py", line 19, in <module> | import em | | ModuleNotFoundError: No module named 'em' | | Call Stack (most recent call first): | /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_cmake/cmake/rosidl_generate_interfaces.cmake:130 (rosidl_adapt_interfaces) | CMakeLists.txt:25 (rosidl_generate_interfaces) | | | -- Configuring incomplete, errors occurred! | See also "/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build/CMakeFiles/CMakeOutput.log". | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_configure (log file is located at /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/temp/log.do_configure.7798) ERROR: phidgets-msgs-2.0.1-1-r0 do_configure: Function failed: do_configure (log file is located at /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/temp/log.do_configure.21146) ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/temp/log.do_configure.21146 Log data follows: | DEBUG: Executing shell function do_configure | -- The C compiler identification is GNU 8.2.0 | -- The CXX compiler identification is GNU 8.2.0 | -- Check for working C compiler: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/i586-oe-linux-gcc | -- Check for working C compiler: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/i586-oe-linux-gcc -- works | -- Detecting C compiler ABI info | -- Detecting C compiler ABI info - done | -- Detecting C compile features | -- Detecting C compile features - done | -- Check for working CXX compiler: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/i586-oe-linux-g++ | -- Check for working CXX compiler: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/i586-oe-linux-g++ -- works | -- Detecting CXX compiler ABI info | -- Detecting CXX compiler ABI info - done | -- Detecting CXX compile features | -- Detecting CXX compile features - done | -- Found ament_cmake: 0.8.2 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/share/ament_cmake/cmake) | -- Found PythonInterp: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 (found suitable version "3.7.2", minimum required is "3") | -- Using PYTHON_EXECUTABLE: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 | -- Found rosidl_default_generators: 0.8.0 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_default_generators/cmake) | -- Found OpenSSL: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/lib/libcrypto.so (found version "1.1.1b") | -- Found FastRTPS: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/include | -- Found rosidl_adapter: 0.8.1 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/share/rosidl_adapter/cmake) | -- Found std_msgs: 0.8.1 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/std_msgs/cmake) | -- Found PythonInterp: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 (found version "3.7.2") | -- Using all available rosidl_typesupport_c: rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c | -- Using all available rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_introspection_cpp | -- Found rmw_implementation_cmake: 0.8.1 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rmw_implementation_cmake/cmake) | -- Found PythonInterp: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 (found suitable version "3.7.2", minimum required is "3.5") | CMake Error at /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_generator_py/cmake/rosidl_generator_py_generate_interfaces.cmake:23 (find_package): | By not providing "Findpython_cmake_module.cmake" in CMAKE_MODULE_PATH this | project has asked CMake to find a package configuration file provided by | "python_cmake_module", but CMake did not find one. | | Could not find a package configuration file provided by | "python_cmake_module" with any of the following names: | | python_cmake_moduleConfig.cmake | python_cmake_module-config.cmake | | Add the installation prefix of "python_cmake_module" to CMAKE_PREFIX_PATH | or set "python_cmake_module_DIR" to a directory containing one of the above | files. If "python_cmake_module" provides a separate development package or | SDK, be sure it has been installed. | Call Stack (most recent call first): | /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/share/ament_cmake_core/cmake/core/ament_execute_extensions.cmake:48 (include) | /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_cmake/cmake/rosidl_generate_interfaces.cmake:286 (ament_execute_extensions) | CMakeLists.txt:25 (rosidl_generate_interfaces) | -- Configuring incomplete, errors occurred! | See also "/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build/CMakeFiles/CMakeOutput.log". | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_configure (log file is located at /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/temp/log.do_configure.21146) NOTE: recipe phidgets-msgs-2.0.1-1-r0: task do_configure: Failed ERROR: phidgets-msgs-2.0.1-1-r0 do_compile: Function failed: do_compile (log file is located at /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/temp/log.do_compile.29571) ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/temp/log.do_compile.29571 Log data follows: | DEBUG: Executing shell function do_compile | NOTE: VERBOSE=1 cmake --build /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build --target all -- -j 20 | [1/39] cd /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build && /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_generator_c/cmake/../../../lib/rosidl_generator_c/rosidl_generator_c --generator-arguments-file /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build/rosidl_generator_c__arguments.json | FAILED: rosidl_generator_c/phidgets_msgs/srv/set_digital_output.h rosidl_generator_c/phidgets_msgs/srv/set_digital_output__functions.h rosidl_generator_c/phidgets_msgs/srv/set_digital_output__struct.h rosidl_generator_c/phidgets_msgs/srv/set_digital_output__type_support.h rosidl_generator_c/phidgets_msgs/msg/encoder_decimated_speed.h rosidl_generator_c/phidgets_msgs/msg/encoder_decimated_speed__functions.h rosidl_generator_c/phidgets_msgs/msg/encoder_decimated_speed__struct.h rosidl_generator_c/phidgets_msgs/msg/encoder_decimated_speed__type_support.h rosidl_generator_c/phidgets_msgs/srv/set_digital_output__functions.c rosidl_generator_c/phidgets_msgs/msg/encoder_decimated_speed__functions.c | cd /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build && /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_generator_c/cmake/../../../lib/rosidl_generator_c/rosidl_generator_c --generator-arguments-file /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build/rosidl_generator_c__arguments.json | Traceback (most recent call last): | File "/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_generator_c/cmake/../../../lib/rosidl_generator_c/rosidl_generator_c", line 8, in <module> | from rosidl_generator_c import generate_c | ModuleNotFoundError: No module named 'rosidl_generator_c' | [2/39] cd /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build && /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_generator_cpp/cmake/../../../lib/rosidl_generator_cpp/rosidl_generator_cpp --generator-arguments-file /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build/rosidl_generator_cpp__arguments.json | FAILED: rosidl_generator_cpp/phidgets_msgs/srv/set_digital_output.hpp rosidl_generator_cpp/phidgets_msgs/srv/set_digital_output__struct.hpp rosidl_generator_cpp/phidgets_msgs/srv/set_digital_output__traits.hpp rosidl_generator_cpp/phidgets_msgs/msg/encoder_decimated_speed.hpp rosidl_generator_cpp/phidgets_msgs/msg/encoder_decimated_speed__struct.hpp rosidl_generator_cpp/phidgets_msgs/msg/encoder_decimated_speed__traits.hpp | cd /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build && /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_generator_cpp/cmake/../../../lib/rosidl_generator_cpp/rosidl_generator_cpp --generator-arguments-file /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build/rosidl_generator_cpp__arguments.json | Traceback (most recent call last): | File "/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_generator_cpp/cmake/../../../lib/rosidl_generator_cpp/rosidl_generator_cpp", line 8, in <module> | from rosidl_generator_cpp import generate_cpp | ModuleNotFoundError: No module named 'rosidl_generator_cpp' | ninja: build stopped: subcommand failed. | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_compile (log file is located at /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/temp/log.do_compile.29571) NOTE: recipe phidgets-msgs-2.0.1-1-r0: task do_compile: Failed ERROR: Task (/jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-msgs_2.0.1-1.bb:do_compile) failed with exit code '1' ERROR: Task (/jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros-common/recipes-devtools/python/python3-pyproj_2.4.2.bb:do_compile) failed with exit code '1' ERROR: phidgets-msgs-2.0.1-1-r0 do_configure: Function failed: do_configure (log file is located at /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/temp/log.do_configure.24338) ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/temp/log.do_configure.24338 Log data follows: | DEBUG: Executing shell function do_configure | -- The C compiler identification is GNU 8.2.0 | -- The CXX compiler identification is GNU 8.2.0 | -- Check for working C compiler: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/i586-oe-linux-gcc | -- Check for working C compiler: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/i586-oe-linux-gcc -- works | -- Detecting C compiler ABI info | -- Detecting C compiler ABI info - done | -- Detecting C compile features | -- Detecting C compile features - done | -- Check for working CXX compiler: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/i586-oe-linux-g++ | -- Check for working CXX compiler: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/i586-oe-linux-g++ -- works | -- Detecting CXX compiler ABI info | -- Detecting CXX compiler ABI info - done | -- Detecting CXX compile features | -- Detecting CXX compile features - done | -- Found ament_cmake: 0.8.2 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/share/ament_cmake/cmake) | -- Found PythonInterp: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 (found suitable version "3.7.2", minimum required is "3") | -- Using PYTHON_EXECUTABLE: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 | -- Found rosidl_default_generators: 0.8.0 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_default_generators/cmake) | -- Found OpenSSL: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/lib/libcrypto.so (found version "1.1.1b") | -- Found FastRTPS: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/include | -- Found rosidl_adapter: 0.8.1 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/share/rosidl_adapter/cmake) | -- Found std_msgs: 0.8.1 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/std_msgs/cmake) | -- Found PythonInterp: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 (found version "3.7.2") | -- Using all available rosidl_typesupport_c: rosidl_typesupport_fastrtps_c;rosidl_typesupport_introspection_c | -- Using all available rosidl_typesupport_cpp: rosidl_typesupport_fastrtps_cpp;rosidl_typesupport_introspection_cpp | -- Found rmw_implementation_cmake: 0.8.1 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rmw_implementation_cmake/cmake) | -- Found PythonInterp: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 (found suitable version "3.7.2", minimum required is "3.5") | -- Found python_cmake_module: 0.8.0 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/share/python_cmake_module/cmake) | -- Found PythonLibs: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/lib/libpython3.7m.so (found suitable version "3.7.2", minimum required is "3.5") | -- Using PYTHON_EXECUTABLE: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 | -- Using PYTHON_INCLUDE_DIRS: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/include/python3.7m | -- Using PYTHON_LIBRARIES: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/lib/libpython3.7m.so | -- Found PythonExtra: .so | Traceback (most recent call last): | File "<string>", line 1, in <module> | ModuleNotFoundError: No module named 'numpy' | CMake Error at /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_generator_py/cmake/rosidl_generator_py_generate_interfaces.cmake:212 (message): | | execute_process(/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 | -c 'import numpy;print(numpy.get_include())') returned error code 1 | Call Stack (most recent call first): | /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/share/ament_cmake_core/cmake/core/ament_execute_extensions.cmake:48 (include) | /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_cmake/cmake/rosidl_generate_interfaces.cmake:286 (ament_execute_extensions) | CMakeLists.txt:25 (rosidl_generate_interfaces) | | | -- Configuring incomplete, errors occurred! | See also "/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build/CMakeFiles/CMakeOutput.log". | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_configure (log file is located at /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/temp/log.do_configure.24338) NOTE: recipe phidgets-msgs-2.0.1-1-r0: task do_configure: Failed ERROR: Task (/jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-msgs_2.0.1-1.bb:do_configure) failed with exit code '1' ERROR: phidgets-msgs-2.0.1-1-r0 do_compile: Function failed: do_compile (log file is located at /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/temp/log.do_compile.31083) ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/temp/log.do_compile.31083 Log data follows: | DEBUG: Executing shell function do_compile | NOTE: VERBOSE=1 cmake --build /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build --target all -- -j 20 | [1/39] cd /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build && /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_generator_c/cmake/../../../lib/rosidl_generator_c/rosidl_generator_c --generator-arguments-file /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build/rosidl_generator_c__arguments.json | FAILED: rosidl_generator_c/phidgets_msgs/srv/set_digital_output.h rosidl_generator_c/phidgets_msgs/srv/set_digital_output__functions.h rosidl_generator_c/phidgets_msgs/srv/set_digital_output__struct.h rosidl_generator_c/phidgets_msgs/srv/set_digital_output__type_support.h rosidl_generator_c/phidgets_msgs/msg/encoder_decimated_speed.h rosidl_generator_c/phidgets_msgs/msg/encoder_decimated_speed__functions.h rosidl_generator_c/phidgets_msgs/msg/encoder_decimated_speed__struct.h rosidl_generator_c/phidgets_msgs/msg/encoder_decimated_speed__type_support.h rosidl_generator_c/phidgets_msgs/srv/set_digital_output__functions.c rosidl_generator_c/phidgets_msgs/msg/encoder_decimated_speed__functions.c | cd /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build && /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_generator_c/cmake/../../../lib/rosidl_generator_c/rosidl_generator_c --generator-arguments-file /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build/rosidl_generator_c__arguments.json | Traceback (most recent call last): | File "/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_generator_c/cmake/../../../lib/rosidl_generator_c/rosidl_generator_c", line 8, in <module> | from rosidl_generator_c import generate_c | File "/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/lib/python3.7/site-packages/rosidl_generator_c/__init__.py", line 15, in <module> | from rosidl_cmake import convert_camel_case_to_lower_case_underscore | File "/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/lib/python3.7/site-packages/rosidl_cmake/__init__.py", line 23, in <module> | from rosidl_parser.definition import IdlLocator | ModuleNotFoundError: No module named 'rosidl_parser' | [2/39] cd /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build && /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_generator_cpp/cmake/../../../lib/rosidl_generator_cpp/rosidl_generator_cpp --generator-arguments-file /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build/rosidl_generator_cpp__arguments.json | FAILED: rosidl_generator_cpp/phidgets_msgs/srv/set_digital_output.hpp rosidl_generator_cpp/phidgets_msgs/srv/set_digital_output__struct.hpp rosidl_generator_cpp/phidgets_msgs/srv/set_digital_output__traits.hpp rosidl_generator_cpp/phidgets_msgs/msg/encoder_decimated_speed.hpp rosidl_generator_cpp/phidgets_msgs/msg/encoder_decimated_speed__struct.hpp rosidl_generator_cpp/phidgets_msgs/msg/encoder_decimated_speed__traits.hpp | cd /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build && /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_generator_cpp/cmake/../../../lib/rosidl_generator_cpp/rosidl_generator_cpp --generator-arguments-file /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build/rosidl_generator_cpp__arguments.json | Traceback (most recent call last): | File "/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_generator_cpp/cmake/../../../lib/rosidl_generator_cpp/rosidl_generator_cpp", line 8, in <module> | from rosidl_generator_cpp import generate_cpp | File "/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/lib/python3.7/site-packages/rosidl_generator_cpp/__init__.py", line 17, in <module> | from rosidl_cmake import generate_files | File "/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/lib/python3.7/site-packages/rosidl_cmake/__init__.py", line 23, in <module> | from rosidl_parser.definition import IdlLocator | ModuleNotFoundError: No module named 'rosidl_parser' | ninja: build stopped: subcommand failed. | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_compile (log file is located at /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/temp/log.do_compile.31083) NOTE: recipe phidgets-msgs-2.0.1-1-r0: task do_compile: Failed ERROR: Task (/jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-msgs_2.0.1-1.bb:do_compile) failed with exit code '1' ERROR: phidgets-msgs-2.0.1-1-r0 do_compile: Function failed: do_compile (log file is located at /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/temp/log.do_compile.31999) ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/temp/log.do_compile.31999 Log data follows: | DEBUG: Executing shell function do_compile | NOTE: VERBOSE=1 cmake --build /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build --target all -- -j 20 | [1/39] cd /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build && /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_generator_c/cmake/../../../lib/rosidl_generator_c/rosidl_generator_c --generator-arguments-file /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build/rosidl_generator_c__arguments.json | FAILED: rosidl_generator_c/phidgets_msgs/srv/set_digital_output.h rosidl_generator_c/phidgets_msgs/srv/set_digital_output__functions.h rosidl_generator_c/phidgets_msgs/srv/set_digital_output__struct.h rosidl_generator_c/phidgets_msgs/srv/set_digital_output__type_support.h rosidl_generator_c/phidgets_msgs/msg/encoder_decimated_speed.h rosidl_generator_c/phidgets_msgs/msg/encoder_decimated_speed__functions.h rosidl_generator_c/phidgets_msgs/msg/encoder_decimated_speed__struct.h rosidl_generator_c/phidgets_msgs/msg/encoder_decimated_speed__type_support.h rosidl_generator_c/phidgets_msgs/srv/set_digital_output__functions.c rosidl_generator_c/phidgets_msgs/msg/encoder_decimated_speed__functions.c | cd /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build && /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_generator_c/cmake/../../../lib/rosidl_generator_c/rosidl_generator_c --generator-arguments-file /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build/rosidl_generator_c__arguments.json | Traceback (most recent call last): | File "/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_generator_c/cmake/../../../lib/rosidl_generator_c/rosidl_generator_c", line 8, in <module> | from rosidl_generator_c import generate_c | File "/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/lib/python3.7/site-packages/rosidl_generator_c/__init__.py", line 15, in <module> | from rosidl_cmake import convert_camel_case_to_lower_case_underscore | File "/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/lib/python3.7/site-packages/rosidl_cmake/__init__.py", line 24, in <module> | from rosidl_parser.parser import parse_idl_file | File "/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/lib/python3.7/site-packages/rosidl_parser/parser.py", line 20, in <module> | from lark import Lark | ModuleNotFoundError: No module named 'lark' | [2/39] cd /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build && /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_generator_cpp/cmake/../../../lib/rosidl_generator_cpp/rosidl_generator_cpp --generator-arguments-file /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build/rosidl_generator_cpp__arguments.json | FAILED: rosidl_generator_cpp/phidgets_msgs/srv/set_digital_output.hpp rosidl_generator_cpp/phidgets_msgs/srv/set_digital_output__struct.hpp rosidl_generator_cpp/phidgets_msgs/srv/set_digital_output__traits.hpp rosidl_generator_cpp/phidgets_msgs/msg/encoder_decimated_speed.hpp rosidl_generator_cpp/phidgets_msgs/msg/encoder_decimated_speed__struct.hpp rosidl_generator_cpp/phidgets_msgs/msg/encoder_decimated_speed__traits.hpp | cd /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build && /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_generator_cpp/cmake/../../../lib/rosidl_generator_cpp/rosidl_generator_cpp --generator-arguments-file /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build/rosidl_generator_cpp__arguments.json | Traceback (most recent call last): | File "/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_generator_cpp/cmake/../../../lib/rosidl_generator_cpp/rosidl_generator_cpp", line 8, in <module> | from rosidl_generator_cpp import generate_cpp | File "/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/lib/python3.7/site-packages/rosidl_generator_cpp/__init__.py", line 17, in <module> | from rosidl_cmake import generate_files | File "/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/lib/python3.7/site-packages/rosidl_cmake/__init__.py", line 24, in <module> | from rosidl_parser.parser import parse_idl_file | File "/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/lib/python3.7/site-packages/rosidl_parser/parser.py", line 20, in <module> | from lark import Lark | ModuleNotFoundError: No module named 'lark' | ninja: build stopped: subcommand failed. | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_compile (log file is located at /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/temp/log.do_compile.31999) NOTE: recipe phidgets-msgs-2.0.1-1-r0: task do_compile: Failed ERROR: Task (/jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-msgs_2.0.1-1.bb:do_compile) failed with exit code '1' ERROR: phidgets-msgs-2.0.1-1-r0 do_compile: Function failed: do_compile (log file is located at /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/temp/log.do_compile.32393) ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/temp/log.do_compile.32393 Log data follows: | DEBUG: Executing shell function do_compile | NOTE: VERBOSE=1 cmake --build /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build --target all -- -j 20 | [1/39] cd /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build && /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_generator_c/cmake/../../../lib/rosidl_generator_c/rosidl_generator_c --generator-arguments-file /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build/rosidl_generator_c__arguments.json | [2/39] cd /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build && /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/share/rosidl_generator_cpp/cmake/../../../lib/rosidl_generator_cpp/rosidl_generator_cpp --generator-arguments-file /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build/rosidl_generator_cpp__arguments.json | [3/39] cd /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build && /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/lib/rosidl_typesupport_cpp/rosidl_typesupport_cpp --generator-arguments-file /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build/rosidl_typesupport_cpp__arguments.json --typesupports rosidl_typesupport_fastrtps_cpp rosidl_typesupport_introspection_cpp | FAILED: rosidl_typesupport_cpp/phidgets_msgs/srv/set_digital_output__type_support.cpp rosidl_typesupport_cpp/phidgets_msgs/msg/encoder_decimated_speed__type_support.cpp | cd /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build && /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/lib/rosidl_typesupport_cpp/rosidl_typesupport_cpp --generator-arguments-file /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build/rosidl_typesupport_cpp__arguments.json --typesupports rosidl_typesupport_fastrtps_cpp rosidl_typesupport_introspection_cpp | Traceback (most recent call last): | File "/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/lib/rosidl_typesupport_cpp/rosidl_typesupport_cpp", line 6, in <module> | from rosidl_typesupport_cpp import generate_cpp | ModuleNotFoundError: No module named 'rosidl_typesupport_cpp' | [4/39] /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/i586-oe-linux-gcc -Dphidgets_msgs__rosidl_generator_c_EXPORTS -Irosidl_generator_c -I/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/include -m32 -march=i586 --sysroot=/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0=/usr/src/debug/phidgets-msgs/2.0.1-1-r0 -fdebug-prefix-map=/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot= -fdebug-prefix-map=/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native= -m32 -march=i586 --sysroot=/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot -fPIC -Wall -std=gnu11 -MD -MT CMakeFiles/phidgets_msgs__rosidl_generator_c.dir/rosidl_generator_c/phidgets_msgs/msg/encoder_decimated_speed__functions.c.o -MF CMakeFiles/phidgets_msgs__rosidl_generator_c.dir/rosidl_generator_c/phidgets_msgs/msg/encoder_decimated_speed__functions.c.o.d -o CMakeFiles/phidgets_msgs__rosidl_generator_c.dir/rosidl_generator_c/phidgets_msgs/msg/encoder_decimated_speed__functions.c.o -c rosidl_generator_c/phidgets_msgs/msg/encoder_decimated_speed__functions.c | [5/39] /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/i586-oe-linux-gcc -Dphidgets_msgs__rosidl_generator_c_EXPORTS -Irosidl_generator_c -I/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/include -m32 -march=i586 --sysroot=/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0=/usr/src/debug/phidgets-msgs/2.0.1-1-r0 -fdebug-prefix-map=/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot= -fdebug-prefix-map=/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native= -m32 -march=i586 --sysroot=/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot -fPIC -Wall -std=gnu11 -MD -MT CMakeFiles/phidgets_msgs__rosidl_generator_c.dir/rosidl_generator_c/phidgets_msgs/srv/set_digital_output__functions.c.o -MF CMakeFiles/phidgets_msgs__rosidl_generator_c.dir/rosidl_generator_c/phidgets_msgs/srv/set_digital_output__functions.c.o.d -o CMakeFiles/phidgets_msgs__rosidl_generator_c.dir/rosidl_generator_c/phidgets_msgs/srv/set_digital_output__functions.c.o -c rosidl_generator_c/phidgets_msgs/srv/set_digital_output__functions.c | [6/39] cd /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build && /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/lib/rosidl_typesupport_introspection_cpp/rosidl_typesupport_introspection_cpp --generator-arguments-file /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build/rosidl_typesupport_introspection_cpp__arguments.json | [7/39] cd /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build && /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/recipe-sysroot/usr/lib/rosidl_typesupport_fastrtps_cpp/rosidl_typesupport_fastrtps_cpp --generator-arguments-file /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/build/rosidl_typesupport_fastrtps_cpp__arguments.json | ninja: build stopped: subcommand failed. | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_compile (log file is located at /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/phidgets-msgs/2.0.1-1-r0/temp/log.do_compile.32393) NOTE: recipe phidgets-msgs-2.0.1-1-r0: task do_compile: Failed ERROR: Task (/jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/phidgets-drivers/phidgets-msgs_2.0.1-1.bb:do_compile) failed with exit code '1'
Configuration menu - View commit details
-
Copy full SHA for 0dbe992 - Browse repository at this point
Copy the full SHA 0dbe992View commit details -
{dashing} py-trees-ros-interfaces: add missing dependencies
Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 06b7cb4 - Browse repository at this point
Copy the full SHA 06b7cb4View commit details -
{dashing} system-modes: add missing dependencies
Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 359afcc - Browse repository at this point
Copy the full SHA 359afccView commit details -
{dashing} nav-2d-msgs: add missing dependencies
Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8533294 - Browse repository at this point
Copy the full SHA 8533294View commit details -
{dashing} move-base-msgs: add missing dependencies
Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b0d633 - Browse repository at this point
Copy the full SHA 4b0d633View commit details -
{dashing} ml-classifiers: add missing dependencies
Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d4ce67d - Browse repository at this point
Copy the full SHA d4ce67dView commit details -
{dashing} dwb-msgs: add missing dependencies
Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5dd87db - Browse repository at this point
Copy the full SHA 5dd87dbView commit details -
{dashing} system-modes-examples: fix unpackaged files
Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5d5bc56 - Browse repository at this point
Copy the full SHA 5d5bc56View commit details -
{dashing} swri-prefix-tools: add runtime dependency on bash
Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a30a08b - Browse repository at this point
Copy the full SHA a30a08bView commit details -
{dashing} ament-download: fix shebang in /usr/share/ament_download/cm…
…ake/download_checkmd5.py Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f8e6bf0 - Browse repository at this point
Copy the full SHA f8e6bf0View commit details -
{dashing} rosbridge-suite: add missing dependencies
Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b61a117 - Browse repository at this point
Copy the full SHA b61a117View commit details -
{dashing} cartographer: work around linking failure with bfd
* when bfd is used, the linking fails with: FAILED: cartographer.sensor.internal.voxel_filter_test : && /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/cartographer/1.0.0-1-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/i586-oe-linux-g++ -m32 -march=i586 --sysroot=/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/cartographer/1.0.0-1-r0/recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/cartographer/1.0.0-1-r0=/usr/src/debug/cartographer/1.0.0-1-r0 -fdebug-prefix-map=/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/cartographer/1.0.0-1-r0/recipe-sysroot= -fdebug-prefix-map=/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/cartographer/1.0.0-1-r0/recipe-sysroot-native= -fvisibility-inlines-hidden -m32 -march=i586 --sysroot=/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/cartographer/1.0.0-1-r0/recipe-sysroot -DNDEBUG -m32 -march=i586 --sysroot=/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/cartographer/1.0.0-1-r0/recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/cartographer/1.0.0-1-r0=/usr/src/debug/cartographer/1.0.0-1-r0 -fdebug-prefix-map=/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/cartographer/1.0.0-1-r0/recipe-sysroot= -fdebug-prefix-map=/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/cartographer/1.0.0-1-r0/recipe-sysroot-native= -fvisibility-inlines-hidden -m32 -march=i586 --sysroot=/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/cartographer/1.0.0-1-r0/recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -rdynamic CMakeFiles/cartographer.sensor.internal.voxel_filter_test.dir/cartographer/sensor/internal/voxel_filter_test.cc.o -o cartographer.sensor.internal.voxel_filter_test libcartographer.a -Wl,-Bstatic -lgmock_main -Wl,-Bdynamic -lpthread libcartographer_test_library.a -ldl libcartographer.a /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/cartographer/1.0.0-1-r0/recipe-sysroot/usr/lib/libceres.a /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/cartographer/1.0.0-1-r0/recipe-sysroot/usr/lib/libglog.so.0.3.5 -lunwind -lunwind-x86 -lspqr -lcholmod -lccolamd -lcamd -lcolamd -lamd -llapack -lblas -lsuitesparseconfig -lrt -lmetis -lcxsparse -llapack -lblas -lsuitesparseconfig -lrt -lmetis -lcxsparse -lgomp -lpthread -Wl,-Bstatic -llua -Wl,-Bdynamic -lm -lboost_iostreams-mt -lboost_regex-mt -lglog -lgflags -lcairo -lprotobuf -lpthread && : /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/cartographer/1.0.0-1-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/../../libexec/i586-oe-linux/gcc/i586-oe-linux/8.2.0/ld: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/cartographer/1.0.0-1-r0/recipe-sysroot/usr/lib/liblua.a(loadlib.o): in function `lsys_sym': /usr/src/debug/lua/5.3.4-r0/lua-5.3.4/src/loadlib.c:134: undefined reference to `dlsym' /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/cartographer/1.0.0-1-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/../../libexec/i586-oe-linux/gcc/i586-oe-linux/8.2.0/ld: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/cartographer/1.0.0-1-r0/recipe-sysroot/usr/lib/liblua.a(loadlib.o): in function `lsys_load': /usr/src/debug/lua/5.3.4-r0/lua-5.3.4/src/loadlib.c:127: undefined reference to `dlopen' /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/cartographer/1.0.0-1-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/../../libexec/i586-oe-linux/gcc/i586-oe-linux/8.2.0/ld: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/cartographer/1.0.0-1-r0/recipe-sysroot/usr/lib/liblua.a(loadlib.o): in function `lsys_sym': /usr/src/debug/lua/5.3.4-r0/lua-5.3.4/src/loadlib.c:135: undefined reference to `dlerror' /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/cartographer/1.0.0-1-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/../../libexec/i586-oe-linux/gcc/i586-oe-linux/8.2.0/ld: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/cartographer/1.0.0-1-r0/recipe-sysroot/usr/lib/liblua.a(loadlib.o): in function `lsys_load': /usr/src/debug/lua/5.3.4-r0/lua-5.3.4/src/loadlib.c:128: undefined reference to `dlerror' /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/cartographer/1.0.0-1-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/../../libexec/i586-oe-linux/gcc/i586-oe-linux/8.2.0/ld: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/cartographer/1.0.0-1-r0/recipe-sysroot/usr/lib/liblua.a(loadlib.o): in function `lsys_unloadlib': /usr/src/debug/lua/5.3.4-r0/lua-5.3.4/src/loadlib.c:122: undefined reference to `dlclose' collect2: error: ld returned 1 exit status * use gold as a work around (used by default in webOS) Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d553ef4 - Browse repository at this point
Copy the full SHA d553ef4View commit details -
{dashing} cartographer-ros: add missing dependency and prevent CMake …
…adding -isystem Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c8fec4d - Browse repository at this point
Copy the full SHA c8fec4dView commit details -
{dashing} test-msgs: prefix the values from test_interface_files_* wi…
…th RSS prefix * fixes: ERROR: test-msgs-0.7.4-1-r0 do_configure: Function failed: do_configure (log file is located at /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/test-msgs/0.7.4-1-r0/temp/log.do_configure.47933) ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/test-msgs/0.7.4-1-r0/temp/log.do_configure.47933 Log data follows: | DEBUG: Executing shell function do_configure | -- The C compiler identification is GNU 8.2.0 | -- The CXX compiler identification is GNU 8.2.0 | -- Check for working C compiler: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/test-msgs/0.7.4-1-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/i586-oe-linux-gcc | -- Check for working C compiler: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/test-msgs/0.7.4-1-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/i586-oe-linux-gcc -- works | -- Detecting C compiler ABI info | -- Detecting C compiler ABI info - done | -- Detecting C compile features | -- Detecting C compile features - done | -- Check for working CXX compiler: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/test-msgs/0.7.4-1-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/i586-oe-linux-g++ | -- Check for working CXX compiler: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/test-msgs/0.7.4-1-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/i586-oe-linux-g++ -- works | -- Detecting CXX compiler ABI info | -- Detecting CXX compiler ABI info - done | -- Detecting CXX compile features | -- Detecting CXX compile features - done | -- Found ament_cmake: 0.7.4 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/test-msgs/0.7.4-1-r0/recipe-sysroot-native/usr/share/ament_cmake/cmake) | -- Found PythonInterp: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/test-msgs/0.7.4-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 (found suitable version "3.7.2", minimum required is "3") | -- Using PYTHON_EXECUTABLE: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/test-msgs/0.7.4-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 | -- Found builtin_interfaces: 0.7.4 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/test-msgs/0.7.4-1-r0/recipe-sysroot/usr/share/builtin_interfaces/cmake) | -- Found rosidl_adapter: 0.7.8 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/test-msgs/0.7.4-1-r0/recipe-sysroot/usr/share/rosidl_adapter/cmake) | -- Found rosidl_default_generators: 0.7.0 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/test-msgs/0.7.4-1-r0/recipe-sysroot-native/usr/share/rosidl_default_generators/cmake) | -- Found OpenSSL: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/test-msgs/0.7.4-1-r0/recipe-sysroot/usr/lib/libcrypto.so (found version "1.1.1b") | -- Found FastRTPS: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/test-msgs/0.7.4-1-r0/recipe-sysroot/usr/include | -- Found test_interface_files: 0.7.1 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/test-msgs/0.7.4-1-r0/recipe-sysroot/usr/share/test_interface_files/cmake) | CMake Error at /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/test-msgs/0.7.4-1-r0/recipe-sysroot/usr/share/rosidl_cmake/cmake/rosidl_generate_interfaces.cmake:86 (message): | rosidl_generate_interfaces() the passed file | '/usr/share/test_interface_files/msg/Arrays.msg' doesn't exist | Call Stack (most recent call first): | CMakeLists.txt:23 (rosidl_generate_interfaces) | | | -- Configuring incomplete, errors occurred! | See also "/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/test-msgs/0.7.4-1-r0/build/CMakeFiles/CMakeOutput.log". | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_configure (log file is located at /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/test-msgs/0.7.4-1-r0/temp/log.do_configure.47933) NOTE: recipe test-msgs-0.7.4-1-r0: task do_configure: Failed ERROR: Task (/jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/rcl-interfaces/test-msgs_0.7.4-1.bb:do_configure) failed with exit code '1' Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3571a8a - Browse repository at this point
Copy the full SHA 3571a8aView commit details -
{dashing} nav2-bt-navigator: fix unpackaged files
* fixes: WARNING: nav2-bt-navigator-0.2.6-1-r0 do_package: QA Issue: nav2-bt-navigator: Files/directories were installed but not shipped in any package: /usr/behavior_trees /usr/behavior_trees/navigate_w_replanning.xml /usr/behavior_trees/navigate_w_replanning_and_recovery.xml Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. nav2-bt-navigator: 3 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7632ee6 - Browse repository at this point
Copy the full SHA 7632ee6View commit details -
{dashing} nav2-costmap-2d: add missing dependency on eigen3-cmake-module
* fixes: | -- Detecting C compile features - done | -- Check for working CXX compiler: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/nav2-costmap-2d/0.2.6-1-r0/recipe-sysroot-native/usr/bin/arm-oe-linux-gnueabi/arm-oe-linux-gnueabi-g++ | -- Check for working CXX compiler: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/nav2-costmap-2d/0.2.6-1-r0/recipe-sysroot-native/usr/bin/arm-oe-linux-gnueabi/arm-oe-linux-gnueabi-g++ -- works | -- Detecting CXX compiler ABI info | -- Detecting CXX compiler ABI info - done | -- Detecting CXX compile features | -- Detecting CXX compile features - done | -- Found ament_cmake: 0.7.4 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/nav2-costmap-2d/0.2.6-1-r0/recipe-sysroot/usr/share/ament_cmake/cmake) | -- Found PythonInterp: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/nav2-costmap-2d/0.2.6-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 (found suitable version "3.7.2", minimum required is "3") | -- Using PYTHON_EXECUTABLE: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/nav2-costmap-2d/0.2.6-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 | -- Found geometry_msgs: 0.7.0 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/nav2-costmap-2d/0.2.6-1-r0/recipe-sysroot/usr/share/geometry_msgs/cmake) | -- Found rosidl_adapter: 0.7.8 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/nav2-costmap-2d/0.2.6-1-r0/recipe-sysroot/usr/share/rosidl_adapter/cmake) | -- Found laser_geometry: 2.0.0 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/nav2-costmap-2d/0.2.6-1-r0/recipe-sysroot/usr/share/laser_geometry/cmake) | -- append /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/nav2-costmap-2d/0.2.6-1-r0/recipe-sysroot/usr/include/eigen3 to () | -- laser_geometry_INCLUDE_DIRS=/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/nav2-costmap-2d/0.2.6-1-r0/recipe-sysroot/usr/include/eigen3 | -- Found map_msgs: 2.0.2 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/nav2-costmap-2d/0.2.6-1-r0/recipe-sysroot/usr/share/map_msgs/cmake) | -- Found message_filters: 3.1.3 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/nav2-costmap-2d/0.2.6-1-r0/recipe-sysroot/usr/share/message_filters/cmake) | -- Found nav2_common: 0.2.6 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/nav2-costmap-2d/0.2.6-1-r0/recipe-sysroot/usr/share/nav2_common/cmake) | -- Found nav2_msgs: 0.2.6 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/nav2-costmap-2d/0.2.6-1-r0/recipe-sysroot/usr/share/nav2_msgs/cmake) | -- Found nav2_util: 0.2.6 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/nav2-costmap-2d/0.2.6-1-r0/recipe-sysroot/usr/share/nav2_util/cmake) | -- Found rmw_implementation_cmake: 0.7.2 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/nav2-costmap-2d/0.2.6-1-r0/recipe-sysroot/usr/share/rmw_implementation_cmake/cmake) | -- Using RMW implementation 'rmw_fastrtps_cpp' | -- Found rmw_fastrtps_cpp: 0.7.6 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/nav2-costmap-2d/0.2.6-1-r0/recipe-sysroot/usr/share/rmw_fastrtps_cpp/cmake) | -- Found OpenSSL: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/nav2-costmap-2d/0.2.6-1-r0/recipe-sysroot/usr/lib/libcrypto.so (found version "1.1.1b") | -- Found FastRTPS: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/nav2-costmap-2d/0.2.6-1-r0/recipe-sysroot/usr/include | -- Looking for pthread.h | -- Looking for pthread.h - found | -- Looking for pthread_create | -- Looking for pthread_create - not found | -- Looking for pthread_create in pthreads | -- Looking for pthread_create in pthreads - not found | -- Looking for pthread_create in pthread | -- Looking for pthread_create in pthread - found | -- Found Threads: TRUE | -- Found nav2_voxel_grid: 0.2.6 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/nav2-costmap-2d/0.2.6-1-r0/recipe-sysroot/usr/share/nav2_voxel_grid/cmake) | -- Found pluginlib: 2.3.3 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/nav2-costmap-2d/0.2.6-1-r0/recipe-sysroot/usr/share/pluginlib/cmake) | -- Found tinyxml2_vendor: (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/nav2-costmap-2d/0.2.6-1-r0/recipe-sysroot/usr/share/tinyxml2_vendor/cmake) | -- Found TinyXML2: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/nav2-costmap-2d/0.2.6-1-r0/recipe-sysroot/usr/lib/libtinyxml2.so | -- Found poco_vendor: (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/nav2-costmap-2d/0.2.6-1-r0/recipe-sysroot/usr/share/poco_vendor/cmake) | -- Found tf2_sensor_msgs: 0.11.6 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/nav2-costmap-2d/0.2.6-1-r0/recipe-sysroot/usr/share/tf2_sensor_msgs/cmake) | CMake Error at /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/nav2-costmap-2d/0.2.6-1-r0/recipe-sysroot/usr/share/tf2_sensor_msgs/cmake/ament_cmake_export_dependencies-extras.cmake:21 (find_package): | By not providing "Findeigen3_cmake_module.cmake" in CMAKE_MODULE_PATH this | project has asked CMake to find a package configuration file provided by | "eigen3_cmake_module", but CMake did not find one. | | Could not find a package configuration file provided by | "eigen3_cmake_module" with any of the following names: | | eigen3_cmake_moduleConfig.cmake | eigen3_cmake_module-config.cmake 198,1 35% | eigen3_cmake_moduleConfig.cmake | eigen3_cmake_module-config.cmake | | Add the installation prefix of "eigen3_cmake_module" to CMAKE_PREFIX_PATH | or set "eigen3_cmake_module_DIR" to a directory containing one of the above | files. If "eigen3_cmake_module" provides a separate development package or | SDK, be sure it has been installed. | Call Stack (most recent call first): | /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/nav2-costmap-2d/0.2.6-1-r0/recipe-sysroot/usr/share/tf2_sensor_msgs/cmake/tf2_sensor_msgsConfig.cmake:38 (include) | CMakeLists.txt:23 (find_package) | | | -- Configuring incomplete, errors occurred! | See also "/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/nav2-costmap-2d/0.2.6-1-r0/build/CMakeFiles/CMakeOutput.log". | See also "/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/nav2-costmap-2d/0.2.6-1-r0/build/CMakeFiles/CMakeError.log". | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_configure (log file is located at /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/cortexa7t2hf-neon-vfpv4-oe-linux-gnueabi/nav2-costmap-2d/0.2.6-1-r0/temp/log.do_configure.23681) NOTE: recipe nav2-costmap-2d-0.2.6-1-r0: task do_configure: Failed ERROR: Task (/jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/navigation2/nav2-costmap-2d_0.2.6-1.bb:do_configure) failed with exit code '1' Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6b8f01c - Browse repository at this point
Copy the full SHA 6b8f01cView commit details -
{dashing} nav2-costmap-2d: fix unpackaged files
* fixes: WARNING: nav2-costmap-2d-0.2.6-1-r0 do_package: QA Issue: nav2-costmap-2d: Files/directories were installed but not shipped in any package: /usr/share/costmap_plugins.xml Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. nav2-costmap-2d: 1 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 263f4b8 - Browse repository at this point
Copy the full SHA 263f4b8View commit details -
{dashing} dwb-plugins: fix unpackaged files
* fixes: WARNING: dwb-plugins-0.2.6-1-r0 do_package: QA Issue: dwb-plugins: Files/directories were installed but not shipped in any package: /usr/share/plugins.xml Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. dwb-plugins: 1 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 44af056 - Browse repository at this point
Copy the full SHA 44af056View commit details -
{dashing} dwb-critics: fix unpackaged files
* fixes: WARNING: dwb-critics-0.2.6-1-r0 do_package: QA Issue: dwb-critics: Files/directories were installed but not shipped in any package: /usr/share/default_critics.xml Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. dwb-critics: 1 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db87931 - Browse repository at this point
Copy the full SHA db87931View commit details -
{dashing} ecl-license: fix unpackaged files
* fixes: ERROR: ecl-license-1.0.2-1-r0 do_package: QA Issue: ecl-license: Files/directories were installed but not shipped in any package: /usr/share/licenses /usr/share/licenses/AUTHORS /usr/share/licenses/COPYING /usr/share/licenses/COPYING-PLAIN Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. ecl-license: 4 installed and not shipped files. [installed-vs-shipped] ERROR: ecl-license-1.0.2-1-r0 do_package: Fatal QA errors found, failing task. ERROR: ecl-license-1.0.2-1-r0 do_package: Function failed: do_package ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/ecl-license/1.0.2-1-r0/temp/log.do_package.9750 NOTE: recipe ecl-license-1.0.2-1-r0: task do_package: Failed ERROR: Task (/jenkins/mjansa/build-ros/webos-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/ecl-tools/ecl-license_1.0.2-1.bb:do_package) failed with exit code '1' Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5170f63 - Browse repository at this point
Copy the full SHA 5170f63View commit details -
{dashing} ecl-eigen: fix unpackaged files
* fixes: ERROR: ecl-eigen-1.0.4-1-r0 do_package: QA Issue: ecl-eigen: Files/directories were installed but not shipped in any package: /usr/share/licenses /usr/share/licenses/eigen /usr/share/licenses/eigen/COPYING.LESSER Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. ecl-eigen: 3 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1b56b0b - Browse repository at this point
Copy the full SHA 1b56b0bView commit details -
{dashing} swri-roscpp: fix unpackaged files
* fixes: ERROR: swri-roscpp-3.0.3-1-r0 do_package: QA Issue: swri-roscpp: Files/directories were installed but not shipped in any package: /usr/launch /usr/launch/param_example.launch Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. swri-roscpp: 2 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c84ce0a - Browse repository at this point
Copy the full SHA c84ce0aView commit details -
{dashing} novatel-gps-driver: fix unpackaged files
* fixes: ERROR: novatel-gps-driver-4.0.2-1-r0 do_package: QA Issue: novatel-gps-driver: Files/directories were installed but not shipped in any package: /usr/test /usr/test/gpgga-gprmc-bestpos.pcap /usr/test/corrimudata.pcap Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. novatel-gps-driver: 3 installed and not shipped files. [installed-vs-shipped] ERROR: novatel-gps-driver-4.0.2-1-r0 do_package: Fatal QA errors found, failing task. ERROR: novatel-gps-driver-4.0.2-1-r0 do_package: Function failed: do_package ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/novatel-gps-driver/4.0.2-1-r0/temp/log.do_package.26213 NOTE: recipe novatel-gps-driver-4.0.2-1-r0: task do_package: Failed ERROR: Task (/jenkins/mjansa/build-ros/webos-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/novatel-gps-driver/novatel-gps-driver_4.0.2-1.bb:do_package) failed with exit code '1' Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cbbb555 - Browse repository at this point
Copy the full SHA cbbb555View commit details -
aws-cpp-sdk: add recipes for aws-sdk-cpp components needed by aws-common
Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 101e9f5 - Browse repository at this point
Copy the full SHA 101e9f5View commit details -
{dashing} aws-common: add dependency on aws-sdk-cpp components
* fixes: ERROR: aws-common-2.1.0-1-r0 do_compile: Function failed: do_compile (log file is located at /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/aws-common/2.1.0-1-r0/temp/log.do_compile.24343) ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/aws-common/2.1.0-1-r0/temp/log.do_compile.24343 Log data follows: | DEBUG: Executing shell function do_compile | NOTE: VERBOSE=1 cmake --build /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/aws-common/2.1.0-1-r0/build --target all -- -j 20 | ninja: error: 'external/lib/libaws-cpp-sdk-core.so', needed by 'libaws_common.so', missing and no known rule to make it | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_compile (log file is located at /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/aws-common/2.1.0-1-r0/temp/log.do_compile.24343) ERROR: Task (/jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/aws-common/aws-common_2.1.0-1.bb:do_compile) failed with exit code '1' * the AWS_SDK_IMPORT which should be built with ExternalProject in: aws-common/2.1.0-1-r0/git/awssdk/CMakeLists.txt isn't built soon enough for ninja to find external/lib/libaws-cpp-sdk-core.so Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 96e4709 - Browse repository at this point
Copy the full SHA 96e4709View commit details -
{dashing} graphicsmagick: force building shared instead of static libs
* with static libs nav2-map-server fails to link with: | libmap_server_core.so: error: undefined reference to 'ProfileImage' | libmap_server_core.so: error: undefined reference to 'GetExceptionInfo' ... Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2b2ab85 - Browse repository at this point
Copy the full SHA 2b2ab85View commit details
Commits on Dec 30, 2019
-
{dashing} swri-prefix-tools: fix /bin/bash QA issue also for webOS OSE
* fixes: ERROR: swri-prefix-tools-3.0.3-1-r0 do_package_qa: QA Issue: /usr/bin/xterm_prefix_normal contained in package swri-prefix-tools requires /bin/bash, but no providers found in RDEPENDS_swri-prefix-tools? [file-rdeps] ERROR: swri-prefix-tools-3.0.3-1-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. ERROR: swri-prefix-tools-3.0.3-1-r0 do_package_qa: Function failed: do_package_qa ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/swri-prefix-tools/3.0.3-1-r0/temp/log.do_package_qa.43449 NOTE: recipe swri-prefix-tools-3.0.3-1-r0: task do_package_qa: Failed ERROR: Task (/jenkins/mjansa/build-ros/webos-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/marti-common/swri-prefix-tools_3.0.3-1.bb:do_package_qa) failed with exit code '1' Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc0ff5f - Browse repository at this point
Copy the full SHA dc0ff5fView commit details -
{dashing} file-management: ignore catch-value= errors for now
* fixes: ERROR: file-management-1.1.2-1-r0 do_compile: Function failed: do_compile (log file is located at /jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/file-management/1.1.2-1-r0/temp/log.do_compile.11541) ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/file-management/1.1.2-1-r0/temp/log.do_compile.11541 Log data follows: | DEBUG: Executing shell function do_compile | NOTE: VERBOSE=1 cmake --build /jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/file-management/1.1.2-1-r0/build --target all -- -j 20 | [1/2] /jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/file-management/1.1.2-1-r0/recipe-sysroot-native/usr/bin/i586-webos-linux/i586-webos-linux-g++ -DPLATFORM_LINUX -Dfile_management_EXPORTS -I/jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/file-management/1.1.2-1-r0/git/include -I/jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/file-management/1.1.2-1-r0/recipe-sysroot/usr/share/aws_common/cmake/../../../include -I/jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/file-management/1.1.2-1-r0/recipe-sysroot/usr/share/dataflow_lite/cmake/../../../include -I/jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/file-management/1.1.2-1-r0/recipe-sysroot/usr/include -m32 -march=i586 --sysroot=/jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/file-management/1.1.2-1-r0/recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/file-management/1.1.2-1-r0=/usr/src/debug/file-management/1.1.2-1-r0 -fdebug-prefix-map=/jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/file-management/1.1.2-1-r0/recipe-sysroot= -fdebug-prefix-map=/jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/file-management/1.1.2-1-r0/recipe-sysroot-native= -fvisibility-inlines-hidden -m32 -march=i586 --sysroot=/jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/file-management/1.1.2-1-r0/recipe-sysroot -Werror -pedantic -Wno-long-long -Wall -Wextra -Wcast-qual -Wformat -Wwrite-strings -Wcast-align -Wno-error=cast-align -fPIC -std=gnu++14 -MD -MT CMakeFiles/file_management.dir/src/file_upload/file_manager_strategy.cpp.o -MF CMakeFiles/file_management.dir/src/file_upload/file_manager_strategy.cpp.o.d -o CMakeFiles/file_management.dir/src/file_upload/file_manager_strategy.cpp.o -c /jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/file-management/1.1.2-1-r0/git/src/file_upload/file_manager_strategy.cpp | FAILED: CMakeFiles/file_management.dir/src/file_upload/file_manager_strategy.cpp.o | /jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/file-management/1.1.2-1-r0/recipe-sysroot-native/usr/bin/i586-webos-linux/i586-webos-linux-g++ -DPLATFORM_LINUX -Dfile_management_EXPORTS -I/jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/file-management/1.1.2-1-r0/git/include -I/jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/file-management/1.1.2-1-r0/recipe-sysroot/usr/share/aws_common/cmake/../../../include -I/jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/file-management/1.1.2-1-r0/recipe-sysroot/usr/share/dataflow_lite/cmake/../../../include -I/jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/file-management/1.1.2-1-r0/recipe-sysroot/usr/include -m32 -march=i586 --sysroot=/jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/file-management/1.1.2-1-r0/recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/file-management/1.1.2-1-r0=/usr/src/debug/file-management/1.1.2-1-r0 -fdebug-prefix-map=/jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/file-management/1.1.2-1-r0/recipe-sysroot= -fdebug-prefix-map=/jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/file-management/1.1.2-1-r0/recipe-sysroot-native= -fvisibility-inlines-hidden -m32 -march=i586 --sysroot=/jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/file-management/1.1.2-1-r0/recipe-sysroot -Werror -pedantic -Wno-long-long -Wall -Wextra -Wcast-qual -Wformat -Wwrite-strings -Wcast-align -Wno-error=cast-align -fPIC -std=gnu++14 -MD -MT CMakeFiles/file_management.dir/src/file_upload/file_manager_strategy.cpp.o -MF CMakeFiles/file_management.dir/src/file_upload/file_manager_strategy.cpp.o.d -o CMakeFiles/file_management.dir/src/file_upload/file_manager_strategy.cpp.o -c /jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/file-management/1.1.2-1-r0/git/src/file_upload/file_manager_strategy.cpp | /jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/file-management/1.1.2-1-r0/git/src/file_upload/file_manager_strategy.cpp: In member function 'void Aws::FileManagement::TokenStore::restoreFromDisk()': | /jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/file-management/1.1.2-1-r0/git/src/file_upload/file_manager_strategy.cpp:218:35: error: catching polymorphic type 'class std::runtime_error' by value [-Werror=catch-value=] | } catch (std::runtime_error e) { | ^ | cc1plus: all warnings being treated as errors | ninja: build stopped: subcommand failed. | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_compile (log file is located at /jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/file-management/1.1.2-1-r0/temp/log.do_compile.11541) NOTE: recipe file-management-1.1.2-1-r0: task do_compile: Failed ERROR: Task (/jenkins/mjansa/build-ros/webos-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/cloudwatch-common/file-management_1.1.2-1.bb:do_compile) failed with exit code '1' Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e5545bf - Browse repository at this point
Copy the full SHA e5545bfView commit details -
{dashing} kinesis-manager: add separate recipes for amazon-kinesis-vi…
…deo-streams-producer-sdk-cpp-* and use that * instead of building own version with ExternalProject Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b1aea21 - Browse repository at this point
Copy the full SHA b1aea21View commit details -
{dashing} kinesis-manager: backport fix for building without testing …
…enabled * backport this change from 2.0.2 version: aws-robotics/kinesisvideo-common@9e223bb * fixes: ERROR: kinesis-manager-2.0.1-1-r0 do_configure: Function failed: do_configure (log file is located at /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/kinesis-manager/2.0.1-1-r0/temp/log.do_configure.30045) ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/kinesis-manager/2.0.1-1-r0/temp/log.do_configure.30045 Log data follows: | DEBUG: Executing shell function do_configure | -- The C compiler identification is GNU 8.2.0 | -- The CXX compiler identification is GNU 8.2.0 | -- Check for working C compiler: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/kinesis-manager/2.0.1-1-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/i586-oe-linux-gcc | -- Check for working C compiler: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/kinesis-manager/2.0.1-1-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/i586-oe-linux-gcc -- works | -- Detecting C compiler ABI info | -- Detecting C compiler ABI info - done | -- Detecting C compile features | -- Detecting C compile features - done | -- Check for working CXX compiler: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/kinesis-manager/2.0.1-1-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/i586-oe-linux-g++ | -- Check for working CXX compiler: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/kinesis-manager/2.0.1-1-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/i586-oe-linux-g++ -- works | -- Detecting CXX compiler ABI info | -- Detecting CXX compiler ABI info - done | -- Detecting CXX compile features | -- Detecting CXX compile features - done | -- TARGET_ARCH not specified; inferring host OS to be platform compilation target | -- Building AWS libraries as static objects | -- Generating linux build config | -- Building project version: 1.6.53 | -- Found AWS SDK for C++, Version: 1.6.53, Install Root:/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/kinesis-manager/2.0.1-1-r0/recipe-sysroot/usr, Platform Prefix:, Platform Dependent Libraries: pthread;crypto;ssl;z;curl | -- Found CURL: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/kinesis-manager/2.0.1-1-r0/recipe-sysroot/usr/lib/libcurl.so (found version "7.61.0") | CMake Warning at /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/kinesis-manager/2.0.1-1-r0/recipe-sysroot/usr/share/aws_common/cmake/DefineTestMacros.cmake:37 (message): | Could not find catkin or ament! | Call Stack (most recent call first): | CMakeLists.txt:62 (find_common_test_packages) | | | CMake Warning at /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/kinesis-manager/2.0.1-1-r0/recipe-sysroot/usr/share/aws_common/cmake/DefineTestMacros.cmake:56 (message): | Not building tests as neither catkin nor ament were found. | Call Stack (most recent call first): | CMakeLists.txt:64 (add_common_gtest) | | | CMake Error at CMakeLists.txt:67 (target_include_directories): | Cannot specify include directories for target "test_kinesis_manager" which | is not built by this project. | | | CMake Error at CMakeLists.txt:71 (target_link_libraries): | Cannot specify link libraries for target "test_kinesis_manager" which is | not built by this project. | | | -- Configuring incomplete, errors occurred! | See also "/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/kinesis-manager/2.0.1-1-r0/build/CMakeFiles/CMakeOutput.log". | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_configure (log file is located at /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/kinesis-manager/2.0.1-1-r0/temp/log.do_configure.30045) NOTE: recipe kinesis-manager-2.0.1-1-r0: task do_configure: Failed ERROR: Task (/jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/kinesis-manager/kinesis-manager_2.0.1-1.bb:do_configure) failed with exit code '1' Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 110fdfe - Browse repository at this point
Copy the full SHA 110fdfeView commit details -
{dashing} aws-ros2-common: backport fix for building without testing …
…enabled * backport this change: aws-robotics/utils-ros2@d782a73 * fixes: ERROR: aws-ros2-common-1.0.0-1-r0 do_configure: Function failed: do_configure (log file is located at /jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/aws-ros2-common/1.0.0-1-r0/temp/log.do_configure.11747) ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/aws-ros2-common/1.0.0-1-r0/temp/log.do_configure.11747 Log data follows: | DEBUG: Executing shell function do_configure | -- The C compiler identification is GNU 8.2.0 | -- The CXX compiler identification is GNU 8.2.0 | -- Check for working C compiler: /jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/aws-ros2-common/1.0.0-1-r0/recipe-sysroot-native/usr/bin/i586-webos-linux/i586-webos-linux-gcc | -- Check for working C compiler: /jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/aws-ros2-common/1.0.0-1-r0/recipe-sysroot-native/usr/bin/i586-webos-linux/i586-webos-linux-gcc -- works | -- Detecting C compiler ABI info | -- Detecting C compiler ABI info - done | -- Detecting C compile features | -- Detecting C compile features - done | -- Check for working CXX compiler: /jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/aws-ros2-common/1.0.0-1-r0/recipe-sysroot-native/usr/bin/i586-webos-linux/i586-webos-linux-g++ | -- Check for working CXX compiler: /jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/aws-ros2-common/1.0.0-1-r0/recipe-sysroot-native/usr/bin/i586-webos-linux/i586-webos-linux-g++ -- works | -- Detecting CXX compiler ABI info | -- Detecting CXX compiler ABI info - done | -- Detecting CXX compile features | -- Detecting CXX compile features - done | -- Found ament_cmake: 0.7.4 (/jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/aws-ros2-common/1.0.0-1-r0/recipe-sysroot-native/usr/share/ament_cmake/cmake) | -- Found PythonInterp: /jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/aws-ros2-common/1.0.0-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 (found suitable version "3.7.2", minimum required is "3") | -- Using PYTHON_EXECUTABLE: /jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/aws-ros2-common/1.0.0-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 | -- Found rclcpp: 0.7.12 (/jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/aws-ros2-common/1.0.0-1-r0/recipe-sysroot/usr/share/rclcpp/cmake) | -- Found rosidl_adapter: 0.7.8 (/jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/aws-ros2-common/1.0.0-1-r0/recipe-sysroot/usr/share/rosidl_adapter/cmake) | -- Found rmw_implementation_cmake: 0.7.2 (/jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/aws-ros2-common/1.0.0-1-r0/recipe-sysroot/usr/share/rmw_implementation_cmake/cmake) | -- Using RMW implementation 'rmw_fastrtps_cpp' | -- Found rmw_fastrtps_cpp: 0.7.6 (/jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/aws-ros2-common/1.0.0-1-r0/recipe-sysroot/usr/share/rmw_fastrtps_cpp/cmake) | -- Found OpenSSL: /jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/aws-ros2-common/1.0.0-1-r0/recipe-sysroot/usr/lib/libcrypto.so (found version "1.0.2r") | -- Found FastRTPS: /jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/aws-ros2-common/1.0.0-1-r0/recipe-sysroot/usr/include | -- Looking for pthread.h | -- Looking for pthread.h - found | -- Looking for pthread_create | -- Looking for pthread_create - not found | -- Looking for pthread_create in pthreads | -- Looking for pthread_create in pthreads - not found | -- Looking for pthread_create in pthread | -- Looking for pthread_create in pthread - found | -- Found Threads: TRUE | -- TARGET_ARCH not specified; inferring host OS to be platform compilation target | -- Building AWS libraries as static objects | -- Generating linux build config | -- Building project version: 1.6.53 | -- Found AWS SDK for C++, Version: 1.6.53, Install Root:/jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/aws-ros2-common/1.0.0-1-r0/recipe-sysroot/usr, Platform Prefix:, Platform Dependent Libraries: pthread;crypto;ssl;z;curl | CMake Error at CMakeLists.txt:9 (find_package): | By not providing "Findament_cmake_gtest.cmake" in CMAKE_MODULE_PATH this | project has asked CMake to find a package configuration file provided by | "ament_cmake_gtest", but CMake did not find one. | | Could not find a package configuration file provided by "ament_cmake_gtest" | with any of the following names: | | ament_cmake_gtestConfig.cmake | ament_cmake_gtest-config.cmake | | Add the installation prefix of "ament_cmake_gtest" to CMAKE_PREFIX_PATH or | set "ament_cmake_gtest_DIR" to a directory containing one of the above | files. If "ament_cmake_gtest" provides a separate development package or | SDK, be sure it has been installed. | | | -- Configuring incomplete, errors occurred! | See also "/jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/aws-ros2-common/1.0.0-1-r0/build/CMakeFiles/CMakeOutput.log". | See also "/jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/aws-ros2-common/1.0.0-1-r0/build/CMakeFiles/CMakeError.log". | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_configure (log file is located at /jenkins/mjansa/build-ros/webos-dashing-thud/tmp-glibc/work/qemux86-webos-linux/aws-ros2-common/1.0.0-1-r0/temp/log.do_configure.11747) NOTE: recipe aws-ros2-common-1.0.0-1-r0: task do_configure: Failed ERROR: Task (/jenkins/mjansa/build-ros/webos-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/aws-ros2-common/aws-ros2-common_1.0.0-1.bb:do_configure) failed with exit code '1' and ERROR: aws-ros2-common-1.0.0-1-r0 do_configure: Function failed: do_configure (log file is located at /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/aws-ros2-common/1.0.0-1-r0/temp/log.do_configure.28014) ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/aws-ros2-common/1.0.0-1-r0/temp/log.do_configure.28014 Log data follows: | DEBUG: Executing shell function do_configure | -- The C compiler identification is GNU 8.2.0 | -- The CXX compiler identification is GNU 8.2.0 | -- Check for working C compiler: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/aws-ros2-common/1.0.0-1-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/i586-oe-linux-gcc | -- Check for working C compiler: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/aws-ros2-common/1.0.0-1-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/i586-oe-linux-gcc -- works | -- Detecting C compiler ABI info | -- Detecting C compiler ABI info - done | -- Detecting C compile features | -- Detecting C compile features - done | -- Check for working CXX compiler: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/aws-ros2-common/1.0.0-1-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/i586-oe-linux-g++ | -- Check for working CXX compiler: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/aws-ros2-common/1.0.0-1-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/i586-oe-linux-g++ -- works | -- Detecting CXX compiler ABI info | -- Detecting CXX compiler ABI info - done | -- Detecting CXX compile features | -- Detecting CXX compile features - done | -- Found ament_cmake: 0.7.4 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/aws-ros2-common/1.0.0-1-r0/recipe-sysroot-native/usr/share/ament_cmake/cmake) | -- Found PythonInterp: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/aws-ros2-common/1.0.0-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 (found suitable version "3.7.2", minimum required is "3") | -- Using PYTHON_EXECUTABLE: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/aws-ros2-common/1.0.0-1-r0/recipe-sysroot-native/usr/bin/python3-native/python3 | -- Found rclcpp: 0.7.12 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/aws-ros2-common/1.0.0-1-r0/recipe-sysroot/usr/share/rclcpp/cmake) | -- Found rosidl_adapter: 0.7.8 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/aws-ros2-common/1.0.0-1-r0/recipe-sysroot/usr/share/rosidl_adapter/cmake) | -- Found rmw_implementation_cmake: 0.7.2 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/aws-ros2-common/1.0.0-1-r0/recipe-sysroot/usr/share/rmw_implementation_cmake/cmake) | -- Using RMW implementation 'rmw_fastrtps_cpp' | -- Found rmw_fastrtps_cpp: 0.7.6 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/aws-ros2-common/1.0.0-1-r0/recipe-sysroot/usr/share/rmw_fastrtps_cpp/cmake) | -- Found OpenSSL: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/aws-ros2-common/1.0.0-1-r0/recipe-sysroot/usr/lib/libcrypto.so (found version "1.1.1b") | -- Found FastRTPS: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/aws-ros2-common/1.0.0-1-r0/recipe-sysroot/usr/include | -- Looking for pthread.h | -- Looking for pthread.h - found | -- Looking for pthread_create | -- Looking for pthread_create - not found | -- Looking for pthread_create in pthreads | -- Looking for pthread_create in pthreads - not found | -- Looking for pthread_create in pthread | -- Looking for pthread_create in pthread - found | -- Found Threads: TRUE | -- TARGET_ARCH not specified; inferring host OS to be platform compilation target | -- Building AWS libraries as static objects | -- Generating linux build config | -- Building project version: 1.6.53 | -- Found AWS SDK for C++, Version: 1.6.53, Install Root:/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/aws-ros2-common/1.0.0-1-r0/recipe-sysroot/usr, Platform Prefix:, Platform Dependent Libraries: pthread;crypto;ssl;z;curl | -- Found ament_cmake_gtest: 0.7.4 (/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/aws-ros2-common/1.0.0-1-r0/recipe-sysroot/usr/share/ament_cmake_gtest/cmake) | CMake Warning at /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/aws-ros2-common/1.0.0-1-r0/recipe-sysroot/usr/share/ament_cmake_gtest/cmake/ament_cmake_gtest-extras.cmake:104 (message): | 'gtest' not found, C++ tests using 'Google Test' can not be built. Please | install the 'Google Test' headers globally in your system to enable these | tests (e.g. on Ubuntu/Debian install the package 'libgtest-dev') or get | the ament package 'gtest_vendor' | Call Stack (most recent call first): | /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/aws-ros2-common/1.0.0-1-r0/recipe-sysroot/usr/share/ament_cmake_gtest/cmake/ament_add_gtest_executable.cmake:35 (_ament_cmake_gtest_find_gtest) | /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/aws-ros2-common/1.0.0-1-r0/recipe-sysroot/usr/share/ament_cmake_gtest/cmake/ament_add_gtest.cmake:66 (ament_add_gtest_executable) | CMakeLists.txt:36 (ament_add_gtest) | | | CMake Error at CMakeLists.txt:37 (target_link_libraries): | Cannot specify link libraries for target "test_configuration_provider" | which is not built by this project. | | | -- Configuring incomplete, errors occurred! | See also "/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/aws-ros2-common/1.0.0-1-r0/build/CMakeFiles/CMakeOutput.log". | See also "/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/aws-ros2-common/1.0.0-1-r0/build/CMakeFiles/CMakeError.log". | WARNING: exit code 1 from a shell command. | ERROR: Function failed: do_configure (log file is located at /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/aws-ros2-common/1.0.0-1-r0/temp/log.do_configure.28014) NOTE: recipe aws-ros2-common-1.0.0-1-r0: task do_configure: Failed ERROR: Task (/jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros2-dashing/generated-recipes/aws-ros2-common/aws-ros2-common_1.0.0-1.bb:do_configure) failed with exit code '1' Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b5834b3 - Browse repository at this point
Copy the full SHA b5834b3View commit details -
{dashing} packagegroup-ros-world-dashing: remove cloudwatch-metrics-c…
…ommon * cloudwatch-metrics-common installs only header files in PN-dev, static library in PN-staticdev and debug files in PN-dbg, so the PN is empty and not created, causing: NOTE: recipe ros-image-world-1.0-r0: task do_rootfs: Started ERROR: ros-image-world-1.0-r0 do_rootfs: Unable to install packages. Command '/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/qemux86-oe-linux/ros-image-world/1.0-r0/recipe-sysroot-native/usr/bin/opkg --volatile-cache -f /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/qemux86-oe-linux/ros-image-world/1.0-r0/opkg.conf -t /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/qemux86-oe-linux/ros-image-world/1.0-r0/temp/ipktemp/ -o /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/qemux86-oe-linux/ros-image-world/1.0-r0/rootfs --force_postinstall --prefer-arch-to-version install connman packagegroup-core-boot packagegroup-ros-world run-postinsts' returned 1: Collected errors: * Solver encountered 1 problem(s): * Problem 1/1: * - nothing provides cloudwatch-metrics-common needed by packagegroup-ros-world-dashing-1.0-r0.all * * Solution 1: * - do not ask to install a package providing packagegroup-ros-world * opkg_finalize_intercepts: Failed to open dir /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/qemux86-oe-linux/ros-image-world/1.0-r0/temp/ipktemp//opkg-qoCmzQ/opkg-intercept-1imciq: No such file or directory. * rm_r: Failed to open dir /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/qemux86-oe-linux/ros-image-world/1.0-r0/temp/ipktemp//opkg-qoCmzQ/opkg-intercept-1imciq: No such file or directory. * rm_r: Failed to open dir /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/qemux86-oe-linux/ros-image-world/1.0-r0/temp/ipktemp//opkg-qoCmzQ: No such file or directory. ERROR: ros-image-world-1.0-r0 do_rootfs: Function failed: do_rootfs ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/qemux86-oe-linux/ros-image-world/1.0-r0/temp/log.do_rootfs.44254 NOTE: recipe ros-image-world-1.0-r0: task do_rootfs: Failed ERROR: Task (/jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros-common/recipes-core/images/ros-image-world.bb:do_rootfs) failed with exit code '1' packages-split/ packages-split/cloudwatch-metrics-common-dev packages-split/cloudwatch-metrics-common-dev/usr packages-split/cloudwatch-metrics-common-dev/usr/share packages-split/cloudwatch-metrics-common-dev/usr/share/cloudwatch_metrics_common packages-split/cloudwatch-metrics-common-dev/usr/share/cloudwatch_metrics_common/cmake packages-split/cloudwatch-metrics-common-dev/usr/share/cloudwatch_metrics_common/cmake/cloudwatch_metrics_commonConfig.cmake packages-split/cloudwatch-metrics-common-dev/usr/share/cloudwatch_metrics_common/cmake/cloudwatch_metrics_commonConfigVersion.cmake packages-split/cloudwatch-metrics-common-dev/usr/share/cloudwatch_metrics_common/cmake/cloudwatch_metrics_common-targets-noconfig.cmake packages-split/cloudwatch-metrics-common-dev/usr/share/cloudwatch_metrics_common/cmake/cloudwatch_metrics_common-targets.cmake packages-split/cloudwatch-metrics-common-dev/usr/include packages-split/cloudwatch-metrics-common-dev/usr/include/cloudwatch_metrics_common packages-split/cloudwatch-metrics-common-dev/usr/include/cloudwatch_metrics_common/metric_service_factory.hpp packages-split/cloudwatch-metrics-common-dev/usr/include/cloudwatch_metrics_common/utils packages-split/cloudwatch-metrics-common-dev/usr/include/cloudwatch_metrics_common/utils/metric_serialization.hpp packages-split/cloudwatch-metrics-common-dev/usr/include/cloudwatch_metrics_common/utils/cloudwatch_metrics_facade.hpp packages-split/cloudwatch-metrics-common-dev/usr/include/cloudwatch_metrics_common/utils/metric_file_manager.hpp packages-split/cloudwatch-metrics-common-dev/usr/include/cloudwatch_metrics_common/utils/metric_object.h packages-split/cloudwatch-metrics-common-dev/usr/include/cloudwatch_metrics_common/cloudwatch_options.h packages-split/cloudwatch-metrics-common-dev/usr/include/cloudwatch_metrics_common/definitions packages-split/cloudwatch-metrics-common-dev/usr/include/cloudwatch_metrics_common/definitions/definitions.h packages-split/cloudwatch-metrics-common-dev/usr/include/cloudwatch_metrics_common/metric_batcher.h packages-split/cloudwatch-metrics-common-dev/usr/include/cloudwatch_metrics_common/metric_service.hpp packages-split/cloudwatch-metrics-common-dev/usr/include/cloudwatch_metrics_common/metric_publisher.hpp packages-split/cloudwatch-metrics-common-locale packages-split/cloudwatch-metrics-common-staticdev packages-split/cloudwatch-metrics-common-staticdev/usr packages-split/cloudwatch-metrics-common-staticdev/usr/lib packages-split/cloudwatch-metrics-common-staticdev/usr/lib/libcloudwatch_metrics_common.a packages-split/cloudwatch-metrics-common-doc packages-split/cloudwatch-metrics-common-dbg packages-split/cloudwatch-metrics-common-dbg/usr packages-split/cloudwatch-metrics-common-dbg/usr/src packages-split/cloudwatch-metrics-common-dbg/usr/src/debug packages-split/cloudwatch-metrics-common-dbg/usr/src/debug/cloudwatch-metrics-common packages-split/cloudwatch-metrics-common-dbg/usr/src/debug/cloudwatch-metrics-common/1.1.2-1-r0 packages-split/cloudwatch-metrics-common-dbg/usr/src/debug/cloudwatch-metrics-common/1.1.2-1-r0/git packages-split/cloudwatch-metrics-common-dbg/usr/src/debug/cloudwatch-metrics-common/1.1.2-1-r0/git/include packages-split/cloudwatch-metrics-common-dbg/usr/src/debug/cloudwatch-metrics-common/1.1.2-1-r0/git/include/cloudwatch_metrics_common packages-split/cloudwatch-metrics-common-dbg/usr/src/debug/cloudwatch-metrics-common/1.1.2-1-r0/git/include/cloudwatch_metrics_common/metric_service_factory.hpp ... Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b78b2e3 - Browse repository at this point
Copy the full SHA b78b2e3View commit details -
{dashing} packagegroup-ros-world-dashing: remove lex-common
* lex-common installs only header files in PN-dev, static library in PN-staticdev and debug files in PN-dbg, so the PN is empty and not created, causing: ERROR: ros-image-world-1.0-r0 do_rootfs: Unable to install packages. Command '/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/qemux86-oe-linux/ros-image-world/1.0-r0/recipe-sysroot-native/usr/bin/opkg --volatile-cache -f /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/qemux86-oe-linux/ros-image-world/1.0-r0/opkg.conf -t /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/qemux86-oe-linux/ros-image-world/1.0-r0/temp/ipktemp/ -o /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/qemux86-oe-linux/ros-image-world/1.0-r0/rootfs --force_postinstall --prefer-arch-to-version install connman packagegroup-core-boot packagegroup-ros-world run-postinsts' returned 1: Collected errors: * Solver encountered 1 problem(s): * Problem 1/1: * - nothing provides lex-common needed by packagegroup-ros-world-dashing-1.0-r0.all * * Solution 1: * - do not ask to install a package providing packagegroup-ros-world * opkg_finalize_intercepts: Failed to open dir /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/qemux86-oe-linux/ros-image-world/1.0-r0/temp/ipktemp//opkg-PNrNhz/opkg-intercept-5fKzmF: No such file or directory. * rm_r: Failed to open dir /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/qemux86-oe-linux/ros-image-world/1.0-r0/temp/ipktemp//opkg-PNrNhz/opkg-intercept-5fKzmF: No such file or directory. * rm_r: Failed to open dir /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/qemux86-oe-linux/ros-image-world/1.0-r0/temp/ipktemp//opkg-PNrNhz: No such file or directory. ERROR: ros-image-world-1.0-r0 do_rootfs: Function failed: do_rootfs ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/qemux86-oe-linux/ros-image-world/1.0-r0/temp/log.do_rootfs.48344 NOTE: recipe ros-image-world-1.0-r0: task do_rootfs: Failed ERROR: Task (/jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros-common/recipes-core/images/ros-image-world.bb:do_rootfs) failed with exit code '1' ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/lex-common/1.0.0-1-r0$ find packages-split/ packages-split/ packages-split/lex-common-doc packages-split/lex-common-staticdev packages-split/lex-common-staticdev/usr packages-split/lex-common-staticdev/usr/lib packages-split/lex-common-staticdev/usr/lib/liblex_common.a packages-split/lex-common packages-split/lex-common-dev packages-split/lex-common-dev/usr packages-split/lex-common-dev/usr/share packages-split/lex-common-dev/usr/share/lex_common packages-split/lex-common-dev/usr/share/lex_common/cmake packages-split/lex-common-dev/usr/share/lex_common/cmake/lex_common-targets.cmake packages-split/lex-common-dev/usr/share/lex_common/cmake/lex_commonConfigVersion.cmake packages-split/lex-common-dev/usr/share/lex_common/cmake/lex_common-targets-noconfig.cmake packages-split/lex-common-dev/usr/share/lex_common/cmake/lex_commonConfig.cmake packages-split/lex-common-dev/usr/include packages-split/lex-common-dev/usr/include/lex_common packages-split/lex-common-dev/usr/include/lex_common/error_codes.h packages-split/lex-common-dev/usr/include/lex_common/lex_param_helper.h packages-split/lex-common-dev/usr/include/lex_common/lex_configuration.h packages-split/lex-common-dev/usr/include/lex_common/lex_common.h packages-split/lex-common-locale packages-split/lex-common-dbg packages-split/lex-common-dbg/usr packages-split/lex-common-dbg/usr/src packages-split/lex-common-dbg/usr/src/debug packages-split/lex-common-dbg/usr/src/debug/lex-common packages-split/lex-common-dbg/usr/src/debug/lex-common/1.0.0-1-r0 packages-split/lex-common-dbg/usr/src/debug/lex-common/1.0.0-1-r0/git packages-split/lex-common-dbg/usr/src/debug/lex-common/1.0.0-1-r0/git/include packages-split/lex-common-dbg/usr/src/debug/lex-common/1.0.0-1-r0/git/include/lex_common packages-split/lex-common-dbg/usr/src/debug/lex-common/1.0.0-1-r0/git/include/lex_common/error_codes.h packages-split/lex-common-dbg/usr/src/debug/lex-common/1.0.0-1-r0/git/include/lex_common/lex_configuration.h packages-split/lex-common-dbg/usr/src/debug/lex-common/1.0.0-1-r0/git/include/lex_common/lex_common.h packages-split/lex-common-dbg/usr/src/debug/lex-common/1.0.0-1-r0/git/src packages-split/lex-common-dbg/usr/src/debug/lex-common/1.0.0-1-r0/git/src/lex_common.cpp packages-split/lex-common-dbg/usr/src/debug/lex-common/1.0.0-1-r0/git/src/lex_param_helper.cpp Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for efc838a - Browse repository at this point
Copy the full SHA efc838aView commit details -
{dashing} packagegroup-ros-world-dashing: drop dependency on empty so…
…phus * fixes: ERROR: ros-image-world-1.0-r0 do_rootfs: Unable to install packages. Command '/jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/qemux86-oe-linux/ros-image-world/1.0-r0/recipe-sysroot-native/usr/bin/opkg --volatile-cache -f /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/qemux86-oe-linux/ros-image-world/1.0-r0/opkg.conf -t /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/qemux86-oe-linux/ros-image-world/1.0-r0/temp/ipktemp/ -o /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/qemux86-oe-linux/ros-image-world/1.0-r0/rootfs --force_postinstall --prefer-arch-to-version install connman packagegroup-core-boot packagegroup-ros-world run-postinsts' returned 1: Collected errors: * Solver encountered 1 problem(s): * Problem 1/1: * - nothing provides sophus needed by packagegroup-ros-world-dashing-1.0-r0.all * * Solution 1: * - do not ask to install a package providing packagegroup-ros-world * opkg_finalize_intercepts: Failed to open dir /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/qemux86-oe-linux/ros-image-world/1.0-r0/temp/ipktemp//opkg-hJnW1l/opkg-intercept-hsDKex: No such file or directory. * rm_r: Failed to open dir /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/qemux86-oe-linux/ros-image-world/1.0-r0/temp/ipktemp//opkg-hJnW1l/opkg-intercept-hsDKex: No such file or directory. * rm_r: Failed to open dir /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/qemux86-oe-linux/ros-image-world/1.0-r0/temp/ipktemp//opkg-hJnW1l: No such file or directory. ERROR: ros-image-world-1.0-r0 do_rootfs: Function failed: do_rootfs ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/qemux86-oe-linux/ros-image-world/1.0-r0/temp/log.do_rootfs.9752 NOTE: recipe ros-image-world-1.0-r0: task do_rootfs: Failed ERROR: Task (/jenkins/mjansa/build-ros-thud-mcf-herb/meta-ros/meta-ros-common/recipes-core/images/ros-image-world.bb:do_rootfs) failed with exit code '1' and ERROR: ros-image-world-1.0-r0 do_rootfs: Unable to install packages. Command '/jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/qemux86-oe-linux/ros-image-world/1.0-r0/recipe-sysroot-native/usr/bin/opkg --volatile-cache -f /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/qemux86-oe-linux/ros-image-world/1.0-r0/opkg.conf -t /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/qemux86-oe-linux/ros-image-world/1.0-r0/temp/ipktemp/ -o /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/qemux86-oe-linux/ros-image-world/1.0-r0/rootfs --force_postinstall --prefer-arch-to-version install connman packagegroup-core-boot packagegroup-ros-world run-postinsts' returned 1: Collected errors: * Solver encountered 1 problem(s): * Problem 1/1: * - nothing provides test-osrf-testing-tools-cpp needed by packagegroup-ros-world-dashing-1.0-r0.all * * Solution 1: * - do not ask to install a package providing packagegroup-ros-world * opkg_finalize_intercepts: Failed to open dir /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/qemux86-oe-linux/ros-image-world/1.0-r0/temp/ipktemp//opkg-F2dL0s/opkg-intercept-QPsYe3: No such file or directory. * rm_r: Failed to open dir /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/qemux86-oe-linux/ros-image-world/1.0-r0/temp/ipktemp//opkg-F2dL0s/opkg-intercept-QPsYe3: No such file or directory. * rm_r: Failed to open dir /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/qemux86-oe-linux/ros-image-world/1.0-r0/temp/ipktemp//opkg-F2dL0s: No such file or directory. ERROR: ros-image-world-1.0-r0 do_rootfs: Function failed: do_rootfs ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/qemux86-oe-linux/ros-image-world/1.0-r0/temp/log.do_rootfs.27159 Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e310b94 - Browse repository at this point
Copy the full SHA e310b94View commit details -
{dashing} cloudwatch-metrics-collector: drop dependency on empty clou…
…dwatch-metrics-common Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3410a69 - Browse repository at this point
Copy the full SHA 3410a69View commit details -
{dashing} async-web-server-cpp, sick-scan2: ignore return-type errors…
… for now * -Werror=return-type is enabled in webOS OSE by default, but causes these 2 recipes to fail building, ignore it here instead of meta-ros-webos, because then the bbappends in meta-ros-webos would need to be enabled just when meta-ros2-dashing is (and it does no harm here) Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4dc97fb - Browse repository at this point
Copy the full SHA 4dc97fbView commit details -
{dashing} lex-node: drop dependency on empty lex-common
* fixes: ERROR: ros-image-world-1.0-r0 do_rootfs: Unable to install packages. Command '/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/qemux86-oe-linux/ros-image-world/1.0-r0/recipe-sysroot-native/usr/bin/opkg --volatile-cache -f /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/qemux86-oe-linux/ros-image-world/1.0-r0/opkg.conf -t /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/qemux86-oe-linux/ros-image-world/1.0-r0/temp/ipktemp/ -o /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/qemux86-oe-linux/ros-image-world/1.0-r0/rootfs --force_postinstall --prefer-arch-to-version install connman packagegroup-core-boot packagegroup-ros-world run-postinsts' returned 1: Collected errors: * Solver encountered 1 problem(s): * Problem 1/1: * - nothing provides lex-common needed by lex-node-3.1.0-1-r0.i586 * * Solution 1: * - do not ask to install a package providing packagegroup-ros-world * opkg_finalize_intercepts: Failed to open dir /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/qemux86-oe-linux/ros-image-world/1.0-r0/temp/ipktemp//opkg-EonnZm/opkg-intercept-vrJfbw: No such file or directory. * rm_r: Failed to open dir /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/qemux86-oe-linux/ros-image-world/1.0-r0/temp/ipktemp//opkg-EonnZm/opkg-intercept-vrJfbw: No such file or directory. * rm_r: Failed to open dir /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/qemux86-oe-linux/ros-image-world/1.0-r0/temp/ipktemp//opkg-EonnZm: No such file or directory. ERROR: ros-image-world-1.0-r0 do_rootfs: Function failed: do_rootfs ERROR: Logfile of failure stored in: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/qemux86-oe-linux/ros-image-world/1.0-r0/temp/log.do_rootfs.19035 NOTE: recipe ros-image-world-1.0-r0: task do_rootfs: Failed ERROR: Task (/jenkins/mjansa/build-ros/ros2-dashing-thud/meta-ros/meta-ros-common/recipes-core/images/ros-image-world.bb:do_rootfs) failed with exit code '1' NOTE: Tasks Summary: Attempted 14240 tasks of which 14223 didn't need to be rerun and 1 failed. Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd3bd4c - Browse repository at this point
Copy the full SHA fd3bd4cView commit details -
{dashing} ecl-linear-algebra: drop runtime dependency on sophus
* sophus PN is empty and not created * fixes: ERROR: ros-image-world-1.0-r0 do_rootfs: Unable to install packages. Command '/jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/qemux86-oe-linux/ros-image-world/1.0-r0/recipe-sysroot-native/usr/bin/opkg --volatile-cache -f /jenki ns/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/qemux86-oe-linux/ros-image-world/1.0-r0/opkg.conf -t /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/qemux86-oe-linux/ros-image-world/1.0-r0/temp/ipk temp/ -o /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/qemux86-oe-linux/ros-image-world/1.0-r0/rootfs --force_postinstall --prefer-arch-to-version install connman packagegroup-core-boot packagegroup-ros-world run-postinsts ' returned 1: Collected errors: * Solver encountered 1 problem(s): * Problem 1/1: * - nothing provides sophus needed by libecl-linear-algebra1.0.4-1.0.4-1-r0.i586 * * Solution 1: * - do not ask to install a package providing packagegroup-ros-world * opkg_finalize_intercepts: Failed to open dir /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/qemux86-oe-linux/ros-image-world/1.0-r0/temp/ipktemp//opkg-DV8Tt7/opkg-intercept-z5Cruy: No such file or directory. * rm_r: Failed to open dir /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/qemux86-oe-linux/ros-image-world/1.0-r0/temp/ipktemp//opkg-DV8Tt7/opkg-intercept-z5Cruy: No such file or directory. * rm_r: Failed to open dir /jenkins/mjansa/build-ros-thud-mcf-herb/artifacts/BUILD-ros2-dashing-thud.mcf/work/qemux86-oe-linux/ros-image-world/1.0-r0/temp/ipktemp//opkg-DV8Tt7: No such file or directory. Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 75e49ec - Browse repository at this point
Copy the full SHA 75e49ecView commit details -
{dashing} cartographer: Remove dependency on empty ceres-solver
* remove runtime dependency on ceres-solver: it links with static ceres, so even shlibs code in do_package won't add the runtime dependency on ceres-solver * ceres-solver PN is empty so the package isn't created Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1f7d616 - Browse repository at this point
Copy the full SHA 1f7d616View commit details -
{dashing} foonathan-memory-vendor: use LICENSE values OE will recognize
* fixes: WARNING: ros-image-core-1.0-r0 do_rootfs: The license listed zlib-License was not in the licenses collected for recipe foonathan-memory-vendor Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 37214db - Browse repository at this point
Copy the full SHA 37214dbView commit details -
{dashing} cyclonedds: fix LICENSE
* fixes: WARNING: ros-image-world-1.0-r0 do_rootfs: The license listed Eclipse-Public-License-2.0 was not in the licenses collected for recipe cyclonedds Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a92aff3 - Browse repository at this point
Copy the full SHA a92aff3View commit details -
{dashing} rmw-cyclonedds-cpp don't use -L/usr/local/lib
* fixes: WARNING: rmw-cyclonedds-cpp-0.4.2-1-r0 do_package_qa: QA Issue: rmw-cyclonedds-cpp: The compile log indicates that host include and/or library paths were used. Please check the log '/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/rmw-cyclonedds-cpp/0.4.2-1-r0/temp/log.do_compile' for more information. [compile-host-path] * from log.do_compile: [9/9] : && /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/rmw-cyclonedds-cpp/0.4.2-1-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/i586-oe-linux-g++ -fPIC -m32 -march=i586 --sysroot=/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/rmw-cyclonedds-cpp/0.4.2-1-r0/recipe-sysroot -O2 -pipe -g -feliminate-unused-debug-types -fdebug-prefix-map=/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/rmw-cyclonedds-cpp/0.4.2-1-r0=/usr/src/debug/rmw-cyclonedds-cpp/0.4.2-1-r0 -fdebug-prefix-map=/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/rmw-cyclonedds-cpp/0.4.2-1-r0/recipe-sysroot= -fdebug-prefix-map=/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/rmw-cyclonedds-cpp/0.4.2-1-r0/recipe-sysroot-native= -fvisibility-inlines-hidden -m32 -march=i586 --sysroot=/jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/rmw-cyclonedds-cpp/0.4.2-1-r0/recipe-sysroot -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -shared -Wl,-soname,librmw_cyclonedds_cpp.so -o librmw_cyclonedds_cpp.so CMakeFiles/rmw_cyclonedds_cpp.dir/src/namespace_prefix.cpp.o CMakeFiles/rmw_cyclonedds_cpp.dir/src/rmw_node.cpp.o CMakeFiles/rmw_cyclonedds_cpp.dir/src/serdata.cpp.o CMakeFiles/rmw_cyclonedds_cpp.dir/src/serdes.cpp.o CMakeFiles/rmw_cyclonedds_cpp.dir/src/graphrhc.cpp.o CMakeFiles/rmw_cyclonedds_cpp.dir/src/u16string.cpp.o CMakeFiles/rmw_cyclonedds_cpp.dir/src/exception.cpp.o CMakeFiles/rmw_cyclonedds_cpp.dir/src/deserialization_exception.cpp.o -L/usr/local/lib -Wl,-rpath,/usr/local/lib: /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/rmw-cyclonedds-cpp/0.4.2-1-r0/recipe-sysroot/usr/lib/libddsc.so.0.1.0 /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/rmw-cyclonedds-cpp/0.4.2-1-r0/recipe-sysroot/usr/lib/librosidl_typesupport_introspection_c.so /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/rmw-cyclonedds-cpp/0.4.2-1-r0/recipe-sysroot/usr/lib/librosidl_typesupport_introspection_cpp.so /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/rmw-cyclonedds-cpp/0.4.2-1-r0/recipe-sysroot/usr/lib/librcutils.so /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/rmw-cyclonedds-cpp/0.4.2-1-r0/recipe-sysroot/usr/lib/librmw.so /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/rmw-cyclonedds-cpp/0.4.2-1-r0/recipe-sysroot/usr/lib/librosidl_generator_c.so && : /jenkins/mjansa/build-ros/ros2-dashing-thud/tmp-glibc/work/i586-oe-linux/rmw-cyclonedds-cpp/0.4.2-1-r0/recipe-sysroot-native/usr/bin/i586-oe-linux/../../libexec/i586-oe-linux/gcc/i586-oe-linux/8.2.0/ld: warning: library search path "/usr/local/lib" is unsafe for cross-compilation DEBUG: Shell function do_compile finished Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6b4e921 - Browse repository at this point
Copy the full SHA 6b4e921View commit details
Commits on Dec 31, 2019
-
amazon-kinesis-video-streams-producer-sdk-cpp-kinesis-video-pic: remo…
…ve empty /usr/src directory * sometimes it's created and causing QA iisue about unpackaged files Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d05237b - Browse repository at this point
Copy the full SHA d05237bView commit details -
cppcheck: update .patch files to apply cleanly
* fixes: WARNING: cppcheck-1.87-r0 do_patch: Fuzz detected: Applying patch 0001-makefile.patch patching file Makefile Hunk ros#3 succeeded at 292 with fuzz 1 (offset 5 lines). The context lines in the patches can be updated with devtool: devtool modify cppcheck devtool finish --force-patch-refresh cppcheck <layer_path> Don't forget to review changes done by devtool! WARNING: cppcheck-1.87-r0 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz] Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 26c500a - Browse repository at this point
Copy the full SHA 26c500aView commit details -
suitesparse-*: delete bad rpaths
* fixes: WARNING: suitesparse-amd-2.4.6-r0 do_package_qa: QA Issue: package suitesparse-amd contains bad RPATH /jenkins/mjansa/build-ros/ros2-dashing-master/tmp-glibc/work/core2-32-oe-linux/suitesparse-amd/2.4.6-r0/image/usr/lib in file /jenkins/mjansa/build-ros/ros2-dashing-master/tmp-glibc/work/core2-32-oe-linux/suitesparse-amd/2.4.6-r0/packages-split/suitesparse-amd/usr/lib/libamd.so.2.4.6 [rpaths] WARNING: suitesparse-camd-2.4.6-r0 do_package_qa: QA Issue: package suitesparse-camd contains bad RPATH /jenkins/mjansa/build-ros/ros2-dashing-master/tmp-glibc/work/core2-32-oe-linux/suitesparse-camd/2.4.6-r0/image/usr/lib in file /jenkins/mjansa/build-ros/ros2-dashing-master/tmp-glibc/work/core2-32-oe-linux/suitesparse-camd/2.4.6-r0/packages-split/suitesparse-camd/usr/lib/libcamd.so.2.4.6 [rpaths] WARNING: suitesparse-ccolamd-2.9.6-r0 do_package_qa: QA Issue: package suitesparse-ccolamd contains bad RPATH /jenkins/mjansa/build-ros/ros2-dashing-master/tmp-glibc/work/core2-32-oe-linux/suitesparse-ccolamd/2.9.6-r0/image/usr/lib in file /jenkins/mjansa/build-ros/ros2-dashing-master/tmp-glibc/work/core2-32-oe-linux/suitesparse-ccolamd/2.9.6-r0/packages-split/suitesparse-ccolamd/usr/lib/libccolamd.so.2.9.6 [rpaths] WARNING: suitesparse-cholmod-5.4.0-r0 do_package_qa: QA Issue: package suitesparse-cholmod contains bad RPATH /jenkins/mjansa/build-ros/ros2-dashing-master/tmp-glibc/work/core2-32-oe-linux/suitesparse-cholmod/5.4.0-r0/image/usr/lib in file /jenkins/mjansa/build-ros/ros2-dashing-master/tmp-glibc/work/core2-32-oe-linux/suitesparse-cholmod/5.4.0-r0/packages-split/suitesparse-cholmod/usr/lib/libcholmod.so.3.0.13 [rpaths] WARNING: suitesparse-colamd-2.9.6-r0 do_package_qa: QA Issue: package suitesparse-colamd contains bad RPATH /jenkins/mjansa/build-ros/ros2-dashing-master/tmp-glibc/work/core2-32-oe-linux/suitesparse-colamd/2.9.6-r0/image/usr/lib in file /jenkins/mjansa/build-ros/ros2-dashing-master/tmp-glibc/work/core2-32-oe-linux/suitesparse-colamd/2.9.6-r0/packages-split/suitesparse-colamd/usr/lib/libcolamd.so.2.9.6 [rpaths] WARNING: suitesparse-config-5.4.0-r0 do_package_qa: QA Issue: package suitesparse-config contains bad RPATH /jenkins/mjansa/build-ros/ros2-dashing-master/tmp-glibc/work/core2-32-oe-linux/suitesparse-config/5.4.0-r0/image/usr/lib in file /jenkins/mjansa/build-ros/ros2-dashing-master/tmp-glibc/work/core2-32-oe-linux/suitesparse-config/5.4.0-r0/packages-split/suitesparse-config/usr/lib/libsuitesparseconfig.so.5.4.0 [rpaths] WARNING: suitesparse-cxsparse-5.4.0-r0 do_package_qa: QA Issue: package suitesparse-cxsparse contains bad RPATH /jenkins/mjansa/build-ros/ros2-dashing-master/tmp-glibc/work/core2-32-oe-linux/suitesparse-cxsparse/5.4.0-r0/image/usr/lib in file /jenkins/mjansa/build-ros/ros2-dashing-master/tmp-glibc/work/core2-32-oe-linux/suitesparse-cxsparse/5.4.0-r0/packages-split/suitesparse-cxsparse/usr/lib/libcxsparse.so.3.2.0 [rpaths] WARNING: suitesparse-spqr-5.4.0-r0 do_package_qa: QA Issue: package suitesparse-spqr contains bad RPATH /jenkins/mjansa/build-ros/ros2-dashing-master/tmp-glibc/work/core2-32-oe-linux/suitesparse-spqr/5.4.0-r0/image/usr/lib in file /jenkins/mjansa/build-ros/ros2-dashing-master/tmp-glibc/work/core2-32-oe-linux/suitesparse-spqr/5.4.0-r0/packages-split/suitesparse-spqr/usr/lib/libspqr.so.2.0.9 [rpaths] Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5272853 - Browse repository at this point
Copy the full SHA 5272853View commit details -
{dashing} openblas: use git fetcher instead of unstable github archives
* fixes: WARNING: openblas-0.3.5-r0 do_package_qa: QA Issue: https://github.com/xianyi/OpenBLAS/archive/v0.3.5.tar.gz: SRC_URI uses unstable GitHub archives [src-uri-bad] Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 371ccb2 - Browse repository at this point
Copy the full SHA 371ccb2View commit details -
{dashing} ompl: remove useless rpath
Signed-off-by: Martin Jansa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6405075 - Browse repository at this point
Copy the full SHA 6405075View commit details