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

build-all.sh fails at eva-opencog image #91

Closed
mjsduncan opened this issue May 5, 2016 · 4 comments
Closed

build-all.sh fails at eva-opencog image #91

mjsduncan opened this issue May 5, 2016 · 4 comments

Comments

@mjsduncan
Copy link

on a current ubuntu 14.04 system, error message after ./build-all.sh is

CMake Error at /opt/ros/indigo/share/catkin/cmake/safe_execute_process.cmake:11 (message):
  execute_process(/catkin_ws/build/catkin_generated/env_cached.sh
  "/usr/bin/python" "/usr/bin/empy" "--raw-errors" "-F"
  "/catkin_ws/build/catkin_generated/order_packages.py" "-o"
  "/catkin_ws/build/catkin_generated/order_packages.cmake"
  "/opt/ros/indigo/share/catkin/cmake/em/order_packages.cmake.em") returned
  error code Text file busy
Call Stack (most recent call first):
  /opt/ros/indigo/share/catkin/cmake/em_expand.cmake:25 (safe_execute_process)
  /opt/ros/indigo/share/catkin/cmake/catkin_workspace.cmake:35 (em_expand)
  CMakeLists.txt:63 (catkin_workspace)


-- Configuring incomplete, errors occurred!
See also "/catkin_ws/build/CMakeFiles/CMakeOutput.log".
See also "/catkin_ws/build/CMakeFiles/CMakeError.log".
make: *** [cmake_check_build_system] Error 1
Base path: /catkin_ws
Source space: /catkin_ws/src
Build space: /catkin_ws/build
Devel space: /catkin_ws/devel
Install space: /catkin_ws/install
####
#### Running command: "make cmake_check_build_system" in "/catkin_ws/build"
####
Invoking "make cmake_check_build_system" failed
The command '/bin/sh -c bash -l -c "/opt/ros/indigo/bin/catkin_make"' returned a non-zero code: 1

output of docker images is

REPOSITORY                   TAG                 IMAGE ID            CREATED             VIRTUAL SIZE
hrdi/chatbot                 latest              90cc20db7eb4        6 hours ago         396.8 MB
<none>                       <none>              6afe8cccaaa9        16 hours ago        3.459 GB
opencog/ros-incog-blender    latest              7af6d832cf4b        16 hours ago        2.958 GB
opencog/ros-indigo-opencog   latest              18ac7228dd56        16 hours ago        2.669 GB
opencog/ros-indigo-base      latest              a72bf67c1545        16 hours ago        1.018 GB
<none>                       <none>              f83bb3c92529        5 months ago        395.9 MB
biocog/opencog               latest              41f69d5fd1d8        5 months ago        1.281 GB
opencog/opencog-dev          cli                 96657a3c15ee        5 months ago        3.502 GB
opencog/cogutils             latest              36c673edd822        5 months ago        2.964 GB
opencog/opencog-deps         latest              aa16f8af06ef        5 months ago        2.959 GB
ubuntu                       14.04               e9ae3c220b23        5 months ago        187.9 MB
@linas
Copy link
Member

linas commented May 5, 2016

If you try it a second time, does it succeed? Or does it always fail in the same spot? The error message error code Text file busy suggests some kind of race condition or file corruption, which might not be reproducible.

@mjsduncan
Copy link
Author

it stopped in the middle of the eva-opencog image two different times with intervals of several hours between but it finished just now, third times a charm!

@linas
Copy link
Member

linas commented May 6, 2016

Strange. Are you RAM-constrained? Heavy paging?

@mjsduncan
Copy link
Author

there's gigabytes free. i habitually have 40-50 tabs open on chromium, but that shouldn't be an issue if there's free ram?

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

2 participants