make install (as per readme) fails on my Fedora 17 box when installing ruby 
binding:

$ cmake -DCMAKE_INSTALL_PREFIX=/home/kgiusti/work/proton/RC3/install ..
<ok>
$ make all docs
<ok>
$ make install
[ 64%] Built target qpid-proton
[ 67%] Built target proton
<snip>
-- Installing: 
/home/kgiusti/work/proton/RC3/install/lib64/python2.7/site-packages/proton.pyo
-- Installing: 
/home/kgiusti/work/proton/RC3/install/lib64/python2.7/site-packages/_cproton.so
-- Removed runtime path from 
"/home/kgiusti/work/proton/RC3/install/lib64/python2.7/site-packages/_cproton.so"
-- Installing: /usr/lib64/ruby/cproton.so
CMake Error at bindings/ruby/cmake_install.cmake:50 (FILE):
  file INSTALL cannot copy file
  
"/home/kgiusti/work/proton/RC3/qpid-proton-c-0.3/build/bindings/ruby/cproton.so"
  to "/usr/lib64/ruby/cproton.so".
Call Stack (most recent call first):
  bindings/cmake_install.cmake:38 (INCLUDE)
  cmake_install.cmake:137 (INCLUDE)


make: *** [install] Error 1

-K

----- Original Message -----
> Sources posted here:
> http://people.apache.org/~rhs/qpid-proton-0.3rc1/
> Java binaries here:
> https://repository.apache.org/content/repositories/orgapacheqpid-061/
> 
> Note that there are the following known issues:
>   - perl binding tarball has been omitted as the release script
>   didn't work
> (still installable via cmake)
>   - intermittent issues with java driver (java messenger tests are
> currently skipped)
>   - java messenger connection leak
> 
> The above issues are fairly isolated, so I put out the RC anyways so
> they
> wouldn't block testing of other areas.
> 
> --Rafael
> 

Reply via email to