Re: util-linux and perl rename

2018-11-26 Thread Thorsten Wilms
On 26/11/2018 06.12, Alex Vong wrote: To eliminate this conflict, I can think of 2 solutions: 1. Use 2 separate profiles where one has util-linux installed and the other has rename installed. 2. Install util-linux into the default profile, but invoke rename by "guix environment --ad

Re: util-linux and perl rename

2018-11-26 Thread Mark H Weaver
Alex Vong writes: > Thorsten Wilms writes: > >> I already had a "rename" binary via util-linux. Then I installed the >> package "rename", resulting in another "rename" binary, as I prefer >> the Perl version. This was a success in that I got what I wanted. >> >> However, should this name clash b

Re: util-linux and perl rename

2018-11-26 Thread Alex Vong
Mark H Weaver writes: > Alex Vong writes: > >> Thorsten Wilms writes: >> >>> I already had a "rename" binary via util-linux. Then I installed the >>> package "rename", resulting in another "rename" binary, as I prefer >>> the Perl version. This was a success in that I got what I wanted. >>> >>>

Re: Outreachy project infrastructure

2018-11-26 Thread Björn Höfling
On Sun, 25 Nov 2018 21:30:03 -0300 Laura Lazzati wrote: > > > > Laura, I saw you already have an account for libreplanet. Feel free > > to go on editing this page. I really just copy/pasted Ricardos > > email here. > > > > Great! Yes, I created it to edit the file about attending to > > FOSDEM,

Re: Packaging Arcan

2018-11-26 Thread L p R n d n
Hello, Thank you for the help. I decided to package appls on their own as they are not part of Arcan itself and can be written by anyone. My plan, if I understood correctly, is to copy appls file to '%out/share/arcan/appl' as the folder already exists in Arcan package so that everything is "merged

Re: Packaging Arcan

2018-11-26 Thread L p R n d n
Thank you! For the record, for OpenAl, I ended up adding the patched version as an input without packaging it (following the git example given by swedebugia). Then, copying the files in the right place, the build system seems to be smart enough to deal with the rest on its own. It's one less pac

Re: Outreachy project infrastructure

2018-11-26 Thread Laura Lazzati
Not all all. I'm only (positively) surprised how quick you are and how > much you do on your own. > Oh, thank you :) I though I was writing too much for help. And sometimes I get a little bit discouraged by the timezone, we have around 4 hs difference, and maybe when I get up you are already at mid

Re: Getting ‘core-updates’ merged

2018-11-26 Thread Björn Höfling
On Thu, 22 Nov 2018 10:41:59 +0100 l...@gnu.org (Ludovic Courtès) wrote: > There are still failures out there! > > https://hydra.gnu.org/eval/110331?full=1#tabs-still-fail > > The above list is slightly outdated so I’m restarting an evaluation on > hydra.gnu.org. You can also compare it to ma

Re: Getting ‘core-updates’ merged

2018-11-26 Thread Danny Milosavljevic
Hi Ludo, On Sun, 25 Nov 2018 16:54:53 +0100 l...@gnu.org (Ludovic Courtès) wrote: > It seems that this bug is not fully resolved. Do you know how we could > skip it in the meantime? Yes, just try the build again. It's a thread synchronization problem. pgp02d52wDw0l.pgp Description: OpenPGP d

Re: Getting ‘core-updates’ merged

2018-11-26 Thread Danny Milosavljevic
Or this: (delete-file-recursively "src/test/run-make/issue-26092") pgpf6fw1ThcXf.pgp Description: OpenPGP digital signature

Re: Preparing the reduced bootstrap tarballs

2018-11-26 Thread Timothy Sample
Hi Jan, Jan Nieuwenhuizen writes: > Timothy Sample writes: > >> I wanted to let you know that I’ve been doing more work on the little >> Shell backend that we were talking about earlier. It’s kind of like the >> worse-is-better version of Gash: it is certainly not as nice, but the >> developmen

Re: Bug in my WIP-npm-importer with blacklist

2018-11-26 Thread Catonano
Il giorno dom 25 nov 2018 alle ore 14:21 swedebugia ha scritto: > Hi > > I am still a novice in guile so I humbly ask for help with this error > trying to get the blacklisting to work: > > sdb@komputilo ~$ ~/guix-tree/pre-inst-env guix import npm leaflet > ice-9/boot-9.scm:222:17: In procedure ma

Re: Bug in my WIP-npm-importer with blacklist

2018-11-26 Thread Catonano
because I made so many typing mistakes, I corrected my text and I'm posting it again, corrected There are 2 observations I can give The first one is that "member" returns a boolean value (#t or #f) and your function can return just that, you don't need the if But even if you needed the if,