Skip to content
Snippets Groups Projects
  1. Mar 17, 2016
  2. Mar 16, 2016
  3. Feb 16, 2016
  4. Feb 15, 2016
    • Lukas Bulwahn's avatar
      bfl: patch to obtain pkgconfig sanity · b3786d79
      Lukas Bulwahn authored
      
      Since 3739aaf644d5a0f28e85fd07c67cecbfa5b8fb8a on openembedded-core,
      the build of the bfl recipe fails with:
      
        ERROR: QA Issue: orocos-bfl.pc failed sanity test (tmpdir) in path /[...]/bfl/0.7.0-6-r0/sysroot-destdir//usr/lib/pkgconfig [pkgconfig]
        ERROR: QA Issue: bfl.pc failed sanity test (tmpdir) in path /[...]/bfl/0.7.0-6-r0/sysroot-destdir//usr/lib/pkgconfig [pkgconfig]
        ERROR: QA staging was broken by the package built above
        ERROR: Function failed: do_qa_staging
        ERROR: Logfile of failure stored in: /[...]/bfl/0.7.0-6-r0/temp/log.do_populate_sysroot.12063
        ERROR: Task 4361 (/[...]/meta-ros/recipes-extended/bfl/bfl_0.7.0-6.bb, do_populate_sysroot) failed with exit code '1'
      
      The openembedded-core recipe suggests that the bfl recipe was broken
      since its initial commit, but it remained unnoticed. This commit now
      adds a patch to drop the unneeded and wrong paths from the pkgconfig
      file.
      
      Signed-off-by: default avatarLukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
      b3786d79
  5. Jan 18, 2016
  6. Jan 16, 2016
    • KristofRobot's avatar
      Merge pull request #375 from bulwahn/pcl-update · 027be830
      KristofRobot authored
      pcl: updating to 1.7.2
      027be830
    • Lukas Bulwahn's avatar
      pcl: updating to 1.7.2 · 027c774c
      Lukas Bulwahn authored
      The update to the latest version 1.7.2 was triggered by compilation
      errors in pcl 1.7.0 (i.e., in file common/include/pcl/point_types.h)
      due to the update of boost to 1.60.0 in openembedded-core [1].
      This failure was detected by the internal CI build on 2016-01-15.
      
      Due to the version update, the commit drops patch
      `Fix incompatibility with Boost 1.56`, as the change is included
      upstream in version 1.7.2. This commit also adds the upstream-accepted
      patch `Add "WITH_OPENGL" option (...)` to make the dependency to OpenGL
      libraries optional.
      
      The commit configures package dependencies and compiles with the
      least possible packages, so that the pcl-ros recipe compiles. As a
      result, all optional packages in PCL, except qhull, can be set to FALSE.
      
      If qhull is deactivated, the do_configure task of pcl-ros reports:
      
        | -- Could NOT find qhull (missing:  QHULL_LIBRARY)
        | ** WARNING ** surface features related to qhull will be disabled
      
      However, in the do_compile task of pcl-ros, the build process assumes
      that the surface features related to qhull are actually never disabled,
      i.e., if qhull is deactivated, compiling pcl-ros fails with:
      
        | In file included from [...]/pcl_ros/src/pcl_ros/surface/convex_hull.cpp:40:0:
        | [...]/pcl_ros/include/pcl_ros/surface/convex_hull.h:44:37: fatal error: pcl/surface/convex_hull.h: No such file or directory
        | compilation terminated.
        | CMakeFiles/pcl_ros_surface.dir/build.make:89: recipe for target 'CMakeFiles/pcl_ros_surface.dir/src/pcl_ros/surface/convex_hull.cpp.o' failed
        | make[2]: *** [CMakeFiles/pcl_ros_surface.dir/src/pcl_ros/surface/convex_hull.cpp.o] Error 1
        | make[2]: Leaving directory '[...]/build'
        | CMakeFiles/Makefile2:1173: recipe for target 'CMakeFiles/pcl_ros_surface.dir/all' failed
        | make[1]: *** [CMakeFiles/pcl_ros_surface.dir/all] Error 2
      
      [1] http://cgit.openembedded.org/openembedded-core/commit/?id=17d77db5e1203e18cdd178e7d9a457310425ebdc
      
      
      
      Signed-off-by: default avatarLukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
      027c774c
  7. Jan 14, 2016
  8. Jan 13, 2016
  9. Jan 12, 2016
  10. Jan 08, 2016
  11. Jan 07, 2016
  12. Dec 17, 2015
  13. Dec 11, 2015
  14. Nov 20, 2015
  15. Nov 19, 2015
  16. Nov 18, 2015
  17. Nov 17, 2015
  18. Nov 11, 2015
  19. Nov 06, 2015
  20. Oct 29, 2015
  21. Oct 26, 2015
  22. Oct 13, 2015
  23. Oct 12, 2015
Loading