From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Cmake build failure Date: Mon, 27 Apr 2015 19:23:45 +0200 Message-ID: <20150427172345.GA28090@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53272) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ymml7-0008GO-Mt for guix-devel@gnu.org; Mon, 27 Apr 2015 13:23:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ymml2-0001lY-GZ for guix-devel@gnu.org; Mon, 27 Apr 2015 13:23:53 -0400 Received: from mout.kundenserver.de ([212.227.17.10]:53417) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ymml2-0001kX-7T for guix-devel@gnu.org; Mon, 27 Apr 2015 13:23:48 -0400 Content-Disposition: inline List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org Hello, cmake in core-updates currently fails one test: http://hydra.gnu.org/eval/103918?full=1 The culprit seems to be a linking problem: root@debian:/tmp/nix-build-cmake-3.1.3.drv-0/cmake-3.1.3/Tests/BundleUtilities# source ../../../environment-variables root@debian:/tmp/nix-build-cmake-3.1.3.drv-0/cmake-3.1.3# ldd testbundleutils1 linux-vdso.so.1 (0x00007fff5abf0000) libshared.so => not found libframework.so => not found libdl.so.2 => /gnu/store/hy2hi0zj5hrqkmkhpdxf04c9bcnlnsf9-glibc-2.21/lib/libdl.so.2 (0x00007fba29be8000) libstdc++.so.6 => /tmp/nix-build-cmake-3.1.3.drv-0/cmake-3.1.3/Tests/BundleUtilities/testdir1/libstdc++.so.6 (0x00007fba298e6000) libm.so.6 => /tmp/nix-build-cmake-3.1.3.drv-0/cmake-3.1.3/Tests/BundleUtilities/testdir1/libm.so.6 (0x00007fba295e4000) libgcc_s.so.1 => /tmp/nix-build-cmake-3.1.3.drv-0/cmake-3.1.3/Tests/BundleUtilities/testdir1/libgcc_s.so.1 (0x00007fba293ce000) libc.so.6 => /tmp/nix-build-cmake-3.1.3.drv-0/cmake-3.1.3/Tests/BundleUtilities/testdir1/libc.so.6 (0x00007fba2902e000) /gnu/store/hy2hi0zj5hrqkmkhpdxf04c9bcnlnsf9-glibc-2.21/lib/ld-linux-x86-64.so.2 (0x00007fba29dec000) Could someone with more knowledge look into this? Thanks in advance! Andreas