Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 589972 - dev-ros/angles stops at configure stage during emerge
Summary: dev-ros/angles stops at configure stage during emerge
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal major (vote)
Assignee: Robot Operating System team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-29 09:45 UTC by Aydin Tarik Zengin
Modified: 2016-08-02 10:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (file_589972.txt,6.03 KB, text/plain)
2016-07-29 09:45 UTC, Aydin Tarik Zengin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Aydin Tarik Zengin 2016-07-29 09:45:41 UTC
Created attachment 441862 [details]
emerge --info

During the configure phase of the package "dev-ros/angles" it stops just after checking catkin where it says "-- BUILD_SHARED_LIBS is on".



>>> Emerging (1 of 29) dev-ros/angles-1.9.10::gentoo
 * angles-1.9.10.tar.gz SHA256 SHA512 WHIRLPOOL size ;-) ...                                                                                                                                                                           [ ok ]
>>> Unpacking source...
>>> Unpacking angles-1.9.10.tar.gz to /var/tmp/portage/dev-ros/angles-1.9.10/work
>>> Source unpacked in /var/tmp/portage/dev-ros/angles-1.9.10/work
>>> Preparing source in /var/tmp/portage/dev-ros/angles-1.9.10/work/angles-1.9.10 ...
Creating symlink "/var/tmp/portage/dev-ros/angles-1.9.10/work/angles-1.9.10/CMakeLists.txt" pointing to "/usr/share/catkin/cmake/toplevel.cmake"
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-ros/angles-1.9.10/work/angles-1.9.10 ...
>>> Working in BUILD_DIR: "/var/tmp/portage/dev-ros/angles-1.9.10/work/angles-1.9.10_build"
cmake --no-warn-unused-cli -C /var/tmp/portage/dev-ros/angles-1.9.10/work/angles-1.9.10_build/gentoo_common_config.cmake -G Unix Makefiles -DCMAKE_INSTALL_PREFIX=/usr -DCATKIN_ENABLE_TESTING=OFF -DCATKIN_BUILD_BINARY_PACKAGE=ON -DCATKIN_PREFIX_PATH=//usr -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_INSTALL_DO_STRIP=OFF -DCMAKE_USER_MAKE_RULES_OVERRIDE=/var/tmp/portage/dev-ros/angles-1.9.10/work/angles-1.9.10_build/gentoo_rules.cmake -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/dev-ros/angles-1.9.10/work/angles-1.9.10_build/gentoo_toolchain.cmake  /var/tmp/portage/dev-ros/angles-1.9.10/work/angles-1.9.10/
Not searching for unused variables given on the command line.
loading initial cache file /var/tmp/portage/dev-ros/angles-1.9.10/work/angles-1.9.10_build/gentoo_common_config.cmake
-- The C compiler identification is GNU 4.9.3
-- The CXX compiler identification is GNU 4.9.3
-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc
-- Check for working C compiler: /usr/bin/x86_64-pc-linux-gnu-gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++
-- Check for working CXX compiler: /usr/bin/x86_64-pc-linux-gnu-g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Using CATKIN_DEVEL_PREFIX: /var/tmp/portage/dev-ros/angles-1.9.10/work/angles-1.9.10_build/devel
-- Using CMAKE_PREFIX_PATH: /usr
-- This workspace overlays: //usr
-- Found PythonInterp: /usr/bin/python (found version "2.7.10") 
-- Using PYTHON_EXECUTABLE: /usr/bin/python
-- Using default Python package layout
-- Found PY_em: /usr/lib64/python2.7/site-packages/em.pyc  
-- Using empy: /usr/lib64/python2.7/site-packages/em.pyc
-- Using CATKIN_ENABLE_TESTING: OFF
-- catkin 0.7.1
-- BUILD_SHARED_LIBS is on
^C

Exiting on signal 2
sandbox:stop  caught signal 2 in pid 17260
sandbox:stop  signal already caught and busy still cleaning up!

/usr/portage/dev-ros/angles/angles-1.9.10.ebuild: src_configure aborted; exiting.
Comment 1 Alexis Ballier gentoo-dev 2016-08-01 14:43:09 UTC
commit 75e32fade67e6f4f1b22b573477542e3597192cd
Author: Alexis Ballier <aballier@gentoo.org>
Date:   Mon Aug 1 16:41:56 2016 +0200

    dev-ros/angles: Set ROS_SUBDIR to avoid automatic and useless recursion.
    
    Might help in bug #589972



cannot reproduce it here, please try after that commit; it seems stuck at trying to find out its subdirs.
Comment 2 Aydin Tarik Zengin 2016-08-02 10:25:40 UTC
commit 75e32fade67e6f4f1b22b573477542e3597192cd did the work. It works perfectly now.