Incidentally you should be able to just use "dnf" to get the package python-qpid-proton on F26 - I think the current package is 0.17 which isn't the most recent, but should be updated soon.
Is there a specific reason you need to build from source? Andrew On Thu, 2018-01-18 at 17:50 -0500, Andrew Stitcher wrote: > This is very puzzling: Fedora is a very common build platform for the > Proton-c developers and F26 and F27 are both heavily used. > > However, we've have had some problems like this before (but they > should > be fixed now) could you confirm the version of source code you are > using. > > It would also help to show the entire output of the initial CMake > configuration phase to see what has been found on your system and > what > has not. > > Thanks > > Andrew > > > On Thu, 2018-01-18 at 07:54 -0700, nandanone wrote: > > Following the instructions to build the qpid-proton language > > bindings > > for > > for > > Python ( http://qpid.apache.org/proton/ and follow the link for > > Installing > > Qpid Proton), I get the following error. > > > > > > make install > > [ 1%] Built target generated_c_files > > [ 13%] Built target qpid-proton-core > > [ 31%] Built target qpid-proton > > [ 32%] Built target qpid-proton-proactor > > [ 33%] Built target msgr-send > > [ 34%] Built target msgr-recv > > [ 36%] Built target reactor-recv > > [ 37%] Built target reactor-send > > [ 38%] Linking CXX shared library libqpid-proton-cpp.so > > CMakeFiles/qpid-proton-cpp.dir/src/proactor_container_impl.cpp.o: > > In > > function `std::thread::thread<void (proton::container::impl::*)(), > > proton::container::impl*>(void (proton::container::impl::*&&)(), > > proton::container::impl*&&)': > > /usr/include/c++/7/thread:126: undefined reference to > > `pthread_create' > > collect2: error: ld returned 1 exit status > > make[2]: *** > > [proton-c/bindings/cpp/CMakeFiles/qpid-proton- > > cpp.dir/build.make:1397: > > proton-c/bindings/cpp/libqpid-proton-cpp.so.11.1.0] Error 1 > > make[1]: *** [CMakeFiles/Makefile2:1886: > > proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/all] Error 2 > > make: *** [Makefile:141: all] Error 2 > > > > Anyone run into this? On Fedora 26. Looks like the compiler needs a > > -pthread > > option. Not sure where to specify. > > > > Any help or pointers greatly appreciated. > > > > Regards, > > > > Nandan Joshi > > > > > > > > -- > > Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f215 > > 89 > > 36.html > > > > ----------------------------------------------------------------- > > ---- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
