Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libreflexxestype2 0.9.0 fails to build on kinetic #6

Open
tfoote opened this issue Mar 17, 2020 · 1 comment
Open

libreflexxestype2 0.9.0 fails to build on kinetic #6

tfoote opened this issue Mar 17, 2020 · 1 comment

Comments

@tfoote
Copy link

tfoote commented Mar 17, 2020

It started failing in this build: http://build.ros.org/view/Kbin_uX64/job/Kbin_uX64__libreflexxestype2__ubuntu_xenial_amd64__binary/4/console

07:07:41 # BEGIN SUBSECTION: build binarydeb
07:07:41 Package 'ros-kinetic-libreflexxestype2' version: 0.9.0-1xenial-20200310-140733+0000
07:07:43 Invoking 'apt-src build ros-kinetic-libreflexxestype2' in '/tmp/binarydeb/ros-kinetic-libreflexxestype2-0.9.0'
07:07:44 I: Building in /tmp/binarydeb/ros-kinetic-libreflexxestype2-0.9.0 ..
07:07:44 dpkg-buildpackage: source package ros-kinetic-libreflexxestype2
07:07:44 dpkg-buildpackage: source version 0.9.0-1xenial-20200310-140733+0000
07:07:44 dpkg-buildpackage: source distribution xenial
07:07:44 dpkg-buildpackage: source changed by stogl <[email protected]>
07:07:44  dpkg-source --before-build ros-kinetic-libreflexxestype2-0.9.0
07:07:44 dpkg-buildpackage: host architecture amd64
07:07:44 dpkg-source: info: using options from ros-kinetic-libreflexxestype2-0.9.0/debian/source/options: --auto-commit
07:07:45  fakeroot debian/rules clean
07:07:45 dh clean -v --buildsystem=cmake
07:07:45    dh_testdir -O-v -O--buildsystem=cmake
07:07:45    dh_auto_clean -O-v -O--buildsystem=cmake
07:07:45    dh_clean -O-v -O--buildsystem=cmake
07:07:45 	rm -f debian/debhelper-build-stamp
07:07:45 	rm -f debian/ros-kinetic-libreflexxestype2.substvars
07:07:45 	rm -f debian/ros-kinetic-libreflexxestype2.*.debhelper
07:07:45 	rm -rf debian/ros-kinetic-libreflexxestype2/
07:07:45 	rm -rf debian/.debhelper/
07:07:45 	rm -f debian/*.debhelper.log
07:07:45 	rm -f debian/files
07:07:45 	find .  \( \( \
07:07:45 		\( -path .\*/.git -o -path .\*/.svn -o -path .\*/.bzr -o -path .\*/.hg -o -path .\*/CVS \) -prune -o -type f -a \
07:07:45 	        \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
07:07:45 		 -o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
07:07:45 		 -o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
07:07:45 		 -o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
07:07:45 		\) -exec rm -f {} + \) -o \
07:07:45 		\( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) \)
07:07:45 	rm -f *-stamp
07:07:45  debian/rules build
07:07:45 dh build -v --buildsystem=cmake
07:07:45    dh_testdir -O-v -O--buildsystem=cmake
07:07:45    dh_update_autotools_config -O-v -O--buildsystem=cmake
07:07:45    debian/rules override_dh_auto_configure
07:07:45 make[1]: Entering directory '/tmp/binarydeb/ros-kinetic-libreflexxestype2-0.9.0'
07:07:45 # In case we're installing to a non-standard location, look for a setup.sh
07:07:45 # in the install tree that was dropped by catkin, and source it.  It will
07:07:45 # set things like CMAKE_PREFIX_PATH, PKG_CONFIG_PATH, and PYTHONPATH.
07:07:45 if [ -f "/opt/ros/kinetic/setup.sh" ]; then . "/opt/ros/kinetic/setup.sh"; fi && \
07:07:45 dh_auto_configure -- \
07:07:45 	-DCATKIN_BUILD_BINARY_PACKAGE="1" \
07:07:45 	-DCMAKE_INSTALL_PREFIX="/opt/ros/kinetic" \
07:07:45 	-DCMAKE_PREFIX_PATH="/opt/ros/kinetic"
07:07:45 	mkdir -p obj-x86_64-linux-gnu
07:07:45 	cd obj-x86_64-linux-gnu
07:07:45 	cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCATKIN_BUILD_BINARY_PACKAGE=1 -DCMAKE_INSTALL_PREFIX=/opt/ros/kinetic -DCMAKE_PREFIX_PATH=/opt/ros/kinetic
07:07:46 -- The C compiler identification is GNU 5.4.0
07:07:46 -- The CXX compiler identification is GNU 5.4.0
07:07:46 -- Check for working C compiler: /usr/lib/ccache/x86_64-linux-gnu-gcc
07:07:46 -- Check for working C compiler: /usr/lib/ccache/x86_64-linux-gnu-gcc -- works
07:07:46 -- Detecting C compiler ABI info
07:07:46 -- Detecting C compiler ABI info - done
07:07:46 -- Detecting C compile features
07:07:46 -- Detecting C compile features - done
07:07:46 -- Check for working CXX compiler: /usr/lib/ccache/x86_64-linux-gnu-g++
07:07:47 -- Check for working CXX compiler: /usr/lib/ccache/x86_64-linux-gnu-g++ -- works
07:07:47 -- Detecting CXX compiler ABI info
07:07:47 -- Detecting CXX compiler ABI info - done
07:07:47 -- Detecting CXX compile features
07:07:47 -- Detecting CXX compile features - done
07:07:47 -- Using CATKIN_DEVEL_PREFIX: /tmp/binarydeb/ros-kinetic-libreflexxestype2-0.9.0/obj-x86_64-linux-gnu/devel
07:07:47 -- Using CMAKE_PREFIX_PATH: /opt/ros/kinetic
07:07:47 -- This workspace overlays: /opt/ros/kinetic
07:07:47 -- Found PythonInterp: /usr/bin/python (found version "2.7.12") 
07:07:47 -- Using PYTHON_EXECUTABLE: /usr/bin/python
07:07:47 -- Using Debian Python package layout
07:07:47 -- Using empy: /usr/bin/empy
07:07:47 -- Using CATKIN_ENABLE_TESTING: ON
07:07:47 -- Skip enable_testing() when building binary package
07:07:47 -- Using CATKIN_TEST_RESULTS_DIR: /tmp/binarydeb/ros-kinetic-libreflexxestype2-0.9.0/obj-x86_64-linux-gnu/test_results
07:07:47 -- Found gtest sources under '/usr/src/gmock': gtests will be built
07:07:47 -- Found gmock sources under '/usr/src/gmock': gmock will be built
07:07:47 -- Looking for pthread.h
07:07:47 -- Looking for pthread.h - found
07:07:47 -- Looking for pthread_create
07:07:47 -- Looking for pthread_create - not found
07:07:47 -- Looking for pthread_create in pthreads
07:07:47 -- Looking for pthread_create in pthreads - not found
07:07:47 -- Looking for pthread_create in pthread
07:07:47 -- Looking for pthread_create in pthread - found
07:07:47 -- Found Threads: TRUE  
07:07:47 -- Using Python nosetests: /usr/bin/nosetests-2.7
07:07:47 -- catkin 0.7.20
07:07:47 -- BUILD_SHARED_LIBS is on
07:07:48 -- +++++++++++++++++ DETECTED 64 bit +++++++++++++++++
07:07:48 CMake Error at /opt/ros/kinetic/share/catkin/cmake/catkin_package.cmake:367 (message):
07:07:48   catkin_package() could not find CFG_EXTRAS file.  Either
07:07:48   'cmake/libreflexxestypeII-extras.cmake.develspace.em',
07:07:48   'cmake/libreflexxestypeII-extras.cmake.em',
07:07:48   'cmake/libreflexxestypeII-extras.cmake.develspace.in',
07:07:48   'cmake/libreflexxestypeII-extras.cmake.in',
07:07:48   'cmake/libreflexxestypeII-extras.cmake' or a variant specific to the
07:07:48   installspace must exist.
07:07:48 Call Stack (most recent call first):
07:07:48   /opt/ros/kinetic/share/catkin/cmake/catkin_package.cmake:102 (_catkin_package)
07:07:48   CMakeLists.txt:25 (catkin_package)
07:07:48 
07:07:48 
07:07:48 -- Configuring incomplete, errors occurred!
07:07:48 See also "/tmp/binarydeb/ros-kinetic-libreflexxestype2-0.9.0/obj-x86_64-linux-gnu/CMakeFiles/CMakeOutput.log".
07:07:48 See also "/tmp/binarydeb/ros-kinetic-libreflexxestype2-0.9.0/obj-x86_64-linux-gnu/CMakeFiles/CMakeError.log".
07:07:48 	cd /tmp/binarydeb/ros-kinetic-libreflexxestype2-0.9.0
07:07:48 	cd obj-x86_64-linux-gnu
07:07:48 	"tail -v -n +0 CMakeCache.txt"
07:07:48 ==> CMakeCache.txt <==
07:07:48 # This is the CMakeCache file.
07:07:48 # For build in directory: /tmp/binarydeb/ros-kinetic-libreflexxestype2-0.9.0/obj-x86_64-linux-gnu
07:07:48 # It was generated by CMake: /usr/bin/cmake
07:07:48 # You can edit this file to change values found and used by cmake.
07:07:48 # If you do not want to change any of the values, simply exit the editor.
07:07:48 # If you do want to change a value, simply edit, save, and exit the editor.
07:07:48 # The syntax for the file is as follows:
07:07:48 # KEY:TYPE=VALUE
07:07:48 # KEY is the name of a variable in the cache.
07:07:48 # TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
07:07:48 # VALUE is the current value for the KEY.
07:07:48 
07:07:48 ########################
07:07:48 # EXTERNAL cache entries
@tfoote
Copy link
Author

tfoote commented Mar 17, 2020

It also appears to be an issue in melodic: ros/rosdistro#24104

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant