Commit graph

11363 commits

Author SHA1 Message Date
Lluís Batlle i Rossell 643eb3435e Moving back my attempt to build binutils before glibc in stdenvLinux.
What I did results in segfaults in built binaries.

svn merge -c -23370 ^/nixpkgs/branches/stdenv-updates


svn path=/nixpkgs/branches/stdenv-updates/; revision=23376
2010-08-23 19:59:06 +00:00
Lluís Batlle i Rossell cdbe8d495c Fixing mountall build after updating some gnu tools (autoconf and friends)
svn path=/nixpkgs/branches/stdenv-updates/; revision=23375
2010-08-23 19:56:39 +00:00
Ludovic Courtès b125bec491 acl: Remove unnecessary dependency on Libtool.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23373
2010-08-23 18:29:39 +00:00
Ludovic Courtès f998ea4ff9 GNU MPFR 3.0.0.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23372
2010-08-23 18:29:03 +00:00
Ludovic Courtès 8973ddbaca GNU MPFR: Add platforms' and maintainers'.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23371
2010-08-23 18:28:04 +00:00
Lluís Batlle i Rossell d2bcf1340c Adding building 'binutils' before building the 'glibc' in stdenv-linux.
This should allow keeping the i686-linux boostrap-tools.
I updated some days ago the x86_64-linux bootstrap-tools, but that update is
not needed anymore. We can revert that boostrap-tools update if anyone wants.
Pro:
- new gcc building gcc and glibc.
Contra:
- maybe some old systems (patched red had kernels come to mind) break with that update?


svn path=/nixpkgs/branches/stdenv-updates/; revision=23370
2010-08-23 18:05:19 +00:00
Lluís Batlle i Rossell a480f92f9d Fixing the glibc locales build expression (in the sense that now it builds, not that it looks nice)
svn path=/nixpkgs/branches/stdenv-updates/; revision=23369
2010-08-23 17:36:51 +00:00
Lluís Batlle i Rossell 15f83acc0c Updating nasm
svn path=/nixpkgs/branches/stdenv-updates/; revision=23353
2010-08-22 12:14:28 +00:00
Lluís Batlle i Rossell 30892ab9fd Updating busybox and adding a patch that allows it to build with make 3.82
svn path=/nixpkgs/branches/stdenv-updates/; revision=23345
2010-08-21 23:13:21 +00:00
Lluís Batlle i Rossell dc19818cc7 Propagating the 'platform' stdenv attribute properly on stdenvLinux,
so it can be used in places like the linuxHeaders expression.

svn path=/nixpkgs/branches/stdenv-updates/; revision=23343
2010-08-21 21:08:57 +00:00
Lluís Batlle i Rossell 9a1e29ecdf Patch for glibc 2.12.1 to build with gnumake 3.82
svn path=/nixpkgs/branches/stdenv-updates/; revision=23342
2010-08-21 21:08:05 +00:00
Lluís Batlle i Rossell b8298c9cdd Adding a patch file I forgot for w3m, while the nix expression already refers to it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23340
2010-08-21 20:13:02 +00:00
Lluís Batlle i Rossell 96c53c8239 Fix on the file type on glibc ports 2.12.1. (gzip vs bzip2)
svn path=/nixpkgs/branches/stdenv-updates/; revision=23339
2010-08-21 20:11:07 +00:00
Lluís Batlle i Rossell 13a647ab4c Disabling the legacy IDE in the fuloong2f kernel (that may give sda devices instead of hga?)
svn path=/nixpkgs/branches/stdenv-updates/; revision=23338
2010-08-21 20:03:00 +00:00
Lluís Batlle i Rossell 23b47575c6 Adding a tarball I publish in my server for glibc ports 2.12.1 I made from the git repository.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23337
2010-08-21 20:00:54 +00:00
Lluís Batlle i Rossell 0709b7df6d Making glibc not depend on glibc-ports for platforms not requiring glibc-ports.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23327
2010-08-21 19:05:42 +00:00
Lluís Batlle i Rossell b9080de4fd Addindg isArm and enlarging isMips for stdenv.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23326
2010-08-21 19:02:43 +00:00
Lluís Batlle i Rossell 191961aa76 Typo
svn path=/nixpkgs/branches/stdenv-updates/; revision=23324
2010-08-21 17:18:35 +00:00
Lluís Batlle i Rossell 72707853f0 Adding in stdenv an 'isMips' attribute.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23323
2010-08-21 17:14:03 +00:00
Lluís Batlle i Rossell 237884a8bf Disabling the nfs-utils test on mips (one test fails, I don't know why)
svn path=/nixpkgs/branches/stdenv-updates/; revision=23322
2010-08-21 17:13:28 +00:00
Lluís Batlle i Rossell 5da066984f Updating kbd, so it builds in mips
svn path=/nixpkgs/branches/stdenv-updates/; revision=23321
2010-08-21 17:12:54 +00:00
Lluís Batlle i Rossell affd2abf24 Limitting the 'hal' usage of libsmbios to i686/x86_64
svn path=/nixpkgs/branches/stdenv-updates/; revision=23320
2010-08-21 17:11:07 +00:00
Lluís Batlle i Rossell 64eadafc2b Using a new boehm-gc (alpha, not stable) on the mips,
because the stable does not support mips at all

svn path=/nixpkgs/branches/stdenv-updates/; revision=23319
2010-08-21 17:09:02 +00:00
Lluís Batlle i Rossell 7d3e0c542c Making w3m build with a newer boehm-gc
svn path=/nixpkgs/branches/stdenv-updates/; revision=23318
2010-08-21 17:07:03 +00:00
Lluís Batlle i Rossell bc0fab5793 Setting sysvinit to be downloaded from a savannah mirror, instead of the url of a single mirror it had (a mirror not working anymore)
svn path=/nixpkgs/branches/stdenv-updates/; revision=23317
2010-08-21 16:58:18 +00:00
Lluís Batlle i Rossell 508fc749f4 Making texinfo look nicer related to cross-build (we had some cleaning up to do for the time when we rebuild stdenv. It looks like a good time for that)
svn path=/nixpkgs/branches/stdenv-updates/; revision=23316
2010-08-21 16:57:24 +00:00
Lluís Batlle i Rossell 5cdc569477 Allowing alsa utils to cross-build, and libao to output to alsa (not only to
pulseAudio)

svn path=/nixpkgs/branches/stdenv-updates/; revision=23315
2010-08-21 16:55:47 +00:00
Lluís Batlle i Rossell 49893ec540 Allowing cross-build of groff
svn path=/nixpkgs/branches/stdenv-updates/; revision=23314
2010-08-21 16:54:24 +00:00
Lluís Batlle i Rossell e0b377fd81 Adding mpg123 (it even cross-builds fine for the nanonote)
svn path=/nixpkgs/branches/stdenv-updates/; revision=23313
2010-08-21 16:54:02 +00:00
Lluís Batlle i Rossell c68d102286 Patching libmad for mips (Ben Nanonote)
svn path=/nixpkgs/branches/stdenv-updates/; revision=23312
2010-08-21 16:53:25 +00:00
Lluís Batlle i Rossell 79653715d6 Fixing the build of busybox without extraConfig
svn path=/nixpkgs/branches/stdenv-updates/; revision=23311
2010-08-21 16:52:45 +00:00
Lluís Batlle i Rossell 745528b4e4 Updating the configuration system of uclibc to something more flexible than it was.
I copied what I had done in busybox.

svn path=/nixpkgs/branches/stdenv-updates/; revision=23310
2010-08-21 16:46:23 +00:00
Lluís Batlle i Rossell 75a9a710fd Fixing the gnumake log.patch so it applies to the new gnumake
svn path=/nixpkgs/branches/stdenv-updates/; revision=23308
2010-08-21 15:54:48 +00:00
Lluís Batlle i Rossell 02bd68fa15 Removing a gzip patch we had, as it looks like being in the new upstream release.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23307
2010-08-21 15:36:48 +00:00
Lluís Batlle i Rossell ff0b54e26e Patching the latest gnum4 so it builds with glibc 2.12.1
svn path=/nixpkgs/branches/stdenv-updates/; revision=23306
2010-08-21 13:03:36 +00:00
Lluís Batlle i Rossell 221317ae7b Setting new bootstrap-tools for x86_64.
Allowing 'curl' build without some dependencies, if it is told not to build
with them.

Updating the make-bootstrap-tools for the latest gcc/glibc, removing the
dependency on klibc, and updating unpack-boostrap-tools for the latest
boostrap-tools to work.


svn path=/nixpkgs/branches/stdenv-updates/; revision=23305
2010-08-21 12:50:49 +00:00
Lluís Batlle i Rossell 9cbc109b9a Fixes on the glibc-2.12 expression.
I removed a patch (mod_nano) already in the release.
I fixed the nix-locale-archive so the programs don't try to modify the /usr
locale-archive (for non-nixos), although the libc may use that archive to show
strings.
I remove the glibc-2.11 void directory.


svn path=/nixpkgs/branches/stdenv-updates/; revision=23302
2010-08-21 11:51:21 +00:00
Ludovic Courtès 92e4866910 Fix path to glibc.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23290
2010-08-20 21:23:05 +00:00
Ludovic Courtès 9b9df7a444 glibc: Make the native store path independent on whether `gccCross' is null.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23283
2010-08-20 15:26:56 +00:00
Ludovic Courtès 87a62c6369 glibc 2.12.1.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23282
2010-08-20 15:26:50 +00:00
Ludovic Courtès 58b1dfe0fe GNU Make 3.82.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23281
2010-08-20 15:26:41 +00:00
Ludovic Courtès 14e86a9812 GNU gawk 3.1.8.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23280
2010-08-20 15:26:36 +00:00
Ludovic Courtès 96da0397a9 GNU Coreutils 8.5.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23279
2010-08-20 15:26:31 +00:00
Ludovic Courtès e0fa7776d3 GNU gzip 1.4.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23278
2010-08-20 15:26:26 +00:00
Ludovic Courtès 42db762862 GNU Libtool 2.2.10.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23277
2010-08-20 15:26:21 +00:00
Lluís Batlle i Rossell f16353b6f2 Updated from trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23275
2010-08-20 13:41:12 +00:00
Lluís Batlle i Rossell f7d0fcdaac Making the kernel builder accept the 'vmlinux' kerneltarget.
svn path=/nixpkgs/branches/stdenv-updates/; revision=23274
2010-08-20 13:30:59 +00:00
Lluís Batlle i Rossell f8f53855d5 Setting a snapshot of unreleased binutils for the fuloong2f
svn path=/nixpkgs/branches/stdenv-updates/; revision=23273
2010-08-20 13:29:57 +00:00
Eelco Dolstra 7dea1a0f4f * Revert to 2.6.32.18 for now, because we get a lot of "BUG:
scheduling while atomic" errors
  (e.g. http://hydra.nixos.org/build/568323/log/raw).  This might be
  fixed by this patch: http://lkml.org/lkml/2010/8/6/672

svn path=/nixpkgs/trunk/; revision=23272
2010-08-20 13:13:26 +00:00
Eelco Dolstra 3be78e74fb * Added xmlstarlet.
svn path=/nixpkgs/trunk/; revision=23271
2010-08-20 10:07:35 +00:00