bug#29113: Warnings when starting vim: Relink with for IFUNC symbol `longjmp'

2017-11-01 Thread B. Wilson
Hello, I recently installed vim-full (8.0.1207) and it's throwing some linker (?) warnings at me on startup. The gory details are below, and any help getting to the bottom of this would be much appreciated. ## Errors $ vim -u NONE -esc # `-u NONE' disables .vimrc, `-esc q' quits immediately vi

bug#29072: guix system: error: qemu-CVE-2017-7493.patch: patch not found

2017-11-01 Thread Leo Famulari
On Wed, Nov 01, 2017 at 10:40:47PM -0400, myglc2 wrote: > On 11/01/2017 at 11:27 Leo Famulari writes: > > > On Wed, Nov 01, 2017 at 10:40:28AM -0400, myglc2 wrote: > >> Binary file ./gnu/packages/qemu.go matches > > > > Try deleting this compiled qemu.go and then try again. > > Thank yo

bug#29072: guix system: error: qemu-CVE-2017-7493.patch: patch not found

2017-11-01 Thread myglc2
On 11/01/2017 at 11:27 Leo Famulari writes: > On Wed, Nov 01, 2017 at 10:40:28AM -0400, myglc2 wrote: >> Binary file ./gnu/packages/qemu.go matches > > Try deleting this compiled qemu.go and then try again. Thank you Leo. I deleted ./gnu/packages/qemu.go and re-ran make. Make failed

bug#29088: Superseded package is not rebuild if native dependency changes

2017-11-01 Thread Ludovic Courtès
Hi Hartmut, Hartmut Goebel skribis: > Am 31.10.2017 um 23:27 schrieb Ludovic Courtès: >> Superseded packages cannot be built/installed unwillingly. In the >> example above, what you built is “gpgme”, not “gpgmepp”, which is why >> any changes to “gpgmepp” had no effect. > > IC. Indeed I missed

bug#28948: feh does encounter certificate errors with valid certificates

2017-11-01 Thread Marius Bakke
Ricardo Wurmus writes: > Marius Bakke writes: > >> ng0 writes: >> >>> feh https://i.imgur.com/263enxT.jpg >>> feh opens image >>> >>> Problem: >>> user@abyayala ~/src/guix/guix$ feh https://i.imgur.com/263enxT.jpg >>> feh WARNING: open url: server certificate verification failed. CAfile: none

bug#28966: git fails test suite

2017-11-01 Thread Marius Bakke
Ricardo Wurmus writes: > As of 62d48234e20c732ebefc1b4deb425f590b4241ca git fails at least one of > its tests on my servers: > > --8<---cut here---start->8--- > not ok 185 - --contains and --no-contains work in a deep repo > # > # >expect && > #

bug#29082: Guix-daemon has undefined reference to boost

2017-11-01 Thread Andreas Enge
On Tue, Oct 31, 2017 at 11:29:23PM +0100, Ludovic Courtès wrote: > Andreas Enge skribis: > > CXXLDguix-daemon > > nix/nix-daemon/guix_daemon-nix-daemon.o: In function > > `nix::FormatOrString::FormatOrString(boost::basic_format const&)': > > /home/andreas/guix/./nix/libutil/types.hh:36: und

bug#29072: guix system: error: qemu-CVE-2017-7493.patch: patch not found

2017-11-01 Thread Leo Famulari
On Wed, Nov 01, 2017 at 10:40:28AM -0400, myglc2 wrote: > Binary file ./gnu/packages/qemu.go matches Try deleting this compiled qemu.go and then try again. signature.asc Description: PGP signature

bug#29106: Build loop after changing pulseaudio and emacs-ido-completing-read+

2017-11-01 Thread Oleg Pykhalov
From 9a012229f41d60610e37639363f3b513a3900465 Mon Sep 17 00:00:00 2001 From: Oleg Pykhalov Date: Wed, 1 Nov 2017 15:58:48 +0300 Subject: [PATCH] gnu: emacs-ido-completing-read+: Update to 4.5. * gnu/packages/emacs.scm (emacs-ido-completing-read+): Update to 4.5. --- gnu/packages/emacs.scm | 59 +

bug#29106: Build loop after changing pulseaudio and emacs-ido-completing-read+

2017-11-01 Thread Oleg Pykhalov
Hello Guix, I have issue with building loop after changing pulseaudio and emacs-ido-completing-read+ packages. pulseaudio diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm index 21753cf3f..3c9659b73 100644 --- a/gnu/packages/pulseaudio.scm +++

bug#29072: guix system: error: qemu-CVE-2017-7493.patch: patch not found

2017-11-01 Thread myglc2
On 10/30/2017 at 20:31 Leo Famulari writes: > On Mon, Oct 30, 2017 at 04:34:08PM -0400, myglc2 wrote: >> After a clean guix make, guix system build produced this error ... >> >> root@g1 ~/con/15# guix system --cores=4 --max-jobs=4 -K --on-error=debug >> build sys.scm >> guix system: error: qemu-

bug#29102: FAIL: make check-system TESTS="btrfs-root-os" not enough space

2017-11-01 Thread Oleg Pykhalov
Hello Guix, There is an issue with not enough space: $ make check-system TESTS="btrfs-root-os" I succeed by “double” this: diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm index a80c520ec..0e97de0a8 100644 --- a/gnu/tests/install.scm +++ b/gnu/tests/install.scm @@ -202,7 +202,7 @@

bug#29088: Superseded package is not rebuild if native dependency changes

2017-11-01 Thread Hartmut Goebel
Am 31.10.2017 um 23:27 schrieb Ludovic Courtès: > Superseded packages cannot be built/installed unwillingly. In the > example above, what you built is “gpgme”, not “gpgmepp”, which is why > any changes to “gpgmepp” had no effect. IC. Indeed I missed that a different package was build. So I agree,