summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | gnu: perl: Update to 5.22.1.Mark H Weaver2016-01-12
| | | | | | | | | | | | | | | | | | | | * gnu/packages/perl.scm (perl): Update to 5.22.1.
| * | | | gnu: ruby: Update to 2.3.0.Ben Woodcroft2016-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/ruby.scm (ruby): Update to 2.3.0. [source]: Remove bundled libffi. [arguments]: Use parallel tests. (ruby-2.2): New variable.
| * | | | gnu: ruby: Use modify-phases.Ben Woodcroft2016-01-11
| | | | | | | | | | | | | | | | | | | | * gnu/packages/ruby.scm (ruby)[arguments]: Use modify-phases.
| * | | | ruby: Abstract out path to GEM_HOME.Ben Woodcroft2016-01-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously paths to the GEM_HOME of certain Ruby packages were hard-coded, so packages failed to build when Ruby was updated to 2.3.0. * guix/build/ruby-build-system.scm (gem-home): New procedure. * gnu/packages/ruby.scm (ruby-metaclass, ruby-instantiator, ruby-introspection, ruby-mocha, ruby-minitest-tu-shim): Use it.
| * | | | gnu: ruby-yard: Disable failing test.Ben Woodcroft2016-01-10
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/ruby.scm (ruby-yard)[arguments]: Disable test which fails on Ruby 2.3.0.
| * | | | gnu: ruby-power-assert: Update to 0.2.7.Ben Woodcroft2016-01-10
| | | | | | | | | | | | | | | | | | | | * gnu/packages/ruby.scm (ruby-power-assert): Update to 0.2.7.
| * | | | gnu: attr: Update to 2.4.47.Ludovic Courtès2016-01-08
| | | | | | | | | | | | | | | | | | | | * gnu/packages/attr.scm (attr): Update to 2.4.47.
| * | | | gnu: attr: Use 'modify-phases'.Ludovic Courtès2016-01-08
| | | | | | | | | | | | | | | | | | | | * gnu/packages/attr.scm (attr)[arguments]: Use 'modify-phases'.
| * | | | gnu: zlib: Update to 1.2.8.Efraim Flashner2016-01-08
| | | | | | | | | | | | | | | | | | | | * gnu/packages/compression.scm (zlib): Update to 1.2.8.
| * | | | gnu: sqlite: Update to 3.10.0.Efraim Flashner2016-01-07
| | | | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (sqlite): Update to 3.10.0.
| * | | | gnu: flex: Update to 2.6.0.Efraim Flashner2016-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/flex.scm (flex): Update to 2.6.0. [source]: Remove flex-bison-tests.patch. * gnu-system.am (dist_patch_DATA): Remove flex-bison-tests.patch. * gnu/packages/patches/flex-bison-tests.patch: Remove it.
| * | | | gnu: libffi: Update to 3.2.1.Efraim Flashner2016-01-06
| | | | | | | | | | | | | | | | | | | | * gnu/packages/libffi.scm (libffi): Update to 3.2.1.
| * | | | gnu: gettext: Use "modify-phases" syntax.Efraim Flashner2016-01-05
| | | | | | | | | | | | | | | | | | | | * gnu/packages/gettext.scm (gettext)[arguments]: Use "modify-phases" syntax.
| * | | | gnu: gettext: Update to 0.19.7.Efraim Flashner2016-01-05
| | | | | | | | | | | | | | | | | | | | * gnu/packages/gettext.scm (gettext): Update to 0.19.7.
| * | | | gnu: gnutls: Update to 3.4.7.Efraim Flashner2016-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/tls.scm (gnutls): Update to 3.4.7. [source]: Remove gnutls-doc-fix.patch. [arguments]: Remove delete-prebuilt-unfixed-info-file phase. [native-inputs]: Remove texinfo. * gnu-system.am (dist_patch_DATA): Remove gnutls-doc-fix.patch
| * | | | gnu: libtasn1: Update to 4.7.Efraim Flashner2016-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/tls.scm (libtan1): Update to 4.7. [native-inputs]: Remove texinfo.
| * | | | build-system/gnu: Add 'set-SOURCE-DATE-EPOCH' phase.Ludovic Courtès2016-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This phase is inherited by other build systems, which ensures 'SOURCE_DATE_EPOCH' is always set in practice. * guix/build/python-build-system.scm (set-SOURCE-DATE-EPOCH): Remove. (%standard-phases): Don't add it. * guix/build/gnu-build-system.scm (set-SOURCE-DATE-EPOCH): New procedure. (%standard-phases): Add it. (gnu-build): Remove 'setenv' call for "SOURCE_DATE_EPOCH".
| * | | | gnu: Read 'C_INCLUDE_PATH' instead of 'CPATH'.Ludovic Courtès2016-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a followup to 009b53fd. * gnu/packages/cmake.scm (cmake)[arguments]: Use (getenv "C_INCLUDE_PATH") instead of (getenv "CPATH"). * gnu/packages/package-management.scm (rpm)[arguments]: Likewise. * gnu/packages/video.scm (avidemux)[arguments]: Likewise. * gnu/packages/webkit.scm (webkitgtk)[arguments]: Likewise. * gnu/packages/cross-base.scm (cross-gcc-arguments): Likewise, and unset 'C_INCLUDE_PATH' and 'CPLUS_INCLUDE_PATH'.
| * | | | gnu: python: Honor 'C_INCLUDE_PATH'.Ludovic Courtès2016-01-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a followup to 009b53fd. * gnu/packages/patches/python-3-search-paths.patch: Check 'C_INCLUDE_PATH' instead of 'CPATH'. * gnu/packages/patches/python-2.7-search-paths.patch: Likewise.
| * | | | gnu: libgcrypt: Update to 1.6.4.Efraim Flashner2016-01-04
| | | | | | | | | | | | | | | | | | | | * gnu/packages/gnupg.scm (libgcrypt): Update to 1.6.4.
| * | | | gnu: libgpg-error: Update to 1.21.Manolis Ragkousis2016-01-04
| | | | | | | | | | | | | | | | | | | | * gnu/packages/gnupg.scm (libgpg-error): Update to 1.21.
| * | | | gnu: tzdata: Update to 2015g.Efraim Flashner2016-01-04
| | | | | | | | | | | | | | | | | | | | * gnu/packages/base.scm (tzdata): Update to 2015g.
| * | | | Merge branch 'master' into core-updatesLudovic Courtès2016-01-03
| |\ \ \ \
| * | | | | gnu: grep: Skip timing-sensitive test.Ludovic Courtès2016-01-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids failures on loaded machines as seen at <http://hydra.gnu.org/build/906900/log/raw>. * gnu/packages/patches/grep-timing-sensitive-test.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/base.scm (grep): Use it.
| * | | | | gnu: pkg-config: Update to 0.29.Ludovic Courtès2016-01-03
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/pkg-config.scm (%pkg-config): Update to 0.29.
| * | | | | gnu: libgc: Enable C++ support.Eric Bavier2016-01-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/bdw-gc.scm (libgc-7.2, libgc)[arguments]: Add --enable-cplusplus to #:configure-flags.
| * | | | | gnu: findutils: Update to 4.6.0.Ludovic Courtès2016-01-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/findutils-absolute-paths.patch: Remove. * gnu/packages/patches/findutils-test-xargs.patch: New file. * gnu-system.am (dist_patch_DATA): Adjust accordingly. * gnu/packages/base.scm (findutils): Update to 4.6.0. Remove 'findutils-absolute-paths.patch' and add 'findutils-test-xargs.patch'.
| * | | | | build-system/gnu: Use the long option name for deterministic archives.Ludovic Courtès2016-01-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a followup to 3eb34c6. * guix/build-system/gnu.scm (gnu-build, gnu-cross-build): Use "--enable-deterministic-archives" instead of "-D" to work around Binutils bug <https://sourceware.org/bugzilla/show_bug.cgi?id=17671>. * guix/build/gnu-build-system.scm (strip): Likewise.
| * | | | | gnu: guile-2.0: Add "lib/guile/2.0/ccache" to the search path.Ludovic Courtès2015-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/guile.scm (guile-2.0)[native-search-paths]: Add "lib/guile/2.0/ccache" to GUILE_LOAD_COMPILED_PATH.
| * | | | | gnu: python-wrapper: Append "-wrapper" to the underlying package name.Ludovic Courtès2015-12-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reported by Federico Beffa <beffa@ieee.org>. * gnu/packages/python.scm (wrap-python3): Change the default value of 'name' to include the name of PYTHON. This disambiguates between 'python-minimal-wrapper' and 'python-wrapper'.
| * | | | | gnu: commencement: Build Bison deterministically.Ludovic Courtès2015-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before that entries in liby.a would contain the build time. * gnu/packages/commencement.scm (bison-boot1): Add #:make-flags.
| * | | | | build-system/gnu: Always pass "-D" to strip/objcopy.Ludovic Courtès2015-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * guix/build-system/gnu.scm (gnu-build, gnu-cross-build): Add "-D" to #:strip-flags. * guix/build/gnu-build-system.scm (strip): Likewise. Also pass "-D" to OBJCOPY-COMMAND.
| * | | | | gnu: commencement: Build the final Bash with "bison-boot1".Ludovic Courtès2015-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes a round of Bison + Flex + M4 + Perl rebuild. * gnu/packages/commencement.scm (bash-final): Add 'native-inputs' field pointing to BISON-BOOT1.
| * | | | | gnu: commencement: Avoid redundant Perl rebuild.Ludovic Courtès2015-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This removes a redundant (yet different) "perl-boot0" node from the early derivation graph. * gnu/packages/commencement.scm (bison-boot1): Move 'native-inputs' field to the final package. Previously PERL-BOOT0 got rebuilt with %BOOT0-INPUTS, leading to a different derivation. (static-bash-for-glibc): Likewise.
| * | | | | gnu: commencement: Add "-boot0" to early packages.Ludovic Courtès2015-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/commencement.scm (diffutils-boot0)[name]: New field. * gnu/packages/commencement.scm (findutils-boot0, file-boot0, perl-boot0): Change 'name' field to include "-boot0".
| * | | | | gnu: gcc: Prefer language-specific variables over 'CPATH'.Ludovic Courtès2015-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Suggested by Andy Wingo <wingo@igalia.com>. Fixes <http://bugs.gnu.org/22186>. * gnu/packages/gcc.scm (gcc-4.7)[native-search-paths]: Remove 'CPATH'; add 'C_INCLUDE_PATH' and 'CPLUS_INCLUDE_PATH' instead. * gnu/packages/gcc.scm (custom-gcc): Add 'search-paths' parameter and honor it. (%generic-search-paths): New variable. (gfortran-4.8, gfortran-4.9, gfortran, gfortran-5, gccgo-4.8): Pass %GENERIC-SEARCH-PATHS to 'custom-gcc'. (gcj)[native-search-paths]: New field. (gcc-objc-4.8, gcc-objc++-4.8): Use 'OBJC_INCLUDE_PATH' and 'OBJCPLUS_INCLUDE_PATH', respectively.
| * | | | | gnu: commencement: Use GMP 6.0.0a for bootstrapping.Ludovic Courtès2015-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/multiprecision.scm (gmp-6.0): New variable. * gnu/packages/commencement.scm (gcc-boot0, gcc-final): Use it. * gnu/packages/patches/gmp-arm-asm-nothumb.patch: New file, reinstated from before e414a7d. * gnu-system.am (dist_patch_DATA): Add it.
| * | | | | gnu: glibc: Remove timestamp from 'nscd' binary.Ludovic Courtès2015-12-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes libc bit-for-bit reproducible per '--rounds=2'. * gnu/packages/base.scm (glibc)[arguments] <pre-configure>: Remove __DATE__ and __TIME__ from nscd_stat.c.
| * | | | | gnu: pcre: Add "doc" output.Ludovic Courtès2015-12-15
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/pcre.scm (pcre)[outputs]: New field.
| * | | | | gnu: util-linux: Do not build static libraries.Ludovic Courtès2015-12-15
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (util-linux)[arguments]: Pass --disable-static.
| * | | | | gnu: gettext: Add "doc" output.Ludovic Courtès2015-12-15
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gettext.scm (gnu-gettext)[outputs]: New field.
| * | | | | gnu: ncurses: Add "doc" output.Ludovic Courtès2015-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/ncurses.scm (ncurses)[outputs]: New field. [arguments] <configure>: Replace standard 'configure' phase. <remove-shebang-phase>: Remove "mandir=" line from 'ncursesw6-config'.
| * | | | | gnu: ncurses: Add 'TERMINFO_DIRS' search path variable.Ludovic Courtès2015-12-15
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/ncurses.scm (ncurses)[native-search-paths]: New field.
| * | | | | gnu: bash: Add "doc" output.Ludovic Courtès2015-12-15
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/bash.scm (bash)[outputs]: Add "doc" output.
| * | | | | gnu: grep: Add missing dependency on Perl.Ludovic Courtès2015-12-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/base.scm (grep)[native-inputs]: New field. * gnu/packages/commencement.scm (grep-final): Likewise.
| * | | | | gnu: bash: Update to patch level 42.Ludovic Courtès2015-12-15
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/bash.scm (%patch-series-4.3): Add patches 40 to 42.
| * | | | | gnu: commencement: Initial Texinfo uses initial Perl.Ludovic Courtès2015-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/commencement.scm (texinfo-boot0)[inputs]: Use PERL-BOOT0.
| * | | | | gnu: perl: Build deterministically, and make byproducts deterministic.Ludovic Courtès2015-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With this, a --rounds=2 build passes, and timestamps in POD files can be controlled with 'SOURCE_DATE_EPOCH'. * gnu/packages/patches/perl-deterministic-ordering.patch, gnu/packages/patches/perl-no-build-time.patch, gnu/packages/patches/perl-source-date-epoch.patch: New files. * gnu/packages/perl.scm (perl)[source]: Use them. * gnu-system.am (dist_patch_DATA): Add them.
| * | | | | gnu: perl: Update to 5.22.0.Ludovic Courtès2015-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/perl.scm (perl)[source]: Update to 5.22.0. Remove "perl-module-pluggable-search.patch" since Module::Pluggable appears to be gone. [arguments] <configure-phase>: Adjust Cwd.pm file name. Replace -std=c89 with -std=gnu89. * gnu/packages/commencement.scm (perl-boot0): Add 'disable-pthreads' phase. * gnu/packages/patches/perl-no-sys-dirs.patch: Update. * gnu/packages/patches/perl-module-pluggable-search.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly.
| * | | | | gnu: gmp: Disable parallel tests.Andreas Enge2015-12-12
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/multiprecision.scm (gmp)[arguments]: Disable parallel tests.