aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-12distro: Add GDB.Ludovic Courtès
* distro/packages/gdb.scm: New file. * Makefile.am (MODULES): Add it.
2013-01-12distro: dejagnu: Add `expect' in the search path of `runtest'.Ludovic Courtès
* distro/packages/dejagnu.scm (dejagnu): In `check' phase, change `PATH' in `runtest', to avoid "expect not found in PATH" error.
2013-01-12distro: Add MySQL.Ludovic Courtès
* distro/packages/mysql.scm: New file. * Makefile.am (MODULES): Add it.
2013-01-12distro: util-linux: Fix `license' field.Ludovic Courtès
* distro/packages/linux.scm (util-linux): Change `license' field to refer to the actual license objects.
2013-01-12distro: Add procps.Ludovic Courtès
* distro/packages/linux.scm (procps): New variable.
2013-01-12distro: tcl, expect: Enable tests.Ludovic Courtès
* distro/packages/tcl.scm (tcl, expect): Remove #:tests? argument; add #:test-target.
2013-01-11doc: Mention store sharing with Nix; update `package' example.Ludovic Courtès
* doc/guix.texi: Set @documentlanguage. (Installation): Add reference to `INSTALL' and `README'. (Requirements): Mention store sharing with Nix. (Defining Packages): Update example to include `use-modules' clauses and to use (guix licenses).
2013-01-11Merge branch 'core-updates'Ludovic Courtès
Conflicts: guix/build/union.scm
2013-01-11download: Abbreviate URLs when displaying the progress report.Ludovic Courtès
* guix/build/download.scm (uri-abbreviation): New procedure. (ftp-fetch, http-fetch): Use it instead of `uri->string' when calling `progress-proc'. Reported by Andreas Enge.
2013-01-10distro: gawk: Adjust to the libsigsegv output change.Ludovic Courtès
* distro/packages/gawk.scm (gawk): Adjust the libsigsegv with a single output.
2013-01-10distro: libsigsegv: Use a single output.Ludovic Courtès
* distro/packages/libsigsegv.scm (libsigsegv): Use just a single output, otherwise nothing ends up in `out' as a consequence of commit a06a99f. Reported by Andreas Enge <andreas@enge.fr>.
2013-01-10build: Print the Guix system type.Ludovic Courtès
* m4/guix.m4 (GUIX_SYSTEM_TYPE): Print the system type.
2013-01-10distro: gmp: Update to 5.0.1.Ludovic Courtès
* distro/packages/multiprecision.scm (gmp): Update to 5.0.1.
2013-01-10distro: binutils: Add a "lib" output.Ludovic Courtès
* distro/packages/base.scm (binutils): Add `outputs' field.
2013-01-10build-system/gnu: Improve support for "lib" outputs; support "doc" outputs.Ludovic Courtès
* guix/build/gnu-build-system.scm (configure)[package-name]: New procedure. When LIBDIR is true and INCLUDEDIR is false, add --includedir=LIBDIR/include. Add support for --docdir when a "doc" output exists.
2013-01-09doc: Clarify package version specification example.Ludovic Courtès
* doc/guix.texi (Invoking guix-package): Use "guile-1.8.8" as the example, not "guile-1.8" since there is no such version.
2013-01-09Augment `TODO'.Ludovic Courtès
2013-01-09union: Detect collisions, and delete duplicate leaves.Ludovic Courtès
* guix/build/union.scm (delete-duplicate-leaves): New procedure. (union-build)[leaf=?, resolve-collision]: New procedures. Use `delete-duplicate-leaves' on the result of `tree-union'. * tests/union.scm ("delete-duplicate-leaves, default", "delete-duplicate-leaves, file names"): New tests.
2013-01-09guix-package: Create ~/.guix-profile when it doesn't exist.Ludovic Courtès
* guix-package.in (guix-package): Create the %USER-ENVIRONMENT-DIRECTORY symlink if it doesn't exist yet. * doc/guix.texi (Invoking guix-package): Document it.
2013-01-09guix-package: Show package outputs in `--list-available'.Ludovic Courtès
* guix-package.in (guix-package)[process-query]: For `list-available', show the outputs of each package. * doc/guix.texi (Invoking guix-package): Update accordingly.
2013-01-09doc: Update copyright years; add visible copyright statement.Ludovic Courtès
* doc/guix.texi (YEARS): New variable. Use it for all copyright statements. (Top): Add a copyright statement and license header here.
2013-01-09doc: Documentation installation and the daemon.Ludovic Courtès
* doc/guix.texi (Installation): New node.
2013-01-09daemon: Fix warning message when running as root without a build user group.Ludovic Courtès
* nix/nix-daemon/guix-daemon.cc (main): Fix warning message when running as root without `--build-users-group'.
2013-01-09guix-daemon: Rename `--build-cores' for consistency with `guix-build'.Ludovic Courtès
* nix/nix-daemon/guix-daemon.cc (options): Change `--build-cores' to `--cores', and `-C' to `-c'. (parse_opt): Adjust accordingly.
2013-01-09derivations: Fix `derivation-prerequisites-to-build' when outputs are there.Ludovic Courtès
Before it would list inputs not built, even if the outputs of the given derivation were already available. * guix/derivations.scm (derivation-prerequisites-to-build): Add `outputs' keyword parameter. [built?, derivation-built?]: New procedures. [loop]: Add `sub-drvs' parameter. Use `derivation-built?' to check if the SUB-DRVS of DRV are built before checking its inputs.
2013-01-08doc: Update porting instructions in `HACKING'.Ludovic Courtès
* HACKING (When the platform is supported by Nixpkgs): Update instructions.
2013-01-08gnu-maintenance: Add `latest-release' and related tools.Ludovic Courtès
* guix/gnu-maintenance.scm (ftp-server/directory, releases, version-string>?, latest-release, gnu-package-name->name+version): New procedures. (%package-name-rx): New variable.
2013-01-08guix-package: Use `guile-final', not `guile-2.0' to build the environment.Ludovic Courtès
* guix-package.in (guix-package): Use either %BOOTSTRAP-GUILE or GUILE-FINAL.
2013-01-08guix-package: Be verbose when Guile itself needs to be built.Ludovic Courtès
* guix-package.in (guix-package)[guile-missing?]: New procedure. (guix-package): Always redirect `current-build-output-port' to `current-error-port' when (guile-missing?).
2013-01-07guix-package: Remove `-b' shorthand for `--bootstrap'.Ludovic Courtès
* guix-package.in (%options): Remove #\b as an alternate for "bootstrap". (show-help): Adjust accordingly. * tests/guix-package.sh: Use `--bootstrap' instead of `-b'.
2013-01-07snix: Update `license' check in unit test.Ludovic Courtès
* tests/snix.scm ("nixpkgs->guix-package"): Expect `license' to be a symbol. This is a follow-up to commit e7aa73e.
2013-01-07snix: Use (guix licenses) variables.Ludovic Courtès
* guix/snix.scm (snix-derivation->guix-package)[license-variable]: New procedure. Use it to determine the variable name for the license.
2013-01-07snix: Gracefully handle `null' in Nix build inputs.Ludovic Courtès
* guix/snix.scm (snix-derivation->guix-package)[convert-inputs]: Gracefully handle `null' as an input.
2013-01-07distro: Add GNU Aspell.Ludovic Courtès
* distro/packages/aspell.scm: New file. * Makefile.am (MODULES): Add it.
2013-01-07distro: Add GSL.Ludovic Courtès
* distro/packages/algebra.scm (gsl): New variable.
2013-01-07distro: Add GNU GLOBAL.Ludovic Courtès
* distro/packages/global.scm: New file. * Makefile.am (MODULES): Add it.
2013-01-07distro: Add Tcl, Expect, and DejaGNU.Ludovic Courtès
* distro/packages/dejagnu.scm, distro/packages/tcl.scm: New files. * Makefile.am (MODULES): Add them.
2013-01-06distro: bdb: Adjust to lack of /bin/sh.Ludovic Courtès
* distro/packages/bdb.scm (bdb): Pass `CONFIG_SHELL' and `SHELL' to the `configure' script.
2013-01-06Update a few more license headers.Ludovic Courtès
* distro/packages/openssl.scm, m4/guix.m4, nix/sync-with-upstream: Update headers.
2013-01-06download: Report the progress of HTTP downloads.Ludovic Courtès
* guix/build/download.scm (http-fetch): Rename `bv' to `bv-or-port'. Use `http-get*' followed by `dump-port' when the former is available, and pass a progress procedure to `dump-port'.
2013-01-06download: Report the progress of FTP downloads.Ludovic Courtès
* guix/build/download.scm (progress-proc): New procedure. (ftp-fetch): Call `ftp-size' on URI. Use `progress-proc', and pass the result to `dump-port', along with #:buffer-size.
2013-01-06ftp-client: Add `ftp-size'.Ludovic Courtès
* guix/ftp-client.scm (ftp-size): New procedure.
2013-01-06distro: time: Adjust `configure' phase to old `configure' script.Ludovic Courtès
* distro/packages/time.scm (time): Add `arguments'.
2013-01-06Merge branch 'master' into core-updatesLudovic Courtès
Conflicts: build-aux/download.scm distro/packages/autotools.scm distro/packages/base.scm distro/packages/bootstrap.scm distro/packages/lsh.scm distro/packages/make-bootstrap.scm distro/packages/ncurses.scm distro/packages/perl.scm tests/derivations.scm tests/union.scm
2013-01-06distro: Update bootstrap binaries to an nscd-less libc.Ludovic Courtès
Update bootstrap binaries following changes in commit d3b5972 ("Build glibc without nscd, and with static NSS modules.") * Makefile.am (distro/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz, distro/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): Update hashes. * build-aux/download.scm (file-name->uri): Update URL. * distro/packages/bootstrap.scm (%bootstrap-coreutils&co, %bootstrap-binutils, %bootstrap-glibc, %bootstrap-gcc): Update URLs and hashes.
2013-01-06Update license headers.Ludovic Courtès
Change all license headers, except guix/build/* and ld-wrapper.scm, with this code: (use-modules (guix build utils) (srfi srfi-1)) (fluid-set! %default-port-encoding "UTF-8") (substitute* (remove (lambda (f) (or (string-contains f ".tar.") (string-contains f ".git/") (string-contains f ".so") (string-suffix? ".o" f) (string-suffix? ".a" f) (string-suffix? ".go" f) (string-suffix? ".pdf" f) (string-suffix? ".png" f) (string-suffix? ".info" f) (equal? (basename f) "guix-daemon") (equal? (basename f) "nix-setuid-helper") (string-contains f "nix-upstream/") (string-contains f "distro/packages/bootstrap/"))) (find-files "." "\\.[a-z]+$")) (("^([[:graph:]]+) This file is part of Guix." _ comment-start) (string-append comment-start " This file is part of GNU Guix.")) (("^([[:graph:]]+) Guix --- Nix package management.*" _ comment-start) (string-append comment-start " GNU Guix --- Functional package management for GNU\n")) (("^([[:graph:]]+) Guix is " _ comment-start) (string-append comment-start " GNU Guix is ")) (("^([[:graph:]]+) along with Guix." _ comment-start) (string-append comment-start " along with GNU Guix.")) (("^([[:graph:]]+) Copyright \\(C\\)" _ comment-start) (string-append comment-start " Copyright ©"))) Change headers using C-style comments manually.
2013-01-06Add `guix-gc'.Ludovic Courtès
* guix-gc.in, tests/guix-gc.sh: New files. * configure.ac: Output `guix-gc', and make it executable. * Makefile.am (bin_SCRIPTS): Add `guix-gc'. (TESTS): Add `tests/guix-gc.sh'. * doc/guix.texi (Features): Add xref to "Invoking guix-gc". (Invoking guix-gc): New node. * po/POTFILES.in: Add `guix-gc.in'.
2013-01-06guix-build: Make `--root' effective for .drv files too.Ludovic Courtès
* guix-build.in (guix-build)[register-root]: Change first argument to `paths', which should be a list of store paths. Update caller to call `derivation-path->output-paths' on DRV. When `derivations-only?', also register root for .drv files.
2013-01-05derivations: Add `derivation-path->output-paths'.Ludovic Courtès
* guix/derivations.scm (derivation-path->output-paths): New procedure. * tests/derivations.scm ("multiple-output derivation"): Test it.
2013-01-05Update license headers of builder-side code.Ludovic Courtès
Change license headers with this script: (use-modules (guix build utils)) (fluid-set! %default-port-encoding "UTF-8") (substitute* (cons "distro/packages/ld-wrapper.scm" (find-files "guix/build" "\\.scm$")) (("^([[:graph:]]+) This file is part of Guix." _ comment-start) (string-append comment-start " This file is part of GNU Guix.")) (("^([[:graph:]]+) Guix --- Nix package management.*" _ comment-start) (string-append comment-start " GNU Guix --- Functional package management for GNU\n")) (("^([[:graph:]]+) Guix is " _ comment-start) (string-append comment-start " GNU Guix is ")) (("^([[:graph:]]+) along with Guix." _ comment-start) (string-append comment-start " along with GNU Guix.")) (("^([[:graph:]]+) Copyright \\(C\\)" _ comment-start) (string-append comment-start " Copyright ©"))) * distro/packages/ld-wrapper.scm, guix/build/download.scm, guix/build/gnu-build-system.scm, guix/build/union.scm, guix/build/utils.scm: Update license headers.