Sam Pfeiffer
Sam Pfeiffer
Well, meanwhile I created: `~/gentoo/etc/portage/patches/ros-kinetic/camera_calibration_parsers-1.11.13/0001-Dirty-hack-to-move-forward-boost-python-is-installed.patch` ``` From e826b31e8fa3d9953b2b83aa2fd497033ed655de Mon Sep 17 00:00:00 2001 From: Sammy Pfeiffer Date: Thu, 26 Apr 2018 22:44:07 +1000 Subject: [PATCH] Dirty hack to move forward,...
Note that this happens to `cv_bridge` also (and probably to any package trying to `find_package` boost_python). I found a discussion about it here: https://gitlab.kitware.com/cmake/cmake/merge_requests/35 And a workaround here: https://forums.gentoo.org/viewtopic-t-948188-start-0.html So......
I just fell into this again. What's reported in this issue worked to go thru. Copied here for commodity. ```bash # I needed this first echo ">=dev-libs/boost-1.65.0 python" >> $EPREFIX/etc/portage/package.use...
@allenh1 You mentioned in https://github.com/ros/ros-overlay/issues/729 to add the USE flag [python] as a dependency, I just made a PR for it: https://github.com/ros/rosdistro/pull/19738
I don't have any feedback to help, but I'd like to say that I really admire your push to keep this up to date. The amount of breaking changes on...
I haven't found any issue regarding this posted before related to this repo (but I have a slight memory of seeing it before). The only thing google gives me is:...
Hello, I'm the phantom from the past, and here I come again with the same error haha: ``` -- Some or all of the gtk libraries were not found. (missing:...
Made a patch: https://gist.github.com/awesomebytes/8371eaefc0513fd538e08b14748cc814 Workarounding locally with: ```bash mkdir -p $EPREFIX/etc/portage/patches/ros-kinetic/image_view cd $EPREFIX/etc/portage/patches/ros-kinetic/image_view wget https://gist.githubusercontent.com/awesomebytes/8371eaefc0513fd538e08b14748cc814/raw/d46e3be3205570709ed573cd1e568025153c0b0f/0001-force-to-find-gtk.patch ``` And it builds. I'll need to have a different patch for x86 tho as...
So... After that I do an If-else with 4 and 8 as values to either do one thing or the other? Hmmm ok, but it looks pretty ugly. Wouldn't it...
By what I'm seeing, the official docs mention the file https://ogrecave.github.io/ogre/api/1.10/_ogre_application_context_8h.html But ```bash cd $EPREFIX/usr/include/OGRE find . -name OgreApplicationContext.h ``` returns nothing. And I see a lot of .h (and...