Why rosmake cram_pl says cause fatal errors
I followed cram_pl tutorial
My rosmake error message:
sam@/home/sam/code/ros/ai/cram/cram_emacs_repl$ rosmake
[ rosmake ] No package specified. Building ['cram_emacs_repl']
[ rosmake ] Packages requested are: ['cram_emacs_repl']
[ rosmake ] Logging to directory/home/sam/.ros/rosmake/rosmake_output-20110901-214941
[ rosmake ] Expanded args ['cram_emacs_repl'] to:
['cram_emacs_repl']
[ rosmake ] Checking rosdeps compliance for packages cram_emacs_repl. This may take a few seconds.
[ rosmake ] rosdep check passed all system dependencies in packages
[rosmake-0] Starting >>> rosemacs [ make ]
[rosmake-0] Finished <<< rosemacs ROS_NOBUILD in package rosemacs
No Makefile in package rosemacs
[rosmake-0] Starting >>> cram_emacs_repl [ make ]
[ rosmake ] All 10 linesram_emacs_repl: 4.7 sec ] [ 1 Active 1/2 Complete ]
{-------------------------------------------------------------------------------
make clean
make[1]: Entering directory `/home/sam/code/ros/ai/cram/cram_emacs_repl'
rm -rf slime .slime .swank
make[1]: Leaving directory `/home/sam/code/ros/ai/cram/cram_emacs_repl'
git clone git://sbcl.boinkor.net/slime.git
Initialized empty Git repository in /home/sam/code/ros/ai/cram/cram_emacs_repl/slime/.git/
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
-------------------------------------------------------------------------------}
[ rosmake ] Output from build of package cram_emacs_repl written to:
[ rosmake ] /home/sam/.ros/rosmake/rosmake_output-20110901-214941/cram_emacs_repl/ build_output.log
[rosmake-0] Finished <<< cram_emacs_repl [FAIL] [ 4.76 seconds ]
[ rosmake ] Halting due to failure in package cram_emacs_repl.
[ rosmake ] Waiting for other threads to complete.
[ rosmake ] Results:
[ rosmake ] Built 2 packages with 1 failures.
[ rosmake ] Summary output to directory
[ rosmake ] /home/sam/.ros/rosmake/rosmake_output-20110901-214941
sam@/home/sam/code/ros/ai/cram/cram_emacs_repl$
I tried to use roslisp_repl
svn co https://code.ros.org/svn/ros/stacks/roslisp_support/trunk/roslisp_repl
and rosmake,it output the error message:
sam@/home/sam/code/ros/ai/cram/roslisp_repl$ rosmake
[ rosmake ] No package specified. Building ['roslisp_repl']
[ rosmake ] Packages requested are: ['roslisp_repl']
[ rosmake ] Logging to directory/home/sam/.ros/rosmake/rosmake_output-20110903-200831
[ rosmake ] Expanded args ['roslisp_repl'] to:
['roslisp_repl']
[ rosmake ] Checking rosdeps compliance for packages roslisp_repl. This may take a few seconds.
[ rosmake ] rosdep check passed all system dependencies in packages
[rosmake-0] Starting >>> rosemacs [ make ]
[rosmake-0] Finished <<< rosemacs ROS_NOBUILD in package rosemacs
No Makefile in package rosemacs
[rosmake-0] Starting >>> roslisp_repl [ make ]
[ rosmake ] All 3 linesroslisp_repl: 0.0 sec ] [ 1 Active 1/2 Complete ]
{-------------------------------------------------------------------------------
[ -f /home/sam/.swank.lisp ] || cp /swank.lisp /home/sam/.swank.lisp
cp: cannot stat `/swank.lisp': No such file or directory
-------------------------------------------------------------------------------}
[ rosmake ] Output from build of package roslisp_repl written to:
[ rosmake ] /home/sam/.ros/rosmake/rosmake_output-20110903-200831/roslisp_repl/build_ output.log
[rosmake-0] Finished <<< roslisp_repl [FAIL] [ 0.01 seconds ]
[ rosmake ] Halting due to failure in package roslisp_repl.
[ rosmake ] Waiting for other threads to complete.
[ rosmake ] Results:
[ rosmake ] Built 2 packages with 1 failures.
[ rosmake ] Summary output to directory
[ rosmake ] /home/sam/.ros/rosmake/rosmake_output-20110903-200831
sam@/home/sam/code/ros/ai/cram/roslisp_repl$
How to fixed it?
Thank you~