From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hartmut Goebel Subject: =?UTF-8?Q?=e2=80=a6_which_cannot_be_found_in_RUNPATH?= Date: Mon, 12 Jun 2017 08:44:56 +0200 Message-ID: <593E3868.40204@crazy-compilers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dKJJU-0006LV-MT for guix-devel@gnu.org; Mon, 12 Jun 2017 02:59:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dKJJR-0005Yb-Jn for guix-devel@gnu.org; Mon, 12 Jun 2017 02:59:00 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:45386) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dKJJR-0005Y0-DB for guix-devel@gnu.org; Mon, 12 Jun 2017 02:58:57 -0400 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3wmNzL692lz1qtXl for ; Mon, 12 Jun 2017 08:58:53 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 3wmNgF4SR1z3hhny for ; Mon, 12 Jun 2017 08:44:57 +0200 (CEST) Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id 1jhQhpLNiR4N for ; Mon, 12 Jun 2017 08:44:56 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-46-244-131-105.dynamic.mnet-online.de [46.244.131.105]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Mon, 12 Jun 2017 08:44:56 +0200 (CEST) Received: from [192.168.110.2] (lenashee.goebel-consult.de [192.168.110.2]) by hermia.goebel-consult.de (Postfix) with ESMTP id 089536037D for ; Mon, 12 Jun 2017 08:59:43 +0200 (CEST) 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" To: Guix-devel Hi guix! I have a package installing a lib as =E2=80=A6/lib/plasma/libDiscoverComm= on.so and a second lib as =E2=80=A6/lib/other/lib.so. Building and linking works fine, but phase `validate-runpath' fails with:= "=E2=80=A6/other/lib.so depends on 'libDiscoverCommon.so', which cannot b= e found in RUNPATH". I checked the RUNPATH shown in this error-message and it includes the correct output of this package. But the RUNPATH only includes "=E2=80=A6/= lib", not "=E2=80=A6/lib/plasma" =E2=80=93 I don't know if this matters. It is one of the KDE packages, using the cmake-build-system, which did not show this kind of errors (for me). libDiscoverCommon.so was installed to the correct output of this package. I tried setting linker flags, as I've seen in other packages, but this did not help. How to solve this? --=20 Regards Hartmut Goebel | Hartmut Goebel | h.goebel@crazy-compilers.com | | www.crazy-compilers.com | compilers which you thought are impossible |