| Commit message (Expand) | Author | Age | Files | Lines |
* | gnu: glibc-hurd: Disable werror.•••* gnu/packages/base.scm (glibc/hurd)[arguments]: Add "--disable-werror".
| Manolis Ragkousis | 2017-01-03 | 1 | -0/+3 |
* | gnu: glibc-hurd: Update to 2.23.•••* gnu/packages/base.scm (glibc/hurd)[version]: Update to version 2.23.
| Manolis Ragkousis | 2016-12-28 | 1 | -3/+3 |
* | Merge remote-tracking branch 'origin/master' into staging | Ludovic Courtès | 2016-12-09 | 1 | -1/+12 |
|\ |
|
| * | gnu: Add function libiconv-if-needed.•••* gnu/packages/base.scm (libiconv-if-needed): New function.
| Jan Nieuwenhuizen | 2016-12-07 | 1 | -1/+12 |
* | | gnu: tzdata: Update to 2016j.•••* gnu/packages/base.scm (tzdata): Update to 2016j.
[source]: Use HTTPS URL.
[home-page]: Use HTTPS URL.
| Leo Famulari | 2016-12-02 | 1 | -5/+5 |
|/ |
|
* | gnu: glibc: Add version 2.23.•••* gnu/packages/base.scm (glibc-2.23): New variable.
| Ludovic Courtès | 2016-11-07 | 1 | -4/+15 |
* | Merge branch 'master' into core-updates | Mark H Weaver | 2016-11-06 | 1 | -0/+6 |
|\ |
|
| * | gnu: Remove '%final-inputs' references at the top level.•••Due to circular dependencies, referring to bindings exported by other
modules from the top level is frowned upon. This patch addresses one of
the remaining cases.
* gnu/packages/base.scm (%final-inputs): New procedure.
* gnu/packages/cross-base.scm: Remove (gnu packages commencement) import.
(cross-gcc): Use the new '%final-inputs'.
* gnu/packages/make-bootstrap.scm: Remove (gnu packages commencement) import.
(package-with-relocatable-glibc): Use the new '%final-inputs'.
| Ludovic Courtès | 2016-11-04 | 1 | -0/+6 |
* | | gnu: ld-wrapper-boot0: Work around strict evaluation of (%current-system).•••Reported by Mark H Weaver <mhw@netris.org>
Partly fixes <http://bugs.gnu.org/24832>.
'ld-wrapper-boot0' was evaluating strictly instead of lazily, leading to
invalid system types.
* gnu/packages/base.scm (make-ld-wrapper): Turn #:target into a
one-argument procedure. Honor it.
* gnu/packages/commencement.scm (ld-wrapper-boot0): Fix 'name' argument
to 'make-ld-wrapper'. Make #:target argument a procedure.
* gnu/packages/cross-base.scm (cross-gcc): Adjust #:target argument.
| Ludovic Courtès | 2016-10-31 | 1 | -42/+51 |
* | | gnu: tzdata: Use modify-phases•••* gnu/packages/base.scm (tzdata)[arguments]: Replace alist- procedures
with modify-phases
| John Darrington | 2016-10-07 | 1 | -17/+18 |
* | | gnu: tzdata: Fix dangling symbolic link.•••* gnu/packages/base.scm (tzdata)[arguments]: Replace dangling symbolic link
with the correct path.
| John Darrington | 2016-10-07 | 1 | -3/+3 |
* | | gnu: tzdata: Update to 2016g.•••* gnu/packages/base.scm (tzdata): Update to 2016g.
| Leo Famulari | 2016-10-06 | 1 | -3/+3 |
* | | gnu: binutils: Work around Bash 4.2 bug.•••Fixes a 'binutils-cross-boot0' build failure on mips64el.
Reported at
<https://lists.gnu.org/archive/html/guix-devel/2016-09/msg01083.html>.
* gnu/packages/patches/binutils-mips-bash-bug.patch: New file.
* gnu/packages/base.scm (binutils)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
| Ludovic Courtès | 2016-09-28 | 1 | -1/+2 |
* | | gnu: Add and use gettext-minimal.•••* gnu/packages/gettext.scm (gnu-gettext): Rename to...
(gettext-minimal): ... this. Adjust synopsis and description.
(gnu-gettext): Inherit from it.
(po4a): Use 'gettext-minimal' instead of 'gnu-gettext'.
* gnu/packages/acl.scm: Likewise.
* gnu/packages/admin.scm: Likewise.
* gnu/packages/apl.scm: Likewise.
* gnu/packages/attr.scm: Likewise.
* gnu/packages/audio.scm: Likewise.
* gnu/packages/base.scm: Likewise.
* gnu/packages/cdrom.scm: Likewise.
* gnu/packages/commencement.scm: Likewise.
* gnu/packages/crypto.scm: Likewise.
* gnu/packages/databases.scm: Likewise.
* gnu/packages/disk.scm: Likewise.
* gnu/packages/documentation.scm: Likewise.
* gnu/packages/education.scm: Likewise.
* gnu/packages/engineering.scm: Likewise.
* gnu/packages/enlightenment.scm: Likewise.
* gnu/packages/fcitx.scm: Likewise.
* gnu/packages/fontutils.scm: Likewise.
* gnu/packages/freedesktop.scm: Likewise.
* gnu/packages/games.scm: Likewise.
* gnu/packages/gkrellm.scm: Likewise.
* gnu/packages/glib.scm: Likewise.
* gnu/packages/gnome.scm: Likewise.
* gnu/packages/grub.scm: Likewise.
* gnu/packages/gtk.scm: Likewise.
* gnu/packages/guile.scm: Likewise.
* gnu/packages/ibus.scm: Likewise.
* gnu/packages/irc.scm: Likewise.
* gnu/packages/iso-codes.scm: Likewise.
* gnu/packages/kde-frameworks.scm: Likewise.
* gnu/packages/kodi.scm: Likewise.
* gnu/packages/linux.scm: Likewise.
* gnu/packages/man.scm: Likewise.
* gnu/packages/maths.scm: Likewise.
* gnu/packages/mono.scm: Likewise.
* gnu/packages/mp3.scm: Likewise.
* gnu/packages/music.scm: Likewise.
* gnu/packages/nano.scm: Likewise.
* gnu/packages/networking.scm: Likewise.
* gnu/packages/package-management.scm: Likewise.
* gnu/packages/pdf.scm: Likewise.
* gnu/packages/sawfish.scm: Likewise.
* gnu/packages/statistics.scm: Likewise.
* gnu/packages/terminals.scm: Likewise.
* gnu/packages/version-control.scm: Likewise.
* gnu/packages/vpn.scm: Likewise.
* gnu/packages/w3m.scm: Likewise.
* gnu/packages/webkit.scm: Likewise.
* gnu/packages/wicd.scm: Likewise.
* gnu/packages/wine.scm: Likewise.
* gnu/packages/xdisorg.scm: Likewise.
* gnu/packages/xorg.scm: Likewise.
| Alex Kost | 2016-09-28 | 1 | -1/+1 |
* | | gnu: glibc: Update to 2.24.•••* gnu/packages/base.scm (glibc/linux): Update to 2.24.
| Ludovic Courtès | 2016-09-02 | 1 | -3/+3 |
* | | gnu: diffutils: Update to 3.5.•••* gnu/packages/base.scm (diffutils): Update to 3.5.
| Mark H Weaver | 2016-08-21 | 1 | -2/+2 |
* | | gnu: grep: Fix egrep/fgrep to work regardless of PATH.•••* gnu/packages/base.scm (grep)[arguments]: New field. Add
'fix-egrep-and-fgrep' phase.
| Mark H Weaver | 2016-08-20 | 1 | -0/+14 |
* | | gnu: tzdata: Update to 2016f.•••* gnu/packages/base.scm (tzdata): Update to 2016f.
| Leo Famulari | 2016-08-20 | 1 | -3/+3 |
* | | gnu: diffutils: Update to 3.4.•••* gnu/packages/base.scm (diffutils): Update to 3.4.
| Efraim Flashner | 2016-08-15 | 1 | -2/+2 |
* | | gnu: binutils: Update to 2.27.•••* gnu/packages/base.scm (binutils): Update to 2.27.
| Efraim Flashner | 2016-08-15 | 1 | -2/+2 |
* | | gnu: gnu-make: Use 'modify-phases'.•••* gnu/packages/base.scm (gnu-make)[arguments]: Use 'modify-phases'.
| Efraim Flashner | 2016-08-15 | 1 | -10/+10 |
* | | gnu: gnu-make: Update to 4.2.1.•••* gnu/packages/base.scm (gnu-make): Update to 4.2.1.
| Efraim Flashner | 2016-08-15 | 1 | -2/+2 |
* | | gnu: glibc/linux: Adjust variable name to upstream change.•••* gnu/packages/base.scm (glibc/linux)[arguments]: Change
'libc_cv_localedir' to 'libc_cv_complocaledir' in #:configure-flags.
* gnu/system.scm: (operating-system-environment-variables): Remove
'GUIX_LOCPATH'.
| Leo Famulari | 2016-08-10 | 1 | -3/+2 |
|/ |
|
* | Merge branch 'core-updates' | Mark H Weaver | 2016-08-04 | 1 | -107/+136 |
|\ |
|
| * | gnu: glibc-locales: Fix build.•••* gnu/packages/patches/glibc-locales.patch: Adjust to glibc-2.23.
* gnu/packages/base.scm (glibc-locales)[arguments]:
Pass 'lib_cv_complocaledir'.
| 宋文武 | 2016-07-31 | 1 | -1/+1 |
| * | gnu: Add glibc 2.22.•••* gnu/packages/base.scm (glibc-2.22): New variable.
(glibc-2.21): Inherit from it; remove 'arguments' field.
| Ludovic Courtès | 2016-07-30 | 1 | -3/+18 |
| * | gnu: glibc-2.21: Fix substitutes in glibc-2.21.•••* gnu/packages/base.scm (glibc-2.21)[arguments]: Add back substitution
for /bin/pwd which was removed in the update of glibc to 2.23.
| Efraim Flashner | 2016-07-11 | 1 | -1/+10 |
| * | gnu: tar: Allow cross-compilation.•••* gnu/packages/base.scm (tar)[inputs]: New field.
| Ludovic Courtès | 2016-06-10 | 1 | -0/+7 |
| * | gnu: make: Update to 4.2.•••* gnu/packages/base.scm (make): Update to 4.2.
| Efraim Flashner | 2016-06-07 | 1 | -2/+2 |
| * | gnu: base: Add glibc-for-target macro.•••* gnu/packages/base.scm (glibc): Add macro.
(glibc/linux): Rename glibc to glibc/linux.
(glibc/hurd): Adjust accordingly.
| Manolis Ragkousis | 2016-06-07 | 1 | -59/+73 |
| * | Merge branch 'master' into core-updates | Ludovic Courtès | 2016-06-07 | 1 | -1/+4 |
| |\ |
|
| * | | gnu: glibc-hurd-headers: Use correct "--host".•••* gnu/packages/base.scm (glibc/hurd-headers)[arguments]: Use "i586-pc-gnu"
instead of "i686-pc-gnu".
| Manolis Ragkousis | 2016-06-06 | 1 | -1/+1 |
| * | | gnu: glibc-hurd: Update to 20160518.•••* gnu/packages/base.scm (glibc/hurd)[version]: Update to version 20160518.
[propagated-inputs]: Use hurd-core-headers.
[native-inputs]: Remove libpthread's source and "patch/libpthread-patch".
[arguments]: Add augment-libc.so and pre-configure-set-pwd phases.
Remove prepare-libpthread phase. Stop removing "--with-headers="
from original-configure-flags.
* gnu/packages/patches/glibc-hurd-extern-inline.patch: Remove patch.
* gnu/packages/patches/libpthread-glibc-preparation.patch: Likewise.
* gnu/local.mk (dist_patch_DATA): Remove them.
| Manolis Ragkousis | 2016-06-06 | 1 | -42/+32 |
| * | | gnu: tar: Update to 1.29.•••* gnu/packages/base.scm (tar): Update to 1.29.
[source]: Remove 'tar-d_ino_in_dirent-fix.patch'.
[arguments]: New field.
* gnu/packages/patches/tar-d_ino_in_dirent-fix.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
| Ludovic Courtès | 2016-05-17 | 1 | -4/+14 |
| * | | Merge branch 'master' into core-updates | Leo Famulari | 2016-05-13 | 1 | -1/+29 |
| |\ \ |
|
| * | | | gnu: glibc: Rename linux-headers input to kernel-headers.•••* gnu/packages/base.scm (glibc)[propagated-inputs]: Use a kernel
agnostic name for the kernel headers.
[arguments]: Adjust accordingly.
* gnu/packages/commencement.scm (glibc-final-with-bootstrap-bash)
[propagated-inputs]: Adjust accordingly.
* gnu/packages/cross-base.scm (cross-gcc-arguments)[arguments]: Adjust
accordingly.
(cross-gcc)[native-inputs]: Adjust accordingly.
* gnu/packages/make-bootstrap.scm (%glibc-stripped)[arguments]: Adjust
accordingly.
[inputs]: Adjust accordingly.
| Manolis Ragkousis | 2016-05-10 | 1 | -2/+2 |
| * | | | Merge branch 'master' into core-updates | Mathieu Lirzin | 2016-05-02 | 1 | -20/+15 |
| |\ \ \ |
|
| * | | | | gnu: grep: Update to 2.25.•••* gnu/packages/base.scm (grep): Update to 2.25.
| Ludovic Courtès | 2016-04-24 | 1 | -2/+2 |
| * | | | | gnu: glibc: Update to 2.23.•••* gnu/packages/base.scm (glibc): Update to 2.23. Remove
"glibc-locale-incompatibility.patch" and "glibc-CVE-2015-7547.patch",
now unneeded.
[arguments]: Add "libc_cv_ssp_strong=no" to #:configure-flags. Remove
now unneeded patching of 'configure'.
* gnu/packages/patches/glibc-CVE-2015-7547.patch: Remove.
* gnu/packages/patches/glibc-locale-incompatibility.patch: Remove.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
| Ludovic Courtès | 2016-04-06 | 1 | -11/+5 |
| * | | | | Revert "gnu: binutils: Update to 2.26."•••This reverts commit 5d9356f0fe67e679e35b92b5020a4a7b850af81c.
Binutils 2.26 and ld in particular reportedly has serious bugs.
For us, ld from 'binutils-cross-boot0' fails when linking 'cc1plus' in
the first stage.
| Ludovic Courtès | 2016-04-06 | 1 | -2/+2 |
| * | | | | gnu: grep: Update to 2.24.•••* gnu/packages/base.scm (grep): Update to 2.24.
| Efraim Flashner | 2016-03-14 | 1 | -2/+2 |
| * | | | | Merge branch 'master' into core-updates | Mark H Weaver | 2016-02-27 | 1 | -4/+5 |
| |\ \ \ \ |
|
| * | | | | | gnu: coreutils: Update to 8.25.•••* gnu/packages/base.scm (coreutils): Update to 8.25.
[source]: Remove patch.
| Efraim Flashner | 2016-02-18 | 1 | -11/+2 |
| * | | | | | gnu: binutils: Update to 2.26.•••* gnu/packages/base.scm (binutils): Update to 2.26.
| Efraim Flashner | 2016-02-18 | 1 | -2/+2 |
| * | | | | | gnu: grep: Update to 2.23.•••* gnu/packages/base.scm (grep): Update to 2.23.
| Efraim Flashner | 2016-02-15 | 1 | -2/+2 |
* | | | | | | Revert "Merge branch 'core-updates'"•••This reverts commit 455859a50f88f625d13fc2f304111f02369b366b.
| Mark H Weaver | 2016-08-04 | 1 | -136/+107 |
* | | | | | | system: Define 'GUIX_LOCPATH' to work around 'glibc' package defect.•••Our 'glibc' package currently ignores /run/current-system/locale,
although the intent is to look for locales in that directory.
* gnu/packages/base.scm (glibc/linux): Add comment about
/run/current-system/locale being ignored.
* gnu/system.scm (operating-system-environment-variables): Add
'GUIX_LOCPATH'.
* gnu/tests/base.scm (run-basic-test): Add "locale" test.
| Ludovic Courtès | 2016-08-02 | 1 | -0/+1 |
* | | | | | | Merge branch 'core-updates' | Ludovic Courtès | 2016-08-01 | 1 | -107/+136 |
| |_|_|_|/
|/| | | | |
|
* | | | | | gnu: glibc: Refer to the target kernel headers when cross-compiling.•••This fixes a regression introduced in
efc4eb147512fa7a2c6d74d9b296cfc22b1ef198 whereby the build process
corresponding to 'guix build glibc --target=mips64el-linux-gnu' would
refer to the native headers instead of the target headers, leading to a
build failure:
../sysdeps/unix/sysv/linux/statfs64.c: In function ‘__statfs64’:
../sysdeps/unix/sysv/linux/statfs64.c:73:1: error: control reaches end of non-void function [-Werror=return-type]
}
^
When we were using CROSS_CPATH instead of CROSS_C_INCLUDE_PATH, the
problem was hidden by the fact that CPATH corresponds to '-I' whereas
C_INCLUDE_PATH corresponds to '-isystem', and '-isystem' directories are
searched after '-I' directories.
* gnu/packages/base.scm (glibc)[arguments]: Refer to the kernel headers
from '%build-target-inputs' when cross-building.
| Ludovic Courtès | 2016-05-30 | 1 | -1/+4 |
| |_|_|/
|/| | | |
|
* | | | | gnu: Add libiconv.•••* gnu/packages/base.scm (libiconv): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Jan Nieuwenhuizen | 2016-05-05 | 1 | -1/+29 |
| |_|/
|/| | |
|