boot guixsd

2018-03-02 Thread Rene
Hello, I'm reviewing how GNU GuixSD/Linux boot, $ cat /proc/cmdline BOOT_IMAGE=/gnu/store/jnww66749r8ck6l2rwgvpzzbnazs0392-linux-libre-4.15.5/bzImage --root=root --system=/gnu/store/qcia33hqzi6md3q18frs16piis6xxy9i-system --load=/gnu/store/qcia33hqzi6md3q18frs16piis6xxy9i-system/boot To

Re: Cuirass news

2018-03-02 Thread Danny Milosavljevic
> Inlining output fetching does not quite have the performance impact I > was hoping for. For example, /api/queue remains quite slow (sometimes a > tenth of a second but often several seconds.) The problem might be > elsewhere though, perhaps some Fiber scheduling issue. Hmm, we could examine

[PATCH 1/3] gnu: doc: Alloc documentation to be translated.

2018-03-02 Thread Julien Lepiller
* po/doc/local.mk: New file. * Makefile.am: Include it. Add silent rules for po4a. * configure.ac: Look for po4a-translate and po4a-updatepo. * doc/local.mk: Add rules to generate gettext files. (TRANSLATED_INFO): New variable. (BUILT_SOURCES, EXTRA_DIST, MAINTAINERCLEANFILES): Add it. *

[WIP] localize guix.texi

2018-03-02 Thread Julien Lepiller
Hi, this new version of the patch takes your feedback into account. I tried to put guix.fr.texi in dist_info_TEXINFOS, but automake didn't generate the rules for building guix.fr.info in that case. I don't like the fact that both the po and texi files are commited and will be changed together

[PATCH 2/3] gnu: guix: Add po4a input.

2018-03-02 Thread Julien Lepiller
* gnu/packages/package-management.scm (guix)[inputs]: Add po4a. --- gnu/packages/package-management.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm index 6ec70b12f..5aeea5cbd 100644 ---

Re: [shepherd] 01/02: nls: Add fr translation.

2018-03-02 Thread Nicolas Goaziou
Hello, l...@gnu.org (Ludovic Courtès) writes: > +#: modules/shepherd/scripts/herd.scm:82 > +#, scheme-format > +msgid "Status of ~a:~%" > +msgstr "Status de ~a :~%" "Statut de ~a :~%" Regards, -- Nicolas Goaziou0x80A93738

Re: Posts in languages other than English on help-guix?

2018-03-02 Thread Ludovic Courtès
Gábor Boskovits skribis: > ("hu" > "Iratkozzon fel a „Help“ levelezőlistára, hogy segítséget kaphasson > e-mailben a GuixSD > és a GNU Guix közösségtől. Magyarul is küldhet üzeneteket.") Thanks! Ludo’.

Re: Posts in languages other than English on help-guix?

2018-03-02 Thread Ludovic Courtès
Andreas Enge skribis: > On Fri, Mar 02, 2018 at 05:02:40PM +0100, Ludovic Courtès wrote: >> What about allowing posts on help-guix in one of the languages that >> regular contributors know, in addition to English? > > That sounds like a good idea. However, in the text, I would

Re: Cuirass news

2018-03-02 Thread Ludovic Courtès
l...@gnu.org (Ludovic Courtès) skribis: > Danny Milosavljevic skribis: > >> Pushed both. > > Awesome! > > Inlining output fetching does not quite have the performance impact I > was hoping for. For example, /api/queue remains quite slow (sometimes a > tenth of a second

Re: Posts in languages other than English on help-guix?

2018-03-02 Thread Gábor Boskovits
2018-03-02 21:03 GMT+01:00 Andreas Enge : > Hello! > > On Fri, Mar 02, 2018 at 05:02:40PM +0100, Ludovic Courtès wrote: > > What about allowing posts on help-guix in one of the languages that > > regular contributors know, in addition to English? > > That sounds like a good idea.

Re: Posts in languages other than English on help-guix?

2018-03-02 Thread ng0
Andreas Enge transcribed 1.6K bytes: > Hello! > > On Fri, Mar 02, 2018 at 05:02:40PM +0100, Ludovic Courtès wrote: > > What about allowing posts on help-guix in one of the languages that > > regular contributors know, in addition to English? > > That sounds like a good idea. However, in the

Re: Posts in languages other than English on help-guix?

2018-03-02 Thread Catonano
2018-03-02 21:07 GMT+01:00 Andreas Enge : > On Fri, Mar 02, 2018 at 04:47:45PM +, ng0 wrote: > > On topic: I think it's too much to suggest to include something that > indicates > > the language of the post in the subject? > > I think people will easily recognise languages

Re: Posts in languages other than English on help-guix?

2018-03-02 Thread Andreas Enge
On Fri, Mar 02, 2018 at 04:47:45PM +, ng0 wrote: > On topic: I think it's too much to suggest to include something that indicates > the language of the post in the subject? I think people will easily recognise languages they speak in a post! Andreas

Re: Posts in languages other than English on help-guix?

2018-03-02 Thread Andreas Enge
Hello! On Fri, Mar 02, 2018 at 05:02:40PM +0100, Ludovic Courtès wrote: > What about allowing posts on help-guix in one of the languages that > regular contributors know, in addition to English? That sounds like a good idea. However, in the text, I would still say that English is the preferred

Re: ScummVM

2018-03-02 Thread ng0
ng0 transcribed 3.2K bytes: > Hi, > > I haven't checked the source code repo yet for licenses included except the > obvious stated ones. > Last week I wrote on IRC that it contains proprietary engines (or something > along this lines). > Memory served me wrong, there's only stable and unstable

Re: Posts in languages other than English on help-guix?

2018-03-02 Thread ng0
Ludovic Courtès transcribed 4.8K bytes: > Hello Guix! > > What about allowing posts on help-guix in one of the languages that > regular contributors know, in addition to English? > > The alternative would be to create separate language-specific lists, but > some (rightfully) think there’s a risk

Posts in languages other than English on help-guix?

2018-03-02 Thread Ludovic Courtès
Hello Guix! What about allowing posts on help-guix in one of the languages that regular contributors know, in addition to English? The alternative would be to create separate language-specific lists, but some (rightfully) think there’s a risk of a disconnect with actual developers. Of course

Re: [WIP]: localize guix.texi

2018-03-02 Thread Gábor Boskovits
2018-03-02 14:31 GMT+01:00 Ludovic Courtès : > Hi Julien, > > Thanks a lot for taking this initiative. To me localization is super > important if we are to make free software a viable option for everyone. > > Julien Lepiller skribis: > > >> here is my first

ScummVM

2018-03-02 Thread ng0
Hi, I haven't checked the source code repo yet for licenses included except the obvious stated ones. Last week I wrote on IRC that it contains proprietary engines (or something along this lines). Memory served me wrong, there's only stable and unstable engines. This is from my current build

New Brazilian Portuguese PO file for 'shepherd' (version 0.3.3-pre1)

2018-03-02 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. A revised PO file for textual domain 'shepherd' has been submitted by the Brazilian Portuguese team of translators. The file is available at: http://translationproject.org/latest/shepherd/pt_BR.po (We can

Re: Talk about Guix and GuixSD at FSF Hungary

2018-03-02 Thread Ludovic Courtès
Hello Gábor, Gábor Boskovits skribis: >> The repository is here: >> >> http://git.savannah.gnu.org/cgit/guix/maintenance.git/ >> >> Usually, it’s just a matter of adding a new directory containing the >> sources. You can send a URL to the sources (e.g. as a tarball) to

New French PO file for 'shepherd' (version 0.3.3-pre1)

2018-03-02 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. A revised PO file for textual domain 'shepherd' has been submitted by the French team of translators. The file is available at: http://translationproject.org/latest/shepherd/fr.po (We can arrange things so

Re: [WIP]: localize guix.texi

2018-03-02 Thread Ludovic Courtès
Hi Julien, Thanks a lot for taking this initiative. To me localization is super important if we are to make free software a viable option for everyone. Julien Lepiller skribis: >> here is my first attempt at localizing guix.texi. This patch adds >> guix.fr.texi, a

Re: Cuirass news

2018-03-02 Thread Ludovic Courtès
Danny Milosavljevic skribis: > Pushed both. Awesome! Inlining output fetching does not quite have the performance impact I was hoping for. For example, /api/queue remains quite slow (sometimes a tenth of a second but often several seconds.) The problem might be

Re: broken references in jar manifests

2018-03-02 Thread Ludovic Courtès
Heya, Ricardo Wurmus skribis: > Manifest-Version: 1.0 > Class-Path: /gnu/store/i28vi94r8z9f0x02zgkrv87w16ibmqkw-java-htsjdk-2. > 10.1/share/java/htsjdk.jar > Created-By: 1.8.0_151 (Oracle Corporation) > Main-Class: picard.cmdline.PicardCommandLine > > Note that