From users-return-18158-archive-asf-public=cust-asf.ponee.io@qpid.apache.org Thu Jan 18 23:50:31 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 3DFA9180654 for ; Thu, 18 Jan 2018 23:50:31 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2DD85160C2B; Thu, 18 Jan 2018 22:50:31 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 742A0160C26 for ; Thu, 18 Jan 2018 23:50:30 +0100 (CET) Received: (qmail 93648 invoked by uid 500); 18 Jan 2018 22:50:29 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 93637 invoked by uid 99); 18 Jan 2018 22:50:29 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jan 2018 22:50:29 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id E504F1A074A for ; Thu, 18 Jan 2018 22:50:28 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -2.715 X-Spam-Level: X-Spam-Status: No, score=-2.715 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_HI=-5, SPF_HELO_PASS=-0.001, SPF_SOFTFAIL=0.972, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id ut_jJg4FdxCT for ; Thu, 18 Jan 2018 22:50:27 +0000 (UTC) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 652E95F343 for ; Thu, 18 Jan 2018 22:50:26 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 4331F15447 for ; Thu, 18 Jan 2018 22:50:25 +0000 (UTC) Received: from ovpn-120-79.rdu2.redhat.com (ovpn-120-79.rdu2.redhat.com [10.10.120.79]) by smtp.corp.redhat.com (Postfix) with ESMTPS id E2942600C0 for ; Thu, 18 Jan 2018 22:50:24 +0000 (UTC) Message-ID: <1516315823.6072.9.camel@apache.org> Subject: Re: Issue building qpid-proton on Fedora From: Andrew Stitcher To: users@qpid.apache.org Date: Thu, 18 Jan 2018 17:50:23 -0500 In-Reply-To: <1516287252024-0.post@n2.nabble.com> References: <1516287252024-0.post@n2.nabble.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Thu, 18 Jan 2018 22:50:25 +0000 (UTC) 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 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-f21589 > 36.html > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org > For additional commands, e-mail: users-help@qpid.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org For additional commands, e-mail: users-help@qpid.apache.org