Return-Path: X-Original-To: apmail-hama-dev-archive@www.apache.org Delivered-To: apmail-hama-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2D97B10E46 for ; Tue, 1 Oct 2013 01:47:12 +0000 (UTC) Received: (qmail 97158 invoked by uid 500); 1 Oct 2013 01:47:12 -0000 Delivered-To: apmail-hama-dev-archive@hama.apache.org Received: (qmail 97134 invoked by uid 500); 1 Oct 2013 01:47:12 -0000 Mailing-List: contact dev-help@hama.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hama.apache.org Delivered-To: mailing list dev@hama.apache.org Received: (qmail 97126 invoked by uid 99); 1 Oct 2013 01:47:12 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Oct 2013 01:47:12 +0000 Received: from localhost (HELO mail-ie0-f176.google.com) (127.0.0.1) (smtp-auth username edwardyoon, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Oct 2013 01:47:11 +0000 Received: by mail-ie0-f176.google.com with SMTP id as1so11750654iec.7 for ; Mon, 30 Sep 2013 18:47:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=PBYBJg7w3/sHrqczGj1o+upPFSYI8vJUkXBKcTbrXSU=; b=L1nt8LkaHW917IfjWO/4ACdoVXxw4eJ5lQpHQW/iY8412TxWElDMuxiuAJKAaiaYnu HruDOalkwXP7V4SbbbEdfxjvWaU1U79LCSYtptYLftGgC51DkRCMAnx7qjthF4Ni0g5N 8CCsqUjY2ozVBU5zpze1IzhM68Hfi+fjleLAjZyuoHNA4xtA0mLS2gQC3ejzzZ301AU7 h9aXFGwIf96aOWooleOhILRTfgxrgzCjbA5bVDWIZVj/29g91FWXo4tTWaWxB3NC+eZp gTrU1O/7Ah56hc58kWWW79CR23hS0YvlA6e8AJlbXjLrYL7o2cruima9U8JTfx2v2arF Sepw== X-Gm-Message-State: ALoCoQkKTKqgtVgNOHr/6xaLsWnnM3kCTcedviGREQj5GZlaRiHR1g/XGpEiL0oA7yAH/Yyg8IoW MIME-Version: 1.0 X-Received: by 10.42.12.80 with SMTP id x16mr8653icx.56.1380592030486; Mon, 30 Sep 2013 18:47:10 -0700 (PDT) Received: by 10.64.9.38 with HTTP; Mon, 30 Sep 2013 18:47:10 -0700 (PDT) In-Reply-To: References: <1241167799.5129.1380528857170.JavaMail.hudson@aegis> <7F807D74-FB64-4387-A7C4-8CD501E5B931@pc-tony.com> Date: Tue, 1 Oct 2013 10:47:10 +0900 Message-ID: Subject: Re: Build failed in Jenkins: Hama-trunk #186 From: "Edward J. Yoon" To: builds@apache.org, jfarrell@apache.org Cc: "dev@hama.apache.org" Content-Type: text/plain; charset=UTF-8 Thanks Jake. [exec] >>>>> OpenSSL include dir: /usr/include [exec] >>>>> OpenSSL libraries: /usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so [exec] -- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so (found version "1..1") BTW, libssl.so and libcrypto.so seems linked to 1.0.0. lrwxrwxrwx 1 root root 37 Jun 4 07:29 libssl.so -> /lib/x86_64-linux-gnu/libssl.so.1.0.0 Do you have any idea for fix this issue? On Mon, Sep 30, 2013 at 11:13 PM, Jake Farrell wrote: > All three of these libraries requested have been on the jenkins slaves and > are available on ubuntu6. > > /lib/x86_64-linux-gnu/libcrypto.so.0.9.8 > /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 > /lib/x86_64-linux-gnu/libssl.so.0.9.8 > /lib/x86_64-linux-gnu/libssl.so.1.0.0 > /lib/x86_64-linux-gnu/libpthread-2.15.so > /lib/x86_64-linux-gnu/libpthread.so.0 > > Looking at your build that failed it is due to a cmake cache file that has > > /lib/x86_64-linux-gnu/libssl.so and /lib/x86_64-linux-gnu/libcrypto.so as > the libs it is looking for, it should be using the ones listed above. > > -Jake > > > > On Mon, Sep 30, 2013 at 4:57 AM, Edward J. Yoon wrote: > >> Hi builds community, >> >> Please install libssl-dev on Jenkins. >> >> ---------- Forwarded message ---------- >> From: Tony Stevenson >> Date: Mon, Sep 30, 2013 at 5:53 PM >> Subject: Re: Build failed in Jenkins: Hama-trunk #186 >> To: "Edward J. Yoon" >> Cc: Apache Infrastructure >> >> >> Please contact builds@ they maintain these boxes. >> >> >> >> >> On 30 Sep 2013, at 09:33, Edward J. Yoon wrote: >> >> > Hi infra team, >> > >> > We get below errors - >> https://builds.apache.org/job/Hama-TRUNK/186/console >> > >> > [exec] /usr/bin/c++ -g -Wall -O2 -D_REENTRANT -D_GNU_SOURCE >> > -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -m32 >> > >> CMakeFiles/matrixmultiplication.dir/main/native/examples/impl/matrixmultiplication.cc.o >> > -o examples/matrixmultiplication -rdynamic libDenseDoubleVector.a >> > libhamapipes.a libhadooputils.a -lssl -lcrypto -lpthread >> > [exec] /usr/bin/ld: cannot find -lssl >> > [exec] /usr/bin/ld: cannot find -lcrypto >> > [exec] collect2: ld returned 1 exit status >> > [exec] make[2]: *** [examples/matrixmultiplication] Error 1 >> > [exec] make[1]: *** [CMakeFiles/matrixmultiplication.dir/all] Error 2 >> > [exec] make: *** [all] Error 2 >> > >> > >> > Could you please install openssl, openssl-deve, and libcrypto on >> > Jenkins Servers? >> > >> > -- >> > Best Regards, Edward J. Yoon >> > @eddieyoon >> >> >> Cheers, >> Tony >> >> ---------------------------------- >> Tony Stevenson >> >> tony@pc-tony.com >> pctony@apache.org >> >> http://www.pc-tony.com >> >> GPG - 1024D/51047D66 >> ---------------------------------- >> >> >> >> >> >> >> >> >> -- >> Best Regards, Edward J. Yoon >> @eddieyoon >> -- Best Regards, Edward J. Yoon @eddieyoon