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 hugin. Date: Mon, 05 Oct 2015 21:28:50 +0200 Message-ID: <878u7h9kst.fsf@gnu.org> References: <20151003143735.GA4232@debian> 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]:34459) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZjBRP-00030a-KA for guix-devel@gnu.org; Mon, 05 Oct 2015 15:28:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZjBRO-00033B-Nw for guix-devel@gnu.org; Mon, 05 Oct 2015 15:28:55 -0400 In-Reply-To: <20151003143735.GA4232@debian> (Andreas Enge's message of "Sat, 3 Oct 2015 16:37:35 +0200") 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: Andreas Enge Cc: guix-devel@gnu.org Andreas Enge skribis: > A call to "strace -f" ends with the following lines: > 3953 futex(0x7f2020e51b68, FUTEX_WAKE_PRIVATE, 2147483647 > 3992 <... read resumed> "\1\0\0\0\0\0\0\0", 16) =3D 8 > 3953 <... futex resumed> ) =3D 0 > 4000 <... sendmsg resumed> ) =3D 128 > 3953 futex(0x7f2020e51b68, FUTEX_WAKE_PRIVATE, 2147483647 > 3992 poll([{fd=3D13, events=3DPOLLIN}], 1, 25000 > 3953 <... futex resumed> ) =3D 0 > 4000 poll([{fd=3D11, events=3DPOLLIN}, {fd=3D12, events=3DPOLLIN}], 2, 4= 294967295 > 3953 futex(0x7f2020e51b68, FUTEX_WAKE_PRIVATE, 2147483647) =3D 0 > 3953 open("/home/privat/.guix-profile/share/glib-2.0/schemas/gschemas.co= mpiled", O_RDONLY) =3D -1 ENOENT (No such file or directory) > 3953 futex(0x7f2020e51b68, FUTEX_WAKE_PRIVATE, 2147483647) =3D 0 > 3953 write(2, "\n(hugin:3953): GLib-GIO-ERROR **: No GSettings schemas a= re installed on the system\n", 83) =3D 83 > 3953 --- SIGTRAP {si_signo=3DSIGTRAP, si_code=3DSI_KERNEL} --- > 3991 <... futex resumed> ) =3D ? > 3999 +++ killed by SIGTRAP +++ > 3997 +++ killed by SIGTRAP +++ > 3996 +++ killed by SIGTRAP +++ > > And indeed, $HOME/.guix-profile/share/glib-2.0/ does not exist. > > The package uses cmake-build-system. Do we need to add a phase from the > glib-or-gtk-build-system? I think so, specifically =E2=80=98compile-glib-schemas=E2=80=99 and =E2=80= =98wrap-all-programs=E2=80=99. Maybe Federico and =E5=AE=8B=E6=96=87=E6=AD=A6 can confirm? (Eventually schemas should probably be generated in the profile, like we do for the rest.) Other than that it LGTM. Thanks! Ludo=E2=80=99.