Hunter L. Allen

Results 129 comments of Hunter L. Allen

> Just for info, catkin_pkg-0.4.12 seems to work. That's great news! I'll update the core ebuilds later today (I haven't done that in a good while).

> Before you do an update, it might be worth noting that since gentoo changed profiles to 17.1, I have not been able to compile any of the ros packages...

I think there are two approaches here: either a) patch the gazebo releases to map to the correct directory (which is likely going to explode with ever release) or b)...

@CrawlerSpider this is not all that surprising. I need to clarify this in the README for the repo, I think. The state of ROS 2 on Gentoo is very much...

``` pkg_resources.DistributionNotFound: The 'argparse' distribution was not found and is required by rosinstall-generator ``` This tells me that something wants for `argparse` to be pip-installed. Not sure why this is...

@CrawlerSpider this is what I get: ``` allenh1@hunter-laptop ~ $ superflore-gen-ebuilds --only connext_cmake_module --ros-distro bouncy >>>> Working in temporary directory /tmp/tmpvan4u611 >>>> Creating new branch gentoo-bot-SBmKbiUEfm... >>>> >>>> Regenerating package...

@CrawlerSpider I've got a patch into `catkin_pkg` referenced above. You can apply it locally by doing the following. ``` # mkdir -p /etc/portage/patches/dev-python/catkin_pkg-0.4.8 ``` Then create a file `/etc/portage/patches/dev-python/catkin_pkg-0.4.8/0001-Remove-argparse-dependency.patch` with...

@CrawlerSpider that's correct. It won't generate it until that rosdep key is satisfied. Glad to know you got it working, though.

> I see there's a bunch of ros-ardent packages available This is true (as of ros-infrastructure/superflore#135), but the ebuilds are not _quite_ functioning. I have not been super successful in...

Could you run `superflore-check-ebuilds` on the package and store the log files locally, then upload them for me to review? I'm not sure to which package you are referring, nor...