Darryl L. Pierce created PROTON-337:
---------------------------------------

             Summary: Cannot complete the package build on RHEL 5: compilation 
and install issues
                 Key: PROTON-337
                 URL: https://issues.apache.org/jira/browse/PROTON-337
             Project: Qpid Proton
          Issue Type: Bug
          Components: proton-c
            Reporter: Darryl L. Pierce
            Assignee: Darryl L. Pierce


Use "cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo" or "cmake 
-DCMAKE_BUILD_TYPE=Release", in both cases there are compilation warnings 
treated as errors that stop the build.

Use "make install" and get this error:
$ grep cproton.so results_qpid-proton/0.4/2.2.el5/build.log
Linking C shared module _cproton.so
/usr/bin/gcc  -fPIC   -shared -Wl,-soname,_cproton.so -o _cproton.so 
CMakeFiles/_cproton.dir/pythonPYTHON_wrap.c.o ../../libqpid-proton.so.1.0.0 
/usr/lib64/python2.4/config/libpython2.4.a -luuid -lssl -lrt
Linking C shared module _cproton.so
/usr/bin/gcc  -fPIC   -shared -Wl,-soname,_cproton.so -o _cproton.so 
CMakeFiles/_cproton.dir/pythonPYTHON_wrap.c.o ../../libqpid-proton.so.1.0.0 
/usr/lib64/python2.4/config/libpython2.4.a -luuid -lssl -lrt
-- Installing: %{buildroot}/usr/lib64/python2.4/site-packages/_cproton.so
+ chmod +x '%{buildroot}%{python_sitearch}/_cproton.so'
chmod: cannot access `%{buildroot}%{python_sitearch}/_cproton.so': No such file 
or directory

Version-Release number of selected component (if applicable):

proton-0.4 and trunk

How reproducible:

100%

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to