Skip to content
Snippets Groups Projects
  1. Nov 25, 2012
  2. Nov 24, 2012
  3. Nov 23, 2012
    • Nikita Karetnikov's avatar
      distro: Add GNU Gettext. · f190f92f
      Nikita Karetnikov authored
      * distro/packages/gettext.scm,
        distro/packages/patches/gettext-gets-undeclared.patch: New files.
      * Makefile.am (MODULES): Add 'gettext.scm'.
        (dist_patch_DATA): Add 'gettext-gets-undeclared.patch'.
      f190f92f
    • Ludovic Courtès's avatar
      build: Change bug-report address; add URL. · ec528860
      Ludovic Courtès authored
      * configure.ac: Change bug-report address in `AC_INIT'; add URL.
      ec528860
    • Nikita Karetnikov's avatar
      distro: Add GNU Shishi. · 5b2fd618
      Nikita Karetnikov authored
      * distro/packages/shishi.scm,
        distro/packages/patches/shishi-gets-undeclared.patch: New files.
      * Makefile.am (MODULES): Add 'shishi.scm'.
        (dist_patch_DATA): Add 'shishi-gets-undeclared.patch'.
      5b2fd618
  4. Nov 22, 2012
  5. Nov 21, 2012
  6. Nov 20, 2012
    • Ludovic Courtès's avatar
      build: Fix `hydra.scm' recipe. · dce3a40b
      Ludovic Courtès authored
      * hydra.scm: Redirect the output port to the error port.
        (package-job): Return a name/thunk pair.
        (hydra-jobs)[system]: Use either the `system' key (a symbol) in
        ARGUMENTS, or (%current-system)'.
      dce3a40b
  7. Nov 19, 2012
  8. Nov 18, 2012
  9. Nov 15, 2012
    • Ludovic Courtès's avatar
      distro: Rebuild bootstrap Binutils and GCC. · 68c141f1
      Ludovic Courtès authored
      These new binaries are built with the `--with-lib-path' and
      `--with-local-prefix' flags, respectively, as introduced in commit
      01d45404.
      
      * distro/packages/bootstrap.scm (%bootstrap-coreutils&co,
        %bootstrap-glibc): Update URL.
        (%bootstrap-binutils, %bootstrap-gcc): Update URL and hashes.
      * build-aux/download.scm (file-name->uri): Update URL.
      68c141f1
    • Ludovic Courtès's avatar
      distro: Configure ld and GCC to not look under /usr & co. · 01d45404
      Ludovic Courtès authored
      This fixes impurities with non-chroot builds on LFS-style distros.
      
      * distro/packages/base.scm (binutils): Pass `--with-lib-path'.
        (gcc-4.7): Pass `--with-local-prefix'.
      * distro/packages/make-bootstrap.scm (%binutils-static): Pass
        `--with-lib-path'.
      01d45404
  10. Nov 13, 2012
    • Ludovic Courtès's avatar
      guix-download: Use code from (guix build download). · ec4d308a
      Ludovic Courtès authored
      * guix-download.in (http-fetch, ftp-fetch): Remove.
        (fetch-and-store): Replace `uri' parameter with `name', for the output
        file name.  Redirect the output of `fetch' to the error port.
        (guix-download): Call `url-fetch' for all URI schemes except `file'.
        Handle PATH equal to #f.
      * guix/download.scm: Export `%mirrors'.
      * tests/guix-download.sh: Change erroneous URL, because URLs at
        example.com are all valid redirections.
      ec4d308a
    • Ludovic Courtès's avatar
      guix-download: Add support for file:// URIs. · 352ec143
      Ludovic Courtès authored
      * guix-download.in (fetch-and-store): New procedure.
        (guix-download): Use it to compute PATH.  Call `add-to-store' when
        a `file' URI scheme is used.
      * Makefile.am (AM_TESTS_ENVIRONMENT): New variable.
      * tests/guix-download.sh: Add test.
      352ec143
    • Ludovic Courtès's avatar
      guix-download: Gracefully handle invalid URIs. · ecdb81e1
      Ludovic Courtès authored
      * guix-download.in (guix-download): Error out when `string->uri'
        returns #f.  Use `leave' when the scheme is unknown.
      * tests/guix-download.sh: Add tests.
      ecdb81e1
Loading