On Tue, Dec 20, 2016 at 01:56:03PM -0500, Mark H Weaver wrote:
> l...@famulari.name (Leo Famulari) writes:
>
> > lfam pushed a commit to branch master
> > in repository guix.
> >
> > commit 7ab3ea426640e4e7ae798a8f72b3c90b383cb824
> > Author: Leo Famulari
> > Date: Tue Dec 13 18:59:50 2016 -050
Since flask-WTF directly imports flask, this package should also propagate
flask.
Is there a time out in shepherd service start/checks, or is the
"service could not be started" simply a result of when a service
encounters a fatal error and quits?
--
♥Ⓐ ng0 | PGP keys and more: https://n0is.noblogs.org/
|http://ng0.chaosnet.org
Hi Alex,
david.ha...@dhashe.com is correct.
Thanks,
David
On Tue, Dec 20, 2016 at 7:57 AM, Alex Kost wrote:
> Hello, if it's not too late for the release, I think it would be good to
> adjust ".mailmap" to avoid duplicates in the generated AUTHORS file (if
> it's too late, it would be good any
Am 20.12.2016 um 18:11 schrieb ng0:
> I found the files created (for example $directory/hostlists/new
> (or whatever the name was) is owned by root. this should not
> happen, it should be gnunet:gnunet.
Then maybe the process is run as root. postgresql-shepherd-service has
an example for how to sw
On Tue, Dec 20, 2016 at 01:56:03PM -0500, Mark H Weaver wrote:
> > gnu: nss, nss-certs: Update to 3.27.2.
> >
> > * gnu/packages/gnuzilla.scm (nss): Update to 3.27.2.
> > * gnu/packages/certs.scm (nss-certs): Update to 3.27.2.
>
> Thanks for this, but unfortunately this version of
l...@famulari.name (Leo Famulari) writes:
> lfam pushed a commit to branch master
> in repository guix.
>
> commit 7ab3ea426640e4e7ae798a8f72b3c90b383cb824
> Author: Leo Famulari
> Date: Tue Dec 13 18:59:50 2016 -0500
>
> gnu: nss, nss-certs: Update to 3.27.2.
>
> * gnu/packages/gn
Ludovic Courtès writes:
> Marius Bakke skribis:
>
>> Ludovic Courtès writes:
>>
>>> Hello!
>>>
>>> Marius Bakke skribis:
>>>
>> OK. I'll try to find out why tests don't work with the UEFI variant
>> first in order to at least write a meaningful comment. Maybe qemu needs
>> UEFI sup
Hartmut Goebel writes:
> Am 19.12.2016 um 20:30 schrieb ng0:
>> I'd like someone to review the shepherd service so I can be sure that
>> the errors I'm getting aren't gnunet related. You have to configure a
>
> Maybe this is due to wrong file-system permissions: In gnunet-activation
> you write:
Marius Bakke skribis:
> Ludovic Courtès writes:
>
>> Hello!
>>
>> Marius Bakke skribis:
>>
> OK. I'll try to find out why tests don't work with the UEFI variant
> first in order to at least write a meaningful comment. Maybe qemu needs
> UEFI support or something like that.
Am 19.12.2016 um 20:30 schrieb ng0:
> I'd like someone to review the shepherd service so I can be sure that
> the errors I'm getting aren't gnunet related. You have to configure a
Maybe this is due to wrong file-system permissions: In gnunet-activation
you write:
+ (chmod "/var/lib/gnun
Alex Kost (2016-12-20 16:57:50 +0300) wrote:
> Hello, if it's not too late for the release, I think it would be good
> to adjust ".mailmap" to avoid duplicates in the generated AUTHORS file
> (if it's too late, it would be good anyway). […]
>
> - Ivan: "Ivan Vilata-i-Balaguer" or "Ivan Vilata i B
On Tue, 20 Dec 2016 16:57:50 +0300
Alex Kost wrote:
> Hello, if it's not too late for the release, I think it would be good
> to adjust ".mailmap" to avoid duplicates in the generated AUTHORS
> file (if it's too late, it would be good anyway).
>
> As you can check with "git --no-pager shortlog -
ng0 writes:
> Thanks Kei for catching this mistake. I tried to solve it with a
> directory-excursion, but ended up using chdir and removed the
> dedicated phase to delete the empty dir, as deleting the directory to
> me is a closure/finishing touch to the split phase.
> Any objections, further co
ng0 writes:
> Ludovic Courtès writes:
>
>> ng0 skribis:
>>
>>> So, here's debbugs. Disclaimer: I never ran or did setup or got in any
>>> way in touch with debbugs on a server.
>>>
>>> Input welcome to adjust. All I know is that we'll need a service to make
>>> this work. I have no reasonable i
Alex Kost writes:
> Hello, if it's not too late for the release, I think it would be good to
> adjust ".mailmap" to avoid duplicates in the generated AUTHORS file (if
> it's too late, it would be good anyway).
>
> As you can check with "git --no-pager shortlog -nse", there are some
> duplicates i
ng0 writes:
> I found neither paprefs nor gconfmm in our package database as I was
> about to move this to my 'done' tag, out of sight.
> Can someone (Christopher? Leo?) finish this?
As I got no reply after my initial question, I will fix both of
these packages up next month.
> Thanks.
> Leo Fa
Added a comment about the commit used, tried to make the synopsis shorter.
It can be made even shorter in my opinion, but I don't see how right now.
Feedback welcome.
From: ng0
* gnu/packages/lcs.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add lcs.scm.
---
gnu/local.mk | 1 +
gnu/packages/lcs.scm | 67
2 files changed, 68 insertions(+)
create mode 100644 gnu/packages/lcs.scm
diff --git a/
Hello,
> - Vincent: or ?
I'll keep: "Vincent Legoll "
Thanks
--
Vincent Legoll
Ludovic Courtès writes:
> Hello!
>
> Marius Bakke skribis:
>
OK. I'll try to find out why tests don't work with the UEFI variant
first in order to at least write a meaningful comment. Maybe qemu needs
UEFI support or something like that.
>>>
>>> It might be that we no longer need
From: ng0
* gnu/packages/linux.scm (alsa-plugins): New variable.
---
gnu/packages/linux.scm | 65 ++
1 file changed, 65 insertions(+)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 827ee8b37..78fab4e18 100644
--- a/gnu/packages
Thanks Kei for catching this mistake. I tried to solve it with a
directory-excursion, but ended up using chdir and removed the dedicated phase
to delete the empty dir, as deleting the directory to me is a closure/finishing
touch to the split phase.
Any objections, further comments or can this b
Hello, if it's not too late for the release, I think it would be good to
adjust ".mailmap" to avoid duplicates in the generated AUTHORS file (if
it's too late, it would be good anyway).
As you can check with "git --no-pager shortlog -nse", there are some
duplicates in the output (double names or e
On Tue, Dec 20, 2016 at 12:03:31PM +0100, John Darrington wrote:
On Tue, Dec 20, 2016 at 02:17:42AM -0500, Mark H Weaver wrote:
The scheme code contains a number of procedures similar to
(load-extension "libguile-ncurses" "func"). We need the first
string to contain the absolu
Hi Daniel,
"Daniel Pimentel (d4n1)" skribis:
> I tried install guixsd recently and all time there are errors about build
> (printscreen attached). I tried with:
> -guix system init ...
> -guix system init --fallback ...
>
> Note: my network works. I tried with desktop.scm and lightweight-deskto
Hello Danny!
Danny Milosavljevic skribis:
>> There's a newer version of Matplotlib which has a reference cycle matplotlib
>> <- ipython <- matplotlib. Sigh...
>
> If I remove "ipython requires matplotlib" (according to matplotlib upstream
> it doesn't - at least they imply that), then still th
Hello!
Pjotr Prins skribis:
> The static version of bash contains a number of non-existant references. They
> look harmless enough and are probably used
> for bootstrapping.
>
> Contains /gnu/store reference in
> gnu/store/7jhakv1r1nbs2sr2f7ammq256w7niarh-bash-static-4.3.39/bin/bash
> 1127848
Howdy,
Thanks for taking the time to explain.
Make sure to let us know what new things happen in Emacs-Guix, you know
it has its fan club here! :-)
Ludo’.
Hello!
Marius Bakke skribis:
>>> OK. I'll try to find out why tests don't work with the UEFI variant
>>> first in order to at least write a meaningful comment. Maybe qemu needs
>>> UEFI support or something like that.
>>
>> It might be that we no longer need QEMU 1.3.1 to run the tests (see the
GNUs,
I tried install guixsd recently and all time there are errors about build
(printscreen attached). I tried with:
-guix system init ...
-guix system init --fallback ...
Note: my network works. I tried with desktop.scm and lightweight-desktop.scm
too.
Thanks,
On Tue, Dec 20, 2016 at 02:17:42AM -0500, Mark H Weaver wrote:
Hi John,
John Darrington writes:
> * gnu/packages/guile.scm (guile-ncurses) [arguments]: Install shared
object before
> attempting to build the package. Patch load-extension path before
building instead
32 matches
Mail list logo