summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* build-system/gnu: Check whether the cross-libc has a "static" output.Ludovic Courtès2017-12-21
| | | | | | | | This is a followup to 614fffe4270cef308573a6d9cef650f3972875af, which broke cross-compilation to i686-w64-mingw32. * guix/build-system/gnu.scm (standard-cross-packages): Add "cross-libc:static" only when LIBC has a "static" output.
* gnu: diffutils: Fix Gnulib/getopt cross-compilation issue.Ludovic Courtès2017-12-20
| | | | | | | | | | | | | | | Previously cross-compilation would fail: CC xvasprintf.o xstrtol-error.c:50:16: warning: 'struct rpl_option' declared inside parameter list int exit_status) ^ xstrtol-error.c: In function 'xstrtol_error': xstrtol-error.c:84:5: error: invalid use of undefined type 'struct rpl_option' * gnu/packages/patches/diffutils-getopt.patch: New file. * gnu/packages/base.scm (diffutils)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: gcc: Fix cross-compilation.Ludovic Courtès2017-12-20
| | | | | | | | | | | | | | | | | Previously "guix build gcc@5 --target=TRIPLET" would fail like this: checking for exported symbols... /tmp/guix-build-gcc-5.5.0.drv-0/gcc-5.5.0/libcc1/configure: line 14531: -T: command not found yes checking for -rdynamic... /tmp/guix-build-gcc-5.5.0.drv-0/gcc-5.5.0/libcc1/configure: line 14541: -T: command not found no checking for library containing dlopen... -ldl checking for -fPIC -shared... yes configure: error: Building GCC with plugin support requires a host that supports -fPIC, -shared, -ldl and -rdynamic. * gnu/packages/gcc.scm (gcc-4.7)[maybe-target-tools]: Add "OBJDUMP". (gcc-5)[source](snippet, modules): New fields.
* build-system/gnu: Add the "static" output of libc in cross environments.Ludovic Courtès2017-12-20
| | | | | | | | | | Fixes a regression whereby the host libc.a would be missing when cross-compiling. This is a followup to commit 6dff905e51202bbdebbad8811b6509584d12a796. * guix/build-system/gnu.scm (standard-cross-packages): Add the "cross-libc:static".
* gnu: icu4c: Update to 60.2.Marius Bakke2017-12-19
| | | | * gnu/packages/icu4c.scm (icu4c): Update to 60.2.
* gnu: gtk+: Update to 3.22.26.Marius Bakke2017-12-19
| | | | * gnu/packages/gtk.scm (gtk+): Update to 3.22.26.
* gnu: harfbuzz: Update to 1.7.3.Marius Bakke2017-12-19
| | | | * gnu/packages/gtk.scm (harfbuzz): Update to 1.7.3.
* gnu: Remove redundant cmake libdir configure flags.Efraim Flashner2017-12-19
| | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (imp)[arguments]: Remove CMAKE_INSTALL_LIBDIR flag. * gnu/packages/calendar.scm (libical): Same. * gnu/packages/engineering.scm (kicad): Same. * gnu/packages/games.scm (openrct2, mgba): Same. * gnu/packages/gl.scm (virtualgl): Same. * gnu/packages/image-processing.scm (mia): Same. * gnu/packages/linux.scm (rdma-core): Same. * gnu/packages/machine-learning.scm (dlib): Same. * gnu/packages/maths.scm (lapack, superlu, z3): Same. * gnu/packages/password-utils.scm (keepassxc): Same. * gnu/packages/photo.scm (darktable): Same. * gnu/packages/rdesktop.scm (freerdp): Same.
* guix: cmake-build-system: Install libraries to /lib.Efraim Flashner2017-12-19
| | | | | * guix/build/cmake-build-system.scm (configure): Add flag to always install libraries in /lib.
* gnu: ruby: Remove graft for 2.4.3.Marius Bakke2017-12-19
| | | | | * gnu/packages/ruby.scm (ruby): Update to 2.4.3. (ruby-2.4.3): Remove variable.
* gnu: openssl: Remove graft for 1.0.2n.Marius Bakke2017-12-19
| | | | | * gnu/packages/tls.scm (openssl): Update to 1.0.2n. (openssl-1.0.2n): Remove variable.
* Merge branch 'master' into core-updatesMarius Bakke2017-12-19
|\
| * gnu: termite: Update to 13.Marius Bakke2017-12-19
| | | | | | | | * gnu/packages/terminals.scm (termite): Update to 13.
| * gnu: pcsc-lite: Update to 1.8.23.Marius Bakke2017-12-19
| | | | | | | | | | | | * gnu/packages/security-token.scm (pcsc-lite): Update to 1.8.23. [arguments]<#:configure-flags>: Add "--disable-libsystemd". [license]: Adjust to removed sd-daemon files.
| * gnu: qemu: Update to 2.10.2.Marius Bakke2017-12-19
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/qemu-CVE-2017-15118.patch, gnu/packages/patches/qemu-CVE-2017-15119.patch, gnu/packages/patches/qemu-CVE-2017-15268.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. * gnu/packages/virtualization.scm (qemu): Update to 2.10.2. [source](patches): Remove obsolete.
| * gnu: libjpeg-turbo: Update to 1.5.3.Marius Bakke2017-12-18
| | | | | | | | * gnu/packages/image.scm (libjpeg-turbo): Update to 1.5.3.
| * gnu: libsodium: Update to 1.0.16.Marius Bakke2017-12-18
| | | | | | | | * gnu/packages/crypto.scm (libsodium): Update to 1.0.16.
| * gnu: expect: Update to 5.45.3.Marius Bakke2017-12-18
| | | | | | | | * gnu/packages/tcl.scm (expect): Update to 5.45.3.
| * gnu: deutex: Update to 5.1.0.Kei Kebreau2017-12-18
| | | | | | | | * gnu/packages/games.scm (deutex): Update to 5.1.0.
| * doc: Clarify treatment of the root account.Ludovic Courtès2017-12-18
| | | | | | | | | | * doc/guix.texi (operating-system Reference): Clarify the situation of UID 0.
| * guix gc: '--verify=foo' is reported as an error.Ludovic Courtès2017-12-18
| | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/29761>. Reported by Martin Castillo <castilma@uni-bremen.de>. * guix/scripts/gc.scm (argument->verify-options): New procedure. (%options) ["verify"]: Adjust to use it. * tests/guix-gc.sh: Add test.
| * gnu: emacspeak: Update to 47.0.Kei Kebreau2017-12-18
| | | | | | | | | | | | * gnu/packages/emacs.scm (emacspeak): Update to 47.0. [source]: Remove snippet. [arguments]: Set SHELL environment variable.
| * gnu: rsync: Patch CVE-2017-{16548,17433,17434}.Efraim Flashner2017-12-18
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/rsync.scm (rsync)[source]: Add patches. [properties]: Mark CVE-2017-15994 as not relevant. * gnu/packages/patches/rsync-CVE-2017-16548.patch, gnu/packages/patches/rsync-CVE-2017-17433.patch, gnu/packages/patches/rsync-CVE-2017-17433-fix-tests.patch, gnu/packages/patches/rsync-CVE-2017-17434-pt1.patch, gnu/packages/patches/rsync-CVE-2017-17434-pt2.patch: New files. * gnu/local.mk (dist_patch_DATA): Register them.
| * gnu: psm: Update home page URL.Ludovic Courtès2017-12-18
| | | | | | | | | | * gnu/packages/linux.scm (psm)[home-page]: Update. [source](uri): Use it.
| * gexp: 'computed-file' has a new #:guile parameter.Ludovic Courtès2017-12-18
| | | | | | | | | | | | * guix/gexp.scm (<computed-file>)[guile]: New field. (computed-file): Add #:guile. (computed-file-compiler): Honor 'guile'.
| * gnu: Fix ambiguous 'zip' reference.Ludovic Courtès2017-12-18
| | | | | | | | * gnu/packages/photo.scm: Hide 'zip' from (srfi srfi-1).
| * ui: Non-zero exit for compound '&message' and '&error-location' conditions.Ludovic Courtès2017-12-18
| | | | | | | | | | * guix/ui.scm (call-with-error-handling): When both 'message?' and 'error-location?' are true, add call to 'exit'.
| * system: examples: Add a template for BeagleBone Black.Mathieu Othacehe2017-12-18
| | | | | | | | | | | | * gnu/system/examples/beaglebone-black.tmpl: New file. * Makefile.am (EXAMPLES): Add it. * gnu/system/install.scm (/etc/configuration-files): Add it.
| * gnu: claws-mail: Update to 3.16.0.Tobias Geerinckx-Rice2017-12-18
| | | | | | | | * gnu/packages/mail.scm (claws-mail): Update to 3.16.0.
| * services: nginx: Allow to add raw content to the server blocks.Clément Lassieur2017-12-18
| | | | | | | | | | | | * doc/guix.texi (Web Services): Document 'raw-content'. * gnu/services/web.scm (<nginx-server-configuration>)[raw-content]: New field. (emit-nginx-server-config): Add it.
| * services: nginx: Replace 'http-port' and 'https-port' with 'listen'.Clément Lassieur2017-12-18
| | | | | | | | | | | | | | | | | | | | | | * doc/guix.texi (Web Services, Version Control Services): Update accordingly. * gnu/services/certbot.scm (certbot-nginx-server-configurations): Likewise. * gnu/services/version-control.scm (%cgit-configuration-nginx): Likewise. * gnu/services/web.scm (<nginx-server-configuration>, emit-nginx-server-config): Likewise. * gnu/tests/version-control.scm (%cgit-configuration-nginx, %git-nginx-configuration): Likewise. * gnu/tests/web.scm (%nginx-servers, %php-fpm-nginx-server-blocks): Likewise.
| * gnu: r-seurat: Update to 2.1.0.Ricardo Wurmus2017-12-18
| | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (r-seurat): Update to 2.1.0. [propagated-inputs]: Add r-diffusionmap, r-dtw, r-ggjoy, r-hmisc, r-ica, r-mass, r-matrix, r-nmf, r-plotly, r-sdmtools, r-tidyr; remove r-plyr, r-rcppeigen, r-fastica.
| * gnu: Add r-diffusionmap.Ricardo Wurmus2017-12-18
| | | | | | | | * gnu/packages/graph.scm (r-diffusionmap): New variable.
| * gnu: Add r-ggjoy.Ricardo Wurmus2017-12-18
| | | | | | | | * gnu/packages/cran.scm (r-ggjoy): New variable.
| * gnu: Add r-ggridges.Ricardo Wurmus2017-12-18
| | | | | | | | * gnu/packages/cran.scm (r-ggridges): New variable.
| * gnu: Add r-scatterplot3d.Ricardo Wurmus2017-12-18
| | | | | | | | * gnu/packages/cran.scm (r-scatterplot3d): New variable.
| * gnu: Add r-sdmtools.Ricardo Wurmus2017-12-18
| | | | | | | | * gnu/packages/cran.scm (r-sdmtools): New variable.
| * gnu: Add r-dtw.Ricardo Wurmus2017-12-18
| | | | | | | | * gnu/packages/cran.scm (r-dtw): New variable.
| * gnu: Add r-ica.Ricardo Wurmus2017-12-18
| | | | | | | | * gnu/packages/cran.scm (r-ica): New variable.
| * gnu: r-seurat: Fix ModularityOptimizer.jar.Ricardo Wurmus2017-12-18
| | | | | | | | | | * gnu/packages/bioinformatics.scm (r-seurat)[arguments]: Include Main-Class attribute in manifest.
| * gnu: qmidiarp: Update to 0.6.5.Ricardo Wurmus2017-12-18
| | | | | | | | * gnu/packages/music.scm (qmidiarp): Update to 0.6.5.
| * gnu: Add noise-repellent.Ricardo Wurmus2017-12-18
| | | | | | | | * gnu/packages/audio.scm (noise-repellent): New variable.
| * gnu: Add aj-snapshot.Ricardo Wurmus2017-12-18
| | | | | | | | * gnu/packages/music.scm (aj-snapshot): New variable.
| * gnu: Add jack-capture.Ricardo Wurmus2017-12-18
| | | | | | | | * gnu/packages/music.scm (jack-capture): New variable.
| * gnu: Add qjackrcd.Ricardo Wurmus2017-12-18
| | | | | | | | * gnu/packages/audio.scm (qjackrcd): New variable.
| * gnu: Add whysynth.Ricardo Wurmus2017-12-18
| | | | | | | | * gnu/packages/music.scm (whysynth): New variable.
| * gnu: Add sonivox-eas.Ricardo Wurmus2017-12-18
| | | | | | | | * gnu/packages/music.scm (sonivox-eas): New variable.
| * doc: Fix typo.Martin Castillo2017-12-18
| | | | | | | | | | | | * doc/guix.texi: remove double occurence of generations. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * nls: Update 'hu' translation.Ludovic Courtès2017-12-18
| |
| * vm: Pass the host's /dev/urandom to the guest at /dev/hwrng.Leo Famulari2017-12-18
| | | | | | | | | | * gnu/build/vm.scm (load-in-linux-vm): Use QEMU's virtio-rng-pci. * gnu/system/vm.scm (common-qemu-options): Likewise.