From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] Add PCB. Date: Tue, 10 Mar 2015 21:34:30 +0100 Message-ID: <87ioe81tih.fsf@gnu.org> References: <87d24j8nzs.fsf@mango.localdomain> 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]:37233) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVQrM-000876-LH for guix-devel@gnu.org; Tue, 10 Mar 2015 16:34:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YVQrJ-0001F0-Dp for guix-devel@gnu.org; Tue, 10 Mar 2015 16:34:36 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:46012) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVQrJ-0001Ew-Ab for guix-devel@gnu.org; Tue, 10 Mar 2015 16:34:33 -0400 In-Reply-To: <87d24j8nzs.fsf@mango.localdomain> (Ricardo Wurmus's message of "Sun, 08 Mar 2015 17:15:03 +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: Ricardo Wurmus Cc: Guix-devel Ricardo Wurmus skribis: > In packaging PCB I noticed that our Mesa package loads a few libraries > with dlopen() but does not use absolute paths to store items. In the > case of PCB, dlopen("libudev.so.0") fails and causes "pcb" die on > startup with a segfault. To prevent this until the Mesa package is > fixed I wrapped the executable. OK. Feel free to fix MESA eventually. :-) > From 7701a6791aea5308acd60142890b121c572da528 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Fri, 6 Mar 2015 21:11:01 +0100 > Subject: [PATCH] gnu: Add PCB. > > * gnu/packages/engineering.scm (pcb): New variable. LGTM! Ludo=E2=80=99.