[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnu: Add gobject-introspection.
From: |
Ludovic Courtès |
Subject: |
Re: [PATCH] gnu: Add gobject-introspection. |
Date: |
Thu, 12 Sep 2013 10:41:24 +0200 |
User-agent: |
Gnus/5.130007 (Ma Gnus v0.7) Emacs/24.3 (gnu/linux) |
Cyril Roelandt <address@hidden> skribis:
> * gnu/packages/gnome.scm: New file.
I’d 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 ?
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
> 'license'
> field ?
‘license’ should refer to the resulting license, so in that case it’s
gpl2+. However, it’s good to add a comment stating that some files are
LGPLv2+ as well.
Thanks,
Ludo’.
[PATCH v2] gnu: Add gobject-introspection., Cyril Roelandt, 2013/09/29