summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-10records: `alist->record' supports multiple-field occurrences.Ludovic Courtès
* guix/records.scm (alist->record): Add `multiple-value-keys' parameter. Update docstring, and honor it. * tests/records.scm ("alist->record"): New record.
2013-07-10records: `recutils->alist' recognizes comments.Ludovic Courtès
* guix/records.scm (%recutils-comment-rx): New variable. (recutils->alist): Match comments. * tests/records.scm ("recutils->alist"): Add comments.
2013-07-10records: Add `recutils->alist' for public consumption.Ludovic Courtès
* guix/records.scm (%recutils-field-rx): New variable. (recutils->alist): New procedure, formerly known as `fields->alist'. * guix/scripts/substitute-binary.scm (fields->alist): Use it. * tests/records.scm ("recutils->alist"): New test.
2013-07-10gnu: libpng: Upgrade to 1.5.17.Ludovic Courtès
* gnu/packages/libpng.scm (libpng): Upgrade to 1.5.17.
2013-07-10list-packages: Write out the HTML page as UTF-8.Ludovic Courtès
* build-aux/list-packages.scm (list-packages): Install the "C" locale. Write out as UTF-8.
2013-07-10tests: Fix guix-package.sh in the presence of multiple-output `make'.Ludovic Courtès
* tests/guix-package.sh: For $boot_make_drv, take only the "out" output. Reported by Nikita Karetnikov <nikita@karetnikov.org>.
2013-07-10Add `build-aux/list-packages.scm'.Ludovic Courtès
* build-aux/list-packages.scm: New file. * Makefile.am (EXTRA_DIST): Add it.
2013-07-09Merge branch 'core-updates'Ludovic Courtès
2013-07-09doc: Add "Installing Debugging Files".Ludovic Courtès
* doc/guix.texi (Installing Debugging Files): New node. (Packages with Multiple Outputs): Add cross-reference.
2013-07-08doc: Add "Packages with Multiple Outputs" section.Ludovic Courtès
* doc/guix.texi (Packages with Multiple Outputs): New node. (Invoking guix package): Refer to it.
2013-07-08tests: Adjust `package-field-location' test for Guile <= 2.0.6.Ludovic Courtès
* tests/packages.scm ("package-field-location"): Check the result of `read-at' against both VALUE and (FIELD VALUE). Reported by Matthew Lien - 練喆明" <bluet@bluet.org>.
2013-07-08build: Set the umask to 0022 before running the daemon for tests.Ludovic Courtès
* test-env.in: Run "umask 0022" before running the daemon. Reported by Matthew Lien - 練喆明 <bluet@bluet.org>
2013-07-08build: Set the umask to 0022 before running the daemon for tests.Ludovic Courtès
* test-env.in: Run "umask 0022" before running the daemon. Reported by Matthew Lien - 練喆明 <bluet@bluet.org>
2013-07-08gnu: gettext: Upgrade to 0.18.3.Ludovic Courtès
* gnu/packages/gettext.scm (gettext): Upgrade to 0.18.3. Remove patch. Change `patch-tests' phase to use (which "sh'); keep it regardless of whether we're cross compiling.
2013-07-07gnu: tzdata: Upgrade to 2013d.Ludovic Courtès
* gnu/packages/base.scm (tzdata): Upgrade to 2013d.
2013-07-07doc: Move the packaging guidelines to the manual.Ludovic Courtès
* HACKING (Packaging Guidelines): Remove. * doc/guix.texi (Packaging Guidelines): New node.
2013-07-07doc: Add a "Porting" section.Ludovic Courtès
* HACKING (Porting the Guix distro on a new platform): Remove. * doc/guix.texi (Porting): New node. Describe cross-compilation as the only approach.
2013-07-07doc: Add a "Boostrapping" section.Ludovic Courtès
* doc/guix.texi (Package Modules): New node, with material formerly under "GNU Distribution". (Bootstrapping): New node. * Makefile.am (EXTRA_DIST): Add doc/images/bootstrap-graph.dot and doc/images/bootstrap-graph.eps. (infoimagedir, dist_infoimage_DATA, DOT_OPTIONS): New variable. (.dot.png, .dot.eps, doc/guix.pdf, doc/guix.info, doc/guix.ps): New targets. * doc/images/bootstrap-graph.dot: New file.
2013-07-06gnu: gcc: Add Texinfo to the native inputs.Ludovic Courtès
* gnu/packages/gcc.scm (gcc-4.7): Add `native-inputs' field. (gcc-4.8): Remove outdated comment. * gnu/packages/base.scm (gcc-boot0): Add `native-inputs' field.
2013-07-05build: Bail out on unsupported platforms; add `--with-courage'.Ludovic Courtès
* m4/guix.m4 (GUIX_ASSERT_SUPPORTED_SYSTEM): New macro. * configure.ac: Use it.
2013-07-05gnu: make-bootstrap: guile-static-stripped has no "debug" output.Ludovic Courtès
* gnu/packages/make-bootstrap.scm (%guile-static-stripped): Add `outputs' field.
2013-07-05build: Correctly determine the system type for non-Linux systems.Ludovic Courtès
* m4/guix.m4 (GUIX_SYSTEM_TYPE): Find `sed'. Fix sed pattern in the non-Linux case.
2013-07-04store: Deal with unsupported `setsockopt' operation on GNU/Hurd.Ludovic Courtès
* guix/store.scm (open-connection): Silently ignore ENOPROTOOPT on `setsockopt' calls, for the sake of GNU/Hurd. Reported by Matthew Lien <bluet@bluet.org> at <http://lists.gnu.org/archive/html/bug-guix/2013-07/msg00020.html>.
2013-07-04daemon: Make argp usage compatible with libc on GNU/Hurd.Ludovic Courtès
* nix/nix-daemon/guix-daemon.cc (parse_opt): Cast return value to `error_t' for the sake of GNU/Hurd. Reported by Matthew Lien <bluet@bluet.org> at <http://lists.gnu.org/archive/html/bug-guix/2013-07/msg00002.html>.
2013-07-04Import (guix hash) in build-aux/download.scm.Ludovic Courtès
* build-aux/download.scm: Import (guix hash). Reported by Matthew Lien <bluet@bluet.org>.
2013-07-04build-system/gnu: Remove the "debug" output when `strip-binaries?' is #f.Ludovic Courtès
* guix/build-system/gnu.scm (gnu-build, gnu-cross-build): Delete "debug" from OUTPUTS when STRIP-BINARIES? is false. * gnu/packages/cross-base.scm (cross-libc): Leave `outputs' unchanged. This reverts commit a4627d4.
2013-07-04gnu: cross-libc: Remove the "debug" output.Ludovic Courtès
* gnu/packages/cross-base.scm (cross-libc): Remove "debug" from the `outputs' field.
2013-07-03gnu: Add a "debug" output for some packages.Ludovic Courtès
* gnu/packages/base.scm (coreutils, gnu-make, glibc): Add a "debug" output. * gnu/packages/bdw-gc.scm (libgc): Likewise. * gnu/packages/guile.scm (guile-2.0): Likewise. * gnu/packages/libffi.scm (libffi): Likewise. * gnu/packages/multiprecision.scm (gmp, mpfr, mpc): Likewise.
2013-07-03build-system/gnu: Write debug files to the "debug" sub-derivation, if any.Ludovic Courtès
* guix/build/gnu-build-system.scm (strip): Add `objcopy-command' keyword parameter. [debug-output, debug-file-extension]: New variables. [debug-file, make-debug-file, add-debug-link]: New procedures. [strip-dir]: Use them.
2013-07-03utils: Re-export `alist-cons' and `alist-delete'.Ludovic Courtès
* guix/build/utils.scm: Re-export `alist-cons' and `alist-delete'.
2013-07-03gnu: Add noweb.Ludovic Courtès
* gnu/packages/noweb.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2013-07-03gnu: qemu: Upgrade to 1.5.1.Ludovic Courtès
* gnu/packages/qemu.scm (qemu-kvm): Add `--cc' configure option. Add PIXMAN and ALSA-LIB as inputs. (qemu): Upgrade to 1.5.1 Remove autotool hack for pixman. Patch tests/libqtest.c. Remove Autoconf, Automake, and Libtool from the inputs. Fix `home-page'.
2013-07-03Update `NEWS' and `TODO'.Ludovic Courtès
2013-07-03Use `port-sha256' and `open-sha256-port'.Ludovic Courtès
* guix/derivations.scm (derivation-hash): Add comment as to why we keep the plain `sha256' call. * guix/scripts/download.scm (guix-download): Use `port-sha256' instead of (compose sha256 get-bytevector-all). * guix/scripts/refresh.scm (update-package): Likewise.
2013-07-02hash: Add `open-sha256-port'.Ludovic Courtès
* guix/hash.scm (GCRY_MD_SHA256): New macro. (sha256): Use it. (open-sha256-md, md-write, md-read, md-close, open-sha256-port, port-sha256): New procedures. * tests/hash.scm: New file. * Makefile.am (SCM_TESTS): Add it.
2013-07-01Move `sha256' to (guix hash).Ludovic Courtès
* guix/utils.scm (sha256): Move to... * guix/hash.scm: ... here. New file. * Makefile.am (MODULES): Add it. * guix/derivations.scm, guix/scripts/download.scm, guix/scripts/hash.scm, guix/scripts/refresh.scm, tests/base32.scm, tests/derivations.scm, tests/store.scm: Use (guix hash).
2013-07-01gnu: liboop: Fix & improve meta-data.Ludovic Courtès
* gnu/packages/lsh.scm (liboop): Fix home page. Improve `synopsis' and `description'. Thanks to carl hansen <carlhansen1234@gmail.com>, who raised it on bug-gsrc@gnu.org.
2013-07-01ui: Don't make substituter-related RPCs at all when substitutes are disabled.Ludovic Courtès
Reported by Nikita Karetnikov and Cyril Roelandt. * guix/ui.scm (show-what-to-build): Call `substitutable-path-info' only when USE-SUBSTITUTES? is true.
2013-07-01gnu: Add GNU vc-dwim.Ludovic Courtès
* gnu/packages/version-control.scm (vc-dwim): New variable.
2013-06-29gnu: Add GNU Rush.Ludovic Courtès
* gnu/packages/rush.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2013-06-29substitute-binary: Avoid dangling connections to the server.Ludovic Courtès
* guix/web.scm (open-socket-for-uri): New procedure. (http-fetch): Add `port' keyword parameter; use it. * guix/scripts/substitute-binary.scm (%random-state): New variable. (with-timeout): Wait a little before retrying. (fetch): Use `open-socket-for-uri', and keep a copy of the socket in variable `port'. Close PORT upon timeout.
2013-06-28gnutls: fix the test-suite for 32 bits systems.Cyril Roelandt
* gnu/packages/patches/gnutls-fix-tests-on-32-bits-system.patch: New file. * gnu-system.am: Add it here... * gnu/packages/gnutls.scm (gnutls): ... and use it here. Thanks to Nikos Mavrogiannopoulos for providing this patch: http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/6778
2013-06-27gnu: lout: Upgrade to 3.40.Ludovic Courtès
* gnu/packages/lout.scm (lout): Upgrade to 3.40.
2013-06-27download: Add Savannah's master site.Ludovic Courtès
* guix/download.scm (%mirrors): Add the "-noredirect" version of Savannah.
2013-06-27gnu: lsh: Upgrade to 2.1.Ludovic Courtès
* gnu/packages/lsh.scm (lsh): Upgrade to 2.1. Add Nettle as an input. Remove now unneeded patches. * gnu/packages/patches/lsh-guile-compat.patch, gnu/packages/patches/lsh-no-root-login.patch, gnu/packages/patches/lsh-pam-service-name.patch: Remove. * gnu-system.am (dist_patch_DATA): Remove them.
2013-06-26gnu: gcc: Use `gcc-configure-flags-for-triplet' when cross-compiling GCC.Ludovic Courtès
* gnu/packages/cross-base.scm (gcc-configure-flags-for-triplet): Move to... * gnu/packages/gcc.scm (gcc-configure-flags-for-triplet): ... here. New procedure. (gcc-4.7): Use it when (%current-target-system) is true.
2013-06-26build: Add "mips64el-linux-gnuabi64" as a cross build target.Ludovic Courtès
* build-aux/hydra/gnu-system.scm (%packages-to-cross-build): Add %bootstrap-tarballs. (%cross-targets): Add "mips64el-linux-gnuabi64".
2013-06-26gnu: cross-base: Add support for `mips64el-linux-gnu-gnuabi64' (N64 ABI).Ludovic Courtès
* gnu/packages/cross-base.scm (gcc-configure-flags-for-triplet): New procedure. (cross-gcc): Use it. (xgcc-mips64el): Use *-gnuabi64 instead of the N32 ABI.
2013-06-26gnu: make-bootstrap: Fix cross compilation of binutils-static.Ludovic Courtès
* gnu/packages/make-bootstrap.scm (%binutils-static): Inherit configure flags from BINUTILS.
2013-06-26gnu: make-bootstrap: Have %gcc-static actually static when cross building.Ludovic Courtès
* gnu/packages/make-bootstrap.scm (%gcc-static): Pass `-static' through `LDFLAGS' when cross-compiling.