From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: kde: Add kdelibs. Date: Wed, 05 Nov 2014 21:15:46 +0100 Message-ID: <87tx2d2ykt.fsf@gnu.org> References: 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]:51028) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xm6zh-0000lE-PP for guix-devel@gnu.org; Wed, 05 Nov 2014 15:15:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xm6zc-00036s-1Y for guix-devel@gnu.org; Wed, 05 Nov 2014 15:15:53 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:48196) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xm6zb-00036g-RN for guix-devel@gnu.org; Wed, 05 Nov 2014 15:15:47 -0500 In-Reply-To: (Federico Beffa's message of "Wed, 5 Nov 2014 20:50:30 +0100") 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: Federico Beffa Cc: Guix-devel Federico Beffa skribis: > I'm working on dconf and I had the same problem: the produced binaries > like dconf-edit, but even shared libraries produced by the build would > not find their own companions. What build system does dconf use? Usually there=E2=80=99s no problem for packages that use Libtool (it sets t= he RUNPATH automatically), but there=E2=80=99s almost systematically a problem= when CMake is used (we may not be passing the right options or something, as Andreas notes.) Ludo=E2=80=99.