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: Add gobject-introspection. Date: Thu, 12 Sep 2013 10:41:24 +0200 Message-ID: <87d2oeqvnv.fsf@gnu.org> References: <1378942761-23687-1-git-send-email-tipecaml@gmail.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]:35375) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VK2Xq-00041C-Gf for guix-devel@gnu.org; Thu, 12 Sep 2013 04:46:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VK2Xj-0003So-Mx for guix-devel@gnu.org; Thu, 12 Sep 2013 04:46:34 -0400 Received: from hera.aquilenet.fr ([141.255.128.1]:51978) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VK2Xj-0003Si-Ga for guix-devel@gnu.org; Thu, 12 Sep 2013 04:46:27 -0400 In-Reply-To: <1378942761-23687-1-git-send-email-tipecaml@gmail.com> (Cyril Roelandt's message of "Thu, 12 Sep 2013 01:39:21 +0200") List-Id: 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: Cyril Roelandt Cc: guix-devel@gnu.org Cyril Roelandt skribis: > * gnu/packages/gnome.scm: New file. I=E2=80=99d have put it in glib.scm maybe; thoughts? > * gnu-system.am: Add it. > --- > gnu-system.am | 1 + > gnu/packages/gnome.scm | 72 ++++++++++++++++++++++++++++++++++++++++++= ++++++ > 2 files changed, 73 insertions(+) > create mode 100644 gnu/packages/gnome.scm > > > This works fine on i686, but fails on x86-64 with: > > "ERROR: can't resolve libraries to shared libraries: gobject-2.0, glib-2.= 0" > > Any idea why ?=20 No. Could you try to grep the source to see what produces this message? > Also, some bits are gpl2+, other are lgpl2+, what should I use in the 'li= cense' > field ? =E2=80=98license=E2=80=99 should refer to the resulting license, so in that= case it=E2=80=99s gpl2+. However, it=E2=80=99s good to add a comment stating that some files= are LGPLv2+ as well. Thanks, Ludo=E2=80=99.