ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

prosilica_gige_sdk

asked 2012-06-06 05:52:17 -0500

mikeS gravatar image

entering rosmake prosilica_gige_sdk results in the following error, what does it mean?

/opt/ros/fuerte/stacks/prosilica_driver$ rosmake prosilica_gige_sdk
[ rosmake ] rosmake
starting...

[ rosmake ] Packages requested are:
['prosilica_gige_sdk']

[ rosmake ] Logging to directory /home/mike/.ros/rosmake/rosmake_output-20120606-114142

[ rosmake ] Expanded args ['prosilica_gige_sdk'] to:
['prosilica_gige_sdk']

[rosmake-0] Starting >>> prosilica_gige_sdk [ make ]

[ rosmake ] All 12 linesrosilica_gige_sdk: 0.0 sec ]
[ 1 Active 0/1 Complete ]
{-------------------------------------------------------------------------------
make wipe
make[1]: Entering directory /opt/ros/fuerte/stacks/prosilica_driver/prosilica_gige_sdk' <br> cd build && make clean <br> /bin/sh: 1: cd: can't cd to build <br> make[1]: [clean] Error 2 (ignored) <br> rm -rf build <br> rm -rf include lib bin <br> rm -f *~ installed <br> make[1]: Leaving directory/opt/ros/fuerte/stacks/prosilica_driver/prosilica_gige_sdk'
touch wiped
touch: cannot touch `wiped': Permission denied
-------------------------------------------------------------------------------}
[ rosmake ] Output from build of package prosilica_gige_sdk written to:
[ rosmake ] /home/mike/.ros/rosmake/rosmake_output-20120606-114142/prosilica_gige_sdk/build_output.log

[rosmake-0] Finished <<< prosilica_gige_sdk [FAIL] [ 0.08 seconds ]

[ rosmake ] Halting due to failure in package prosilica_gige_sdk.
[ rosmake ] Waiting for other threads to complete.

[ rosmake ]
Results:

[ rosmake ] Built 1 packages with 1
failures.

[ rosmake ] Summary output to
directory

[ rosmake ] /home/mike/.ros/rosmake/rosmake_output-20120606-114142

the content of that file


" ============================================================================
" Netrw Directory Listing (netrw v143)
" /home/mike/.ros/rosmake/rosmake_output-20120606-114142
" Sorted by name
" Sort sequence: [\/]$,\<core\%(\.\d\+\)\=\&gt;,.h$,.c$,.cpp$,\~\=*$,*,.o$,.obj$,<br>.info$,.swp$,.bak$,\~$
" Quick Help: <f1&gt;:help -:go="" up="" dir="" d:delete="" r:rename="" s:sort-by="" x:exec="" <br="">" ============================================================================
../



prosilica_gige_sdk/
buildfailures-with-context.txt
buildfailures.txt
profile.txt
.swp
~

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2012-06-06 16:00:46 -0500

joq gravatar image

updated 2012-06-06 16:01:41 -0500

You are trying to build files installed by the binary Debian package.

That is:

  1. not necessary, and

  2. not permitted (because you lack write access to those directories).

Why are you doing it?

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-06-06 05:52:17 -0500

Seen: 171 times

Last updated: Jun 06 '12