error making: ros-noetic-rosconsole in archlinux

asked 2020-08-30 11:39:03 -0500

rijutr gravatar image

This is the result getting in terminal while installing noetic-desktop-full in Archlinux. I think this unit or package in stack is broken. Please suggest me how to solve this problem.

    ==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> WARNING: Package contains reference to $srcdir
opt/ros/noetic/share/rosunit/cmake/rosunitConfig.cmake
==> Creating package "ros-noetic-rosunit"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: ros-noetic-rosunit 1.15.2-1 (Sun Aug 30 21:37:45 2020)
==> Cleaning up...
 -> ros-noetic-rosbuild not satisfied, flushing install queue
loading packages...
resolving dependencies...
looking for conflicting packages...

Packages (1) ros-noetic-rosunit-1.15.2-1

Total Installed Size:  0.18 MiB

:: Proceed with installation? [Y/n] 
(1/1) checking keys in keyring                                                           [####################################################] 100%
(1/1) checking package integrity                                                         [####################################################] 100%
(1/1) loading package files                                                              [####################################################] 100%
(1/1) checking for file conflicts                                                        [####################################################] 100%
(1/1) checking available disk space                                                      [####################################################] 100%
:: Processing package changes...
(1/1) installing ros-noetic-rosunit                                                      [####################################################] 100%
==> Making package: ros-noetic-rosconsole 1.14.1-1 (Sun Aug 30 21:37:53 2020)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found ros-noetic-rosconsole-1.14.1.tar.gz
==> Validating source files with sha256sums...
    ros-noetic-rosconsole-1.14.1.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting ros-noetic-rosconsole-1.14.1.tar.gz with bsdtar
==> Sources are ready.
==> Making package: ros-noetic-rosconsole 1.14.1-1 (Sun Aug 30 21:38:07 2020)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
-- The C compiler identification is GNU 10.2.0
-- The CXX compiler identification is GNU 10.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Using CATKIN_DEVEL_PREFIX: /home/riju/.cache/yay/ros-noetic-rosconsole/src/build/devel
-- Using CMAKE_PREFIX_PATH: /opt/ros/noetic
-- This workspace overlays: /opt/ros/noetic
-- Found PythonInterp: /usr/bin/python (found suitable version "3.8.5", minimum required is "3") 
-- Using PYTHON_EXECUTABLE: /usr/bin/python
-- Using default Python package layout
-- Found PY_em: /usr/lib/python3.8/site-packages/em.py  
-- Using empy: /usr/lib/python3.8/site-packages/em.py
-- Using CATKIN_ENABLE_TESTING: ON
-- Skip enable_testing() when building binary package
-- Using CATKIN_TEST_RESULTS_DIR: /home/riju/.cache/yay/ros-noetic-rosconsole/src/build/test_results
-- Forcing gtest/gmock from source, though one was otherwise available.
-- Found gtest sources under '/usr/src/gmock': gtests will be built
-- Found gmock sources under '/usr/src/gmock': gmock will be built
CMake Warning at /usr/src/gmock/CMakeLists.txt:43 (project):
  VERSION keyword not followed by a value or was followed by ...
(more)
edit retag flag offensive close merge delete