summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* build: Print the Guix system type.Ludovic Courtès2013-01-10
| | | | * m4/guix.m4 (GUIX_SYSTEM_TYPE): Print the system type.
* distro: gmp: Update to 5.0.1.Ludovic Courtès2013-01-10
| | | | * distro/packages/multiprecision.scm (gmp): Update to 5.0.1.
* distro: binutils: Add a "lib" output.Ludovic Courtès2013-01-10
| | | | * distro/packages/base.scm (binutils): Add `outputs' field.
* build-system/gnu: Improve support for "lib" outputs; support "doc" outputs.Ludovic Courtès2013-01-10
| | | | | | | | * 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.
* doc: Update porting instructions in `HACKING'.Ludovic Courtès2013-01-08
| | | | | * HACKING (When the platform is supported by Nixpkgs): Update instructions.
* distro: bdb: Adjust to lack of /bin/sh.Ludovic Courtès2013-01-06
| | | | | * distro/packages/bdb.scm (bdb): Pass `CONFIG_SHELL' and `SHELL' to the `configure' script.
* Update a few more license headers.Ludovic Courtès2013-01-06
| | | | | * distro/packages/openssl.scm, m4/guix.m4, nix/sync-with-upstream: Update headers.
* download: Report the progress of HTTP downloads.Ludovic Courtès2013-01-06
| | | | | | * 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'.
* download: Report the progress of FTP downloads.Ludovic Courtès2013-01-06
| | | | | | * 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.
* ftp-client: Add `ftp-size'.Ludovic Courtès2013-01-06
| | | | * guix/ftp-client.scm (ftp-size): New procedure.
* distro: time: Adjust `configure' phase to old `configure' script.Ludovic Courtès2013-01-06
| | | | * distro/packages/time.scm (time): Add `arguments'.
* Merge branch 'master' into core-updatesLudovic Courtès2013-01-06
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Update license headers.Ludovic Courtès2013-01-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * Add `guix-gc'.Ludovic Courtès2013-01-06
| | | | | | | | | | | | | | | | | | | | * 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'.
| * guix-build: Make `--root' effective for .drv files too.Ludovic Courtès2013-01-06
| | | | | | | | | | | | | | * 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.
| * derivations: Add `derivation-path->output-paths'.Ludovic Courtès2013-01-05
| | | | | | | | | | * guix/derivations.scm (derivation-path->output-paths): New procedure. * tests/derivations.scm ("multiple-output derivation"): Test it.
| * ui: Factorize bug-report information in `--help'.Ludovic Courtès2013-01-05
| | | | | | | | | | | | | | | | | | * guix/config.scm.in (%guix-home-page-url): New variable. * guix/ui.scm (show-bug-report-information): New procedure. * guix-build.in (show-help): Use it. * guix-download.in (show-help): Likewise. * guix-import.in (show-help): Likewise. * guix-package.in (show-help): Likewise.
| * daemon: Show the chroot contents upon `--debug'.Ludovic Courtès2013-01-02
| | | | | | | | | | * nix/nix-daemon/guix-daemon.cc (main)[HAVE_CHROOT]: Display the contents of `settings.dirsInChroot' at `lvlDebug'.
| * distro: Add Berkeley DB.Andreas Enge2013-01-02
| | | | | | | | | | * distro/packages/bdb.scm: New file. * Makefile.am (MODULES): Add it.
| * distro: Add MIT Kerberos 5.Andreas Enge2013-01-02
| | | | | | | | | | * distro/packages/mit-krb5.scm: New file. * Makefile.am (MODULES): Add it.
| * daemon: Properly initialize libgcrypt.Ludovic Courtès2013-01-02
| | | | | | | | * nix/nix-daemon/guix-daemon.cc (main): Call `gcry_check_version'.
| * build: Avoid error message during `make clean' when `test-tmp' doesn't exist.Ludovic Courtès2012-12-31
| | | | | | | | | | * daemon.am (clean-local): Check whether $(GUIX_TEST_ROOT) exists before running `find'.
| * distro: Add Libntlm, GNU GSS and GNU SASL.Andreas Enge2012-12-30
| | | | | | | | | | * distro/packages/gsasl.scm: New file. * Makefile.am (MODULES): Add it.
| * distro: automake: Update to 1.12.6.Andreas Enge2012-12-30
| | | | | | | | * distro/packages/autotools.scm (automake): Update to 1.12.6.
| * distro: Add GNU Libidn.Andreas Enge2012-12-30
| | | | | | | | | | * distro/packages/libidn.scm: New file. * Makefile.am (MODULES): Add it.
| * distro: Update libtasn1 and gnutls.Andreas Enge2012-12-30
| | | | | | | | * distro/packages/gnutls.scm: Update libtasn1 and gnutls.
| * distro: Add GNU idutils.Ludovic Courtès2012-12-21
| | | | | | | | | | * distro/packages/idutils.scm: New file. * Makefile.am (MODULES): Add it.
| * distro: Add rsync.Andreas Enge2012-12-21
| | | | | | | | | | * distro/packages/rsync.scm: New file. * Makefile.am (MODULES): Add it.
| * distro: Add mpfrcx and fplll.Andreas Enge2012-12-20
| | | | | | | | | | * distro/packages/algebra.scm: New file. * Makefile.am (MODULES): Add it.
| * distro: Add Usbutils.Nikita Karetnikov2012-12-18
| | | | | | | | * distro/packages/linux.scm (usbutils): New variable.
| * distro: Add Libusb.Nikita Karetnikov2012-12-18
| | | | | | | | | | * distro/packages/libusb.scm: New file. * Makefile.am (MODULES): Add it.
| * distro: Add Check.Nikita Karetnikov2012-12-17
| | | | | | | | | | * distro/packages/check.scm: New file. * Makefile.am (MODULES): Add it.
| * download: Remove unreachable SourceForge mirror.Ludovic Courtès2012-12-17
| | | | | | | | | | * guix/download.scm (%mirrors)[sourceforge]: Remove kent.dl.*, which is unreachable.
| * download: Correctly detect "No route to host" conditions.Ludovic Courtès2012-12-17
| | | | | | | | | | | | | | | | * guix/build/download.scm (open-connection-for-uri): Delete addrinfos with the same address. Always open SOCK_STREAM/IPPROTO_IP sockets. Fix the error handler's condition to determine what to do. Reported by Nikita Karetnikov <nikita.karetnikov@gmail.com> at <http://lists.gnu.org/archive/html/bug-guix/2012-12/msg00150.html>.
| * daemon: Gracefully handle Nix errors.Ludovic Courtès2012-12-16
| | | | | | | | | | * nix/nix-daemon/guix-daemon.cc (main): Run Nix code in an exception handler; gracefully print error messages, and exit with EXIT_FAILURE.
| * daemon: Warn against running as root without `--build-users-group'.Ludovic Courtès2012-12-16
| | | | | | | | | | | | * nix/nix-daemon/guix-daemon.cc (main): Recommend using `--build-users-group' when running as root without a build users group.
| * daemon: Add `--chroot-directory'.Ludovic Courtès2012-12-16
| | | | | | | | | | | | * nix/nix-daemon/guix-daemon.cc (GUIX_OPT_CHROOT_DIR): New macro. (options): Add `--chroot-directory'. (parse_opt): Handle it.
* | distro: Update bootstrap binaries to an nscd-less libc.Ludovic Courtès2013-01-06
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Update license headers of builder-side code.Ludovic Courtès2013-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | utils: Add `which'.Ludovic Courtès2013-01-05
| | | | | | | | | | | | | | | | * guix/build/utils.scm (which): New procedure. * distro/packages/lsh.scm (lsh): Use `which' instead of `search-path'. * distro/packages/perl.scm (perl): Likewise. * distro/packages/attr.scm (attr): Likewise.
* | distro: make-bootstrap: Add `%bootstrap-tarballs' package.Ludovic Courtès2013-01-05
| | | | | | | | | | * distro/packages/make-bootstrap.scm (%bootstrap-tarballs): New variable.
* | distro: make-bootstrap: Build glibc without nscd, and with static NSS modules.Ludovic Courtès2013-01-05
| | | | | | | | | | | | * distro/packages/make-bootstrap.scm (%glibc-with-relocatable-system): Rename to... (%glibc-for-bootstrap): ... this. Add new configure flags.
* | distro: make-bootstrap: Make the Coreutils smaller.Ludovic Courtès2013-01-04
| | | | | | | | | | | | * distro/packages/make-bootstrap.scm (%static-inputs)[coreutils]: Remove optional dependencies, except Perl; build with "-Os -g0"; disable tests.
* | distro: make-bootstrap: Fix arguments to gawk.Ludovic Courtès2013-01-04
| | | | | | | | | | | | * distro/packages/make-bootstrap.scm (%static-inputs)[gawk]: Use `substitute-keyword-arguments' to preserve the #:phases argument of GAWK.
* | distro: libtool: Add a "bin" output.Ludovic Courtès2013-01-02
| | | | | | | | | | | | * distro/packages/autotools.scm (libtool): Add a "bin" output. * distro/packages/base.scm (guile-final): Remove comment about retained dependency.
* | distro: ncurses: Don't retain a reference to the bootstrap Bash.Ludovic Courtès2013-01-02
| | | | | | | | | | | | * distro/packages/ncurses.scm (ncurses): Remove #:patch-shebangs? argument since it now has no effect. Simplify PATCH-MAKEFILE-PHASE. Add `configure-phase', and use it.
* | distro: coreutils: Enable tests; add dependency on ACL and GMP.Ludovic Courtès2013-01-02
| | | | | | | | | | | | * distro/packages/base.scm (coreutils): Set #:parallel-build? #f. Add `patch-shell-references' phase. Add 'acl', 'gmp', and 'perl' as inputs, as suggested by Nikita Karetnikov.
* | distro: acl: Patch references to /bin/sh.Ludovic Courtès2013-01-02
| | | | | | | | * distro/packages/acl.scm (acl): Add `patch-makefile-SHELL' phase.
* | distro: gettext: Fix references to /bin/sh.Ludovic Courtès2013-01-02
| | | | | | | | * distro/packages/gettext.scm (gettext): Add `patch-tests' phase.
* | distro: openssl: Build shared libraries.Ludovic Courtès2013-01-02
| | | | | | | | | | * distro/packages/openssl.scm (openssl): `configure' phase: pass "shared --libdir=lib".