Git Product home page Git Product logo

ros-noetic-xmlrpcpp's People

Contributors

g-pereira avatar achmadfathoni avatar bionade24 avatar jwhendy avatar acxz avatar stertingen avatar

Watchers

James Cloos avatar  avatar

ros-noetic-xmlrpcpp's Issues

Package no longer builds

I'm getting the following error

make[2]: *** No rule to make target '/usr/lib/libconsole_bridge.so.0.4', needed by 'devel/lib/libxmlrpcpp.so'. Stop.

Issue when bulding rosconsole

Whenever I try to download and build, either using yay -S ros-noetic-ros-base or using makepkg within ros-noetic-rosconsole, the following happens.

==> Starting build()...
-- The C compiler identification is GNU 10.1.0
-- The CXX compiler identification is GNU 10.1.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/marcus/.cache/yay/ros-noetic-xmlrpcpp/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/marcus/.cache/yay/ros-noetic-xmlrpcpp/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 a value that
  expanded to nothing.


CMake Warning at /usr/src/googletest/CMakeLists.txt:54 (project):
  VERSION keyword not followed by a value or was followed by a value that
  expanded to nothing.


-- Found PythonInterp: /usr/bin/python (found version "3.8.5")
-- Found Threads: TRUE
-- Using Python nosetests: /usr/bin/nosetests-3.8
-- catkin 0.8.8
-- BUILD_SHARED_LIBS is on
-- Found Boost: /usr/lib64/cmake/Boost-1.72.0/BoostConfig.cmake (found version "1.72.0") found components: thread
-- Configuring done
-- Generating done
-- Build files have been written to: /home/marcus/.cache/yay/ros-noetic-xmlrpcpp/src/build
Scanning dependencies of target xmlrpcpp
[  8%] Building CXX object CMakeFiles/xmlrpcpp.dir/src/XmlRpcClient.cpp.o
[ 16%] Building CXX object CMakeFiles/xmlrpcpp.dir/src/XmlRpcDispatch.cpp.o
[ 25%] Building CXX object CMakeFiles/xmlrpcpp.dir/src/XmlRpcServer.cpp.o
[ 33%] Building CXX object CMakeFiles/xmlrpcpp.dir/src/XmlRpcServerConnection.cpp.o
[ 41%] Building CXX object CMakeFiles/xmlrpcpp.dir/src/XmlRpcServerMethod.cpp.o
[ 50%] Building CXX object CMakeFiles/xmlrpcpp.dir/src/XmlRpcSocket.cpp.o
[ 58%] Building CXX object CMakeFiles/xmlrpcpp.dir/src/XmlRpcSource.cpp.o
[ 66%] Building CXX object CMakeFiles/xmlrpcpp.dir/src/XmlRpcUtil.cpp.o
[ 75%] Building CXX object CMakeFiles/xmlrpcpp.dir/src/XmlRpcValue.cpp.o
[ 83%] Building C object CMakeFiles/xmlrpcpp.dir/libb64/src/cdecode.c.o
[ 91%] Building C object CMakeFiles/xmlrpcpp.dir/libb64/src/cencode.c.o
make[2]: *** No rule to make target '/usr/lib/libconsole_bridge.so.0.4', needed by 'devel/lib/libxmlrpcpp.so'.  Stop.
make[1]: *** [CMakeFiles/Makefile2:202: CMakeFiles/xmlrpcpp.dir/all] Error 2
make: *** [Makefile:149: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

This happens with ros-noetic-desktop and ros-noetic-desktop-full as well.

rosconsole build failure

Whenever I try to install and build, using either yay -S ros-noetic-ros-base or makepkg, the following happens :

==> Starting build()...
-- The C compiler identification is GNU 10.1.0
-- The CXX compiler identification is GNU 10.1.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/marcus/.cache/yay/ros-noetic-xmlrpcpp/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/marcus/.cache/yay/ros-noetic-xmlrpcpp/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 a value that
  expanded to nothing.


CMake Warning at /usr/src/googletest/CMakeLists.txt:54 (project):
  VERSION keyword not followed by a value or was followed by a value that
  expanded to nothing.


-- Found PythonInterp: /usr/bin/python (found version "3.8.5")
-- Found Threads: TRUE
-- Using Python nosetests: /usr/bin/nosetests-3.8
-- catkin 0.8.8
-- BUILD_SHARED_LIBS is on
-- Found Boost: /usr/lib64/cmake/Boost-1.72.0/BoostConfig.cmake (found version "1.72.0") found components: thread
-- Configuring done
-- Generating done
-- Build files have been written to: /home/marcus/.cache/yay/ros-noetic-xmlrpcpp/src/build
Scanning dependencies of target xmlrpcpp
[  8%] Building CXX object CMakeFiles/xmlrpcpp.dir/src/XmlRpcClient.cpp.o
[ 16%] Building CXX object CMakeFiles/xmlrpcpp.dir/src/XmlRpcDispatch.cpp.o
[ 25%] Building CXX object CMakeFiles/xmlrpcpp.dir/src/XmlRpcServer.cpp.o
[ 33%] Building CXX object CMakeFiles/xmlrpcpp.dir/src/XmlRpcServerConnection.cpp.o
[ 41%] Building CXX object CMakeFiles/xmlrpcpp.dir/src/XmlRpcServerMethod.cpp.o
[ 50%] Building CXX object CMakeFiles/xmlrpcpp.dir/src/XmlRpcSocket.cpp.o
[ 58%] Building CXX object CMakeFiles/xmlrpcpp.dir/src/XmlRpcSource.cpp.o
[ 66%] Building CXX object CMakeFiles/xmlrpcpp.dir/src/XmlRpcUtil.cpp.o
[ 75%] Building CXX object CMakeFiles/xmlrpcpp.dir/src/XmlRpcValue.cpp.o
[ 83%] Building C object CMakeFiles/xmlrpcpp.dir/libb64/src/cdecode.c.o
[ 91%] Building C object CMakeFiles/xmlrpcpp.dir/libb64/src/cencode.c.o
make[2]: *** No rule to make target '/usr/lib/libconsole_bridge.so.0.4', needed by 'devel/lib/libxmlrpcpp.so'.  Stop.
make[1]: *** [CMakeFiles/Makefile2:202: CMakeFiles/xmlrpcpp.dir/all] Error 2
make: *** [Makefile:149: all] Error 2
==> ERROR: A failure occurred in build().
    Aborting...

Has it something to do with 'console-bridge' package version?

The same happens if I try to install/build ros-noetic-desktop and ros-noetic-desktop-full packages.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.