guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNU Guixguix source archive branch, core-updates, updated. v0.4-197-g2eb


From: Mark H. Weaver
Subject: GNU Guixguix source archive branch, core-updates, updated. v0.4-197-g2ebab8e
Date: Mon, 04 Nov 2013 04:28:42 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "guix source archive".

The branch, core-updates has been updated
       via  2ebab8e909b377d58bb52c33d3a31d121a0f64de (commit)
       via  f57ff219ad9e08427e06d9c95fb71cc0764564c2 (commit)
       via  c5916538fdf57c93dc8a5880c9eb4e2ca88aa760 (commit)
       via  fdbd19ea6b784d164986856414a0fd6c25dab7b2 (commit)
       via  dd863f1f39858bf9d3f1a9de4b4eccc8d3f75d62 (commit)
       via  46acd054010134eba293c3b978e82edb9ebc21fb (commit)
       via  bcd94e192a8459107ba43f03694fc82a35af6447 (commit)
       via  1475a351f66f214bf279b870421e31c082704864 (commit)
       via  b20441f22887a09e52d843e9b44bd7668c8a468c (commit)
       via  1602fcea18879f855f906cf21bb6ee849cbf62c2 (commit)
       via  bf2cc1e5d14df7d8ff0c9456798d48fba65de317 (commit)
       via  2c1ceeacdf00c9fa6b4324b693c9998745f84b1c (commit)
      from  69f777d14caa50a3a0d0167910ddb9a5910d4ab2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2ebab8e909b377d58bb52c33d3a31d121a0f64de
Author: Mark H Weaver <address@hidden>
Date:   Sun Nov 3 16:40:01 2013 -0500

    Add mips64el-linux to the list of supported systems.
    
    * m4/guix.m4 (GUIX_ASSERT_SUPPORTED_SYSTEM): Add mips64el-linux to the list 
of
      supported systems.

commit f57ff219ad9e08427e06d9c95fb71cc0764564c2
Author: Mark H Weaver <address@hidden>
Date:   Thu Oct 17 15:47:56 2013 -0400

    gnu: add bootstrap support for mips64el-linux using the MIPS N32 ABI.
    
    * .gitignore: Add entry for bootstrap/mips64el-linux/guile-2.0.9.tar.xz.
    
    * gnu-system.am (bootstrap_mips64el_linuxdir,
      dist_bootstrap_mips64el_linux_DATA, nodist_bootstrap_mips64el_linux_DATA):
      New variables.
      (DISTCLEANFILES): Add $(nodist_bootstrap_mips64el_linux_DATA).
      (gnu/packages/bootstrap/mips64el-linux/guile-2.0.9.tar.xz): New target.
    
    * build-aux/download.scm (file-name->uri): Adapt to the newer mips64el-linux
      bootstrap tarballs.
    
    * gnu/packages/bootstrap.scm (%bootstrap-guile, %bootstrap-coreutils&co,
      %bootstrap-binutils, %bootstrap-glibc, %bootstrap-gcc): Adapt to the newer
      mips64el-linux bootstrap tarballs.
    
    * gnu/packages/bootstrap/mips64el-linux/bash:
    * gnu/packages/bootstrap/mips64el-linux/mkdir:
    * gnu/packages/bootstrap/mips64el-linux/tar:
    * gnu/packages/bootstrap/mips64el-linux/xz: New files.

commit c5916538fdf57c93dc8a5880c9eb4e2ca88aa760
Author: Mark H Weaver <address@hidden>
Date:   Sat Nov 2 18:12:36 2013 -0400

    gnu: liboop: fix deplibs check method for mips64.
    
    * gnu/packages/patches/liboop-mips64-deplibs-fix.patch: New file.
    * gnu/packages/lsh.scm (liboop): Add patch.
    * gnu-system.am (dist_patch_DATA): Add patch.

commit fdbd19ea6b784d164986856414a0fd6c25dab7b2
Author: Mark H Weaver <address@hidden>
Date:   Sat Nov 2 18:04:45 2013 -0400

    gnu: gd: fix deplibs check method for mips64.
    
    * gnu/packages/patches/gd-mips64-deplibs-fix.patch: New file.
    * gnu/packages/gd.scm (gd): Add patch.
    * gnu-system.am (dist_patch_DATA): Add patch.

commit dd863f1f39858bf9d3f1a9de4b4eccc8d3f75d62
Author: Mark H Weaver <address@hidden>
Date:   Fri Nov 1 00:15:16 2013 -0400

    gnu: libmad: Fix MIPS assembler code to work with new GCC.
    
    * gnu/packages/patches/libmad-mips-newgcc.patch: New file.
    * gnu/packages/mp3.scm (libmad): Add patch.
    * gnu-system.am (dist_patch_DATA): Add patch.

commit 46acd054010134eba293c3b978e82edb9ebc21fb
Author: Mark H Weaver <address@hidden>
Date:   Thu Oct 31 23:59:00 2013 -0400

    gnu: libtheora: patch ancient config.guess to support mips64.
    
    * gnu/packages/patches/libtheora-config-guess.patch: New file.
    * gnu/packages/oggvorbis.scm (libtheora): Add patch.
    * gnu-system.am (dist_patch_DATA): Add patch.

commit bcd94e192a8459107ba43f03694fc82a35af6447
Author: Mark H Weaver <address@hidden>
Date:   Sun Nov 3 18:28:03 2013 -0500

    gnu: alsa-lib: fix atomic op declarations for MIPS.
    
    * gnu/packages/patches/alsa-lib-mips-atomic-fix.patch: New file.
    * gnu/packages/linux.scm (alsa-lib): Add patch.
    * gnu-system.am (dist_patch_DATA): Add patch.

commit 1475a351f66f214bf279b870421e31c082704864
Author: Mark H Weaver <address@hidden>
Date:   Sun Nov 3 18:25:27 2013 -0500

    gnu: gdb: patch-makefile-SHELL for all Makefile.in files.
    
    * gnu/packages/gdb.scm (gdb): patch-makefile-SHELL for all Makefile.in files
      after configure.

commit b20441f22887a09e52d843e9b44bd7668c8a468c
Author: Mark H Weaver <address@hidden>
Date:   Sun Nov 3 18:23:38 2013 -0500

    gnu: gdb: Fix opcode table for Loongson fused multiply-add.
    
    * gnu/packages/patches/gdb-loongson-madd-fix.patch: New file.
    * gnu/packages/gdb.scm (gdb): Add patch.
    * gnu-system.am (dist_patch_DATA): Add patch.

commit 1602fcea18879f855f906cf21bb6ee849cbf62c2
Author: Mark H Weaver <address@hidden>
Date:   Sun Nov 3 18:20:00 2013 -0500

    gnu: libffi: fix handling of uint32_t arguments on MIPS N32.
    
    * gnu/packages/patches/libffi-mips-n32-fix.patch: New file.
    * gnu/packages/libffi.scm (libffi): Add patch.
    * gnu-system.am (dist_patch_DATA): Add patch.

commit bf2cc1e5d14df7d8ff0c9456798d48fba65de317
Author: Mark H Weaver <address@hidden>
Date:   Sun Nov 3 18:15:00 2013 -0500

    gnu: libtool: skip a test that fails on MIPS N32.
    
    * gnu/packages/patches/libtool-skip-tests-for-mips.patch: New file.
    * gnu/packages/autotools.scm (libtool): Add patch.
    * gnu-system.am (dist_patch_DATA): Add patch.

commit 2c1ceeacdf00c9fa6b4324b693c9998745f84b1c
Author: Mark H Weaver <address@hidden>
Date:   Sun Nov 3 18:08:33 2013 -0500

    gnu: binutils: apply fixes and workarounds for Loongson 2F CPUs.
    
    * gnu/packages/patches/binutils-loongson-madd-fix.patch: New file.
    * gnu/packages/patches/binutils-loongson-workaround.patch: New file.
    * gnu/packages/base.scm (binutils): Add patches.
    * gnu-system.am (dist_patch_DATA): Add patches.

-----------------------------------------------------------------------

Summary of changes:
 .gitignore                                         |    1 +
 build-aux/download.scm                             |    7 ++-
 gnu-system.am                                      |   26 ++++++++++-
 gnu/packages/autotools.scm                         |    4 +-
 gnu/packages/base.scm                              |    4 +-
 gnu/packages/bootstrap.scm                         |   51 ++++++++++++++++----
 gnu/packages/bootstrap/mips64el-linux/bash         |  Bin 0 -> 1409080 bytes
 gnu/packages/bootstrap/mips64el-linux/mkdir        |  Bin 0 -> 698500 bytes
 gnu/packages/bootstrap/mips64el-linux/tar          |  Bin 0 -> 1283708 bytes
 gnu/packages/bootstrap/mips64el-linux/xz           |  Bin 0 -> 851736 bytes
 gnu/packages/gd.scm                                |    5 ++-
 gnu/packages/gdb.scm                               |    7 ++-
 gnu/packages/libffi.scm                            |    4 +-
 gnu/packages/linux.scm                             |    3 +-
 gnu/packages/lsh.scm                               |    3 +-
 gnu/packages/mp3.scm                               |    3 +-
 gnu/packages/oggvorbis.scm                         |    3 +-
 .../patches/alsa-lib-mips-atomic-fix.patch         |   42 ++++++++++++++++
 .../patches/binutils-loongson-madd-fix.patch       |   44 +++++++++++++++++
 .../patches/binutils-loongson-workaround.patch     |   34 +++++++++++++
 gnu/packages/patches/gd-mips64-deplibs-fix.patch   |   17 +++++++
 gnu/packages/patches/gdb-loongson-madd-fix.patch   |   44 +++++++++++++++++
 gnu/packages/patches/libffi-mips-n32-fix.patch     |   21 ++++++++
 gnu/packages/patches/libmad-mips-newgcc.patch      |   16 ++++++
 .../patches/liboop-mips64-deplibs-fix.patch        |   17 +++++++
 gnu/packages/patches/libtheora-config-guess.patch  |   37 ++++++++++++++
 .../patches/libtool-skip-tests-for-mips.patch      |   12 +++++
 m4/guix.m4                                         |    2 +-
 28 files changed, 385 insertions(+), 22 deletions(-)
 create mode 100755 gnu/packages/bootstrap/mips64el-linux/bash
 create mode 100755 gnu/packages/bootstrap/mips64el-linux/mkdir
 create mode 100755 gnu/packages/bootstrap/mips64el-linux/tar
 create mode 100755 gnu/packages/bootstrap/mips64el-linux/xz
 create mode 100644 gnu/packages/patches/alsa-lib-mips-atomic-fix.patch
 create mode 100644 gnu/packages/patches/binutils-loongson-madd-fix.patch
 create mode 100644 gnu/packages/patches/binutils-loongson-workaround.patch
 create mode 100644 gnu/packages/patches/gd-mips64-deplibs-fix.patch
 create mode 100644 gnu/packages/patches/gdb-loongson-madd-fix.patch
 create mode 100644 gnu/packages/patches/libffi-mips-n32-fix.patch
 create mode 100644 gnu/packages/patches/libmad-mips-newgcc.patch
 create mode 100644 gnu/packages/patches/liboop-mips64-deplibs-fix.patch
 create mode 100644 gnu/packages/patches/libtheora-config-guess.patch
 create mode 100644 gnu/packages/patches/libtool-skip-tests-for-mips.patch


hooks/post-receive
-- 
guix source archive



reply via email to

[Prev in Thread] Current Thread [Next in Thread]