New Russian PO file for 'guix-manual' (version 1.1.0-pre2)

2020-05-12 Thread Translation Project Robot
Hello, gentle maintainer. This is a message from the Translation Project robot. A revised PO file for textual domain 'guix-manual' has been submitted by the Russian team of translators. The file is available at: https://translationproject.org/latest/guix-manual/ru.po (We can arrange things

Re: Not sure my patch reached guix-patches

2020-05-12 Thread Edouard Klein
Never mind, I just got the answer from the automated system with the bug number and I see it in the archive now. It just takes a little more time than I expected. Sorry for the noise. Edouard Klein writes: > Hi all, > > I've sent my first patch (adding a Python package) to the guix-patches > mai

Not sure my patch reached guix-patches

2020-05-12 Thread Edouard Klein
Hi all, I've sent my first patch (adding a Python package) to the guix-patches mailing list as instructed in the documentation, but I don't see my message in the list archive https://lists.gnu.org/archive/html/guix-patches/2020-05/index.html and I don't have any acknowledgment of the message. I

Re: Not sure my patch reached guix-patches

2020-05-12 Thread Tobias Geerinckx-Rice
Edouard, Thanks for patching Guix! Edouard Klein 写道: Never mind, I just got the answer from the automated system with the bug number and I see it in the archive now. It just takes a little more time than I expected. The automated system isn't entirely automated ;-) Posts by new addresses a

Bundler 2

2020-05-12 Thread Josh Holland
Hi Guix, In the course of some fairly involved yak-shaving, I found the need to run a Ruby package, and tried running `guix environment --ad-hoc bundler ruby`. However, running it produced an error: $ bundle install Traceback (most recent call last): 2: from /gnu/store/5flpa8h2adwb86n49

[PATCH] ext2fs: Update to upstream Hurd-reserved xattr index for "gnu.*".

2020-05-12 Thread Jan Nieuwenhuizen
Hello, I have looked a bit further into upstream xattr support and and have been testing that using the two attached patches. As you can see, upstream reserved INDEX 10 for the Hurd, but the Hurd has been using INDEX 7. The (trivial) patch for the Hurd to change this should be OK, but until this

Re: Not sure my patch reached guix-patches

2020-05-12 Thread Edouard Klein
Well thanks for spam-checking, that's an arduous job :) ! Cheers, Edouard. Tobias Geerinckx-Rice writes: > Edouard, > > Thanks for patching Guix! > > Edouard Klein 写道: >> Never mind, I just got the answer from the automated system with the bug >> number and I see it in the archive now. It just t

Re: [PATCH] ext2fs: Update to upstream Hurd-reserved xattr index for "gnu.*".

2020-05-12 Thread Samuel Thibault
Jan Nieuwenhuizen, le mar. 12 mai 2020 16:12:34 +0200, a ecrit: > setfattr --name=gnu.translator --value='/hurd/pflocal\0' /mnt/servers/socket/1 man setfattr says If the given string is enclosed in double quotes, the inner string is treated as text. In that case, backslashes and double quotes ha

Re: Towards a graphical installer?

2020-05-12 Thread Christopher Lemmer Webber
Pierre Neidhardt writes: > Errr... Sorry, I was distracted yesterday, the NLNet grant is actually > for a graphical _package manager_, not an installer! :p > > That said, I'm interested in helping with it too! :) Still awesome :) I'm looking forward to seeing your work evolve! :) - Chris

foreign arch binary tarball creation problem

2020-05-12 Thread Vincent Legoll
I am trying to build binary tarball for foreign OS / arches, and this is failing, in an unhelpful way. This is guix master branch with a few patches (mostly to etc/guix-install.sh, so I assume they are not the cause of the problem seen here) I have built the i686 & x86_64 ones without any proble

Routing Guix services traffic trough Tor

2020-05-12 Thread Brice Waegeneire
Hello Guix, Today I played a bit with Tor and Guix, trying to fetch substitutes trough the Tor network as blaze_cornbread asked on IRC[0] how to do this. I managed to get it working but in the end I don't think we should encourage people doing it this way, that's why I haven't submitted a pa

guix describe user experience improvement proposition

2020-05-12 Thread Ekaitz Zarraga
Hi all, Yesterday I wanted to use `guix describe` and I felt quite helpless when choosing the format I wanted. I suggest adding the possible format list in the help of the `guix describe -h` command. That way the feature discovery is easier for users that don't want to dig in the code. It sho

Re: guix describe user experience improvement proposition

2020-05-12 Thread zimoun
Dear On Tue, 12 May 2020 at 21:07, Ekaitz Zarraga wrote: > I suggest adding the possible format list in the help of the `guix describe > -h` command. That way the feature discovery is easier for users that don't > want to dig in the code. Usually, the way to add such information is '--list-fo

Re: guix describe user experience improvement proposition

2020-05-12 Thread Ekaitz Zarraga
On Tuesday, May 12, 2020 9:44 PM, zimoun wrote: > Dear > > On Tue, 12 May 2020 at 21:07, Ekaitz Zarraga eka...@elenq.tech wrote: > > > I suggest adding the possible format list in the help of the `guix describe > > -h` command. That way the feature discovery is easier for users that don't > > w

Re: Internationalization Support for the Guix Data Service Outreachy Project

2020-05-12 Thread zimoun
Dear Danjela, Welcome! :-) > I am Danjela, the intern who will be working on "Internationalization Support > for Guix Data Service" Outreachy project mentored by Christopher Baines. Really nice! Guix Data Service deserves love. :-) Best regards, simon

Re: Towards a graphical installer?

2020-05-12 Thread hamzeh
On AP 22.02.1399 17:57, Mathieu Othacehe wrote: Hello, A way to move forward with the installer could be to propose an ISO image starting a desktop-environment by default. The attached patch modifies the installation image so that it starts a GNOME session. The installer is then automatically s

Re: Bundler 2

2020-05-12 Thread Jack Hill
On Tue, 12 May 2020, Josh Holland wrote: Indeed I see that gnu/packages/ruby.scm only packages Bundler v1.17.3, though Bundler 2 was released in January 2019 [0]. I'm not hugely familiar with the Ruby ecosystem, but reading the release announcement suggests that they expect users/developers to

Re: icu4j, antlr4, source archives without a root path

2020-05-12 Thread Björn Höfling
Hi Michael, what is the central message of your email? Is it just to say "I gave up, sorry", or do you need help at specific points? :-) At least I can tell you that I have quite a bunch of work-in-progress branches lying around because I start with "Oh, let's _just_ update/fix/add this little pr

Re: guix describe user experience improvement proposition

2020-05-12 Thread Ekaitz Zarraga
On Tuesday, May 12, 2020 10:13 PM, Ekaitz Zarraga wrote: > On Tuesday, May 12, 2020 9:44 PM, zimoun zimon.touto...@gmail.com wrote: > > Usually, the way to add such information is '--list-formats', e.g., > > see "guix graph"with '--list-types' and '-list-backends'. I do not > > know if it is an us

Re: Bundler 2

2020-05-12 Thread Pjotr Prins
On Tue, May 12, 2020 at 05:48:12PM -0400, Jack Hill wrote: > On Tue, 12 May 2020, Josh Holland wrote: > > > Indeed I see that gnu/packages/ruby.scm only packages Bundler v1.17.3, > > though Bundler 2 was released in January 2019 [0]. I'm not hugely > > familiar with the Ruby ecosystem, but readin

best practise between git-fetch vs url-fetch?

2020-05-12 Thread zimoun
Dear, Based on these 2 messages [1,2], what is the consensus between git-fetch and url-fetch? Pushing to SWH when linting appears to me winning the pros/cons. Even if SWH should eventually fetch http://guix.gnu.org/sources.json soon. And the other big pros from my point of view is the content-ad

Re: Towards a graphical installer?

2020-05-12 Thread dftxbs3e
On 5/12/20 9:09 AM, Pierre Neidhardt wrote: > Errr... Sorry, I was distracted yesterday, the NLNet grant is actually > for a graphical _package manager_, not an installer! :p > > That said, I'm interested in helping with it too! :) > Really?! We have that?? Wonderful!! That would be the YaST thi

Re: Verification Builds for Guix

2020-05-12 Thread Jan Nieuwenhuizen
Paul Spooren writes: [cc: guix-devel] Hello Paul, > I've used the last week a bit to work on some kind of verification build > collector. Essentially a scraper of rebuild results. Meaning, an official > binary > provided by a project is tried to rebuild. Okay... > This works already for Archl