Search Criteria
Package Details: ros-melodic-image-proc 1.15.0-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/ros-melodic-image-proc.git (read-only, click to copy) |
---|---|
Package Base: | ros-melodic-image-proc |
Description: | ROS - Single image rectification and color processing. |
Upstream URL: | https://wiki.ros.org/image_proc |
Licenses: | BSD |
Submitter: | GPereira |
Maintainer: | None |
Last Packager: | bionade24 |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-05-13 18:38 (UTC) |
Last Updated: | 2021-03-23 02:17 (UTC) |
Dependencies (23)
- ros-melodic-camera-calibration-parsersAUR
- ros-melodic-cv-bridgeAUR
- ros-melodic-dynamic-reconfigure
- ros-melodic-image-geometryAUR
- ros-melodic-image-transportAUR
- ros-melodic-nodeletAUR
- ros-melodic-nodelet-topic-toolsAUR
- ros-melodic-roscppAUR (ros-melodic-roscpp-gitAUR)
- ros-melodic-rostestAUR
- ros-melodic-sensor-msgsAUR
- boost1.69AUR (make)
- cmake (cmake-gitAUR) (make)
- ros-build-toolsAUR (make)
- ros-melodic-camera-calibration-parsersAUR (make)
- ros-melodic-catkinAUR (make)
- ros-melodic-cv-bridgeAUR (make)
- ros-melodic-dynamic-reconfigure (make)
- ros-melodic-image-geometryAUR (make)
- ros-melodic-image-transportAUR (make)
- ros-melodic-nodeletAUR (make)
- ros-melodic-nodelet-topic-toolsAUR (make)
- ros-melodic-roscppAUR (ros-melodic-roscpp-gitAUR) (make)
- ros-melodic-sensor-msgsAUR (make)
Latest Comments
acxz commented on 2020-01-02 23:56 (UTC)
@SMOG This package builds just fine for me as of now.
SMOG commented on 2018-11-02 13:38 (UTC) (edited on 2018-11-02 13:39 (UTC) by SMOG)
Hi,
Installation fails on manjaro, I get the following warnings that result in the compilation errors in the pastebin below.
/usr/bin/ld: warning: libImath-2_2.so.12, needed by /usr/local/lib/libopencv_imgcodecs.so.3.3.1, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libIlmImf-2_2.so.22, needed by /usr/local/lib/libopencv_imgcodecs.so.3.3.1, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libIex-2_2.so.12, needed by /usr/local/lib/libopencv_imgcodecs.so.3.3.1, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libHalf.so.12, needed by /usr/local/lib/libopencv_imgcodecs.so.3.3.1, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libIlmThread-2_2.so.12, needed by /usr/local/lib/libopencv_imgcodecs.so.3.3.1, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libavcodec.so.57, needed by /usr/local/lib/libopencv_videoio.so.3.3.1, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libavformat.so.57, needed by /usr/local/lib/libopencv_videoio.so.3.3.1, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libavutil.so.55, needed by /usr/local/lib/libopencv_videoio.so.3.3.1, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libswscale.so.4, needed by /usr/local/lib/libopencv_videoio.so.3.3.1, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libavresample.so.3, needed by /usr/local/lib/libopencv_videoio.so.3.3.1, not found (try using -rpath or -rpath-link)
Full error stack: https://pastebin.com/7J3uJRH7
Is any dependency missing maybe?