Re: [PATCH] opensmtpd: Fix crash during authentication

2018-06-06 Thread Tobias Geerinckx-Rice
Adam, Adam Zimmerman wrote: When using authentication from a table, opensmtpd would crash whenever I tried to authenticate. Nice. I guess my passwd auth doesn't count (despite using the ‘table’ keyword), as I've never had a problem. Nor have I noticed any start-up trouble. I'm probably

Re: 01/01: Merge branch 'origin/core-updates-next' into core-updates

2018-06-06 Thread Mark H Weaver
Hi Ricardo, Mark H Weaver writes: > rek...@elephly.net (Ricardo Wurmus) writes: > >> rekado pushed a commit to branch core-updates >> in repository guix. >> >> commit 87096247567ac0d4aac3fc5a7a1e150d307c5b80 >> Merge: 116ca65 5e6bd3e >> Author: Ricardo Wurmus >> Date: Wed Jun 6 23:01:48 2018

Re: 01/01: Merge branch 'origin/core-updates-next' into core-updates

2018-06-06 Thread Mark H Weaver
Mark H Weaver writes: > rek...@elephly.net (Ricardo Wurmus) writes: > >> rekado pushed a commit to branch core-updates >> in repository guix. >> >> commit 87096247567ac0d4aac3fc5a7a1e150d307c5b80 >> Merge: 116ca65 5e6bd3e >> Author: Ricardo Wurmus >> Date: Wed Jun 6 23:01:48 2018 +0200 >> >>

Re: 01/01: Merge branch 'origin/core-updates-next' into core-updates

2018-06-06 Thread Mark H Weaver
Hi Ricardo, rek...@elephly.net (Ricardo Wurmus) writes: > rekado pushed a commit to branch core-updates > in repository guix. > > commit 87096247567ac0d4aac3fc5a7a1e150d307c5b80 > Merge: 116ca65 5e6bd3e > Author: Ricardo Wurmus > Date: Wed Jun 6 23:01:48 2018 +0200 > > Merge branch

Re: “generate-jar-indices” phase fails on many packages

2018-06-06 Thread Danny Milosavljevic
Hi Ricardo, did you get a bug# for this? I can't see it on https://debbugs.gnu.org/cgi/pkgreport.cgi?pkg=guix ... > The errors are either about duplicates as in java-picard-2.10.3: > > duplicate entry: htsjdk/samtools/AbstractBAMFileIndex$1.class That's... bad. What if those files

[PATCH] opensmtpd: Fix crash during authentication

2018-06-06 Thread Adam Zimmerman
Hi all, I'm running a mail server that I recently migrated to GuixSD, and I found this issue when trying to get opensmtpd set up. When using authentication from a table, opensmtpd would crash whenever I tried to authenticate. I found this patch which fixes the issue. It's already been merged

New French PO file for 'guix-manual' (version 0.15.0-pre1)

2018-06-06 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 French team of translators. The file is available at: http://translationproject.org/latest/guix-manual/fr.po (We can arrange things

Re: 02/02: build-system/r: Use invoke.

2018-06-06 Thread Ricardo Wurmus
Hi Mark, >> commit babeea3f9f46c1f1f812e590f46283e91684f327 >> Author: Ricardo Wurmus >> Date: Thu May 31 09:16:01 2018 +0200 >> >> build-system/r: Use invoke. >> >> * guix/build/r-build-system.scm (invoke-r): Use invoke. >> (pipe-to-r): Raise invoke-error on non-zero return

Re: Fwd: Re: Patch file for colorize module

2018-06-06 Thread Ricardo Wurmus
Hi Sahithi, > Patch file is attached with changes. thanks. I believe the error you reported on IRC comes from your definition of “colorful-build-output-port”, which uses “current-error-port” instead of “(current-error-port)”. Please correct this and then try again. I expect the error to

Re: Fwd: Re: Patch file for colorize module

2018-06-06 Thread Sahitihi
Hi Ricardo, Patch file is attached with changes. I modified guix/scripts/build.scm    /(parameterize ((current-build-output-port (if quiet?// // (%make-void-port "w")// // 

Re: 01/01: gnu: vulkan-loader: Update URL and change name.

2018-06-06 Thread Ludovic Courtès
Hello, rhell...@mykolab.com (Rutger Helling) skribis: > -(define-public vulkan-icd-loader > +(define-public vulkan-loader >(package > -(name "vulkan-icd-loader") > +(name "vulkan-loader") It may be useful to have: (define-public vulkan-icd-loader (deprecated-package

Re: Fwd: Re: Patch file for colorize module

2018-06-06 Thread Sahitihi
Hi Ricardo, Please find my changes in the patch file attached. > (Generally, you really shouldn’t be developing things as > “root”.) > This time I din't do it as root. > For this commit a message like this would be appropriate: Added a appropriate commit message. > Please always add a

Re: GSoC: Adding a web interface similar to the Hydra web interface

2018-06-06 Thread Danny Milosavljevic
Hi Tatiana, > I afraid that I am not familiar with typical Hydra use cases Generally, the continuous integration process should enable developers to get feedback about the effects of their changes. This means that as soon as a commit is made, usually an evaluation of the build source on the

Re: GSoC-2018 - Build daemon rewrite in Scheme Updates

2018-06-06 Thread Ludovic Courtès
Hi uniq10, l...@gnu.org (Ludovic Courtès) skribis: > Sandeep Subramanian skribis: > >> `build-derivation` is now using `call-with-container` >> and it seems to work well. `build-derivation` assumes >> that all the inputs needed for the derivation is already >> built and ready. As a next step I

Re: Videos

2018-06-06 Thread swedebugia
HI On 2018-06-05 23:41, Alex Vong wrote: swedebugia writes: Hi. On May 31, 2018 11:17:48 AM GMT+02:00, Pierre Neidhardt wrote: Maybe a little off-topic, but if there ever is a need for GIFs, I've recently worked on an Emacs package for high quality/compression ratio GIF recordings: Have