Andreas Enge writes:
> On Wed, Oct 28, 2015 at 01:58:44PM +0100, Andreas Enge wrote:
>> telepathy-glib
>
> I am attaching test-suite.log. 宋文武, a similar patch to your commit
> 5f37e56ba41edb1bd47b7b1663aea07078f943d2 will probably work here, too.
> Could you have a look, please?
Done, thanks for
Ludovic Courtès writes:
>> * gnu/packages/maths.scm (openblas)[arguments]: Add "TARGET=SICORTEX" to
>> make-flags when building for MIPS.
>
> Sounds good but…
>
>> - '("DYNAMIC_ARCH=1")
>> - ;; On MIPS we force the SICORTEX TARGET, as for the other
>> -
Andreas Enge writes:
> On Wed, Oct 28, 2015 at 01:58:44PM +0100, Andreas Enge wrote:
>> mesa-utils
>
> This one does not build with newer mesa any more:
>https://bugs.freedesktop.org/show_bug.cgi?id=91643
>
> The patch referenced there is
>
> http://cgit.freedesktop.org/mesa/demos/commit/
On Fri, Oct 30, 2015 at 08:36:59PM +0800, 宋文武 wrote:
> Done, thanks for notice!
Great, thanks a lot!
Andreas
On Fri, Oct 30, 2015 at 08:54:00PM +0800, 宋文武 wrote:
> As mention in the report, pass '--disable-egl' do the trick, thanks for
> the information!
I was not quite sure if this flag did not disable too much; but probably it
simply disables things that have been removed. So if its dependencies still
Thompson, David writes:
> Hey Ricardo,
>
> On Wed, Sep 16, 2015 at 5:12 AM, Ricardo Wurmus
> wrote:
>> Hi Guix,
>>
>> attached are a couple of patches that resulted from a recent attempt to
>> traverse the dependency graph for a dependency of some tool I wanted to
>> package.
>>
>> I’m not happ
>From 9b971d3ce5eaf2b8b773145eeff9504f321df898 Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus
Date: Fri, 30 Oct 2015 16:43:51 +0100
Subject: [PATCH 1/3] gnu: Add ruby-rb-inotify.
* gnu/packages/ruby.scm (ruby-rb-inotify): New variable.
---
gnu/packages/ruby.scm | 33 ++
Andreas Enge skribis:
> On Thu, Oct 29, 2015 at 10:11:11PM +0100, Adam Pribyl wrote:
>> >Nothing really specific. I was just curious if it was possible. Now that I
>> >think about it,
>> >I should get the same result whether building myself or installing a
>> >substitute,
>> >right?
>> Right. Tha
Andy Patterson skribis:
> From 7415f04aa9f45401a05e289744d57eff8ef18f4b Mon Sep 17 00:00:00 2001
> From: Andy Patterson
> Date: Thu, 29 Oct 2015 18:59:18 -0400
> Subject: [PATCH] gnu: ffmpeg: Enable gnutls support.
>
> * gnu/package/video.scm (ffmpeg)[inputs]: Add gnutls.
> [arguments]: Enable
"Thompson, David" skribis:
> From 750131550354a25541a3adcdd983f4053bb86cc9 Mon Sep 17 00:00:00 2001
> From: David Thompson
> Date: Thu, 29 Oct 2015 00:15:36 -0400
> Subject: [PATCH] system: container: Adjust to changes in gexps.
>
> * gnu/system/linux-container.scm (system-container): 'etc' is n
Ricardo Wurmus skribis:
> Here’s the corrected patch:
>
> From 99bdf62c3ff47ad3cb3a57092ed96baa1055fa77 Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus
> Date: Mon, 20 Jul 2015 15:05:55 +0200
> Subject: [PATCH 1/2] gnu: openblas: Set TARGET to SICORTEX on MIPS.
>
> * gnu/packages/maths.scm (open
Alex Kost skribis:
> From 4d13ab2a470b39dffa2e3a4c086a6f7237485777 Mon Sep 17 00:00:00 2001
> From: Alex Kost
> Date: Thu, 29 Oct 2015 21:05:17 +0300
> Subject: [PATCH 3/3] emacs: Disable minor modes in 'guix-build-log-mode'.
>
> * emacs/guix-build-log.el (guix-build-log-mode-hook): Remove
> '
Alex Kost skribis:
> I use (add-hook 'shell-mode-hook 'guix-build-log-minor-mode) and I found
> that along with phases highlighting, it is useful to have some key
> bindings available in this minor mode, so this patch adds "C-c
> M-n/M-p/TAB/S-TAB" keys to it.
Excellent!
> From fe50e7233fa5144f
Alex Kost skribis:
> As suggested by Ludovic on IRC, after this patch, build log files (from
> /var/log/guix/drvs) will be displayed in a 'guix-build-log-mode'.
>
> I'm not sure about regexp though: are these files always "bz2" and
> ".../XX/X-30-more-characters-X/..."?
It’s not necessar
All of these LGTM. If we encounter gems like inotify that use
Jeweler, then we should consider adding an argument to
ruby-build-system that allows one to toggle gemspec generation.
- Dave
On Tue, Oct 27, 2015 at 1:41 PM, Ludovic Courtès wrote:
> "Thompson, David" skribis:
>
>> From 5dde31ef51502726a2915cc4faba81f4fadb851c Mon Sep 17 00:00:00 2001
>> From: David Thompson
>> Date: Mon, 8 Jun 2015 09:04:38 -0400
>> Subject: [PATCH] scripts: system: Add 'container' action.
>>
>> * gu
l...@gnu.org (Ludovic Courtès) skribis:
> Regarding linux-libre-loongson2f: Are the patches available elsewhere?
> I figured we might as well refer to them using an ‘origin’ if there’s a
> stable location we can use.
Another issue: I changed the GRUB upgrade to use a more recent commit,
which inc
Hello!
I just pushed the last bit to deal with the locale data incompatibility
issue on GuixSD; doc below.
Ludo’.
7.2.6.1 Locale Data Compatibility Considerations
‘operating-system’ declarations provide a ‘locale-libcs’ field to
specify the GNU
iyzs...@member.fsf.org (宋文武) writes:
> after this fix, I merge master into dbus-update.
> Do you think it's time to merge back?
I think we should wait until we can fix the remaining problems.
> Sorry for all the trouble I made..
I don't think you've made any trouble. On the contrary, I very muc
Hi Efraim,
Efraim Flashner writes:
> On Thu, 22 Oct 2015 11:17:11 -0400
> Mark H Weaver wrote:
>
>> Efraim Flashner writes:
>>
>> > efraim pushed a commit to branch master
>> > in repository guix.
>> >
>> > commit 5d47eab0242d6f89a6837123141acdae68745328
>> > Author: Efraim Flashner
>> > Dat
Thanks to avoine on freenode for motivating me to finally add this
feature. I've wanted it for awhile, but not badly enough to actually
implement it until now. This is a cool feature because you can do stuff
like this now:
guix environment --ad-hoc -e '(@ (gnu) %base-packages)'
Pretty cool!
Hello, sorry for the delay.
On Tue, Oct 27, 2015 at 6:13 AM, Ludovic Courtès wrote:
> Hello!
>
> One thing I noticed is that ‘guix environment --container’ behaves
> sub-optimally when ‘SHELL’ is set or set to the empty string:
>
> --8<---cut here---start->8---
22 matches
Mail list logo