bug#22738: Build failure in vigra

2016-02-24 Thread Andreas Enge
On Thu, Feb 18, 2016 at 10:59:11PM -0500, Leo Famulari wrote: > It looks like we need this module 'vigranumpy': > https://ukoethe.github.io/vigra/doc-release/vigranumpy/index.html This is part of the vigra source code. There should soon be a new vigra release: https://mailhost.informatik.uni-h

bug#22738: Build failure in vigra

2016-02-24 Thread Ricardo Wurmus
Andreas Enge writes: > On Thu, Feb 18, 2016 at 10:59:11PM -0500, Leo Famulari wrote: >> It looks like we need this module 'vigranumpy': >> https://ukoethe.github.io/vigra/doc-release/vigranumpy/index.html > > This is part of the vigra source code. There should soon be a new vigra > release: >

bug#22738: Build failure in vigra

2016-02-24 Thread Andreas Enge
On Wed, Feb 24, 2016 at 12:30:38PM +0100, Ricardo Wurmus wrote: > I’m told[1] that this is solved on branch “version-1-11-rc”, but I > haven’t been able to test this yet. Would anyone else like to try? > [1]: https://github.com/ukoethe/vigra/issues/326#issuecomment-187669279 I have, but there is

bug#22697: Rebuilding sources with svn-fetch won't refetch

2016-02-24 Thread Ludovic Courtès
Jookia <166...@gmail.com> skribis: > After building netpbm from source using no substitutes, running this command: > > % guix build --source netpbm --check > > Will use the checked out source files in /gnu/store rather than redownloading > from the project SVN repostiory. This is unlike this comma

bug#22650: guixSD default umask is 0000

2016-02-24 Thread Ludovic Courtès
myglc2 skribis: > glc@g1 ~$ ssh glc4@g1 > glc4@g1's password: > glc4@g1 ~$ umask > Oh indeed, I can reproduce it. The problem is that lshd resets the umask when it starts (in src/daemon.c:daemon_init) but never changes it again. Perhaps we should be using pam_umask and login.defs (althou

bug#22740: Freshness check blocks upgrading

2016-02-24 Thread Alex Kost
Andreas Enge (2016-02-23 12:18 +0300) wrote: > On Tue, Feb 23, 2016 at 11:54:30AM +0300, Alex Kost wrote: >> Attached. I also removed 'check-package-freshness' from (gnu packages) >> as it is not used anywhere else, or should it be left? > > I think it is good, please push. (Assuming that "guix r

bug#22797: Using UUID for vfat file system is impossible

2016-02-24 Thread Alex Kost
Hello, unlike other file system types, FAT volumes have short UUIDs, for example: "58D7-4FA5", but such an UUID cannot be used in an operating system declaration: (file-system (device (uuid "58D7-4FA5")) (title 'uuid) (type "vfat") ;; ... ) because (uuid "58D7-4FA5") errors. -- Alex

bug#22738: Build failure in vigra

2016-02-24 Thread Efraim Flashner
On Wed, 24 Feb 2016 11:32:52 +0100 Andreas Enge wrote: > On Thu, Feb 18, 2016 at 10:59:11PM -0500, Leo Famulari wrote: > [...] > > This is part of the vigra source code. There should soon be a new vigra > release: > > https://mailhost.informatik.uni-hamburg.de/pipermail/vigra/2016-Februar

bug#22707: IBus relies on possibly outdated ~/.cache/ibus/bus/registry

2016-02-24 Thread Ludovic Courtès
Ricardo Wurmus skribis: > I have an annoying little problem with IBus. IBus creates a binary > registry in ~/.cache/ibus/bus on first start(?) which contains the full > paths to store items such as > > /gnu/store/k3r...-ibus-1.5.11/libexec/ibus-dconf GIMP has a similar problem for files in

bug#22755: fixed

2016-02-24 Thread 宋文武
fixed in commit f072e9ad.

bug#22802: guix system init installs grub.cfg gcroot to host

2016-02-24 Thread Jookia
When running 'guix system init', GRUB requires a GC root to be placed in /var/guix. When building a VM, this GC root is placed in /var/guix/gcroots however while building a system on another drive, the GC root is placed on the host's /var/guix/gcroots , not only overwriting the host's grub.cfg whic