Re: gobject-introspection typelibs and shared libraries

2014-12-09 Thread Mark H Weaver
Mark H Weaver writes: > Federico Beffa writes: >> What do you prefer? Revert to gobject-introspection 1.38.0, or got >> down the version dependency hell? > > I've started working on this. It turns out we have to go down quite a > rabbit hole. Among other things, 'eudev' must be updated [...]

Re: gobject-introspection typelibs and shared libraries

2014-12-09 Thread Mark H Weaver
Federico Beffa writes: > What do you prefer? Revert to gobject-introspection 1.38.0, or got > down the version dependency hell? I've started working on this. It turns out we have to go down quite a rabbit hole. Among other things, 'eudev' must be updated, and we will lose 'udev' entirely. I'll

Re: gobject-introspection typelibs and shared libraries

2014-12-09 Thread Mark H Weaver
Federico Beffa writes: > On Tue, Dec 9, 2014 at 8:30 PM, Federico Beffa wrote: >> I've then updated pix-buf to the latest and it builds fine, but have 2 >> out of 74 test failures. > > gdk-pixbuf 2.31.2 (latest) fails 2 tests, but 2.31.1 passes all of them. This is a bug in 2.31.2, where they f

Re: [PATCH] gnu: Add wmctrl.

2014-12-09 Thread Ludovic Courtès
Alex Kost skribis: > Just in case I'm attaching all 3 patches for adding wmctrl, scrot and > unclutter to xdisorg.scm. OK to push? Fine with me! Ludo’.

Re: gobject-introspection typelibs and shared libraries

2014-12-09 Thread Ludovic Courtès
Federico Beffa skribis: > I've pushed the two changes and see that it breaks several packages > depending on gobject-introspection. > Looking randomly at some of the failures I see that pango and > gdk-pixbuf fail to build (and many other failures are a consequence of > one of these two). So I've

Re: [PATCH] gnu: Add wmctrl.

2014-12-09 Thread Alex Kost
Just in case I'm attaching all 3 patches for adding wmctrl, scrot and unclutter to xdisorg.scm. OK to push? >From e8b2d17e9fb236afad6fd11201f2784fa6b3abf7 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Fri, 5 Dec 2014 00:22:04 +0300 Subject: [PATCH 1/3] gnu: Add wmctrl. * gnu/packages/xdisorg.s

Re: gobject-introspection typelibs and shared libraries

2014-12-09 Thread Federico Beffa
On Tue, Dec 9, 2014 at 8:30 PM, Federico Beffa wrote: > I've then updated pix-buf to the latest and it builds fine, but have 2 > out of 74 test failures. gdk-pixbuf 2.31.2 (latest) fails 2 tests, but 2.31.1 passes all of them. Fede

Re: [PATCH 13/14] gnu: Add llvm and clang.

2014-12-09 Thread Ludovic Courtès
Eric Bavier skribis: > Ludovic Courtès writes: > >> Eric Bavier skribis: >> >>> * gnu/packages/llvm.scm: New file. >>> * gnu-system.am (GNU_SYSTEM_MODULES): Add it. >> >> [...] >> >>> +(inputs `(("llvm",llvm) >>> + ("libxml2" ,libxml2) >>> + ,@(package-inputs ll

Re: gobject-introspection typelibs and shared libraries

2014-12-09 Thread Federico Beffa
On Mon, Dec 8, 2014 at 9:37 PM, Ludovic Courtès wrote: > Exactly. So it’s better to push a patch that adds it right after the > patch that fixes g-ir-scanner. I've pushed the two changes and see that it breaks several packages depending on gobject-introspection. Looking randomly at some of the f

Re: [PATCH 13/14] gnu: Add llvm and clang.

2014-12-09 Thread Eric Bavier
Ludovic Courtès writes: > Eric Bavier skribis: > >> * gnu/packages/llvm.scm: New file. >> * gnu-system.am (GNU_SYSTEM_MODULES): Add it. > > [...] > >> +(inputs `(("llvm",llvm) >> + ("libxml2" ,libxml2) >> + ,@(package-inputs llvm))) > > Should LLVM be a propagat

[PATCH] gnu: Add cffi.

2014-12-09 Thread Federico Beffa
Please find attached a patch for cffi. Regards, Fede From 557cd2fc4e0944cbaa45bb4e89be975d6f56d812 Mon Sep 17 00:00:00 2001 From: Federico Beffa Date: Tue, 9 Dec 2014 15:58:24 +0100 Subject: [PATCH] gnu: Add cffi. * gnu/packages/python.scm (python-cffi, python2-cffi): New variables. --- gnu/pac

Re: [PATCH] gnu: xfce: New module

2014-12-09 Thread Andreas Enge
On Tue, Dec 09, 2014 at 11:06:06PM +0800, 宋文武 wrote: > Should I split this to series? Yes, please use one commit per package. Andreas

[PATCH] gnu: xfce: New module

2014-12-09 Thread 宋文武
Should I split this to series? >From 580be1ac4e5b4e326e6746520a03ae0ca9d80974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Tue, 9 Dec 2014 22:56:12 +0800 Subject: [PATCH] gnu: xfce: New module. * gnu/packages/xfce.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES)

Re: [PATCH] gnu: Add slock.

2014-12-09 Thread Ludovic Courtès
Tomáš Čech skribis: > * gnu/packages/dwm.scm (slock): New variable. Applied, thanks! Ludo’.

Re: [PATCH] gnu: Add pycparser.

2014-12-09 Thread Ludovic Courtès
Federico Beffa skribis: > From 79bd66d0af6d4402b83122c67b6ce44401a37f7f Mon Sep 17 00:00:00 2001 > From: Federico Beffa > Date: Mon, 8 Dec 2014 10:08:00 +0100 > Subject: [PATCH] gnu: Add pycparser. > > * gnu/packages/python.scm (python-pycparser, python2-pycparser): New > variables. LGTM! Lud

Re: [PATCH] gnu: add msmtp

2014-12-09 Thread Ludovic Courtès
Tomáš Čech skribis: > * gnu/packages/mail.scm (msmtp): New variable. I think this addresses the points that David raised, so I applied it. Thanks! Ludo’.

Re: [PATCH 1/2]: system: Cleanup bash startup files

2014-12-09 Thread 宋文武
Ludovic Courtès writes: > 宋文武 skribis: > >> From e660764aebc524b1ed22c594aa45784b510de3e2 Mon Sep 17 00:00:00 2001 >> From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= >> Date: Fri, 5 Dec 2014 20:01:07 +0800 >> Subject: [PATCH] system: Cleanup bash startup files. >> >> * gnu/system.scm (etc-directo

Re: [PATCH 2/2] gnu: Add libwnck

2014-12-09 Thread 宋文武
Ludovic Courtès writes: > 宋文武 skribis: > >> From 5383f469603146abc102f70165e2bea9538b3d34 Mon Sep 17 00:00:00 2001 >> From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= >> Date: Mon, 8 Dec 2014 23:00:41 +0800 >> Subject: [PATCH 2/2] gnu: Add libwnck. >> >> * gnu/packages/gnome.scm (libwnck, libwnck-