summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* daemon: Substitute queries return immediately when substitutes are disabled.Ludovic Courtès2016-05-31
| | | | | | | | | | | | | Reported by Federico Beffa <beffa@ieee.org> at <https://lists.gnu.org/archive/html/guix-devel/2016-05/msg00928.html>. * nix/libstore/local-store.cc (LocalStore::querySubstitutablePaths) (LocalStore::querySubstitutablePathInfos): Return when 'settings.useSubstitutes' is false. * tests/store.scm ("references/substitutes missing reference info"): Make sure to return #f on failure. * tests/store.scm ("substitutable-path-info when substitutes are turned off"): ("substitutable-paths when substitutes are turned off"): New tests.
* daemon: Fix typo.Ludovic Courtès2016-05-31
| | | | | | | | Fixes a regression/typo introduced in e08380fb6cefd3fd67c3c220a3ddaf385e6413cf. * nix/libstore/build.cc (DerivationGoal::startBuilder): Canonicalize "/tmp", not "/tmp/guix-build".
* offload: Use (guix build syscalls).Ludovic Courtès2016-05-31
| | | | | | This is a followup to 4e0ea3eb288c2143b44bf324c64047762c72d3b3. * guix/scripts/offload.scm: Use (guix build syscalls).
* daemon: Remove unused XML output code.Ludovic Courtès2016-05-31
| | | | | | * nix/local.mk (libutil_a_SOURCES): Remove libutil/xml-writer.cc. (libutil_headers): Remove libutil/xml-writer.hh. * nix/libutil/xml-writer.hh, nix/libutil/xml-writer.cc: Remove.
* gnu: Add ghmm.Ricardo Wurmus2016-05-31
| | | | * gnu/packages/machine-learning.scm (ghmm): New variable.
* gnu: gimp: Update to 2.8.16.Efraim Flashner2016-05-31
| | | | * gnu/packages/gimp.scm (gimp): Update to 2.8.16.
* gnu: Add r-genomationdata.Ricardo Wurmus2016-05-31
| | | | * gnu/packages/bioinformatics.scm (r-genomationdata): New variable.
* gnu: Add r-runit.Ricardo Wurmus2016-05-31
| | | | * gnu/packages/statistics.scm (r-runit): New variable.
* gnu: julia: Update to 0.4.5.Ricardo Wurmus2016-05-31
| | | | | * gnu/packages/julia.scm (julia): Update to 0.4.5. (libuv-julia): Update commit.
* gnu: Add r-knitrbootstrap.Ricardo Wurmus2016-05-31
| | | | * gnu/packages/statistics.scm (r-knitrbootstrap): New variable.
* daemon: rounds: Keep the differing output if -K is given.Eelco Dolstra2016-05-31
| | | | Regardless of -K, we now also print which output differs.
* daemon: Canonicalize gids to 0.Eelco Dolstra2016-05-31
| | | | | | | Previously files in the Nix store were owned by root or by nixbld, depending on whether they were created by a substituter or by a builder. This doesn't matter much, but causes spurious diffoscope differences. So use root everywhere.
* daemon: check: Keep the differing output if -K is given.Eelco Dolstra2016-05-31
| | | | | | | | | | | | | | | | | | | This makes it easier to investigate the non-determinism, e.g. $ nix-build pkgs/stdenv/linux -A stage1.pkgs.zlib --check -K error: derivation ‘/nix/store/l54i8wlw22656i4pk05c52ngv9rpl39q-zlib-1.2.8.drv’ may not be deterministic: output ‘/nix/store/11a27shh6n2ivi4a7s964i65ql80cf27-zlib-1.2.8’ differs from ‘/nix/store/11a27shh6n2ivi4a7s964i65ql80cf27-zlib-1.2.8-check’ $ diffoscope /nix/store/11a27shh6n2ivi4a7s964i65ql80cf27-zlib-1.2.8 /nix/store/11a27shh6n2ivi4a7s964i65ql80cf27-zlib-1.2.8-check ... ├── lib/libz.a │ ├── metadata │ │ @@ -1,15 +1,15 @@ │ │ -rw-r--r-- 30001/30000 3096 Jan 12 15:20 2016 adler32.o ... │ │ +rw-r--r-- 30001/30000 3096 Jan 12 15:28 2016 adler32.o ... Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* daemon: check: Fix "failed to produce output path".Eelco Dolstra2016-05-31
| | | | | This occured when sandbox building is disabled, at least one output exists, and at least one other output does not.
* daemon: check: Fix assertion failure when some outputs are missing.Eelco Dolstra2016-05-31
| | | | | | | | | | | E.g. $ nix-build pkgs/stdenv/linux/ -A stage1.pkgs.perl --check nix-store: src/libstore/build.cc:1323: void nix::DerivationGoal::tryToBuild(): Assertion `buildMode != bmCheck || validPaths.size() == drv->outputs.size()' failed. when perl.out exists but perl.man doesn't. The fix is to only check the outputs that exist. Note that "nix-build -A stage1.pkgs.all --check" will still give a (proper) error in this case.
* daemon: When repairing, rebuild if there is no substituter.Eelco Dolstra2016-05-31
|
* daemon: Fix --repair failure on multiple-output derivations.Eelco Dolstra2016-05-31
| | | | | | | | | | If repair found a corrupted/missing path that depended on a multiple-output derivation, and some of the outputs of the latter were not present, it failed with a message like error: path ‘/nix/store/cnfn9d5fjys1y93cz9shld2xwaibd7nn-bash-4.3-p42-doc’ is not valid Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* daemon: ~PathLocks(): Handle exceptions.Eelco Dolstra2016-05-31
| | | | | | Otherwise, since the call to write a "d" character to the lock file can fail with ENOSPC, we can get an unhandled exception resulting in a call to terminate().
* daemon: Handle /tmp being a symlink.Eelco Dolstra2016-05-31
| | | | | * nix/libstore/build.cc (DerivationGoal::startBuilder): Call 'canonPath' on "/tmp".
* services: urandom-seed: Set umask to 077 while shutting down.Leo Famulari2016-05-31
| | | | * gnu/services/base.scm (urandom-seed-shepherd-service): Call 'umask'.
* gnu: libxml2: Update replacement to 2.9.4 [security fixes].Leo Famulari2016-05-30
| | | | | | | | | | | This fixes CVE-2016-{1762, 1833, 1834, 1835, 1836, 1837, 1838, 1839, 1840, 3627, 3705, 4483}. * gnu/packages/patches/libxml2-CVE-2016-3627.patch, gnu/packages/patches/libxml2-CVE-2016-3705.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. * gnu/packages/xml.scm (libxml2/fixed): Update to 2.9.4. [source]: Remove patches.
* container: Gracefully report mount errors in the child process.Ludovic Courtès2016-05-31
| | | | | | | | | | | | | Fixes <http://bugs.gnu.org/23306>. * gnu/build/linux-container.scm (run-container): Use 'socketpair' instead of 'pipe'. Rename 'in' to 'child' and 'out' to 'parent'. Send a 'ready message or an exception argument list from the child to the parent; adjust the parent accordingly. * tests/containers.scm ("call-with-container, mnt namespace, wrong bind mount"): New test. * tests/guix-environment-container.sh: Add test with --expose=/does-not-exist.
* container: Gracefully handle failure to set up user namespaces.Ludovic Courtès2016-05-31
| | | | | * gnu/build/linux-container.scm (run-container): Exit when the parent process doesn't say 'ready.
* download: Update CPAN mirrors.Efraim Flashner2016-05-31
| | | | * guix/download.scm (mirrors)[cpan]: Add to mirror list.
* gnu: vapoursynth: Update to 32.Efraim Flashner2016-05-30
| | | | * gnu/packages/video.scm (vapoursynth): Update to 32.
* gnu: Add zimg.Efraim Flashner2016-05-30
| | | | * gnu/packages/image.scm (zimg): New variable.
* gnu: mcrypt: Fix CVE-2012-4409, CVE-2012-4426, CVE-2012-4527.Efraim Flashner2016-05-30
| | | | | | | | * gnu/packages/mcrypt.scm (mcrypt)[source]: Add patches. * gnu/packages/patches/mcrypt-CVE-2012-4409.patch, gnu/packages/patches/mcrypt-CVE-2012-4426.patch, gnu/packages/patches/mcrypt-CVE-2012-4527.patch: New variables. * gnu/local.mk (dist_patch_DATA): Add them.
* gnu: imagemagick: Update to 6.9.4-5.Leo Famulari2016-05-30
| | | | * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.4-5.
* gnu: Remove xgcc-avr.David Thompson2016-05-30
| | | | | | | We now have a dedicated package module for the AVR toolchain with important modifications on top of what cross-gcc produces. * gnu/packages/cross-base.scm (xgcc-avr): Delete.
* gnu: Add avr-toolchain.David Thompson2016-05-30
| | | | | * gnu/packages/avr.scm (avr-toolchain): New procedure. (avr-toolchain-4.9, avr-toolchain-5): New variables.
* gnu: avr-libc: Update to 2.0.0.David Thompson2016-05-30
| | | | * gnu/packages/avr.scm (avr-libc): Update to 2.0.0.
* gnu: avr-libc: Fix build.David Thompson2016-05-30
| | | | | | * gnu/packages/avr.scm (avr-libc): Update to 2.0.0. [native-inputs]: Use new avr-gcc and avr-binutils. [arguments]: Add phase to unset C_INCLUDE_PATH.
* gnu: Add avr-gcc-5.David Thompson2016-05-30
| | | | * gnu/packages/avr.scm (avr-gcc-5): New variable.
* gnu: Add avr-gcc.David Thompson2016-05-30
| | | | * gnu/packages/avr.scm (avr-gcc): New variable.
* gnu: Add avr-binutils.David Thompson2016-05-30
| | | | * gnu/packages/avr.scm (avr-binutils): New variable.
* gnu: wordnet: Use 'modify-phases'.Efraim Flashner2016-05-30
| | | | * gnu/packages/wordnet.scm (wordnet)[arguments]: Use 'modify-phases'.
* gnu: wordnet: Fix CVE-2008-2149, CVE-2008-3908.Efraim Flashner2016-05-30
| | | | | | | | * gnu/packages/wordnet.scm (wordnet)[source]: Add patches. * gnu/packages/patches/wordnet-CVE-2008-2149.patch, gnu/packages/patches/wordnet-CVE-2008-3908-pt1.patch, gnu/packages/patches/wordnet-CVE-2008-3908-pt2.patch: New variables. * gnu/local.mk (dist_patch_DATA): Add them.
* gnu: id3lib: Fix CVE-2007-4460.Efraim Flashner2016-05-30
| | | | | | * gnu/packages/mp3.scm (id3lib)[source]: Add patch. * gnu/packages/patches/id3lib-CVE-2007-4460.patch: New variable. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: cyrus-sasl: Update URLs.Leo Famulari2016-05-30
| | | | | * gnu/packages/cyrus-sasl.scm (cyrus-sasl)[source]: Use HTTPS URL. [home-page]: Update home-page URL.
* gnu: devil: Fix CVE-2009-3994.Leo Famulari2016-05-30
| | | | | | * gnu/packages/patches/devil-CVE-2009-3994.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (devil): Use it.
* gnu: iptables: Update to 1.4.21.Leo Famulari2016-05-30
| | | | * gnu/packages/linux.scm (iptables): Update to 1.4.21.
* gnu: Add emacs-better-defaults.David Thompson2016-05-30
| | | | * gnu/packages/emacs.scm (emacs-better-defaults): New variable.
* gnu: emacs: Remove uncompressed-file-fetch.David Thompson2016-05-30
| | | | | | * gnu/packages/emacs.scm (uncompressed-file-fetch): Delete. (emacs-rfcview, emacs-ffap-rfc-space, emacs-queue, emacs-spinner): Replace uncompressed-file-fetch with url-fetch.
* build: emacs: Handle sources that are a single elisp file.David Thompson2016-05-30
| | | | | | * guix/build/emacs-build-system.scm (gnu:unpack) (store-file->elisp-source-file, unpack): New procedures. (%standard-phases): Use the new unpack procedure.
* gnu: Add emacs-seq.humanitiesNerd2016-05-30
| | | | | | * gnu/packages/emacs.scm (emacs-seq): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: Add emacs-spinner.humanitiesNerd2016-05-30
| | | | | | * gnu/packages/emacs.scm (emacs-spinner): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: Add emacs-pkg-info.humanitiesNerd2016-05-30
| | | | | | * gnu/packages/emacs.scm (emacs-pkg-info): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: Add emacs-queue.humanitiesNerd2016-05-30
| | | | | | * gnu/packages/emacs.scm (emacs-queue): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: emacs: Fix indentation of scheme keyword lists.Alex Kost2016-05-30
| | | | | | * gnu/packages/patches/emacs-fix-scheme-indent-function.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/emacs.scm (emacs)[source]: Use it.
* gnu: gegl: Fix CVE-2012-4433.Efraim Flashner2016-05-30
| | | | | | * gnu/packages/gimp.scm (gegl)[source]: Add patch. * gnu/packages/patches/gegl-CVE-2012-4433.patch: New variable. * gnu/local.mk (dist_patch_DATA): Add it.