On Fri, Jun 03, 2016 at 10:30:32PM +0200, Andreas Enge wrote:
> Hi Efraim,
>
> as you have noticed, I have created a wip-qt branch, mainly to test building
> qtbase on mips. I removed the removal of mips; but it turns out that an input
> is missing anyway. So I think we can include mips for the ti
Catonano (2016-06-02 23:01 +0300) wrote:
> From c26fd4f53f4bdb6092dad635695b2df9c97d3ebc Mon Sep 17 00:00:00 2001
> From: humanitiesNerd
> Date: Thu, 2 Jun 2016 21:53:12 +0200
> Subject: gnu: Add emacs-cider.
>
> * gnu/packages/emacs.scm (emacs-cider): New variable.
>
> ---
>
> diff --git a/gnu/p
On Sun, Jun 05, 2016 at 10:24:18AM +0300, Efraim Flashner wrote:
> To be fair, it was only the arm build that took 3.5 hours, i686 and
> x86_64 both took about an hour.
What took 3,5 hours was the "evaluation" on hydra: The time between the
moment I made hydra look at wip-qt, and the moment the fi
On Sun, Jun 05, 2016 at 11:15:59AM +0200, Andreas Enge wrote:
> On Sun, Jun 05, 2016 at 10:24:18AM +0300, Efraim Flashner wrote:
> > To be fair, it was only the arm build that took 3.5 hours, i686 and
> > x86_64 both took about an hour.
>
> What took 3,5 hours was the "evaluation" on hydra: The ti
On Sun, Jun 05, 2016 at 01:24:23PM +0300, Efraim Flashner wrote:
> Ok, I wasn't aware that it took hydra that long to actually start
> working on the next package set.
This is not normal and should be fixed once the new machine will have
arrived, and Mathieu's GSoC project is finished :-)
Andreas
Hi,
Last weekend I have been preparing my v9 patch set for the Mingw32 Guile
cross build, incorporating all comments that I got on v8 (thanks Andy
and Ludovic!).
I rebased onto latest master and made a script running some tests on
every single commit of the series, only to find out that after reb
I've been working more on this and I think it's much better now.
Currently it checks for `-l' or `-c' flags in the first position and
with some borrowing of code from the ls-command I've worked out
returning an error (out of order) when a file doesn't exist. And if
there's no flag then it attempts
iyzs...@member.fsf.org (宋文武) skribis:
> l...@gnu.org (Ludovic Courtès) writes:
>
>> 宋文武 skribis:
>>
>>> * gnu/services/dict.scm: New file.
>>> * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
>>> * doc/guix.texi (Various Services): Document it.
>>
>> Nice! I’ve been wanting it for some time. :-)
>>
Federico Beffa skribis:
> On Sat, Jun 4, 2016 at 9:46 PM, Thompson, David
> wrote:
>> On Sat, Jun 4, 2016 at 12:23 PM, Federico Beffa wrote:
>>> Hi,
>>>
>>> the content of the 'environment-variables' file left after a failed
>>> build do look odd...
>>>
>>> $ pwd
>>> /tmp/guix-build-chez-socket
Hello Guix!
Now is the time to register for the GNU Hackers Meeting! The more, the
merrier!
https://gnunet.org/ghm2016
https://www.gnu.org/ghm/upcoming.html
I think we can give a few talks/demos, such as a status update, an
overview of Guix, an overview of GuixSD, something about reproducib
Hi,
Here's some gems which help towards rails. Thanks in advance for any review.
In the process, we seem to have stumbled across a bug in libc, albeit not a
major one. Another victory for testing..
https://github.com/tzinfo/tzinfo-data/issues/10
Thanks,
ben
* gnu/packages/ruby.scm (ruby-activesupport)[propagated-inputs]: Add
'ruby-tzinfo-data'.
---
gnu/packages/ruby.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index fa550cb..319971e 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu
* gnu/packages/ruby.scm (ruby-timecop): New variable.
---
gnu/packages/ruby.scm | 37 +
1 file changed, 37 insertions(+)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 319971e..71b13e4 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby
* gnu/packages/ruby.scm (ruby-concurrent): New variable.
* gnu/packages/patches/ruby-concurrent-ignore-broken-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
---
gnu/local.mk | 1 +
.../ruby-concurrent-ignore-broken-test.patch | 37 +
* gnu/packages/ruby.scm (ruby-tzinfo-data): New variable.
---
gnu/packages/ruby.scm | 41 +
1 file changed, 41 insertions(+)
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index c6b6eed..fa550cb 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packa
On Thu, Jun 02, 2016 at 10:44:58AM -0500, Lukas Gradl wrote:
>
> Hi Leo,
>
...
>
> The tool "pump.py" is distributed with the Googletest source. It
> appears to be a part of the source rather than a bundeled dependency and
> the only reference to it that I found was in Googletest, so I would
> a
On Sun, Jun 5, 2016 at 9:00 AM, Ben Woodcroft wrote:
> * gnu/packages/ruby.scm (ruby-timecop): New variable.
> ---
> gnu/packages/ruby.scm | 37 +
> 1 file changed, 37 insertions(+)
>
> diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
> index 319971e.
On Sun, Jun 5, 2016 at 9:00 AM, Ben Woodcroft wrote:
> * gnu/packages/ruby.scm (ruby-tzinfo-data): New variable.
> ---
> gnu/packages/ruby.scm | 41 +
> 1 file changed, 41 insertions(+)
>
> diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
> index
On Sun, Jun 5, 2016 at 9:00 AM, Ben Woodcroft wrote:
> * gnu/packages/ruby.scm (ruby-concurrent): New variable.
> * gnu/packages/patches/ruby-concurrent-ignore-broken-test.patch: New file.
> * gnu/local.mk (dist_patch_DATA): Add it.
> ---
> gnu/local.mk | 1
Ben Woodcroft skribis:
> On 06/03/2016 06:14 PM, Ludovic Courtès wrote:
[...]
>> I think the downside is that the GitHub updater won’t be able to
>> identify these, although I’m not 100% sure of that.
>
> I haven't actually tested but I would think that is right
> Ludo.
Indeed:
--8<--
Hello!
Jan Nieuwenhuizen skribis:
> Since then I got somewhat closer but still do not understand what's
> going on. When I revert
>
> commit 28dc10a455689c807abc9241ed1094d902a9d9fa
> Author: Ludovic Courtès
> Date: Sun May 29 23:15:14 2016 +0200
>
> gnu: glibc: Refer to
Ludovic Courtès writes:
> Hmm the above commit normally cannot trigger anything since it simply
> modifies “build-side” code (that is, it does not change the inputs of
> packages; it just changes the content of the build program.)
Hmm, could it be then that everything that this commits seems to t
Efraim Flashner skribis:
> I've been working more on this and I think it's much better now.
> Currently it checks for `-l' or `-c' flags in the first position and
> with some borrowing of code from the ls-command I've worked out
> returning an error (out of order) when a file doesn't exist. And i
Hello Guix,
Attached is a patch to add the password hashing library Argon2. It is a
dependency for opendht.
The source tree contains the directory "blake2". At first I thought
this is a bundled version of blake2, but it seems that this is a
seperate implementation. The sources bundled with Ar
Leo Famulari writes:
> On Fri, Jun 03, 2016 at 10:27:32AM -0500, Lukas Gradl wrote:
>> Leo Famulari writes:
>> > On Tue, May 31, 2016 at 09:17:29AM -0500, Lukas Gradl wrote:
>> >> * gnu/packages/telephony.scm (opendht): New variable.
>> >
>> > I wonder if there is a better module? Distributed h
Efraim Flashner writes:
> On Thu, Jun 02, 2016 at 10:44:58AM -0500, Lukas Gradl wrote:
>>
>> Hi Leo,
>>
> ...
>>
>> The tool "pump.py" is distributed with the Googletest source. It
>> appears to be a part of the source rather than a bundeled dependency and
>> the only reference to it that I fo
On Sun, Jun 05, 2016 at 03:46:00PM -0500, Lukas Gradl wrote:
>
> Hello Guix,
>
> Attached is a patch to add the password hashing library Argon2. It is a
> dependency for opendht.
Thanks :)
> The source tree contains the directory "blake2". At first I thought
> this is a bundled version of bla
On Sun, Jun 05, 2016 at 05:22:02PM -0400, Matthew Jordan wrote:
> Wouldn't it be more useful to have one or versions of a package, since
> guix is capable of handling multiple versions? Though I have no problems
> upgrading the previous version, hopefully nothing will break.
In general, Guix handl
Hi,
Reliable system-level rollback is a great feature of GuixSD. Currently,
I've heard [1] that rollback can be performed using a variety of
methods. I've experimented with these methods and come to the
conclusion that they should be improved. However, before making any
changes, I wanted to get
Good Day Ben Woodcroft,
This is what I have so far, although I'm not that familiar with byebug
though. I'll try to dig a bit deeper to get a better understanding of
what's going on.
> It seems I was off-base a bit here. There was already a ruby-byebug
> packaged, but it was somewhat out of date.
> In general, Guix handles this just fine. But somebody has to maintain
> all those versions ;) We often suggest that if one user needs some old
> version of a package, they maintain the package privately. For example,
> using $GUIX_PACKAGE_PATH.
Ah okay, that makes sense. Does this also also app
On Sun, Jun 05, 2016 at 05:39:08PM -0400, Leo Famulari wrote:
> In this case, the argon2 README.md credits the blake2 code to Samuel
> Neves, who is one of the designers of blake2. So, I will look into this
> a little more closely to see if he reimplemented it for argon2 or if
> they copied it from
Hi,
When starting gnome-tweak-tool, it prints a warning
GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will
not be saved or shared with other applications.
The patch below has gnome-tweak-tool communicate with gsettings instead
of using the `memory. I'm not sending
33 matches
Mail list logo