summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-20distro: m4: Patch references to /bin/sh.Ludovic Courtès
* distro/packages/m4.scm (m4): Add `pre-check' phase.
2012-12-20distro: libtool: Run test suite in parallel; patch references to /bin/sh.Ludovic Courtès
* distro/packages/autotools.scm (libtool): Add `pre-check' phase.
2012-12-20distro: bash, readline: Patch so that `make' uses the right shell.Ludovic Courtès
* distro/packages/readline.scm (readline): Add `pre-configure-phase' to patch `MAKE_SHELL' in `configure. Move `post-install-phase' body to a variable. * distro/packages/bash.scm (bash): Likewise.
2012-12-20distro: gawk: Use the right shell instead of /bin/sh.Ludovic Courtès
* distro/packages/gawk.scm (gawk): Patch shell file name in io.c.
2012-12-20distro: Add mpfrcx and fplll.Andreas Enge
* distro/packages/algebra.scm: New file. * Makefile.am (MODULES): Add it.
2012-12-20distro: Update `guile-final' to not fail during `patch-source-shebangs' phase.Ludovic Courtès
* distro/packages/base.scm (guile-final): Add workaround on top of GUILE-2.0/FIXED to avoid `patch-source-shebangs' failure on one of the source files.
2012-12-20distro: ncurses: Patch references to /bin/sh.Ludovic Courtès
* distro/packages/ncurses.scm (ncurses): Add `patch-makefile-phase' and `pre-install-phase'.
2012-12-20utils: Add a `progress' parameter to `dump-port'.Ludovic Courtès
* guix/build/utils.scm (dump-port): Add a `progress' keyword parameter. Call it after each transfer.
2012-12-20distro: Update bootstrap binaries.Ludovic Courtès
Use bootstrap binaries that were generated with the `make-bootstrap' changes introduced in previous commit. * Makefile.am (nodist_bootstrap_x86_64_linux_DATA, nodist_bootstrap_i686_linux_DATA): Change Guile tarball name. (distro/packages/bootstrap/x86_64-linux/guile-2.0.7.tar.xz, distro/packages/bootstrap/i686-linux/guile-2.0.7.tar.xz): New targets. (distro/packages/bootstrap/x86_64-linux/guile-bootstrap-2.0.6.tar.xz, distro/packages/bootstrap/i686-linux/guile-bootstrap-2.0.6.tar.xz): Remove. * build-aux/download.scm (file-name->uri): Use "20121219" directory. * distro/packages/bootstrap.scm (%bootstrap-guile): Update file name. (%bootstrap-coreutils&co, %bootstrap-binutils, %bootstrap-glibc, %bootstrap-gcc): Update directory name and hashes.
2012-12-20distro: make-bootstrap: Have libc's functions search for `sh' in $PATH.Ludovic Courtès
* distro/packages/make-bootstrap.scm (%glibc-with-relocatable-system, %standard-inputs-with-relocatable-glibc): New variables. (%static-inputs)[gawk]: Apply `gawk-shell.patch'. [finalize]: New procedure. Build all the packages against %STANDARD-INPUTS-WITH-RELOCATABLE-GLIBC. (%glibc-stripped): Inherit from %GLIBC-WITH-RELOCATABLE-SYSTEM. (%gcc-static, %guile-static): Build against %STANDARD-INPUTS-WITH-RELOCATABLE-GLIBC. * distro/packages/patches/gawk-shell.patch, distro/packages/patches/glibc-bootstrap-system.patch: New files. * Makefile.am (dist_patch_DATA): Add them.
2012-12-20distro: glibc: Add a statically-linked Bash to $out/bin.Ludovic Courtès
* distro/packages/base.scm (glibc): Pass `ac_cv_path_BASH_SHELL' in the configure flags. During the `pre-configure' phase, copy the "static-bash" input to $out/bin, and change `system' and `popen' to use it instead of /bin/sh. Add the "static-bash" input. Suggested by Shea Levy <shea@shealevy.com> and Lluís Batlle i Rossell <viric@viric.name>.
2012-12-20distro: gcc: Patch to allow builds without /bin/sh.Ludovic Courtès
* distro/packages/base.scm (gcc-4.7): In `pre-configure' phase, patch shebang in `gcc/exec-tool.in'.
2012-12-20distro: ld-wrapper: Use the current Bash instead of /bin/sh.Ludovic Courtès
* distro/packages/ld-wrapper.scm: Use @BASH@ in shebang. Change module name to (gnu build-support ld-wrapper). * distro/packages/base.scm (ld-wrapper-boot3): Substitute @BASH@. (ld-wrapper): Use BASH-FINAL.
2012-12-19distro: make: Change default shell from /bin/sh to the actual shell.Ludovic Courtès
* distro/packages/base.scm (gnu-make): Add `set-default-shell' phase. (gnu-make-boot0): Adjust phases accordingly.
2012-12-19build-system/gnu: Change the order of `patch-source-shebangs' and `patch'.Ludovic Courtès
* guix/build/gnu-build-system.scm (patch-source-shebangs): Add a newline after the "SHELL =" line in po/Makefile.in.in. (%standard-phases): Move `patch-source-shebangs' after `patch'.
2012-12-19distro: Linux-Libre: Set $ARCH based on the actual system type.Ludovic Courtès
* distro/packages/linux.scm (linux-libre-headers): Set $ARCH based on the `system' keyword argument.
2012-12-18distro: Add Usbutils.Nikita Karetnikov
* distro/packages/linux.scm (usbutils): New variable.
2012-12-18distro: Add Libusb.Nikita Karetnikov
* distro/packages/libusb.scm: New file. * Makefile.am (MODULES): Add it.
2012-12-18distro: guile: Switch to 2.0.7.Ludovic Courtès
* distro/packages/guile.scm (guile-2.0/fixed): Alias GUILE-2.0.
2012-12-17distro: Add Check.Nikita Karetnikov
* distro/packages/check.scm: New file. * Makefile.am (MODULES): Add it.
2012-12-17download: Remove unreachable SourceForge mirror.Ludovic Courtès
* guix/download.scm (%mirrors)[sourceforge]: Remove kent.dl.*, which is unreachable.
2012-12-17download: Correctly detect "No route to host" conditions.Ludovic Courtès
* 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>.
2012-12-16daemon: Gracefully handle Nix errors.Ludovic Courtès
* nix/nix-daemon/guix-daemon.cc (main): Run Nix code in an exception handler; gracefully print error messages, and exit with EXIT_FAILURE.
2012-12-16daemon: Warn against running as root without `--build-users-group'.Ludovic Courtès
* nix/nix-daemon/guix-daemon.cc (main): Recommend using `--build-users-group' when running as root without a build users group.
2012-12-16daemon: Add `--chroot-directory'.Ludovic Courtès
* nix/nix-daemon/guix-daemon.cc (GUIX_OPT_CHROOT_DIR): New macro. (options): Add `--chroot-directory'. (parse_opt): Handle it.
2012-12-15build-system/gnu: Patch shebangs in executable source files.Ludovic Courtès
This allows many packages to build in a chroot that lacks /bin and thus /bin/sh. * guix/build/gnu-build-system.scm (patch-source-shebangs): New procedure. (%standard-phases): Add it. * guix/build/utils.scm (executable-file?): New procedure. * distro/packages/perl.scm (perl): Don't use /bin/sh to run `Configure'.
2012-12-15build-system/gnu: Make the error port line-buffered.Ludovic Courtès
* guix/build/gnu-build-system.scm (gnu-build): Make the error port line-buffered.
2012-12-15utils: Make the buffer size of `dump-port' a parameter.Ludovic Courtès
* guix/build/utils.scm (dump-port): Make `buffer-size' a keyword parameter.
2012-12-15Merge branch 'master' into core-updatesLudovic Courtès
Conflicts: distro/packages/multiprecision.scm
2012-12-15guix-build: Add `--verbosity'.Ludovic Courtès
* guix-build.in (%default-options): Add `verbosity'. (%options): Add `--verbosity'. (guix-build): Pass it to `set-build-options'. (show-help): Update accordingly. * doc/guix.texi (Invoking guix-build): Document `--verbosity'.
2012-12-15daemon: Add `--debug' option.Ludovic Courtès
* nix/nix-daemon/guix-daemon.cc (GUIX_OPT_DEBUG): New macro. (options): Add `--debug'. (parse_opt): Set `verbosity' upon GUIX_OPT_DEBUG.
2012-12-14daemon: Disable use of substitutes for now.Ludovic Courtès
* nix/nix-daemon/guix-daemon.cc (main): Set `settings.useSubstitutes' to false, and `settings.substituters' to the empty list.
2012-12-14distro: Use (guix licenses) instead of strings.Nikita Karetnikov
* distro/packages/acl.scm, distro/packages/attr.scm, distro/packages/autotools.scm, distro/packages/base.scm, distro/packages/bash.scm, distro/packages/bdw-gc.scm, distro/packages/bison.scm, distro/packages/bootstrap.scm, distro/packages/compression.scm, distro/packages/cpio.scm, distro/packages/ddrescue.scm, distro/packages/ed.scm, distro/packages/flex.scm, distro/packages/gawk.scm, distro/packages/gdbm.scm, distro/packages/gettext.scm, distro/packages/gnupg.scm, distro/packages/gnutls.scm, distro/packages/gperf.scm, distro/packages/guile.scm, distro/packages/help2man.scm, distro/packages/less.scm, distro/packages/libffi.scm, distro/packages/libsigsegv.scm, distro/packages/libunistring.scm, distro/packages/linux.scm, distro/packages/lout.scm, distro/packages/lsh.scm, distro/packages/m4.scm, distro/packages/multiprecision.scm, distro/packages/nano.scm, distro/packages/ncurses.scm, distro/packages/nettle.scm, distro/packages/perl.scm, distro/packages/pkg-config.scm, distro/packages/pth.scm, distro/packages/readline.scm, distro/packages/recutils.scm, distro/packages/shishi.scm, distro/packages/system.scm, distro/packages/texinfo.scm, distro/packages/time.scm, distro/packages/wget.scm, distro/packages/which.scm, distro/packages/zile.scm: Use (guix licenses).
2012-12-14build: Avoid brace expansion in `nix/sync-with-upstream'.Andreas Enge
* nix/sync-with-upstream: Avoid brace expansion, for the sake of Dash.
2012-12-14daemon: Build `nix-setuid-helper'.Ludovic Courtès
* daemon.am (libexec_PROGRAMS, nix_setuid_helper_SOURCES, nix_setuid_helper_CPPFLAGS, nix_setuid_helper_LDADD): New variables. * test-env.in: Set and export `NIX_SETUID_HELPER'. * README (Installing Guix as non-root): New section.
2012-12-14download: Work around (web client) bug <http://bugs.gnu.org/13095>.Ludovic Courtès
* guix/build/download.scm: Annihilate `shutdown' in (web client).
2012-12-14distro: Fix incorrect "bash" input for gcc-boot0-wrapped.Ludovic Courtès
* distro/packages/base.scm (gcc-boot0-wrapped): Fix incorrect "bash" input.
2012-12-14release.nix: Remove trailing "/nix" from localstatedir.Ludovic Courtès
* release.nix (tarball, build): Use /nix/var as localstatedir, as a follow-up to 7f4f065.
2012-12-13build: Fix default value of `%state-directory'.Ludovic Courtès
* guix/config.scm.in (%state-directory): Append `/nix'. Reported by Andreas Enge <andreas@enge.fr>.
2012-12-13build: Have `bootstrap' run all the necessary steps.Ludovic Courtès
* bootstrap: Always run "git submodule init". Run `nix/sync-with-upstream'. Reported by Nikita Karetnikov and Andreas Enge.
2012-12-13build-system/gnu: Avoid using /bin/sh.Ludovic Courtès
* guix/build/gnu-build-system.scm (configure): Add `inputs' keyword parameter. Take Bash from there, falling back to /bin/sh. Set `CONFIG_SHELL' and `SHELL' to that Bash. Run "bash ./configure" instead of just "./configure". * distro/packages/bootstrap.scm (%bootstrap-inputs): Add "bash". * distro/packages/base.scm (gcc-boot0-wrapped): Use "bash" from %BOOT1-INPUTS instead of /bin/sh.
2012-12-13guix-package: Avoid use of the `guix' sub-directory for profiles.Ludovic Courtès
* guix-package.in (%current-profile): Change to `guix-profile'.
2012-12-13release.nix: tarball: Fix typo.Ludovic Courtès
* release.nix (tarball): Replace "gnulib" by "nix".
2012-12-13guix-package: Use directory names from (guix config).Ludovic Courtès
* guix-package.in (%profile-directory): Use %STATE-DIRECTORY instead of a hard-coded directory.
2012-12-13release.nix: tarball: Fix typo.Ludovic Courtès
* release.nix (tarball): Replace "gnulib" by "nix".
2012-12-13guix-package: Use directory names from (guix config).Ludovic Courtès
* guix-package.in (%profile-directory): Use %STATE-DIRECTORY instead of a hard-coded directory.
2012-12-13distro: mpc: Update to 1.0.1.Andreas Enge
* distro/packages/multiprecision.scm (mpc): Update to 1.0.1.
2012-12-13distro: lout: Comment out dependency on Ghostscript.Ludovic Courtès
* distro/packages/lout.scm (lout): Temporarily comment out dependency on Ghostscript as this was causing evaluation errors on Hydra.
2012-12-13Merge branch 'nix-integration'Ludovic Courtès
Conflicts: tests/guix-package.sh
2012-12-13release.nix: Add `build_disable_daemon'.Ludovic Courtès
* release.nix (build_disable_daemon): New job.