~ruther/guix-local

d3b4c135 — Ludovic Courtès 10 years ago
gnu: tar: Skip tests that rely on undefined unlinkat(2) behavior.

Fixes <http://bugs.gnu.org/20597>.
Reported by Andrew Patterson <ajpatter@uwaterloo.ca>.

* gnu/packages/patches/tar-skip-unreliable-tests.patch: New file.
* gnu/packages/base.scm (tar)[source](patches): Add it.
* gnu-system.am (dist_patch_DATA): Add it.
25cc3fe7 — Ludovic Courtès 10 years ago
gnu: gettext: Fix non-deterministic msgunfmt behavior.

Suggested by Alírio Eyng <alirioeyng@gmail.com>.

* gnu/packages/patches/gettext-msgunfmt.patch: New file.
* gnu/packages/gettext.scm (gnu-gettext)[source]: Use it.
* gnu-system.am (dist_patch_DATA): Add it.
1f175851 — Ludovic Courtès 10 years ago
gnu: make-bootstrap: Build libbacktrace, required by cc1.

Fixes <http://hydra.gnu.org/build/506982/nixlog/1/tail-reload>.

* gnu/packages/make-bootstrap.scm (%gcc-static): Remove
  --disable-libbacktrace.  It is needed by cc1-checksum.
86d7043c — Ludovic Courtès 10 years ago
gnu: make-bootstrap: Update patching of gawk's configure.

* gnu/packages/make-bootstrap.scm (%static-inputs)[gawk]: Change
  "-export-dynamic" to "-Wl,-export-dynamic" to account for current
  'configure' file.
8dca238b — Ludovic Courtès 10 years ago
gnu: make-bootstrap: Switch to GCC 4.9.

* gnu/packages/make-bootstrap.scm: Replace all occurrences of "gcc-4.8" with
  "gcc-4.9".
  (%gcc-static): Add --disable-libcilkrts, --disable-libvtv,
  --disable-libbacktrace.
1a802c7e — Mark H Weaver 10 years ago
gnu: openssl: Update to 1.0.2c.

* gnu/packages/openssl.scm (openssl): Update to 1.0.2c.
bcf2971f — Mark H Weaver 10 years ago
Merge branch 'master' into core-updates

Conflicts:
	gnu/packages/commencement.scm
	gnu/packages/xml.scm
ec299071 — Ludovic Courtès 10 years ago
gnu: gcc: Build libsanitizer's bundled libbacktrace without -Werror.

* gnu/packages/gcc.scm (gcc-4.7)[arguments]: Also patch
  libsanitizer/libbacktrace/Makefile.in.
7871724d — Mark H Weaver 10 years ago
gnu: openssl: Update to 1.0.2b.

* gnu/packages/openssl.scm (openssl): Update to 1.0.2b.
0ad8f76f — Mark H Weaver 10 years ago
gnu: perl-net-ssleay: Disable test that fails with openssl-1.0.2b.

* gnu/packages/patches/perl-net-ssleay-disable-ede-test.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/openssl.scm (perl-net-ssleay): Add patch.
4c50e5ab — Mark H Weaver 10 years ago
gnu: python: Disable ssl test that fails with openssl-1.0.2b.

* gnu/packages/patches/python-disable-ssl-test.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/python.scm (python): Add patch.
8c01b9d0 — Mathieu Lirzin 10 years ago
doc: Move most 'HACKING' informations into the manual.

* HACKING (Contributing): New section.
  (Building from Git, The Perfect Setup, Coding Style, Submitting Patches):
  Move to ...
* doc/guix.texi (Running Guix Before It Is Installed): Likewise.
* doc/contributing.texi: ... here. New file.
* doc.am (EXTRA_DIST): Use it.
* README (Installation): Adapt to it.
* configure.ac (DOT): Likewise.
b5616bc3 — Ludovic Courtès 10 years ago
ld-wrapper: Ignore .so files specified after "-plugin" for RUNPATH purposes.

Reported by Mark H Weaver
at <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20102#58>.

* gnu/packages/ld-wrapper.in (library-files-linked): Handle "-plugin"
  similarly to "-dynamic-linker".
932e7204 — Ludovic Courtès 10 years ago
gnu: guix: Wrap 'guix' so GUILE_LOAD_PATH includes the dependencies.

* gnu/packages/package-management.scm (guix-0.8.2)[arguments]: Add
  'wrap-program' phase.
02c2cf43 — Ludovic Courtès 10 years ago
gnu: guix: Use 'modify-phases'.

* gnu/packages/package-management.scm (guix-0.8.2)[arguments]: Use
  'modify-phases' instead of 'alist-cons-before'.
0061079a — Eric Bavier 11 years ago
gnu: Add hydra.

* gnu/packages/ci.scm: New file.
* gnu/packages/patches/hydra-automake-1.15.patch,
  gnu/packages/patches/hydra-disable-darcs-test.patch: New files.
* gnu-system.am (GNU_SYSTEM_MODULES): Add file.
  (dist_patch_DATA): Add patches.
6e545bbf — Eric Bavier 11 years ago
gnu: Add Catalyst-Authentication-Store-DBIx-Class.

* gnu/packages/web.scm (perl-catalyst-authentication-store-dbix-class):
  New variable.
514214cb — Eric Bavier 11 years ago
gnu: Add Catalyst-Plugin-Authorization-Roles.

* gnu/packages/web.scm (perl-catalyst-plugin-authorization-roles): New
  variable.
1937e38d — Eric Bavier 11 years ago
gnu: Add Set-Object.

* gnu/packages/perl.scm (perl-set-object): New variable.
8b9ec354 — Ricardo Wurmus 10 years ago
gnu: Add powertabeditor.

* gnu/packages/music.scm (powertabeditor): New variable.
Next