You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[build] Found '228' packages in 0.0 seconds.
Warning: generated devel space setup files have been deleted.
Starting >>> catkin
Errors << catkin:cmake /Users/pierre-louis/kinetic_desktop_full_ws/logs/catkin/build.cmake.003.log
/Users/pierre-louis/kinetic_desktop_full_ws/devel/.private/catkin/_setup_util.py: line 36: This file generates shell code for the setup.SHELL scripts to set environment variables: command not found
from: can't read /var/mail/future
import: delegate library support not built-in '' (X11) @@ error/import.c/ImportImageCommand/1295.
import: delegate library support not built-in '' (X11) @@ error/import.c/ImportImageCommand/1295.
import: delegate library support not built-in '' (X11) @@ error/import.c/ImportImageCommand/1295.
import: delegate library support not built-in '' (X11) @@ error/import.c/ImportImageCommand/1295.
import: delegate library support not built-in '' (X11) @@ error/import.c/ImportImageCommand/1295.
import: delegate library support not built-in '' (X11) @@ error/import.c/ImportImageCommand/1295.
/Users/pierre-louis/kinetic_desktop_full_ws/devel/.private/catkin/_setup_util.py: line 46: CATKIN_MARKER_FILE: command not found
/Users/pierre-louis/kinetic_desktop_full_ws/devel/.private/catkin/_setup_util.py: line 48: syntax error near unexpected token (' /Users/pierre-louis/kinetic_desktop_full_ws/devel/.private/catkin/_setup_util.py: line 48: system = platform.system()'
Traceback (most recent call last):
File "/Users/pierre-louis/kinetic_desktop_full_ws/build/catkin/catkin_generated/generate_cached_setup.py", line 22, in
code = generate_environment_script('/Users/pierre-louis/kinetic_desktop_full_ws/devel/.private/catkin/env.sh')
File "/Users/pierre-louis/kinetic_desktop_full_ws/src/catkin/cmake/../python/catkin/environment_cache.py", line 62, in generate_environment_script
env_after = ast.literal_eval(output.decode('utf8'))
File "/Users/pierre-louis/.pyenv/versions/2.7.15/lib/python2.7/ast.py", line 49, in literal_eval
node_or_string = parse(node_or_string, mode='eval')
File "/Users/pierre-louis/.pyenv/versions/2.7.15/lib/python2.7/ast.py", line 37, in parse
return compile(source, filename, mode, PyCF_ONLY_AST)
File "", line 1
Could not write the output of '/Users/pierre-louis/kinetic_desktop_full_ws/devel/.private/catkin/_setup_util.py' to temporary file '/var/folders/ty/1lsvbm5d23jfrmrt1cqkzy080000gn/T//setup.sh.kbADeOlymD': may be the disk if full?
^
SyntaxError: invalid syntax
CMake Error at /Users/pierre-louis/kinetic_desktop_full_ws/src/catkin/cmake/safe_execute_process.cmake:11 (message):
execute_process(/Users/pierre-louis/.pyenv/shims/python2
"/Users/pierre-louis/kinetic_desktop_full_ws/build/catkin/catkin_generated/generate_cached_setup.py")
returned error code 1
Call Stack (most recent call first):
cmake/all.cmake:186 (safe_execute_process)
CMakeLists.txt:8 (include)
If using pyenv the generated python2 shebang isn't working for some reason and script gets interpreted with bash:
head /Users/maxim/Downloads/ros-install-osx/lunar_desktop_full_ws/devel/.private/catkin/_setup_util.py
#!/Users/maxim/.pyenv/shims/python2
# -*- coding: utf-8 -*-
# Software License Agreement (BSD License)
#
# Copyright (c) 2012, Willow Garage, Inc.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
/Users/maxim/Downloads/ros-install-osx/lunar_desktop_full_ws/devel/.private/catkin/_setup_util.py
/Users/maxim/Downloads/ros-install-osx/lunar_desktop_full_ws/devel/.private/catkin/_setup_util.py: line 36: This file generates shell code for the setup.SHELL scripts to set environment variables: command not found
from: can't read /var/mail/__future__
I am failing to do the
catkin build
: I have the following message error:I am using pyenv because I had no way to install rosdep otherwise.
The text was updated successfully, but these errors were encountered: