Re: Input needed: Plan for packaging scala

2017-02-25 Thread Pjotr Prins
On Sun, Feb 26, 2017 at 12:08:37AM +0100, Ricardo Wurmus wrote: > I’ve done a bit of work in the past to get some Java things packaged and > had to stop when I realised that nobody in the Java world seems to build > dependencies from source. This makes it very hard for us to construct > proper dep

Re: Input needed: Plan for packaging scala

2017-02-25 Thread Pjotr Prins
On Sat, Feb 25, 2017 at 11:51:57AM -0600, Katherine Cox-Buday wrote: > Looks like not quite! After speaking to some friendly scala community > members, it looks[1] like the bootstrapping process is much more > harrowing. The last version of scala which only used Java to compile was > pre 2.0 (for r

core-updates: Fix eudev build failure

2017-02-25 Thread Leo Famulari
The update is not necessary to fix the build failure, but we might as well update if we are rebuilding eudev anyways. From 65c2a3f8edb1d8ef9dd32889acf833e5561329fa Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Sat, 25 Feb 2017 21:45:44 -0500 Subject: [PATCH 1/2] gnu: eudev: Update to 3.2.1. *

core-updates: Fix cups-minimal build failure

2017-02-25 Thread Leo Famulari
Do you have any suggestions about how to make this more concise? From 0191e8394eedd271494b5e1e8c8eb131176440a8 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Sat, 25 Feb 2017 21:22:08 -0500 Subject: [PATCH] gnu: cups-minimal: Fix build failure in reset-gzip-timestamps phase. * gnu/packages/cu

Re: [PATCH] gnu: icedtea-8: Build keystore without id-ecPublicKey certificates.

2017-02-25 Thread Carlo Zancanaro
On Fri, Feb 10 2017, Roel Janssen wrote > [ ... ] I was getting frustrated at not having certificates with java 8 (it's surprisingly annoying to have to use one environment with java 7 to download dependencies with maven, then a different environment with java 8 to actually run your program), so I

Re: Input needed: Plan for packaging scala

2017-02-25 Thread Ricardo Wurmus
Hi Katherine, it’s great that you want to take on Scala! I’ve done a bit of work in the past to get some Java things packaged and had to stop when I realised that nobody in the Java world seems to build dependencies from source. This makes it very hard for us to construct proper dependency graph

problems with offloading

2017-02-25 Thread ng0
Hi, because last time I didn't document and didn't save the config I have to ask again. I'm running into the issue where I can't offload but I followed all instructions. This time it will go into my documentation. Both systems are up to date (reconfigure and pull), both are running GuixSD. >From

Git-style aliases in Guix?

2017-02-25 Thread Alex Griffin
I think it would be cool and useful if Guix had some kind of config file where users could define new commands or aliases, as in git. I'm sure many people here already have their own helper code to work witk Guix, whether that's in shell scripts, bashrc, guile, elisp, etc. And it would make it easi

Git-style aliases in Guix?

2017-02-25 Thread Alex Griffin
I think it would be cool and useful if Guix had some kind of config file where users could define new commands or aliases, as in git. I'm sure many people here already have their own helper code to work witk Guix, whether that's in shell scripts, bashrc, guile, elisp, etc. And it would make it easi

Re: [PATCH 5/6] gnu: gcc: Force Aarch64 to use /lib.

2017-02-25 Thread Efraim Flashner
On February 22, 2017 9:42:58 PM GMT+02:00, Efraim Flashner wrote: >On Tue, Feb 14, 2017 at 09:51:20PM +0200, Efraim Flashner wrote: >> On Tue, Feb 14, 2017 at 09:51:47AM +0100, Ludovic Courtès wrote: >> > Danny Milosavljevic skribis: >> > >> > >> + ;; Force Aarch64 libdir to be /

Re: Input needed: Plan for packaging scala

2017-02-25 Thread Katherine Cox-Buday
Danny Milosavljevic writes: > Hi, > > On Fri, 24 Feb 2017 08:39:24 -0600 > Katherine Cox-Buday wrote: > >> So, to untangle this knot to achieve reproducibility, I was planning >> on >> first packaging scala 2.9.2, then the latest version of sbt that >> could >> be built with scala, then sbt 0.13

[PATCH 1/1] gnu: fontconfig: Fix build failure caused by symbol conflict with glibc@2.25.

2017-02-25 Thread Leo Famulari
* gnu/packages/patches/fontconfig-charwidth-symbol-conflict.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/fontutils.scm (fontconfig)[source]: Use it. --- gnu/local.mk | 1 + gnu/packages/fontutils.scm | 1 +

Re: [PATCH 1/2] build: union: Add create-all-directory? parameter to union-build

2017-02-25 Thread Huang, Ying
Mark H Weaver writes: > Danny Milosavljevic writes: > >> yeah, I've looked at it and I see what you are trying to do. >> >> You modified 'union to replicate the directory tree and symlink only >> the non-directory files - in order to be able to add "fonts.dir" in >> those directories. > > If the

Re: [PATCH 1/2] build: union: Add create-all-directory? parameter to union-build

2017-02-25 Thread Huang, Ying
Danny Milosavljevic writes: > Hi, > > yeah, I've looked at it and I see what you are trying to do. > > You modified 'union to replicate the directory tree and symlink only the > non-directory files - in order to be able to add "fonts.dir" in those > directories. > > The previous version symlink