From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] segfaulting gnunet-gtk. Date: Tue, 26 Jan 2016 10:53:37 +0100 Message-ID: <87fuxkwtsu.fsf@gnu.org> References: <87oacbt15h.fsf@elephly.net> 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]:54945) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aO0Jj-0006In-Q1 for guix-devel@gnu.org; Tue, 26 Jan 2016 04:53:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aO0Jf-0005KL-QJ for guix-devel@gnu.org; Tue, 26 Jan 2016 04:53:43 -0500 In-Reply-To: <87oacbt15h.fsf@elephly.net> (Ricardo Wurmus's message of "Sun, 24 Jan 2016 17:03:54 +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@gnu.org" Ricardo Wurmus skribis: > the attached patches make for a buildable gnunet-gtk package, but it > doesn=E2=80=99t seem fully functional. I see a segfault when switching t= abs > in =E2=80=9Cgnunet-setup=E2=80=9D after first interacting with the URL dr= opdown. > > In =E2=80=9Cgnunet-gtk=E2=80=9D I also don=E2=80=99t see anything more th= an the images. There > should be more, I=E2=80=99m sure. > > Maybe someone with some more familiarity with GNUnet could take a look > at this and come up with a fix. You took it to the GNUnet hackers, hopefully they=E2=80=99ll come up with a solution. > From 5d277184ce57b792a5de13d5a607ca68159694f5 Mon Sep 17 00:00:00 2001 > From: Ricardo Wurmus > Date: Sun, 17 Jan 2016 15:28:53 +0100 > Subject: [PATCH 1/2] gnu: gnunet: Add gstreamer and plugins to inputs. > > * gnu/packages/gnunet.scm (gnunet)[inputs]: Add "gstreamer" and > "gst-plugins-base". OK. Eventually we should probably have separate outputs or something, so we can have core GNUnet with a minimal set of dependencies. > From 29708ddfff95b06ae2e7076d1e2fd13d93b782b9 Mon Sep 17 00:00:00 2001 > From: Ni* Gillmann > Date: Wed, 13 Jan 2016 18:36:31 +0100 > Subject: [PATCH 2/2] gnu: Add gnunet-gtk. > > * gnu/packages/gnunet.scm (gnunet-gtk): New variable. > > Co-authored-by: Ricardo Wurmus [...] > +(define-public gnunet-gtk > + (package (inherit gnunet) Could you add a comment about the bug with a link to the gnunet-developers thread? Otherwise LGTM, thanks! Ludo=E2=80=99.