all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#22872: make check fails on commit caeadfd
@ 2016-03-01 17:58 myglc2
  2016-03-01 18:01 ` Leo Famulari
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: myglc2 @ 2016-03-01 17:58 UTC (permalink / raw)
  To: 22872

[-- Attachment #1: Type: text/plain, Size: 174 bytes --]

Please see make.check.caeadfd.log. I can provide the associated
test-suite.log (99 MB), or sub-sections if they are of interest.

FWIW, the previous commit, c22a132, passes.

[-- Attachment #2: make.check.caeadfd.log --]
[-- Type: application/octet-stream, Size: 50690 bytes --]

glc3@g1 ~/guix$ git pull
remote: Counting objects: 1761, done.        
remote: Compressing objects: 100% (559/559), done.        
remote: Total 1584 (delta 1279), reused 1284 (delta 1025)        
Receiving objects: 100% (1584/1584), 276.91 KiB | 0 bytes/s, done.
Resolving deltas: 100% (1279/1279), completed with 133 local objects.
From git://git.savannah.gnu.org/guix
   373dfe6..caeadfd  master     -> origin/master
   c13a9fe..52c0c82  core-updates -> origin/core-updates
 + deb5c97...61b70fc wip-mediagoblin -> origin/wip-mediagoblin  (forced update)
 * [new branch]      wip-recursive-grafts -> origin/wip-recursive-grafts
Updating 373dfe6..caeadfd
error: Your local changes to the following files would be overwritten by merge:
	gnu/packages/screen.scm
Please, commit your changes or stash them before you can merge.
Aborting
glc3@g1 ~/guix$ which git
/run/current-system/profile/bin/git
glc3@g1 ~/guix$ git remote -vv
origin	git://git.savannah.gnu.org/guix.git (fetch)
origin	git://git.savannah.gnu.org/guix.git (push)
glc3@g1 ~/guix$ git fetch
glc3@g1 ~/guix$ git pull
Updating 373dfe6..caeadfd
Fast-forward
 Makefile.am                                                         |   3 +
 doc.am                                                              |   1 +
 doc/contributing.texi                                               |   6 +-
 doc/emacs.texi                                                      |   8 +-
 doc/guix.texi                                                       | 197 ++++++++++---
 doc/htmlxref.cnf                                                    | 652 ++++++++++++++++++++++++++++++++++++++++++
 emacs/guix-buffer.el                                                |   4 +-
 emacs/guix-build-log.el                                             |   3 +
 emacs/guix-devel.el                                                 |   3 +
 emacs/guix-init.el                                                  |   3 -
 emacs/guix-main.scm                                                 |   4 +-
 emacs/guix-profiles.el                                              |   8 +
 emacs/guix-ui-package.el                                            |  40 ++-
 gnu-system.am                                                       |  26 +-
 gnu/build/linux-modules.scm                                         |  20 +-
 gnu/build/vm.scm                                                    |  19 +-
 gnu/packages.scm                                                    |  69 +----
 gnu/packages/abduco.scm                                             |   7 +-
 gnu/packages/admin.scm                                              |   4 +-
 gnu/packages/adns.scm                                               |   6 +-
 gnu/packages/audio.scm                                              |  43 ++-
 gnu/packages/base.scm                                               |   9 +-
 gnu/packages/bioinformatics.scm                                     | 245 +++++++++++++++-
 gnu/packages/bittorrent.scm                                         |   6 +-
 gnu/packages/compression.scm                                        |   2 +-
 gnu/packages/cpio.scm                                               |   3 +-
 gnu/packages/databases.scm                                          |  30 +-
 gnu/packages/datastructures.scm                                     |  25 +-
 gnu/packages/docker.scm                                             |   1 -
 gnu/packages/dvtm.scm                                               |   7 +-
 gnu/packages/emacs.scm                                              |  54 +++-
 gnu/packages/engineering.scm                                        |  21 +-
 gnu/packages/fonts.scm                                              |   2 +-
 gnu/packages/fontutils.scm                                          |  24 +-
 gnu/packages/freedesktop.scm                                        |  46 +--
 gnu/packages/game-development.scm                                   |  18 +-
 gnu/packages/games.scm                                              |  40 ++-
 gnu/packages/gcc.scm                                                |   4 +-
 gnu/packages/gdb.scm                                                |   6 +-
 gnu/packages/ghostscript.scm                                        |   2 +-
 gnu/packages/gl.scm                                                 |   4 +-
 gnu/packages/glib.scm                                               |   4 +-
 gnu/packages/gnome.scm                                              | 113 +++++++-
 gnu/packages/gnunet.scm                                             |   2 +-
 gnu/packages/gnuzilla.scm                                           |   4 +-
 gnu/packages/gstreamer.scm                                          | 134 +++++++--
 gnu/packages/gtk.scm                                                |  27 +-
 gnu/packages/guile.scm                                              |  30 +-
 gnu/packages/icu4c.scm                                              |  11 +-
 gnu/packages/{weechat.scm => irc.scm}                               | 124 ++++++--
 gnu/packages/irssi.scm                                              |  70 -----
 gnu/packages/kde-frameworks.scm                                     |  47 +++-
 gnu/packages/kde.scm                                                | 248 ++++------------
 gnu/packages/ldc.scm                                                |  45 ++-
 gnu/packages/libcanberra.scm                                        |   2 +-
 gnu/packages/linux.scm                                              |  12 +-
 gnu/packages/lsh.scm                                                |  57 ++--
 gnu/packages/lua.scm                                                |   2 +-
 gnu/packages/mail.scm                                               |  15 +-
 gnu/packages/maths.scm                                              |   6 +-
 gnu/packages/messaging.scm                                          |   7 +-
 gnu/packages/mpd.scm                                                |  23 +-
 gnu/packages/music.scm                                              |  48 ++++
 gnu/packages/openstack.scm                                          |   2 +-
 gnu/packages/package-management.scm                                 |  51 ++--
 gnu/packages/parallel.scm                                           |   4 +-
 gnu/packages/patches/bitlbee-configure-doc-fix.patch                |  15 -
 gnu/packages/patches/cpio-CVE-2016-2037.patch                       |  49 ++++
 gnu/packages/patches/glibc-CVE-2015-7547.patch                      | 559 ++++++++++++++++++++++++++++++++++++
 gnu/packages/patches/libssh-0.6.5-CVE-2016-0739.patch               |  77 +++++
 gnu/packages/patches/libssh-CVE-2014-0017.patch                     |  89 ------
 gnu/packages/patches/openssl-c-rehash-in.patch                      |  17 ++
 gnu/packages/patches/python-paste-remove-timing-test.patch          |  16 ++
 gnu/packages/patches/python-paste-remove-website-test.patch         |  21 ++
 gnu/packages/patches/qemu-CVE-2015-8619.patch                       | 119 ++++++++
 gnu/packages/patches/qemu-CVE-2016-1981.patch                       |  95 +++++++
 gnu/packages/patches/qemu-CVE-2016-2197.patch                       |  40 +++
 gnu/packages/patches/qemu-usb-ehci-oob-read.patch                   |  49 ++++
 gnu/packages/patches/scribus-qobject.patch                          |  17 --
 gnu/packages/patches/xf86-video-mga-glibc-2.20.patch                |  17 --
 gnu/packages/patches/xf86-video-r128-glibc-2.20.patch               |  17 --
 gnu/packages/patches/xf86-video-siliconmotion-remove-mibstore.patch |  16 --
 gnu/packages/patches/xf86-video-sis-fix-exa-crash.patch             |  45 ---
 gnu/packages/patches/xf86-video-sis-update-api.patch                | 128 ---------
 gnu/packages/patches/xf86-video-tdfx-remove-mibstore.patch          |  26 --
 gnu/packages/patches/xf86-video-trident-remove-mibstore.patch       |  23 --
 gnu/packages/patches/xf86-video-vmware-glibc-2.20.patch             |  15 -
 gnu/packages/pdf.scm                                                |   2 +-
 gnu/packages/perl.scm                                               |  29 +-
 gnu/packages/pkg-config.scm                                         |  14 +-
 gnu/packages/polkit.scm                                             |   4 +-
 gnu/packages/pulseaudio.scm                                         |  11 +-
 gnu/packages/pumpio.scm                                             |   1 -
 gnu/packages/python.scm                                             | 994 +++++++++++++++++++++++++++++++++++++++++++++++++++++++----------
 gnu/packages/qemu.scm                                               |   6 +-
 gnu/packages/qt.scm                                                 |  37 ++-
 gnu/packages/rdf.scm                                                |  31 +-
 gnu/packages/ruby.scm                                               |   2 +-
 gnu/packages/scheme.scm                                             |   8 +-
 gnu/packages/screen.scm                                             |   2 +-
 gnu/packages/scribus.scm                                            |   5 +-
 gnu/packages/ssh.scm                                                |  43 +--
 gnu/packages/statistics.scm                                         |  23 +-
 gnu/packages/tls.scm                                                |  82 +++++-
 gnu/packages/version-control.scm                                    |   9 +-
 gnu/packages/video.scm                                              |  94 ++++---
 gnu/packages/vim.scm                                                |   8 +-
 gnu/packages/wine.scm                                               |  18 +-
 gnu/packages/xdisorg.scm                                            |  42 ++-
 gnu/packages/xfce.scm                                               |  54 +++-
 gnu/packages/xnee.scm                                               |   2 +-
 gnu/packages/xorg.scm                                               | 373 ++++++++++++-------------
 gnu/packages/yasm.scm                                               |   5 +-
 gnu/packages/yubico.scm                                             |   9 +-
 gnu/packages/zsh.scm                                                |   8 +-
 gnu/services/desktop.scm                                            |   2 +-
 gnu/services/herd.scm                                               |   8 +-
 gnu/services/xorg.scm                                               |  45 +++
 gnu/system.scm                                                      |   3 +-
 gnu/system/vm.scm                                                   |  10 +-
 guix/build/graft.scm                                                |   7 +-
 guix/derivations.scm                                                |  98 -------
 guix/download.scm                                                   |  29 +-
 guix/gexp.scm                                                       |   3 +-
 guix/gnu-maintenance.scm                                            |  37 ++-
 guix/grafts.scm                                                     | 243 ++++++++++++++++
 guix/http-client.scm                                                |  18 +-
 guix/import/gem.scm                                                 |  63 ++++-
 guix/import/github.scm                                              | 198 +++++++++++++
 guix/licenses.scm                                                   |  20 +-
 guix/packages.scm                                                   | 133 ++++++---
 guix/scripts/build.scm                                              |   1 +
 guix/scripts/graph.scm                                              |   5 +-
 guix/scripts/package.scm                                            |  12 +-
 guix/scripts/publish.scm                                            |  31 +-
 guix/scripts/refresh.scm                                            |  10 +-
 guix/scripts/system.scm                                             |  23 +-
 guix/store.scm                                                      |  13 +-
 tests/derivations.scm                                               |  34 ---
 tests/grafts.scm                                                    | 164 +++++++++++
 tests/packages.scm                                                  |  41 +--
 tests/publish.scm                                                   |   8 +
 tests/store.scm                                                     |  15 +
 143 files changed, 5536 insertions(+), 1867 deletions(-)
 create mode 100644 doc/htmlxref.cnf
 rename gnu/packages/{weechat.scm => irc.scm} (54%)
 delete mode 100644 gnu/packages/irssi.scm
 delete mode 100644 gnu/packages/patches/bitlbee-configure-doc-fix.patch
 create mode 100644 gnu/packages/patches/cpio-CVE-2016-2037.patch
 create mode 100644 gnu/packages/patches/glibc-CVE-2015-7547.patch
 create mode 100644 gnu/packages/patches/libssh-0.6.5-CVE-2016-0739.patch
 delete mode 100644 gnu/packages/patches/libssh-CVE-2014-0017.patch
 create mode 100644 gnu/packages/patches/openssl-c-rehash-in.patch
 create mode 100644 gnu/packages/patches/python-paste-remove-timing-test.patch
 create mode 100644 gnu/packages/patches/python-paste-remove-website-test.patch
 create mode 100644 gnu/packages/patches/qemu-CVE-2015-8619.patch
 create mode 100644 gnu/packages/patches/qemu-CVE-2016-1981.patch
 create mode 100644 gnu/packages/patches/qemu-CVE-2016-2197.patch
 create mode 100644 gnu/packages/patches/qemu-usb-ehci-oob-read.patch
 delete mode 100644 gnu/packages/patches/scribus-qobject.patch
 delete mode 100644 gnu/packages/patches/xf86-video-mga-glibc-2.20.patch
 delete mode 100644 gnu/packages/patches/xf86-video-r128-glibc-2.20.patch
 delete mode 100644 gnu/packages/patches/xf86-video-siliconmotion-remove-mibstore.patch
 delete mode 100644 gnu/packages/patches/xf86-video-sis-fix-exa-crash.patch
 delete mode 100644 gnu/packages/patches/xf86-video-sis-update-api.patch
 delete mode 100644 gnu/packages/patches/xf86-video-tdfx-remove-mibstore.patch
 delete mode 100644 gnu/packages/patches/xf86-video-trident-remove-mibstore.patch
 delete mode 100644 gnu/packages/patches/xf86-video-vmware-glibc-2.20.patch
 create mode 100644 guix/grafts.scm
 create mode 100644 guix/import/github.scm
 create mode 100644 tests/grafts.scm
glc3@g1 ~/guix$ guix environment guix
glc3@g1 ~/guix [env]$ ./bootstrap
+ exec autoreconf -vfi
autoreconf: Entering directory `.'
autoreconf: running: autopoint --force
autoreconf: running: aclocal --force -I m4
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /gnu/store/hnpdjr1m7xa86y2878ca238b10k5dg0s-autoconf-2.69/bin/autoconf --force
autoreconf: running: /gnu/store/hnpdjr1m7xa86y2878ca238b10k5dg0s-autoconf-2.69/bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:21: warning: The 'AM_PROG_MKDIR_P' macro is deprecated, and its use is discouraged.
configure.ac:21: You should use the Autoconf-provided 'AC_PROG_MKDIR_P' macro instead,
configure.ac:21: and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.
Makefile.am:407: warning: AM_GNU_GETTEXT used but 'po' not in SUBDIRS
autoreconf: Leaving directory `.'
glc3@g1 ~/guix [env]$ ./configure --localstatedir=/var && make check -j5
checking for a BSD-compatible install... /gnu/store/wczs2ckr8y0m79h3nl199lx85vmidga3-coreutils-8.24/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /gnu/store/wczs2ckr8y0m79h3nl199lx85vmidga3-coreutils-8.24/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /gnu/store/iy9a4pk184ipkd470rvssx26rrnl2c5c-grep-2.22/bin/grep
checking for egrep... /gnu/store/iy9a4pk184ipkd470rvssx26rrnl2c5c-grep-2.22/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether NLS is requested... yes
checking for msgfmt... /gnu/store/3iz6asihwkcxj1ldl4qgd57iwmwww9s0-gettext-0.19.7/bin/msgfmt
checking for gmsgfmt... /gnu/store/3iz6asihwkcxj1ldl4qgd57iwmwww9s0-gettext-0.19.7/bin/msgfmt
checking for xgettext... /gnu/store/3iz6asihwkcxj1ldl4qgd57iwmwww9s0-gettext-0.19.7/bin/xgettext
checking for msgmerge... /gnu/store/3iz6asihwkcxj1ldl4qgd57iwmwww9s0-gettext-0.19.7/bin/msgmerge
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for ld used by GCC... /gnu/store/agnxzx1yza8ci0a1gz5pds8gdg8qmnz5-ld-wrapper-0/bin/ld
checking if the linker (/gnu/store/agnxzx1yza8ci0a1gz5pds8gdg8qmnz5-ld-wrapper-0/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for sed... /gnu/store/4jmy669vqj2zkz03z6jrk26if2y2m6ad-sed-4.2.2/bin/sed
checking for the Guix system type... x86_64-linux
checking for the store directory... /gnu/store
checking the length of the installed socket file name... 30
checking for unit test root directory... /home/glc3/guix/test-tmp
checking the length of the socket file name used in tests... 56
checking the length of a typical hash bang line... 73
checking the length of a hash bang line used in tests... 93
checking for pkg-config... /gnu/store/w7c0zs0qgzpnx5k6g19dja55yabk4350-pkg-config-0.29/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GUILE... yes
checking for guile... /gnu/store/b44k6wx7nxn0kh2kchlazgas2ybc576v-guile-2.0.11/bin/guile
checking for guild... /gnu/store/b44k6wx7nxn0kh2kchlazgas2ybc576v-guile-2.0.11/bin/guild
checking for guile... (cached) /gnu/store/b44k6wx7nxn0kh2kchlazgas2ybc576v-guile-2.0.11/bin/guile
checking for Guile version >= 2.0... 2.0.11
checking for guild... (cached) /gnu/store/b44k6wx7nxn0kh2kchlazgas2ybc576v-guile-2.0.11/bin/guild
checking for guile-config... /gnu/store/b44k6wx7nxn0kh2kchlazgas2ybc576v-guile-2.0.11/bin/guile-config
checking if (json) is available... yes
checking whether /gnu/store/b44k6wx7nxn0kh2kchlazgas2ybc576v-guile-2.0.11/bin/guile provides feature 'regex'... yes
checking whether /gnu/store/b44k6wx7nxn0kh2kchlazgas2ybc576v-guile-2.0.11/bin/guile provides feature 'posix'... yes
checking whether /gnu/store/b44k6wx7nxn0kh2kchlazgas2ybc576v-guile-2.0.11/bin/guile provides feature 'socket'... yes
checking whether /gnu/store/b44k6wx7nxn0kh2kchlazgas2ybc576v-guile-2.0.11/bin/guile provides feature 'net-db'... yes
checking whether /gnu/store/b44k6wx7nxn0kh2kchlazgas2ybc576v-guile-2.0.11/bin/guile provides feature 'threads'... yes
checking whether (srfi srfi-37) is affected by http://bugs.gnu.org/13176... no
checking whether libc provides 'mount'... yes
checking for gzip... /gnu/store/8qcqrz4r483vbcbwx5xzy11kdkxqv0c8-gzip-1.6/bin/gzip
checking for bzip2... /gnu/store/mpgci6nb800ckc8cyi3vhm9i8h17zm2l-bzip2-1.0.6/bin/bzip2
checking for xz... /gnu/store/kz4vzwnm7vdnxbfb3ygc91iv68rjsfmm-xz-5.2.2/bin/xz
checking for nix-instantiate... no
checking for nix-hash... no
checking for Nixpkgs source tree... not found
checking for libgcrypt-config... /gnu/store/v1yd1grpqy6ls6m29lvb8fy085cbajj7-libgcrypt-1.6.4/bin/libgcrypt-config
checking libgcrypt's library directory... /gnu/store/v1yd1grpqy6ls6m29lvb8fy085cbajj7-libgcrypt-1.6.4/lib
checking for libgcrypt shared library name... /gnu/store/v1yd1grpqy6ls6m29lvb8fy085cbajj7-libgcrypt-1.6.4/lib/libgcrypt
checking whether /gnu/store/v1yd1grpqy6ls6m29lvb8fy085cbajj7-libgcrypt-1.6.4/lib/libgcrypt can be dynamically loaded... yes
checking whether to build daemon... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking whether g++ supports C++11... yes
checking for ranlib... ranlib
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for BZ2_bzWriteOpen in -lbz2... yes
checking how to run the C++ preprocessor... g++ -E
checking bzlib.h usability... yes
checking bzlib.h presence... yes
checking for bzlib.h... yes
checking for SQLITE3... yes
checking for gcry_md_open in -lgcrypt... yes
checking gcrypt.h usability... yes
checking gcrypt.h presence... yes
checking for gcrypt.h... yes
checking for chroot... yes
checking for unshare... yes
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking for lutimes... yes
checking for lchown... yes
checking for posix_fallocate... yes
checking for sched_setaffinity... yes
checking for statvfs... yes
checking for nanosleep... yes
checking for strsignal... yes
checking whether it is possible to create a link to a symlink... yes
checking locale usability... yes
checking locale presence... yes
checking for locale... yes
checking sys/personality.h usability... yes
checking sys/personality.h presence... yes
checking for sys/personality.h... yes
checking linux/fs.h usability... yes
checking linux/fs.h presence... yes
checking for linux/fs.h... yes
checking whether Guile's custom binary input ports support 'setvbuf'... yes
checking for unit test root directory... (cached) /home/glc3/guix/test-tmp
checking for dot... /gnu/store/f2kvgjgdknwqchfvjq4jlff0jppj0ryq-graphviz-2.38.0/bin/dot
checking for emacs... emacs
checking where .elc files should go... ${datadir}/emacs/site-lisp
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating nix/scripts/list-runtime-roots
config.status: creating nix/scripts/substitute
config.status: creating nix/scripts/guix-authenticate
config.status: creating nix/scripts/offload
config.status: creating Makefile
config.status: creating po/guix/Makefile.in
config.status: creating po/packages/Makefile.in
config.status: creating guix/config.scm
config.status: creating scripts/guix
config.status: creating pre-inst-env
config.status: creating test-env
config.status: creating emacs/guix-config.el
config.status: creating emacs/guix-helper.scm
config.status: creating nix/config.h
config.status: nix/config.h is unchanged
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/guix/POTFILES
config.status: creating po/guix/Makefile
config.status: creating po/packages/POTFILES
config.status: creating po/packages/Makefile
make  check-recursive
make[1]: Entering directory '/home/glc3/guix'
Making check in po/guix
make[2]: Entering directory '/home/glc3/guix/po/guix'
make[2]: Leaving directory '/home/glc3/guix/po/guix'
Making check in po/packages
make[2]: Entering directory '/home/glc3/guix/po/packages'
make[2]: Leaving directory '/home/glc3/guix/po/packages'
make[2]: Entering directory '/home/glc3/guix'
Updating ./doc/version.texi
Compiling Scheme modules...
  GEN      etc/guix-daemon.conf
  EMACS    emacs/guix-autoloads.el
  GEN      etc/guix-daemon.service
  MAKEINFO doc/guix.info
  LOAD     (guix download)
;;; note: source file ./guix/download.scm
;;;       newer than compiled /home/glc3/guix/guix/download.go
;;; note: source file ./guix/derivations.scm
;;;       newer than compiled /home/glc3/guix/guix/derivations.go
;;; note: source file ./guix/store.scm
;;;       newer than compiled /home/glc3/guix/guix/store.go
;;; note: source file ./guix/config.scm
;;;       newer than compiled /home/glc3/guix/guix/config.go
Directory '/home/glc3/.guix-profile/share/emacs/site-lisp' does not exist.
Generating autoloads for guix-build-log.el...
Generating autoloads for guix-build-log.el...done
Generating autoloads for guix-devel.el...
Generating autoloads for guix-devel.el...done
Generating autoloads for guix-ui-package.el...
Generating autoloads for guix-ui-package.el...done
Generating autoloads for guix-buffer.el...
Generating autoloads for guix-buffer.el...done
Generating autoloads for guix-config.el...
Generating autoloads for guix-config.el...done
Generating autoloads for guix-init.el...
Generating autoloads for guix-init.el...done
Generating autoloads for guix-profiles.el...
Generating autoloads for guix-profiles.el...done
Saving file /home/glc3/guix/emacs/guix-autoloads.el...
Wrote /home/glc3/guix/emacs/guix-autoloads.el
;;; note: source file ./guix/packages.scm
;;;       newer than compiled /home/glc3/guix/guix/packages.go
;;; note: source file ./guix/gexp.scm
;;;       newer than compiled /home/glc3/guix/guix/gexp.go
  LOAD     (guix gexp)
  LOAD     (guix derivations)
  LOAD     (guix grafts)
  LOAD     (guix gnu-maintenance)
;;; note: source file ./guix/gnu-maintenance.scm
;;;       newer than compiled /home/glc3/guix/guix/gnu-maintenance.go
;;; note: source file ./guix/http-client.scm
;;;       newer than compiled /home/glc3/guix/guix/http-client.go
;;; note: source file ./guix/licenses.scm
;;;       newer than compiled /home/glc3/guix/guix/licenses.go
;;; note: source file ./gnu/packages.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages.go
  LOAD     (guix licenses)
  LOAD     (guix http-client)
  LOAD     (guix store)
  LOAD     (guix build graft)
;;; note: source file ./guix/build/graft.scm
;;;       newer than compiled /home/glc3/guix/guix/build/graft.go
  LOAD     (guix packages)
  LOAD     (guix import github)
  LOAD     (guix scripts build)
;;; note: source file ./guix/scripts/build.scm
;;;       newer than compiled /home/glc3/guix/guix/scripts/build.go
  LOAD     (guix scripts package)
;;; note: source file ./guix/scripts/package.scm
;;;       newer than compiled /home/glc3/guix/guix/scripts/package.go
;;; note: source file ./gnu/packages/base.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/base.go
;;; note: source file ./gnu/packages/perl.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/perl.go
;;; note: source file ./gnu/packages/compression.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/compression.go
;;; note: source file ./gnu/packages/databases.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/databases.go
;;; note: source file ./gnu/packages/linux.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/linux.go
;;; note: source file ./gnu/packages/gcc.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/gcc.go
;;; note: source file ./gnu/packages/tcl.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/tcl.go
;;; note: source file ./gnu/packages/algebra.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/algebra.go
;;; note: source file ./gnu/packages/pkg-config.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/pkg-config.go
;;; note: source file ./gnu/packages/xorg.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/xorg.go
;;; note: source file ./gnu/packages/fontutils.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/fontutils.go
;;; note: source file ./gnu/packages/ghostscript.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/ghostscript.go
;;; note: source file ./gnu/packages/python.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/python.go
;;; note: source file ./gnu/packages/glib.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/glib.go
;;; note: source file ./gnu/packages/gtk.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/gtk.go
;;; note: source file ./gnu/packages/gl.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/gl.go
;;; note: source file ./gnu/packages/gnupg.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/gnupg.go
;;; note: source file ./gnu/packages/adns.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/adns.go
;;; note: source file ./gnu/packages/tls.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/tls.go
;;; note: source file ./gnu/packages/guile.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/guile.go
;;; note: source file ./gnu/packages/icu4c.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/icu4c.go
;;; note: source file ./gnu/packages/lua.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/lua.go
;;; note: source file ./gnu/packages/statistics.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/statistics.go
;;; note: source file ./gnu/packages/cpio.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/cpio.go
;;; note: source file ./gnu/packages/fonts.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/fonts.go
;;; note: source file ./gnu/packages/pdf.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/pdf.go
;;; note: source file ./gnu/packages/qt.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/qt.go
;;; note: source file ./gnu/packages/gnuzilla.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/gnuzilla.go
;;; note: source file ./gnu/packages/gstreamer.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/gstreamer.go
;;; note: source file ./gnu/packages/audio.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/audio.go
;;; note: source file ./gnu/packages/gnome.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/gnome.go
;;; note: source file ./gnu/packages/admin.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/admin.go
;;; note: source file ./gnu/packages/pulseaudio.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/pulseaudio.go
;;; note: source file ./gnu/packages/libcanberra.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/libcanberra.go
;;; note: source file ./gnu/packages/dav.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/dav.go
;;; note: source file ./gnu/packages/freedesktop.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/freedesktop.go
;;; note: source file ./gnu/packages/xdisorg.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/xdisorg.go
;;; note: source file ./gnu/packages/polkit.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/polkit.go
;;; note: source file ./gnu/packages/maths.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/maths.go
;;; note: source file ./gnu/packages/texlive.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/texlive.go
;;; note: source file ./gnu/packages/ruby.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/ruby.go
;;; note: source file ./gnu/packages/version-control.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/version-control.go
;;; note: source file ./gnu/packages/nano.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/nano.go
;;; note: source file ./gnu/packages/ssh.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/ssh.go
;;; note: source file ./gnu/packages/openstack.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/openstack.go
;;; note: source file ./gnu/packages/emacs.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/emacs.go
;;; note: source file ./gnu/packages/package-management.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/package-management.go
;;; note: source file ./gnu/packages/scheme.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/scheme.go
;;; note: source file ./gnu/packages/rdf.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/rdf.go
;;; note: source file ./gnu/packages/video.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/video.go
;;; note: source file ./gnu/packages/textutils.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/textutils.go
;;; note: source file ./gnu/packages/yasm.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/yasm.go
;;; note: source file ./gnu/packages/mail.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/mail.go
;;; note: source file ./gnu/packages/gdb.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/gdb.go
  LOAD     (guix scripts refresh)
;;; note: source file ./guix/scripts/refresh.scm
;;;       newer than compiled /home/glc3/guix/guix/scripts/refresh.go
;;; note: source file ./guix/scripts/graph.scm
;;;       newer than compiled /home/glc3/guix/guix/scripts/graph.go
;;; note: source file ./guix/import/gem.scm
;;;       newer than compiled /home/glc3/guix/guix/import/gem.go
  LOAD     (guix scripts system)
;;; note: source file ./guix/scripts/system.scm
;;;       newer than compiled /home/glc3/guix/guix/scripts/system.go
;;; note: source file ./gnu/system.scm
;;;       newer than compiled /home/glc3/guix/gnu/system.go
;;; note: source file ./gnu/packages/messaging.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/messaging.go
;;; note: source file ./gnu/packages/lsh.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/lsh.go
;;; note: source file ./gnu/system/vm.scm
;;;       newer than compiled /home/glc3/guix/gnu/system/vm.go
;;; note: source file ./gnu/build/vm.scm
;;;       newer than compiled /home/glc3/guix/gnu/build/vm.go
;;; note: source file ./gnu/build/linux-modules.scm
;;;       newer than compiled /home/glc3/guix/gnu/build/linux-modules.go
;;; note: source file ./gnu/packages/qemu.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/qemu.go
;;; note: source file ./gnu/services/herd.scm
;;;       newer than compiled /home/glc3/guix/gnu/services/herd.go
  LOAD     (guix scripts publish)
;;; note: source file ./guix/scripts/publish.scm
;;;       newer than compiled /home/glc3/guix/guix/scripts/publish.go
  LOAD     (guix scripts graph)
  LOAD     (gnu packages)
  LOAD     (gnu packages abduco)
;;; note: source file ./gnu/packages/abduco.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/abduco.go
  LOAD     (gnu packages admin)
  LOAD     (gnu packages adns)
  LOAD     (gnu packages algebra)
  LOAD     (gnu packages aidc)
;;; note: source file ./gnu/packages/aidc.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/aidc.go
  LOAD     (gnu packages audio)
  LOAD     (gnu packages augeas)
  LOAD     (gnu packages base)
  LOAD     (gnu packages bioinformatics)
;;; note: source file ./gnu/packages/bioinformatics.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/bioinformatics.go
;;; note: source file ./gnu/packages/datastructures.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/datastructures.go
;;; note: source file ./gnu/packages/vim.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/vim.go
  LOAD     (gnu packages bittorrent)
;;; note: source file ./gnu/packages/bittorrent.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/bittorrent.go
  LOAD     (gnu packages compression)
  LOAD     (gnu packages cpio)
  LOAD     (gnu packages databases)
  LOAD     (gnu packages datastructures)
  LOAD     (gnu packages dav)
  LOAD     (gnu packages dictionaries)
;;; note: source file ./gnu/packages/dictionaries.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/dictionaries.go
  LOAD     (gnu packages docker)
;;; note: source file ./gnu/packages/docker.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/docker.go
  LOAD     (gnu packages dvtm)
;;; note: source file ./gnu/packages/dvtm.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/dvtm.go
  LOAD     (gnu packages ebook)
;;; note: source file ./gnu/packages/ebook.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/ebook.go
  LOAD     (gnu packages emacs)
  LOAD     (gnu packages engineering)
;;; note: source file ./gnu/packages/engineering.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/engineering.go
  LOAD     (gnu packages finance)
;;; note: source file ./gnu/packages/finance.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/finance.go
  LOAD     (gnu packages fonts)
  LOAD     (gnu packages fontutils)
  LOAD     (gnu packages freedesktop)
  LOAD     (gnu packages game-development)
;;; note: source file ./gnu/packages/game-development.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/game-development.go
;;; note: source file ./gnu/packages/gnunet.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/gnunet.go
  LOAD     (gnu packages games)
;;; note: source file ./gnu/packages/games.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/games.go
  LOAD     (gnu packages gcc)
  LOAD     (gnu packages gdb)
  LOAD     (gnu packages ghostscript)
  LOAD     (gnu packages gl)
  LOAD     (gnu packages glib)
  LOAD     (gnu packages gnome)
  LOAD     (gnu packages gnunet)
  LOAD     (gnu packages gnupg)
  LOAD     (gnu packages gnuzilla)
  LOAD     (gnu packages gps)
;;; note: source file ./gnu/packages/gps.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/gps.go
  LOAD     (gnu packages gstreamer)
  LOAD     (gnu packages gtk)
  LOAD     (gnu packages guile)
  LOAD     (gnu packages icu4c)
  LOAD     (gnu packages irc)
;;; note: source file ./gnu/packages/kde.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/kde.go
;;; note: source file ./gnu/packages/kde-frameworks.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/kde-frameworks.go
  LOAD     (gnu packages kde)
  LOAD     (gnu packages kde-frameworks)
  LOAD     (gnu packages ldc)
;;; note: source file ./gnu/packages/ldc.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/ldc.go
  LOAD     (gnu packages libcanberra)
  LOAD     (gnu packages linux)
  LOAD     (gnu packages lsh)
  LOAD     (gnu packages lua)
  LOAD     (gnu packages lxqt)
;;; note: source file ./gnu/packages/lxqt.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/lxqt.go
  LOAD     (gnu packages mail)
  LOAD     (gnu packages mate)
  LOAD     (gnu packages maths)
  LOAD     (gnu packages messaging)
  LOAD     (gnu packages moe)
;;; note: source file ./gnu/packages/moe.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/moe.go
  LOAD     (gnu packages mpd)
;;; note: source file ./gnu/packages/mpd.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/mpd.go
  LOAD     (gnu packages music)
;;; note: source file ./gnu/packages/music.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/music.go
  LOAD     (gnu packages nano)
  LOAD     (gnu packages ocaml)
;;; note: source file ./gnu/packages/ocaml.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/ocaml.go
  LOAD     (gnu packages openbox)
;;; note: source file ./gnu/packages/openbox.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/openbox.go
  LOAD     (gnu packages openstack)
  LOAD     (gnu packages owncloud)
;;; note: source file ./gnu/packages/owncloud.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/owncloud.go
  LOAD     (gnu packages package-management)
  LOAD     (gnu packages parallel)
;;; note: source file ./gnu/packages/parallel.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/parallel.go
  LOAD     (gnu packages pdf)
  LOAD     (gnu packages perl)
  LOAD     (gnu packages pkg-config)
  LOAD     (gnu packages polkit)
  LOAD     (gnu packages pulseaudio)
  LOAD     (gnu packages pumpio)
;;; note: source file ./gnu/packages/pumpio.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/pumpio.go
  LOAD     (gnu packages python)
  LOAD     (gnu packages qemu)
  LOAD     (gnu packages qt)
  LOAD     (gnu packages rdf)
  LOAD     (gnu packages ruby)
  LOAD     (gnu packages scheme)
  LOAD     (gnu packages screen)
;;; note: source file ./gnu/packages/screen.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/screen.go
  LOAD     (gnu packages scribus)
;;; note: source file ./gnu/packages/scribus.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/scribus.go
  LOAD     (gnu packages ssh)
  LOAD     (gnu packages statistics)
  LOAD     (gnu packages tcl)
  LOAD     (gnu packages texlive)
  LOAD     (gnu packages textutils)
  LOAD     (gnu packages tls)
  LOAD     (gnu packages version-control)
  LOAD     (gnu packages video)
  LOAD     (gnu packages vim)
  LOAD     (gnu packages wine)
;;; note: source file ./gnu/packages/wine.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/wine.go
  LOAD     (gnu packages xnee)
;;; note: source file ./gnu/packages/xnee.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/xnee.go
  LOAD     (gnu packages xdisorg)
  LOAD     (gnu packages xorg)
  LOAD     (gnu packages xfce)
;;; note: source file ./gnu/packages/xfce.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/xfce.go
  LOAD     (gnu packages yasm)
  LOAD     (gnu packages yubico)
;;; note: source file ./gnu/packages/yubico.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/yubico.go
  LOAD     (gnu packages zsh)
;;; note: source file ./gnu/packages/zsh.scm
;;;       newer than compiled /home/glc3/guix/gnu/packages/zsh.go
  LOAD     (gnu services desktop)
;;; note: source file ./gnu/services/desktop.scm
;;;       newer than compiled /home/glc3/guix/gnu/services/desktop.go
;;; note: source file ./gnu/services/xorg.scm
;;;       newer than compiled /home/glc3/guix/gnu/services/xorg.go
  LOAD     (gnu services herd)
  LOAD     (gnu services xorg)
  LOAD     (gnu system)
  LOAD     (gnu system vm)
  LOAD     (gnu build linux-modules)
  LOAD     (gnu build vm)
  LOAD     (guix import gem)
  LOAD     (guix config)
  GUILEC   guix/download.go
  GUILEC   guix/gexp.go
  GUILEC   guix/gnu-maintenance.go
  GUILEC   guix/grafts.go
  GUILEC   guix/derivations.go
  GUILEC   guix/licenses.go
  GUILEC   guix/http-client.go
  GUILEC   guix/store.go
  GUILEC   guix/build/graft.go
  GUILEC   guix/packages.go
  GUILEC   guix/import/github.go
  GUILEC   guix/scripts/build.go
  GUILEC   guix/scripts/package.go
  GUILEC   guix/scripts/refresh.go
  GUILEC   guix/scripts/system.go
  GUILEC   guix/scripts/publish.go
  GUILEC   guix/scripts/graph.go
  GUILEC   gnu/packages.go
  GUILEC   gnu/packages/abduco.go
  GUILEC   gnu/packages/admin.go
  GUILEC   gnu/packages/adns.go
  GUILEC   gnu/packages/algebra.go
  GUILEC   gnu/packages/aidc.go
  GUILEC   gnu/packages/audio.go
  GUILEC   gnu/packages/augeas.go
  GUILEC   gnu/packages/base.go
  GUILEC   gnu/packages/bioinformatics.go
  GUILEC   gnu/packages/bittorrent.go
  GUILEC   gnu/packages/compression.go
  GUILEC   gnu/packages/cpio.go
  GUILEC   gnu/packages/databases.go
  GUILEC   gnu/packages/datastructures.go
  GUILEC   gnu/packages/dav.go
  GUILEC   gnu/packages/dictionaries.go
  GUILEC   gnu/packages/docker.go
  GUILEC   gnu/packages/dvtm.go
  GUILEC   gnu/packages/ebook.go
  GUILEC   gnu/packages/emacs.go
  GUILEC   gnu/packages/engineering.go
  GUILEC   gnu/packages/finance.go
  GUILEC   gnu/packages/fonts.go
  GUILEC   gnu/packages/fontutils.go
  GUILEC   gnu/packages/freedesktop.go
  GUILEC   gnu/packages/game-development.go
  GUILEC   gnu/packages/games.go
  GUILEC   gnu/packages/gcc.go
  GUILEC   gnu/packages/gdb.go
  GUILEC   gnu/packages/ghostscript.go
  GUILEC   gnu/packages/gl.go
  GUILEC   gnu/packages/glib.go
  GUILEC   gnu/packages/gnome.go
  GUILEC   gnu/packages/gnunet.go
  GUILEC   gnu/packages/gnupg.go
  GUILEC   gnu/packages/gnuzilla.go
  GUILEC   gnu/packages/gps.go
  GUILEC   gnu/packages/gstreamer.go
  GUILEC   gnu/packages/gtk.go
  GUILEC   gnu/packages/guile.go
  GUILEC   gnu/packages/icu4c.go
  GUILEC   gnu/packages/irc.go
  GUILEC   gnu/packages/kde.go
  GUILEC   gnu/packages/kde-frameworks.go
  GUILEC   gnu/packages/ldc.go
  GUILEC   gnu/packages/libcanberra.go
  GUILEC   gnu/packages/linux.go
  GUILEC   gnu/packages/lsh.go
  GUILEC   gnu/packages/lua.go
  GUILEC   gnu/packages/lxqt.go
  GUILEC   gnu/packages/mail.go
  GUILEC   gnu/packages/mate.go
  GUILEC   gnu/packages/maths.go
  GUILEC   gnu/packages/messaging.go
  GUILEC   gnu/packages/moe.go
  GUILEC   gnu/packages/mpd.go
  GUILEC   gnu/packages/music.go
  GUILEC   gnu/packages/nano.go
  GUILEC   gnu/packages/ocaml.go
  GUILEC   gnu/packages/openbox.go
  GUILEC   gnu/packages/openstack.go
  GUILEC   gnu/packages/owncloud.go
  GUILEC   gnu/packages/package-management.go
  GUILEC   gnu/packages/parallel.go
  GUILEC   gnu/packages/pdf.go
  GUILEC   gnu/packages/perl.go
  GUILEC   gnu/packages/pkg-config.go
  GUILEC   gnu/packages/polkit.go
  GUILEC   gnu/packages/pulseaudio.go
  GUILEC   gnu/packages/pumpio.go
  GUILEC   gnu/packages/python.go
  GUILEC   gnu/packages/qemu.go
  GUILEC   gnu/packages/qt.go
  GUILEC   gnu/packages/rdf.go
  GUILEC   gnu/packages/ruby.go
  GUILEC   gnu/packages/scheme.go
  GUILEC   gnu/packages/screen.go
  GUILEC   gnu/packages/scribus.go
  GUILEC   gnu/packages/ssh.go
  GUILEC   gnu/packages/statistics.go
  GUILEC   gnu/packages/tcl.go
  GUILEC   gnu/packages/texlive.go
  GUILEC   gnu/packages/textutils.go
  GUILEC   gnu/packages/tls.go
  GUILEC   gnu/packages/version-control.go
  GUILEC   gnu/packages/video.go
  GUILEC   gnu/packages/vim.go
  GUILEC   gnu/packages/wine.go
  GUILEC   gnu/packages/xnee.go
  GUILEC   gnu/packages/xdisorg.go
  GUILEC   gnu/packages/xorg.go
  GUILEC   gnu/packages/xfce.go
  GUILEC   gnu/packages/yasm.go
  GUILEC   gnu/packages/yubico.go
  GUILEC   gnu/packages/zsh.go
  GUILEC   gnu/services/desktop.go
  GUILEC   gnu/services/herd.go
  GUILEC   gnu/services/xorg.go
  GUILEC   gnu/system.go
  GUILEC   gnu/system/vm.go
  GUILEC   gnu/build/linux-modules.go
  GUILEC   gnu/build/vm.go
gnu/build/linux-modules.scm:207:13: warning: possibly unbound variable `load-linux-module'
  GUILEC   guix/import/gem.go
gnu/build/vm.scm:236:3: warning: possibly unbound variable `mount'
gnu/build/vm.scm:241:3: warning: possibly unbound variable `umount'
gnu/build/vm.scm:271:8: warning: possibly unbound variable `mount'
gnu/build/vm.scm:279:8: warning: possibly unbound variable `umount'
gnu/build/vm.scm:315:4: warning: possibly unbound variable `mount'
gnu/build/vm.scm:321:4: warning: possibly unbound variable `umount'
  GUILEC   guix/config.go
  HELP2MAN doc/guix-build.1
  HELP2MAN doc/guix-package.1
  HELP2MAN doc/guix-publish.1
  HELP2MAN doc/guix-refresh.1
  HELP2MAN doc/guix-system.1
  HELP2MAN doc/guix.1
make  check-TESTS check-local
make[3]: Entering directory '/home/glc3/guix'
make[3]: Nothing to be done for 'check-local'.
make[4]: Entering directory '/home/glc3/guix'
PASS: tests/base32.scm
PASS: tests/base64.scm
PASS: tests/hash.scm
PASS: tests/cpio.scm
PASS: tests/pk-crypto.scm
PASS: tests/sets.scm
PASS: tests/pki.scm
PASS: tests/gnu-maintenance.scm
PASS: tests/substitute.scm
PASS: tests/ui.scm
PASS: tests/records.scm
PASS: tests/build-utils.scm
PASS: tests/builders.scm
PASS: tests/utils.scm
PASS: tests/snix.scm
PASS: tests/cran.scm
PASS: tests/hackage.scm
PASS: tests/grafts.scm
PASS: tests/elpa.scm
PASS: tests/monads.scm
PASS: tests/packages.scm
PASS: tests/union.scm
PASS: tests/gexp.scm
PASS: tests/syscalls.scm
PASS: tests/gremlin.scm
PASS: tests/profiles.scm
PASS: tests/publish.scm
PASS: tests/scripts.scm
PASS: tests/size.scm
PASS: tests/nar.scm
PASS: tests/challenge.scm
PASS: tests/cve.scm
PASS: tests/file-systems.scm
PASS: tests/lint.scm
PASS: tests/system.scm
PASS: tests/services.scm
PASS: tests/scripts-build.scm
PASS: tests/containers.scm
PASS: tests/import-utils.scm
PASS: tests/pypi.scm
PASS: tests/gem.scm
PASS: tests/cpan.scm
PASS: tests/guix-download.sh
PASS: tests/guix-hash.sh
PASS: tests/graph.scm
PASS: tests/derivations.scm
FAIL: tests/store.scm
PASS: tests/guix-archive.sh
PASS: tests/guix-authenticate.sh
PASS: tests/guix-package-net.sh
PASS: tests/guix-environment-container.sh
PASS: tests/guix-environment.sh
PASS: tests/guix-lint.sh
PASS: tests/guix-graph.sh
PASS: tests/guix-register.sh
FAIL: tests/guix-daemon.sh
FAIL: tests/guix-build.sh
FAIL: tests/guix-package.sh
FAIL: tests/guix-system.sh
FAIL: tests/guix-gc.sh
============================================================================
Testsuite summary for GNU Guix 0.9.1
============================================================================
# TOTAL: 60
# PASS:  54
# SKIP:  0
# XFAIL: 0
# FAIL:  6
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
Please report to bug-guix@gnu.org
============================================================================
Makefile:3993: recipe for target 'test-suite.log' failed
make[4]: *** [test-suite.log] Error 1
make[4]: Leaving directory '/home/glc3/guix'
Makefile:4099: recipe for target 'check-TESTS' failed
make[3]: *** [check-TESTS] Error 2
make[3]: Leaving directory '/home/glc3/guix'
Makefile:4342: recipe for target 'check-am' failed
make[2]: *** [check-am] Error 2
make[2]: Leaving directory '/home/glc3/guix'
Makefile:3879: recipe for target 'check-recursive' failed
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory '/home/glc3/guix'
Makefile:4344: recipe for target 'check' failed
make: *** [check] Error 2
glc3@g1 ~/guix [env]$ date
Tue Mar  1 11:34:47 EST 2016
glc3@g1 ~/guix [env]$ exit
exit
glc3@g1 ~/guix$ exit
exit

Process shell exited abnormally with code 127

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#22872: make check fails on commit caeadfd
  2016-03-01 17:58 bug#22872: make check fails on commit caeadfd myglc2
@ 2016-03-01 18:01 ` Leo Famulari
  2016-03-01 18:05 ` Leo Famulari
  2016-03-02 14:05 ` Ludovic Courtès
  2 siblings, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2016-03-01 18:01 UTC (permalink / raw)
  To: myglc2; +Cc: 22872

On Tue, Mar 01, 2016 at 12:58:17PM -0500, myglc2 wrote:
> Please see make.check.caeadfd.log. I can provide the associated
> test-suite.log (99 MB), or sub-sections if they are of interest.
> 
> FWIW, the previous commit, c22a132, passes.

To clarify, the failing commit is today's OpenSSL udpate, which also
uses the new recursive grafting mechanism.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#22872: make check fails on commit caeadfd
  2016-03-01 17:58 bug#22872: make check fails on commit caeadfd myglc2
  2016-03-01 18:01 ` Leo Famulari
@ 2016-03-01 18:05 ` Leo Famulari
  2016-03-02 14:05 ` Ludovic Courtès
  2 siblings, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2016-03-01 18:05 UTC (permalink / raw)
  To: myglc2; +Cc: 22872

On Tue, Mar 01, 2016 at 12:58:17PM -0500, myglc2 wrote:
> Please see make.check.caeadfd.log. I can provide the associated
> test-suite.log (99 MB), or sub-sections if they are of interest.
> 
> FWIW, the previous commit, c22a132, passes.

The same tests fail for me except store.scm passed.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#22872: make check fails on commit caeadfd
  2016-03-01 17:58 bug#22872: make check fails on commit caeadfd myglc2
  2016-03-01 18:01 ` Leo Famulari
  2016-03-01 18:05 ` Leo Famulari
@ 2016-03-02 14:05 ` Ludovic Courtès
  2 siblings, 0 replies; 4+ messages in thread
From: Ludovic Courtès @ 2016-03-02 14:05 UTC (permalink / raw)
  To: myglc2; +Cc: 22872-done

myglc2 <myglc2@gmail.com> skribis:

> FAIL: tests/store.scm

[...]

> FAIL: tests/guix-daemon.sh
> FAIL: tests/guix-build.sh
> FAIL: tests/guix-package.sh
> FAIL: tests/guix-system.sh
> FAIL: tests/guix-gc.sh

Fixed in 442a6ff5eae094f1fd4e09241a2f35c33ab908da.

I did not experience the tests/store.scm issue, but this may have been
caused by the lack of disk space (the reason the 5 tests failed was
because they ended up building the world in $PWD/test-tmp.)

Thanks,
Ludo’.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-03-02 14:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-01 17:58 bug#22872: make check fails on commit caeadfd myglc2
2016-03-01 18:01 ` Leo Famulari
2016-03-01 18:05 ` Leo Famulari
2016-03-02 14:05 ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.