Search Criteria
Package Details: ros-melodic-rosconsole 1.13.18-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/ros-melodic-rosconsole.git (read-only, click to copy) |
---|---|
Package Base: | ros-melodic-rosconsole |
Description: | ROS - ROS console output library. |
Upstream URL: | https://wiki.ros.org/rosconsole |
Licenses: | BSD |
Submitter: | GPereira |
Maintainer: | readlnh |
Last Packager: | readlnh |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2018-02-24 12:19 (UTC) |
Last Updated: | 2022-10-18 20:11 (UTC) |
Dependencies (16)
- apr
- apr-util
- log4cxx (log4cxx-gitAUR)
- ros-melodic-cpp-commonAUR
- ros-melodic-rosbuild
- ros-melodic-rostime
- apr (make)
- apr-util (make)
- boost1.69AUR (make)
- cmake (cmake-gitAUR) (make)
- log4cxx (log4cxx-gitAUR) (make)
- ros-build-toolsAUR (make)
- ros-melodic-catkinAUR (make)
- ros-melodic-cpp-commonAUR (make)
- ros-melodic-rostime (make)
- ros-melodic-rosunitAUR (make)
Required by (62)
- ros-melodic-base-local-planner
- ros-melodic-base-local-planner (make)
- ros-melodic-camera-calibration-parsers (make)
- ros-melodic-costmap-2d
- ros-melodic-cv-bridge
- ros-melodic-cv-bridge (make)
- ros-melodic-fake-localization
- ros-melodic-filters
- ros-melodic-filters (make)
- ros-melodic-gazebo-plugins
- ros-melodic-gazebo-plugins (make)
- ros-melodic-image-transport
- ros-melodic-image-transport (make)
- ros-melodic-image-view
- ros-melodic-image-view (make)
- ros-melodic-interactive-markers
- ros-melodic-interactive-markers (make)
- ros-melodic-laser-proc
- ros-melodic-laser-proc (make)
- ros-melodic-message-filters
- Show 42 more...
Latest Comments
rx7 commented on 2022-07-20 10:56 (UTC)
This package breaks with Log4cxx 0.13.0. Can you tag it? (
make_depends=(... 'log4cxx<0.13.0' ...)
)For a workaround, I've installed log4cxx==0.12.1 instead of latest greatest.
Remove unsupported version:
pacman -R log4cxx
Download here: https://github.com/archlinux/svntogit-community/blob/af67a93a53e91fe7a1f8eb882c34792861a1d6df/trunk/PKGBUILD
and to build and install:
makepkg -si
FederAndInk commented on 2021-09-09 15:10 (UTC)
There is this patch: https://github.com/ros/rosconsole/pull/51.patch to make it compile with the latest version of log4cxx, could you add it to the PKGBUILD?